diff options
author | amzrk2 | 2020-06-04 16:02:57 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-04 16:02:57 +0800 |
commit | 98cd7b30728bd5d98abbfea10000038604a59156 (patch) | |
tree | ae04a23daf2845703d757bb9e4f10d8ec2365483 /i18n | |
parent | d185ecccaabcaf4a9cced394d5b72f246bc2e5e7 (diff) | |
download | hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.tar.gz hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.tar.bz2 hugo-theme-fuji-98cd7b30728bd5d98abbfea10000038604a59156.zip |
Comment area i18n
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 7 | ||||
-rw-r--r-- | i18n/ja.toml | 7 | ||||
-rw-r--r-- | i18n/nl.toml | 7 | ||||
-rw-r--r-- | i18n/zh-hans.toml | 7 | ||||
-rw-r--r-- | i18n/zh-hant.toml | 7 |
5 files changed, 10 insertions, 25 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index ef33505..f260aa9 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -34,11 +34,8 @@ [postCopyrightEnd] other = "." -[postCommentLoading] - other = "Loading comments..." - -[postCommentLoadingFailed] - other = "Comments failed to load." +[postComment] + other = "Load comments" [archivesTotalPages] other = "Total posts: " diff --git a/i18n/ja.toml b/i18n/ja.toml index e5ff191..b9d5133 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -34,11 +34,8 @@ [postCopyrightEnd] other = " の下に提供されています。" -[postCommentLoading] - other = "読み込み中..." - -[postCommentLoadingFailed] - other = "読み込みエラー" +[postComment] + other = "コメントを表示" [archivesTotalPages] other = "総記事数:" diff --git a/i18n/nl.toml b/i18n/nl.toml index 1d0b74a..6593ac6 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -34,11 +34,8 @@ [postCopyrightEnd] other = "." -[postCommentLoading] - other = "Commentaren worden geladen..." - -[postCommentLoadingFailed] - other = "Commentaren konden niet geladen worden." +[postComment] + other = "Laad commentaren" [archivesTotalPages] other = "Totaal aantal posts: " diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 3be1131..f4eec4e 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -34,11 +34,8 @@ [postCopyrightEnd] other = " 进行许可。" -[postCommentLoading] - other = "正在加载评论区" - -[postCommentLoadingFailed] - other = "评论区加载失败" +[postComment] + other = "查看评论" [archivesTotalPages] other = "文章总数:" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index a482017..d6ba777 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -34,11 +34,8 @@ [postCopyrightEnd] other = " 授權。" -[postCommentLoading] - other = "正在讀取評論區" - -[postCommentLoadingFailed] - other = "評論區讀取失敗" +[postComment] + other = "查看評論" [archivesTotalPages] other = "文章總數:" |