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

github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authoramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-24 15:08:56 +0300
committeramazingrise <8315221+AmazingRise@users.noreply.github.com>2020-05-24 15:08:56 +0300
commite705be3d786cef0855bfdb1afbc8705627078e61 (patch)
treea178e4d7f8bf9159ee33cb381828c8e7bf08fc5f /i18n
parent7a992cd63c37372eaf23485d1ca5f3a3d72f03a3 (diff)
Add Chinese support and modify README.md.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/zh-hant.yaml28
-rw-r--r--i18n/zh.yaml28
2 files changed, 56 insertions, 0 deletions
diff --git a/i18n/zh-hant.yaml b/i18n/zh-hant.yaml
new file mode 100644
index 0000000..44bb93f
--- /dev/null
+++ b/i18n/zh-hant.yaml
@@ -0,0 +1,28 @@
+- id: last_mod_on
+ translation: 上次修改於 {{ .Format "2006-01-02" }}
+- id: format_date
+ translation: '{{ .Format "2006-01-02" }}'
+- id: format_date_tosec
+ translation: '{{ .Format "2006-01-02 15:04" }}'
+- id: next_link
+ translation: 下回
+- id: prev_link
+ translation: 上回
+- id: no_newer_posts
+ translation: 已經到底啦。
+- id: no_older_posts
+ translation: 這是最舊的文章了。
+- id: comments_disabled
+ translation: 此篇文章的評論功能已經停用。
+- id: livere_comments_activate_js
+ translation: 請開啓 JavaScript 以便使用 Livere 評論服務。
+- id: hugo_theme
+ translation: Hugo Theme
+- id: ported_from
+ translation: 移植自
+- id: by
+ translation: by
+- id: draft
+ translation: 草稿
+- id: toc_title
+ translation: 目錄
diff --git a/i18n/zh.yaml b/i18n/zh.yaml
new file mode 100644
index 0000000..afc9a7a
--- /dev/null
+++ b/i18n/zh.yaml
@@ -0,0 +1,28 @@
+- id: last_mod_on
+ translation: 最后修改于 {{ .Format "2006-01-02" }}
+- id: format_date
+ translation: '{{ .Format "2006-01-02" }}'
+- id: format_date_tosec
+ translation: '{{ .Format "2006-01-02 15:04" }}'
+- id: next_link
+ translation: '下回'
+- id: prev_link
+ translation: '上回'
+- id: no_newer_posts
+ translation: 已经到头啦。
+- id: no_older_posts
+ translation: 这是最旧的文章了。
+- id: comments_disabled
+ translation: 此篇文章的评论功能已经停用。
+- id: livere_comments_activate_js
+ translation: 请开启 JavaScript 以便使用 Livere 评论服务。
+- id: hugo_theme
+ translation: Hugo Theme
+- id: ported_from
+ translation: 移植自
+- id: by
+ translation: by
+- id: draft
+ translation: 草稿
+- id: toc_title
+ translation: 目录