diff options
author | amzrk2 | 2020-04-16 15:34:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:34:39 +0800 |
commit | eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch) | |
tree | b0480b915ce26df5545aecd3b807a7fedef10eba /i18n/zh-hant.toml | |
parent | bbed6aaeab766901f9d425777a22ad3e767b7716 (diff) | |
download | hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2 hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip |
i18n support
Diffstat (limited to 'i18n/zh-hant.toml')
-rw-r--r-- | i18n/zh-hant.toml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml new file mode 100644 index 0000000..d6f340f --- /dev/null +++ b/i18n/zh-hant.toml @@ -0,0 +1,32 @@ +[sidebarPages] + other = "頁面" + +[sidebarTags] + other = "標籤" + +[sidebarLinks] + other = "鏈接" + +[sidebarBangumiChart] + other = "番劇" + +[footerPoweredFront] + other = "基於" + +[footerPoweredEnd] + other = "構建" + +[postMetaNoTag] + other = "無標籤" + +[postCopyrightFront] + other = "除特殊註明部分,本站內容採用 " + +[postCopyrightEnd] + other = " 授權。" + +[postCommentLoading] + other = "正在讀取評論區" + +[postCommentLoadingFailed] + other = "評論區讀取失敗" |