summaryrefslogtreecommitdiffstats
path: root/i18n/ja.toml
diff options
context:
space:
mode:
authoramzrk22020-05-07 11:48:10 +0800
committeramzrk22020-05-07 11:48:10 +0800
commit5f44f7a50db09547da7d06c3a8da464153d9cf20 (patch)
tree35dfbb4dab534ecfefdcfe9d222941ea710f8dda /i18n/ja.toml
parentcc72fc07751e1de493c1e9e7967feded794faa6b (diff)
downloadhugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.gz
hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.tar.bz2
hugo-theme-fuji-5f44f7a50db09547da7d06c3a8da464153d9cf20.zip
Word count and read time in post metadata
Diffstat (limited to 'i18n/ja.toml')
-rw-r--r--i18n/ja.toml11
1 files changed, 4 insertions, 7 deletions
diff --git a/i18n/ja.toml b/i18n/ja.toml
index eb283e6..e5ff191 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -23,7 +23,10 @@
other = "タグはありません"
[postMetaWordCount]
- other = " 文字"
+ other = " 字"
+
+[postMetaReadingTime]
+ other = " 分"
[postCopyrightFront]
other = "特定のセクションを除いて、このサイトは "
@@ -42,9 +45,3 @@
[tagsCurrentTag]
other = "タグ {{ .Title }} を持つ記事:"
-
-[webpCheckerFront]
- other = "お使いのブラウザは現在 "
-
-[webpCheckerEnd]
- other = " 画像の表示に対応していません"