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