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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-03-09 18:04:24 +0300
committerGitHub <noreply@github.com>2022-03-09 18:04:24 +0300
commit7d1713d40729fa6984ff92c6fd9e41c864915ff2 (patch)
tree6083cf5e8da3a1b65c3aa4c6223d339d2a809243 /i18n/zh-tw.yaml
parentb5d0c5b37d8d774d30c66d533efa3982fe6d50a5 (diff)
refactor(i18n): use lowercase language codes
Related with this Hugo issue: https://github.com/gohugoio/hugo/issues/7344
Diffstat (limited to 'i18n/zh-tw.yaml')
-rw-r--r--i18n/zh-tw.yaml49
1 files changed, 49 insertions, 0 deletions
diff --git a/i18n/zh-tw.yaml b/i18n/zh-tw.yaml
new file mode 100644
index 0000000..871d937
--- /dev/null
+++ b/i18n/zh-tw.yaml
@@ -0,0 +1,49 @@
+toggleMenu:
+ other: 切換選單
+
+darkMode:
+ other: 夜晚模式
+
+article:
+ back:
+ other: 返回
+
+ tableOfContents:
+ other: 目錄
+
+ relatedContents:
+ other: 相關文章
+
+ lastUpdatedOn:
+ other: 最後更新
+
+ readingTime:
+ other: "閱讀時間: {{ .Count }} 分鐘"
+
+notFound:
+ title:
+ other: 404 錯誤
+ subtitle:
+ other: 頁面不存在
+
+widget:
+ archives:
+ title:
+ other: 紀錄
+
+ more:
+ other: 更多
+
+ tagCloud:
+ title:
+ other: 標籤雲
+
+search:
+ title:
+ other: 搜尋
+
+ placeholder:
+ other: 輸入關鍵字...
+
+ resultTitle:
+ other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"