Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-03-06 11:16:15 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-03-06 11:16:15 +0300
commit41f99965de2ffca4a92d0b48394147469ba961db (patch)
treee5e01aef2653006d5927452f9d642ba30a05d278 /i18n
parent078ab9e75f3c26f1f283a0ccc419253e3efd571c (diff)
categories page update
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml10
-rw-r--r--i18n/zh-CN.yaml10
2 files changed, 20 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index a509057..2bee3ec 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -4,9 +4,15 @@
- id: tags
translation: Tags
+- id: tag
+ translation: "Tag: "
+
- id: categories
translation: Categories
+- id: category
+ translation: "Category: "
+
# posts
- id: prev
translation: Prev
@@ -70,3 +76,7 @@
- id: counter_categories
translation: "{{.Count}} Categories In Total"
+
+# other
+- id: morePost
+ translation: "More Post >>>" \ No newline at end of file
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index fb3e5da..cb2e2be 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -4,9 +4,15 @@
- id: tags
translation: 标签
+- id: tag
+ translation: "标签: "
+
- id: categories
translation: 分类
+- id: category
+ translation: "分类: "
+
# posts
- id: prev
translation: 上一页
@@ -70,3 +76,7 @@
- id: counter_categories
translation: 共计 {{.Count}} 个分类
+
+# other
+- id: morePost
+ translation: 查看更多 >>> \ No newline at end of file