diff options
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 6 | ||||
-rw-r--r-- | i18n/ja.toml | 6 | ||||
-rw-r--r-- | i18n/zh-hans.toml | 6 | ||||
-rw-r--r-- | i18n/zh-hant.toml | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index bd4937c..1b9ca5e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -36,3 +36,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..5d6cac8 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "タグ {{ .Title }} を持つ記事:" + +[webpCheckerFront] + other = "お使いのブラウザは現在 " + +[webpCheckerEnd] + other = " 画像の表示に対応していません" diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 86d8a25..79bc7a1 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "拥有标签 {{ .Title }} 的文章:" + +[webpCheckerFront] + other = "您的浏览器暂未支持显示 " + +[webpCheckerEnd] + other = " 图片" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index 9186968..f92c898 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "擁有標籤 {{ .Title }} 的文章:" + +[webpCheckerFront] + other = "您的瀏覽器暫未支持顯示 " + +[webpCheckerEnd] + other = " 圖片" |