Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--i18n/it.yaml69
2 files changed, 70 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 2ff6a1e..ac30c01 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -11,7 +11,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:
# 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
permalinks:
diff --git a/i18n/it.yaml b/i18n/it.yaml
new file mode 100644
index 0000000..6c4114c
--- /dev/null
+++ b/i18n/it.yaml
@@ -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 }}