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
path: root/i18n
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2021-01-10 13:21:54 +0300
committeruPagge <upagge@mail.ru>2021-01-10 13:21:54 +0300
commit892854e01bec118caf9ee1bb4fa6dbd509cb56df (patch)
tree2f6e5aced2ccc5e48301e2ac7676f8d519cf5fa9 /i18n
parent5389974f61c7fd234df34c77ce23510772a50b3e (diff)
parent5131513945395e343a3a11fabeb98f6477121070 (diff)
Merge branch 'dev' into feature/new-structure
Diffstat (limited to 'i18n')
-rw-r--r--i18n/zh-hant.toml199
1 files changed, 199 insertions, 0 deletions
diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml
new file mode 100644
index 0000000..738edfe
--- /dev/null
+++ b/i18n/zh-hant.toml
@@ -0,0 +1,199 @@
+# Translations for Traditional Chinese
+# 中文 (繁體) (zh-Hant)
+# 繁體中文的翻譯
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "回到頂部"
+
+[viewComments]
+other = "查看評論"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "文章"
+
+[navNext]
+other = "下一篇"
+
+[navPrev]
+other = "上一篇"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "所有{{ .Some }}"
+
+[tag]
+other = "標籤"
+
+[tags]
+other = "標籤"
+
+[category]
+other = "分類"
+
+[categories]
+other = "分類"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "更多"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "選擇語言"
+
+[switchTheme]
+other = "切換主題"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "zh-hant"
+
+[valinePlaceholder]
+other = "你的評論 ..."
+
+[facebookLanguageCode]
+other = "zh-hant"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "搜索"
+
+[searchPlaceholder]
+other = "搜索文章標題或內容..."
+
+[clear]
+other = "清空"
+
+[cancel]
+other = "取消"
+
+[noResultsFound]
+other = "沒有找到結果"
+
+[lunrLanguageCode]
+other = "zh-hant"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.zh.js"
+
+[lunrSegmentitLib]
+other = "lib/lunr/lunr.segmentit.js"
+
+[copyToClipboard]
+other = "複製到剪貼板"
+
+[cookieconsentMessage]
+other = "本網站使用 Cookies 來改善您的瀏覽體驗."
+
+[cookieconsentDismiss]
+other = "同意"
+
+[cookieconsentLink]
+other = "了解更多"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "分享到"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "目錄"
+
+[wordCount]
+other = "約 {{ .Count }} 字"
+
+[readingTime]
+other = "預計閱讀 {{ .Count }} 分鐘"
+
+[views]
+other = "意見"
+
+[author]
+other = "作者"
+
+[updatedOnDate]
+other = "更新於 {{ .Date }}"
+
+[readMarkdown]
+other = "閱讀原始文檔"
+
+[back]
+other = "返回"
+
+[home]
+other = "主頁"
+
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "頁面沒找到"
+
+[pageNotFoundText]
+other = "抱歉,您要查找的頁面不存在。"
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "筆記"
+
+[abstract]
+other = "摘要"
+
+[info]
+other = "信息"
+
+[tip]
+other = "技巧"
+
+[success]
+other = "成功"
+
+[question]
+other = "問題"
+
+[warning]
+other = "警告"
+
+[failure]
+other = "失敗"
+
+[danger]
+other = "危險"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "示例"
+
+[quote]
+other = "引用"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "新增"
+
+[changed]
+other = "更改"
+
+[deleted]
+other = "刪除"
+# === shortcodes/version.html ===