diff options
Diffstat (limited to 'themes/even/i18n/en.yaml')
-rw-r--r-- | themes/even/i18n/en.yaml | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/themes/even/i18n/en.yaml b/themes/even/i18n/en.yaml deleted file mode 100644 index 48870d6..0000000 --- a/themes/even/i18n/en.yaml +++ /dev/null @@ -1,102 +0,0 @@ -# ===== title ===== -archive: - other: "Archive" - -tags: - other: "Tags" - -categories: - other: "Categories" - -# ===== footer ===== -powered: - other: "Powered by %s" - -theme: - other: "Theme" - -siteUV: - other: "site uv: %s" - -sitePV: - other: "site pv: %s" - -pagePV: - other: "%s times read" - -# ===== post ===== -prevPage: - other: "Prev" - -nextPage: - other: "Next" - -prevPost: - other: "Prev" - -nextPost: - other: "Next" - -toc: - other: "Contents" - -readMore: - other: "Read more.." - -reward: - other: "Reward" - -rewardAlipay: - other: "alipay" - -rewardWechat: - other: "wechat" - -wordCount: - one: "{{ .Count }} word" - other: "{{ .Count }} words" - -readingTime: - one: "{{ .Count }} min read" - other: "{{ .Count }} mins read" - -outdatedInfoWarningBefore: - other: "[NOTE] Updated " - -outdatedInfoWarningAfter: - other: ". This article may have outdated content or subject matter." - -# ===== content license ===== -author: - other: "Author" - -lastMod: - other: "LastMod" - -markdown: - other: "Markdown" - -seeMarkDown: - other: "The Markdown version ยป" - -license: - other: "License" - -# ===== counter ===== -archiveCounter: - one: "{{ .Count }} Post In Total" - other: "{{ .Count }} Posts In Total" - -tagCounter: - one: "{{ .Count }} Tag In Total" - other: "{{ .Count }} Tags In Total" - -zeroTagCounter: - other: "No tags" - -categoryCounter: - one: "{{ .Count }} Category In Total" - other: "{{ .Count }} Categories In Total" - -zeroCategoryCounter: - other: "No categories" |