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 = "Articoli"
# === Taxonomy ===
[allSome]
other = "Tutti %s"
other = "Tutti {{ .Some }}"
[tag]
other = "Etichetta"
@@ -47,10 +47,7 @@ other = "Cambiare il tema"
# === partials/footer.html ===
[poweredBySome]
other = "Realizzato da %s"
[theme]
other = "Tema"
other = "Realizzato da {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Condividi su"
[contents]
other = "Contenuti"
[publish]
other = "pubblicato su"
[publishedOnDate]
other = "pubblicato su {{ .Date }}"
[included]
other = "incluso in"
[includedInCategories]
other = "incluso in {{ .Categories }}"
[wordCount]
other = "circa {{ .Count }} parole"
one = "Una parola"
other = "{{ .Count }} parole"
[readingTime]
other = "{{ .Count }} min"
one = "Un minuto"
other = "{{ .Count }} minuti"
[views]
other = "visualizzazioni"
@@ -126,13 +125,10 @@ other = "visualizzazioni"
[author]
other = "Autore"
[lastMod]
other = "L'articolo è stato modificato il %s"
[updatedOnDate]
other = "Aggiornato il {{ .Date }}"
[license]
other = "Pubblicato sotto la licenza %s"
[seeMarkdown]
[readMarkdown]
other = "Leggi Markdown"
[back]