diff --git a/i18n/it.yaml b/i18n/it.yaml new file mode 100644 index 0000000..fabe3f3 --- /dev/null +++ b/i18n/it.yaml @@ -0,0 +1,66 @@ +# Content +- id: dateFormat + translation: "2 January 2006" +- id: shortdateFormat + translation: "2 Jan 2006 15:04:05" +- id: postedOnDate + translation: "Postato il {{ .Count }}" +- id: lastModified + translation: "(Ultima modifica il {{ .Count }})" +- id: translationsLabel + translation: "Altre lingue: " +- id: translationsSeparator + translation: ", " +- id: readMore + translation: "Leggi" +- id: olderPosts + translation: "Articoli più vecchi" +- id: newerPosts + translation: "Articoli più recenti" +- id: previousPost + translation: "Articolo precedente" +- id: nextPost + translation: "Articolo successivo" +- id: readTime + translation: "minuti" +- id: words + translation: "parole" + + +# 404 page +- id: pageNotFound + translation: "Ops, questa pagina non esiste. (errore 404)" + +# Footer +- id: poweredBy # Accepts HTML + translation: 'Sviluppato con Hugo v{{ .Hugo.Version }}  •  Tema: Beautiful Jekyll adattato a Beautiful Hugo' + +# Navigation +- id: toggleNavigation + translation: "Attiva/disattiva la navigazione" +- id: languageSwitcherLabel + translation: "Linguaggio" +- id: gcseLabelShort + translation: "Cerca" +- id: gcseLabelLong + translation: "Cerca {{ .Site.Title }}" +- id: gcseClose + translation: "Chiudi" + +# Staticman +- id: noComment + translation: "Nessun commento" +- id: oneComment + translation: "commento" +- id: moreComment + translation: "commenti" +- id: useMarkdown + translation: "Puoi usare la sintassi Markdown" +- id: yourName + translation: "Il tuo nome" +- id: yourEmail + translation: "Il tuo indirizzo mail" +- id: yourWebsite + translation: "Il tuo website" + +