diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 12 | ||||
-rw-r--r-- | i18n/ja.toml | 12 | ||||
-rw-r--r-- | i18n/zh-hans.toml | 12 | ||||
-rw-r--r-- | i18n/zh-hant.toml | 12 |
4 files changed, 48 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index bd4937c..02853ac 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "TOC" + [sidebarPages] other = "Pages" @@ -19,6 +22,9 @@ [postMetaNoTag] other = "No tag" +[postMetaWordCount] + other = " words" + [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " @@ -36,3 +42,9 @@ [tagsCurrentTag] other = "Posts with the tag {{ .Title }}: " + +[webpCheckerFront] + other = "Your browser does not currently support " + +[webpCheckerEnd] + other = " images" diff --git a/i18n/ja.toml b/i18n/ja.toml index f70f3fc..eb283e6 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目次" + [sidebarPages] other = "ページ" @@ -19,6 +22,9 @@ [postMetaNoTag] other = "タグはありません" +[postMetaWordCount] + other = " 文字" + [postCopyrightFront] other = "特定のセクションを除いて、このサイトは " @@ -36,3 +42,9 @@ [tagsCurrentTag] other = "タグ {{ .Title }} を持つ記事:" + +[webpCheckerFront] + other = "お使いのブラウザは現在 " + +[webpCheckerEnd] + other = " 画像の表示に対応していません" diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 86d8a25..56783e4 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目录" + [sidebarPages] other = "页面" @@ -19,6 +22,9 @@ [postMetaNoTag] other = "无标签" +[postMetaWordCount] + other = " 字" + [postCopyrightFront] other = "除特殊注明部分,本站内容采用 " @@ -36,3 +42,9 @@ [tagsCurrentTag] other = "拥有标签 {{ .Title }} 的文章:" + +[webpCheckerFront] + other = "您的浏览器暂未支持显示 " + +[webpCheckerEnd] + other = " 图片" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index 9186968..1f2ba0a 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目錄" + [sidebarPages] other = "頁面" @@ -19,6 +22,9 @@ [postMetaNoTag] other = "無標籤" +[postMetaWordCount] + other = " 字" + [postCopyrightFront] other = "除特殊註明部分,本站內容採用 " @@ -36,3 +42,9 @@ [tagsCurrentTag] other = "擁有標籤 {{ .Title }} 的文章:" + +[webpCheckerFront] + other = "您的瀏覽器暫未支持顯示 " + +[webpCheckerEnd] + other = " 圖片" |