summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authoramzrk22020-05-07 11:48:10 +0800
committeramzrk22020-05-07 11:48:10 +0800
commit5f44f7a50db09547da7d06c3a8da464153d9cf20 (patch)
tree35dfbb4dab534ecfefdcfe9d222941ea710f8dda /i18n
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')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/ja.toml11
-rw-r--r--i18n/nl.toml9
-rw-r--r--i18n/zh-hans.toml9
-rw-r--r--i18n/zh-hant.toml9
5 files changed, 16 insertions, 31 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 02853ac..ef33505 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -25,6 +25,9 @@
[postMetaWordCount]
other = " words"
+[postMetaReadingTime]
+ other = " minutes"
+
[postCopyrightFront]
other = "Unless otherwise noted, the content of this site is licensed under "
@@ -42,9 +45,3 @@
[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 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 = " 画像の表示に対応していません"
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 7366e87..1d0b74a 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -25,6 +25,9 @@
[postMetaWordCount]
other = " woorden"
+[postMetaReadingTime]
+ other = " minuten"
+
[postCopyrightFront]
other = "Tenzij anders vermeld is de inhoud van deze site eigendom van "
@@ -42,9 +45,3 @@
[tagsCurrentTag]
other = "Alle posts met de tag {{ .Title }}: "
-
-[webpCheckerFront]
- other = "Uw huidige browser ondersteund deze pagina niet "
-
-[webpCheckerEnd]
- other = " afbeeldingen" \ No newline at end of file
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml
index 56783e4..3be1131 100644
--- a/i18n/zh-hans.toml
+++ b/i18n/zh-hans.toml
@@ -25,6 +25,9 @@
[postMetaWordCount]
other = " 字"
+[postMetaReadingTime]
+ other = " 分钟"
+
[postCopyrightFront]
other = "除特殊注明部分,本站内容采用 "
@@ -42,9 +45,3 @@
[tagsCurrentTag]
other = "拥有标签 {{ .Title }} 的文章:"
-
-[webpCheckerFront]
- other = "您的浏览器暂未支持显示 "
-
-[webpCheckerEnd]
- other = " 图片"
diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml
index 1f2ba0a..a482017 100644
--- a/i18n/zh-hant.toml
+++ b/i18n/zh-hant.toml
@@ -25,6 +25,9 @@
[postMetaWordCount]
other = " 字"
+[postMetaReadingTime]
+ other = " 分鐘"
+
[postCopyrightFront]
other = "除特殊註明部分,本站內容採用 "
@@ -42,9 +45,3 @@
[tagsCurrentTag]
other = "擁有標籤 {{ .Title }} 的文章:"
-
-[webpCheckerFront]
- other = "您的瀏覽器暫未支持顯示 "
-
-[webpCheckerEnd]
- other = " 圖片"