aboutsummaryrefslogtreecommitdiff
path: root/i18n/en.yaml
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
committerGNUxeava <bluenerd@protonmail.com>2022-03-11 10:32:10 +0530
commitfecc9b268410c8fefcd1ca32bc4228bba9002178 (patch)
treeaa621093976dbbe8961f723ddb3569737e96932a /i18n/en.yaml
parent2dfa39111cd76b102dbb3f58c1754b6c93b0265a (diff)
use theme
Diffstat (limited to 'i18n/en.yaml')
-rw-r--r--i18n/en.yaml102
1 files changed, 102 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..bee91f7
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,102 @@
+# ===== 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"