i18n: update i18n string format (#371)
This commit is contained in:
30
i18n/pl.toml
30
i18n/pl.toml
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user