diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 32 | ||||
-rw-r--r-- | i18n/ja.toml | 32 | ||||
-rw-r--r-- | i18n/zh-hans.toml | 32 | ||||
-rw-r--r-- | i18n/zh-hant.toml | 32 |
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 = "評論區讀取失敗" |