From e84d9fbecb437eaa1878031dc4c3ae3f9b37e4d0 Mon Sep 17 00:00:00 2001 From: DavideCalabria Date: Fri, 5 Nov 2021 17:33:49 +0100 Subject: [PATCH] Update it.toml --- i18n/it.toml | 41 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/i18n/it.toml b/i18n/it.toml index 417f4ac..9e2ed24 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -1,3 +1,4 @@ + [more] other = "Altro" @@ -5,7 +6,7 @@ other = "Altro" other = "Tutti {{.Title }}" [recentTitle] -other = "Recenti {{.Title }}" +other = "Articoli Recenti " [readMore] other = "leggi di più" @@ -32,7 +33,41 @@ other = "Indirizzo email obbligatorio." other = "Invia" [taxonomyPageList] -other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" +other = "Sotto trovi tutti gli articoli che utilizzano il termine “{{ .Title }}” nella tassonomia" [pageTitle] -other = "{{ .Name }} pagina" \ No newline at end of file +other = "{{ .Name }} pagina" + +[wordCount] +one = "{{ .Count }} parola" +other = "{{ .Count }} parole" + +[readingTime] +one = "{{ .Count }} minuto lettura" +other = "{{ .Count }} minuti lettura" + +[Month] +[January] +other = "Gennaio" +[February] +other = "Febbraio" +[March] +other = "Marzo" +[April] +other = "Aprile" +[May] +other = "Maggio" +[June] +other = "Giugno" +[July] +other = "Luglio" +[Agoust] +other = "Agosto" +[September] +other = "Settembre" +[October] +other = "Ottobre" +[November] +other = "Novembre" +[December] +other = "Dicembre"