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
diff options
context:
space:
mode:
authorYong-Siang Shih (Shaform) <shaform@gmail.com>2018-07-11 04:58:02 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-07-11 04:58:02 +0300
commit6b6722a8414856380d8138761fbeaab12ab2860f (patch)
treeb9563e2c072ed57205fca042d07a4703e25c373b
parentbbdb59b594ff95b90ecc0a3915f8445ef2679185 (diff)
i18n: Add zh-tw translation (#77)
-rw-r--r--i18n/en.yaml3
-rw-r--r--i18n/es.yaml3
-rw-r--r--i18n/fr.yaml3
-rw-r--r--i18n/pt.yaml3
-rw-r--r--i18n/ru.yaml3
-rw-r--r--i18n/zh-cn.yaml3
-rw-r--r--i18n/zh-tw.yaml100
7 files changed, 118 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 04e3c22..1eb0487 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -90,6 +90,9 @@
- id: read_zh-cn
translation: 中文阅读
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_pt
translation: Leia em português
diff --git a/i18n/es.yaml b/i18n/es.yaml
index a97530d..2403562 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -90,5 +90,8 @@
- id: read_zh-cn
translation: 中文阅读
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_pt
translation: Leia em português
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index 4099f06..e60b7bd 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -90,6 +90,9 @@
- id: read_zh-cn
translation: 中文阅读
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_pt
translation: Leia em português
diff --git a/i18n/pt.yaml b/i18n/pt.yaml
index 0205eec..8c1468f 100644
--- a/i18n/pt.yaml
+++ b/i18n/pt.yaml
@@ -90,6 +90,9 @@
- id: read_zh-cn
translation: 中文阅读
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_es
translation: Leer en Español
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index 9102b44..36e6b42 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -90,6 +90,9 @@
- id: read_zh-cn
translation: 中文阅读
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_pt
translation: Leia em português
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index e7ca225..241f9cc 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -87,6 +87,9 @@
- id: read_es
translation: Leer en español
+- id: read_zh-tw
+ translation: 中文閱讀
+
- id: read_ru
translation: Читать на русском
diff --git a/i18n/zh-tw.yaml b/i18n/zh-tw.yaml
new file mode 100644
index 0000000..d115f2f
--- /dev/null
+++ b/i18n/zh-tw.yaml
@@ -0,0 +1,100 @@
+- id: archive
+ translation: 彙整
+
+- id: tags
+ translation: 標籤
+
+- id: tag
+ translation: "標籤: "
+
+- id: categories
+ translation: 分類
+
+- id: category
+ translation: "分類: "
+
+# posts
+- id: prev
+ translation: 上一頁
+
+- id: next
+ translation: 下一頁
+
+- id: prev_post
+ translation: 上一篇
+
+- id: next_post
+ translation: 下一篇
+
+- id: toc
+ translation: 文章目錄
+
+- id: readmore
+ translation: 閱讀全文
+
+- id: reward
+ translation: 讚賞支持
+
+- id: rewardAlipay
+ translation: 支付寶打賞
+
+- id: rewardWechat
+ translation: 微信打賞
+
+- id: seeMarkDown
+ translation: 查看本文 Markdown 版本 »
+
+- id: loadDisqus
+ translation: 顯示 Disqus 評論
+
+# posts.header
+- id: wordCount
+ translation: 約 {{.Count}} 字
+
+- id: readingTime
+ translation: 預計閱讀 {{.Count}} 分鐘
+
+# copyright
+- id: author
+ translation: 文章作者
+
+- id: lastMod
+ translation: 上次更新
+
+- id: markdown
+ translation: 原始文檔
+
+- id: license
+ translation: 授權條款
+
+# counter
+- id: counter_archives
+ translation: 共計 {{.Count}} 篇文章
+
+- id: counter_tagcloud
+ translation: 共計 {{.Count}} 個標籤
+
+- id: counter_categories
+ translation: 共計 {{.Count}} 個分類
+
+# other
+- id: morePost
+ translation: 查看更多 >>>
+
+- id: read_en
+ translation: Read in English
+
+- id: read_es
+ translation: Leer en español
+
+- id: read_zh-cn
+ translation: 中文阅读
+
+- id: read_ru
+ translation: Читать на русском
+
+- id: read_pt
+ translation: Leia em português
+
+- id: read_fr
+ translation: Lire en français