i18n: update i18n string format (#371)

This commit is contained in:
Dillon
2020-05-18 16:10:24 +08:00
committed by GitHub
parent 36f59a72ee
commit 9c1244490f
35 changed files with 236 additions and 284 deletions

View File

@@ -17,7 +17,7 @@ other = "文章"
# === Taxonomy ===
[allSome]
other = "所有%s"
other = "所有{{ .Some }}"
[tag]
other = "标签"
@@ -47,10 +47,7 @@ other = "切换主题"
# === partials/footer.html ===
[poweredBySome]
other = "由 %s 强力驱动"
[theme]
other = "主题"
other = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -111,17 +108,17 @@ other = "分享到"
[contents]
other = "目录"
[publish]
other = "发布于"
[publishedOnDate]
other = "发布于 {{ .Date }}"
[included]
other = "收录于"
[includedInCategories]
other = "收录于 {{ .Categories }}"
[wordCount]
other = "{{ .Count }} 字"
other = "{{ .Count }} 字"
[readingTime]
other = "预计阅读 {{ .Count }} 分钟"
other = "{{ .Count }} 分钟"
[views]
other = "次阅读"
@@ -129,13 +126,10 @@ other = "次阅读"
[author]
other = "作者"
[lastMod]
other = "本文于 %s 更新"
[updatedOnDate]
other = "更新于 {{ .Date }}"
[license]
other = "采用 %s 协议发布"
[seeMarkdown]
[readMarkdown]
other = "阅读原始文档"
[back]