From d89e429ac96e3bba93bf4b5f72688cd7d0ed40e4 Mon Sep 17 00:00:00 2001 From: gingfrederik Date: Mon, 12 Nov 2018 02:39:41 +0800 Subject: [PATCH] add zh-TW.yaml --- i18n/zh-TW.yaml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 i18n/zh-TW.yaml diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml new file mode 100644 index 0000000..f1ead0e --- /dev/null +++ b/i18n/zh-TW.yaml @@ -0,0 +1,74 @@ +# Content +- id: dateFormat + translation: "January 2, 2006" +- id: shortdateFormat + translation: "2 Jan, 2006 15:04:05" +- id: postedOnDate + translation: "發表於 {{ .Count }}" +- id: lastModified + translation: "(最後修改於 {{ .Count }})" +- id: translationsLabel + translation: "其他語言: " +- id: translationsSeparator + translation: ", " +- id: readMore + translation: "閱讀全文" +- id: olderPosts + translation: "更舊的文章" +- id: newerPosts + translation: "更新的文章" +- id: previousPost + translation: "上一篇" +- id: nextPost + translation: "下一篇" +- id: readTime + translation: "分鐘" +- id: words + translation: "個字" + + +# 404 page +- id: pageNotFound + translation: "哎呀呀,這個頁面不存在,去其他地方逛逛吧。 (404 錯誤)" + +# Footer +- id: poweredBy # Accepts HTML + translation: '由 Hugo v{{ .Hugo.Version }} 提供  •  主題 Beautiful Hugo 移植自 Beautiful Jekyll' + +# Navigation +- id: toggleNavigation + translation: "開關導覽" +- id: languageSwitcherLabel + translation: "語言" +- id: gcseLabelShort + translation: "搜尋" +- id: gcseLabelLong + translation: "搜尋 {{ .Site.Title }}" +- id: gcseClose + translation: "關閉" + +# Staticman +- id: noComment + translation: "沒有評論" +- id: oneComment + translation: "評論" +- id: moreComment + translation: "更多評論" +- id: useMarkdown + translation: "您可以使用Markdown語法" +- id: yourName + translation: "您的大名" +- id: yourEmail + translation: "您的電子信箱" +- id: yourWebsite + translation: "您的網頁" + +# Delayed Disqus +- id: show + translation: "顯示" +- id: comments + translation: "條評論" + +# Related posts +- id: seeAlso + translation: "其他相關"