feat(i18n): Italian translation (#281)
This commit is contained in:
parent
99c4c89f0a
commit
910d93b4ce
@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
|
|||||||
googleAnalytics:
|
googleAnalytics:
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl
|
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, es, de, nl, it
|
||||||
DefaultContentLanguage: en
|
DefaultContentLanguage: en
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
|
69
i18n/it.yaml
Normal file
69
i18n/it.yaml
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
toggleMenu:
|
||||||
|
other: Toggle Menu
|
||||||
|
|
||||||
|
darkMode:
|
||||||
|
other: Dark Mode
|
||||||
|
|
||||||
|
list:
|
||||||
|
page:
|
||||||
|
one: "{{ .Count }} pagina"
|
||||||
|
other: "{{ .Count }} pagine"
|
||||||
|
|
||||||
|
section:
|
||||||
|
other: Sezione
|
||||||
|
|
||||||
|
subsection:
|
||||||
|
one: Sottosezione
|
||||||
|
other: Sottosezioni
|
||||||
|
|
||||||
|
article:
|
||||||
|
back:
|
||||||
|
other: Indietro
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: Indice
|
||||||
|
|
||||||
|
relatedContents:
|
||||||
|
other: Contenuti correlati
|
||||||
|
|
||||||
|
lastUpdatedOn:
|
||||||
|
other: Aggiornato il
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "{{ .Count }} min per leggere"
|
||||||
|
other: "{{ .Count }} min per leggere"
|
||||||
|
|
||||||
|
notFound:
|
||||||
|
title:
|
||||||
|
other: Non trovato
|
||||||
|
subtitle:
|
||||||
|
other: Questa pagina non esiste.
|
||||||
|
|
||||||
|
widget:
|
||||||
|
archives:
|
||||||
|
title:
|
||||||
|
other: Archivi
|
||||||
|
|
||||||
|
more:
|
||||||
|
other: Di più
|
||||||
|
|
||||||
|
tagCloud:
|
||||||
|
title:
|
||||||
|
other: Tags
|
||||||
|
|
||||||
|
search:
|
||||||
|
title:
|
||||||
|
other: Cerca
|
||||||
|
|
||||||
|
placeholder:
|
||||||
|
other: Scrivi qualcosa...
|
||||||
|
|
||||||
|
resultTitle:
|
||||||
|
other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
||||||
|
|
||||||
|
footer:
|
||||||
|
builtWith:
|
||||||
|
other: Realizzato con {{ .Generator }}
|
||||||
|
|
||||||
|
designedBy:
|
||||||
|
other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
|
Loading…
Reference in New Issue
Block a user