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:
authorDillon <dillonzq@outlook.com>2020-03-04 06:55:33 +0300
committerDillon <dillonzq@outlook.com>2020-03-04 06:55:33 +0300
commitcedd6f17a225753e1b568dfea7cfadf41b2b7fb7 (patch)
tree41ce0f37b6c172a1daaa8233628ff2549da2fe51 /i18n/zh-CN.toml
parent5acda2110c2a557e116d7d1634e27d4997ab6f92 (diff)
fix(i18n): fix mobile i18n link error and zh -> zh-CN
Diffstat (limited to 'i18n/zh-CN.toml')
-rw-r--r--i18n/zh-CN.toml104
1 files changed, 104 insertions, 0 deletions
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
new file mode 100644
index 0000000..1bcea34
--- /dev/null
+++ b/i18n/zh-CN.toml
@@ -0,0 +1,104 @@
+# Translations for Simplified Chinese
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === Post ===
+[posts]
+other = "文章"
+# === Post ===
+
+# === Taxonomy ===
+[all]
+other = "所有"
+
+[tag]
+other = "标签"
+
+[tags]
+other = "标签"
+
+[category]
+other = "分类"
+
+[categories]
+other = "分类"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "更多"
+# === Pagination ===
+
+# === partials/header.html ===
+[switchTheme]
+other = "切换主题"
+# === partials/header.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "zh-cn"
+# === partials/comment.html ===
+
+# === partials/footer.html ===
+[powered]
+other = "由 %s 强力驱动"
+
+[theme]
+other = "主题 - "
+# === partials/footer.html ===
+
+# === partials/plugin/share.html ===
+[share]
+other = "分享到"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[toc]
+other = "目录"
+
+[publish]
+other = "发布于"
+
+[included]
+other = "收录于"
+
+[wordCount]
+other = "约 {{ .Count }} 字"
+
+[readingTime]
+other = "预计阅读 {{ .Count }} 分钟"
+
+[views]
+other = "次阅读"
+
+[author]
+other = "作者"
+
+[lastMod]
+other = "本文于 %s 更新"
+
+[license]
+other = "采用 %s 协议发布"
+
+[seeMarkdown]
+other = "阅读原始文档"
+
+[back]
+other = "返回"
+
+[home]
+other = "主页"
+
+[readMore]
+other = "阅读全文"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "页面没找到"
+
+[pageNotFoundText]
+other = "抱歉,您要查找的页面不存在。"
+
+[backToHome]
+other = "回到主页"
+# === 404.html ===