summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authoramzrk22020-04-16 15:34:39 +0800
committeramzrk22020-04-16 15:34:39 +0800
commiteaa3a325e566cc084d30ba56f53ecb3f8e80d9ab (patch)
treeb0480b915ce26df5545aecd3b807a7fedef10eba /i18n
parentbbed6aaeab766901f9d425777a22ad3e767b7716 (diff)
downloadhugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.gz
hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.tar.bz2
hugo-theme-fuji-eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab.zip
i18n support
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml32
-rw-r--r--i18n/ja.toml32
-rw-r--r--i18n/zh-hans.toml32
-rw-r--r--i18n/zh-hant.toml32
4 files changed, 128 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..8a24f5c
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,32 @@
+[sidebarPages]
+ other = "Pages"
+
+[sidebarTags]
+ other = "Tags"
+
+[sidebarLinks]
+ other = "Links"
+
+[sidebarBangumiChart]
+ other = "Bangumi"
+
+[footerPoweredFront]
+ other = "Powered by "
+
+[footerPoweredEnd]
+ other = " "
+
+[postMetaNoTag]
+ other = "No tag"
+
+[postCopyrightFront]
+ other = "Unless otherwise noted, the content of this site is licensed under "
+
+[postCopyrightEnd]
+ other = "."
+
+[postCommentLoading]
+ other = "Loading comments..."
+
+[postCommentLoadingFailed]
+ other = "Comments failed to load."
diff --git a/i18n/ja.toml b/i18n/ja.toml
new file mode 100644
index 0000000..4e4e683
--- /dev/null
+++ b/i18n/ja.toml
@@ -0,0 +1,32 @@
+[sidebarPages]
+ other = "ページ"
+
+[sidebarTags]
+ other = "タグ"
+
+[sidebarLinks]
+ other = "リンク"
+
+[sidebarBangumiChart]
+ other = "番組"
+
+[footerPoweredFront]
+ other = "Powered by "
+
+[footerPoweredEnd]
+ other = " "
+
+[postMetaNoTag]
+ other = "タグはありません"
+
+[postCopyrightFront]
+ other = "特定のセクションを除いて、このサイトは "
+
+[postCopyrightEnd]
+ other = " の下に提供されています。"
+
+[postCommentLoading]
+ other = "読み込み中..."
+
+[postCommentLoadingFailed]
+ other = "読み込みエラー"
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml
new file mode 100644
index 0000000..7cca72b
--- /dev/null
+++ b/i18n/zh-hans.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 = "评论区加载失败"
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 = "評論區讀取失敗"