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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/zh-CN.toml')
-rw-r--r--i18n/zh-CN.toml28
1 files changed, 11 insertions, 17 deletions
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index b50a115..11338ec 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -17,7 +17,7 @@ other = "文章"
# === Taxonomy ===
[allSome]
-other = "所有%s"
+other = "所有{{ .Some }}"
[tag]
other = "标签"
@@ -47,10 +47,7 @@ other = "切换主题"
# === partials/footer.html ===
[poweredBySome]
-other = "由 %s 强力驱动"
-
-[theme]
-other = "主题"
+other = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -111,17 +108,17 @@ other = "分享到"
[contents]
other = "目录"
-[publish]
-other = "发布于"
+[publishedOnDate]
+other = "发布于 {{ .Date }}"
-[included]
-other = "收录于"
+[includedInCategories]
+other = "收录于 {{ .Categories }}"
[wordCount]
-other = "约 {{ .Count }} 字"
+other = "{{ .Count }} 字"
[readingTime]
-other = "预计阅读 {{ .Count }} 分钟"
+other = "{{ .Count }} 分钟"
[views]
other = "次阅读"
@@ -129,13 +126,10 @@ other = "次阅读"
[author]
other = "作者"
-[lastMod]
-other = "本文于 %s 更新"
-
-[license]
-other = "采用 %s 协议发布"
+[updatedOnDate]
+other = "更新于 {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "阅读原始文档"
[back]