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 = "Posty"
# === Taxonomy ===
[allSome]
other = "Wszystkie %s"
other = "Wszystkie {{ .Some }}"
[tag]
other = "Tag"
@@ -47,10 +47,7 @@ other = "Przełącz schemat"
# === partials/footer.html ===
[poweredBySome]
other = "Napędzany przez %s"
[theme]
other = "Szablon"
other = "Napędzany przez {{ .Hugo }} | Szablon - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -96,17 +93,19 @@ other = "Udostępnij na"
[contents]
other = "Spis treści"
[publish]
other = "opublikowano"
[publishedOnDate]
other = "opublikowano {{ .Date }}"
[included]
other = "zawarty w"
[includedInCategories]
other = "zawarty w {{ .Categories }}"
[wordCount]
other = "około {{ .Count }} słów"
one = "Jedno słowo"
other = "{{ .Count }} słów"
[readingTime]
other = "{{ .Count }} min"
one = "Jedna minuta"
other = "{{ .Count }} minuty"
[views]
other = "wyświetleń"
@@ -114,13 +113,10 @@ other = "wyświetleń"
[author]
other = "Autor"
[lastMod]
other = "Artykuł ostatnio zaktualizowany %s"
[updatedOnDate]
other = "Zaktualizowano {{ .Date }}"
[license]
other = "Opublikowano na licencji %s"
[seeMarkdown]
[readMarkdown]
other = "Zobacz Markdown"
[back]