diff options
author | DSRKafuU | 2020-06-04 07:21:13 -0500 |
---|---|---|
committer | GitHub | 2020-06-04 07:21:13 -0500 |
commit | 73244a2e55dffa158027126346eefd5bafa5fea8 (patch) | |
tree | c98ee9fbdb6f474579aa769a2a4b0b4c98fd21f1 /i18n | |
parent | aa5290aeef9df1c583fdf30290351968df9215dc (diff) | |
parent | 914bf54c493b299268c293be33a8babf99b1cce2 (diff) | |
download | hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.gz hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.bz2 hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.zip |
Merge pull request #24 from amzrk2/dev
v2 pre-release
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 = "文章總數:" |