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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <16541325+hanzei@users.noreply.github.com>2019-08-09 22:15:03 +0300
committerGitHub <noreply@github.com>2019-08-09 22:15:03 +0300
commit035a2c1dda1c1d1cdab7522aecc6a4fb8f4a0867 (patch)
tree445a47cbc8421fda8b927311f1bd6604cd62bd47
parentc2aecb80c0eb23bb6911d95be1abdc93682cb7d2 (diff)
parentaffad21e18d34f9ef0796f06edf81958b8bebf8d (diff)
Added Chinese Translations (#165)
-rw-r--r--i18n/zh-CN.toml25
-rw-r--r--i18n/zh-TW.toml25
2 files changed, 50 insertions, 0 deletions
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
new file mode 100644
index 0000000..74a1e6d
--- /dev/null
+++ b/i18n/zh-CN.toml
@@ -0,0 +1,25 @@
+[404_title]
+ other = "404"
+[404_description]
+ other = "噢!要么网站连结出错 {{ with .Site.Params.email }}([回报错误](mailto:{{ . }})){{ end }} ,要么您输入的网址有误。这页面不存在!"
+[index_projects_allProjects]
+ other = "所有项目"
+[index_blog_latestPosts]
+ other = "最新文章"
+[index_blog_allPosts]
+ other = "所有文章"
+[index_blog_readMore]
+ other = "阅读全文"
+[index_currentTime]
+ other = "我的现在本地时间是"
+[nav_backToSection]
+ other = "返回 {{ .Title }}"
+[nav_main]
+ other = "主页"
+[blog_readingTime]
+ one = "{{ .Count }} 分钟"
+ other = "{{ .Count }} 分钟"
+[blog_shareThis]
+ other = "分享"
+[footer_text]
+ other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) 主题为 [Hugo](http://gohugo.io/) 而设。由开源社群贡献者以 [<i class=\"fa fa-heart\"></i> 和 <i class=\"fa fa-coffee\"></i>](https://victoria.dev) 创造。"
diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml
new file mode 100644
index 0000000..8ca59d4
--- /dev/null
+++ b/i18n/zh-TW.toml
@@ -0,0 +1,25 @@
+[404_title]
+ other = "404"
+[404_description]
+ other = "噢!要麼網站連結出錯 {{ with .Site.Params.email }}([回報錯誤](mailto:{{ . }})){{ end }} ,要麼您輸入的網址有誤。這頁面不存在!"
+[index_projects_allProjects]
+ other = "所有項目"
+[index_blog_latestPosts]
+ other = "最新文章"
+[index_blog_allPosts]
+ other = "所有文章"
+[index_blog_readMore]
+ other = "閱讀全文"
+[index_currentTime]
+ other = "我的現在本地時間是"
+[nav_backToSection]
+ other = "返回 {{ .Title }}"
+[nav_main]
+ other = "主頁"
+[blog_readingTime]
+ one = "{{ .Count }} 分鐘"
+ other = "{{ .Count }} 分鐘"
+[blog_shareThis]
+ other = "分享"
+[footer_text]
+ other = "[**Introduction**](https://github.com/victoriadrake/hugo-theme-introduction/) 主題為 [Hugo](http://gohugo.io/) 而設。由開源社群貢獻者以 [<i class=\"fa fa-heart\"></i> 和 <i class=\"fa fa-coffee\"></i>](https://victoria.dev) 創造。"