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

@@ -16,7 +16,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
other = "All %s"
other = "All {{ .Some }}"
[tag]
other = "Tag"
@@ -46,10 +46,7 @@ other = "Switch Theme"
# === partials/footer.html ===
[poweredBySome]
other = "Powered by %s"
[theme]
other = "Theme"
other = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -104,17 +101,19 @@ other = "Share on"
[contents]
other = "Contents"
[publish]
other = "published on"
[publishedOnDate]
other = "published on {{ .Date }}"
[included]
other = "included in"
[includedInCategories]
other = "included in {{ .Categories }}"
[wordCount]
other = "about {{ .Count }} words"
one = "One word"
other = "{{ .Count }} words"
[readingTime]
other = "{{ .Count }} min"
one = "One minute"
other = "{{ .Count }} minutes"
[views]
other = "views"
@@ -122,13 +121,10 @@ other = "views"
[author]
other = "Author"
[lastMod]
other = "The article was updated on %s"
[updatedOnDate]
other = "Updated on {{ .Date }}"
[license]
other = "Published under the %s license"
[seeMarkdown]
[readMarkdown]
other = "Read Markdown"
[back]