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:
authorJimmy Cai <github@jimmycai.com>2022-10-29 18:14:19 +0300
committerGitHub <noreply@github.com>2022-10-29 18:14:19 +0300
commitb03390d237427a2b9cfee55949cb1da62f1a6856 (patch)
treefd7da57cfcebc07d16483f3e9c3d71aee3562138 /i18n/it.yaml
parent8a597a5c9c861d2bce22a5e06c7667cd9c8e263a (diff)
Revert "Merge branch 'canary' into master" (#712)
Revert "Merge branch 'canary' into master (#711)" This reverts commit 8a597a5c9c861d2bce22a5e06c7667cd9c8e263a.
Diffstat (limited to 'i18n/it.yaml')
-rw-r--r--i18n/it.yaml66
1 files changed, 48 insertions, 18 deletions
diff --git a/i18n/it.yaml b/i18n/it.yaml
index 81f3fb4..0cbeeab 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -1,43 +1,73 @@
-toggleMenu: Toggle Menu
+toggleMenu:
+ other: Toggle Menu
-darkMode: Dark Mode
+darkMode:
+ other: Dark Mode
list:
page:
one: "{{ .Count }} pagina"
other: "{{ .Count }} pagine"
- section: Sezione
+
+ section:
+ other: Sezione
+
subsection:
one: Sottosezione
other: Sottosezioni
article:
- back: Indietro
- tableOfContents: Indice
- relatedContent: Contenuti correlati
- lastUpdatedOn: Aggiornato il
+ back:
+ other: Indietro
+
+ tableOfContents:
+ other: Indice
+
+ relatedContent:
+ other: Contenuti correlati
+
+ lastUpdatedOn:
+ other: Aggiornato il
+
readingTime:
one: "{{ .Count }} min per leggere"
other: "{{ .Count }} min per leggere"
notFound:
- title: Non trovato
- subtitle: Questa pagina non esiste.
+ title:
+ other: Non trovato
+ subtitle:
+ other: Questa pagina non esiste.
widget:
archives:
- title: Archivi
- more: Di più
+ title:
+ other: Archivi
+
+ more:
+ other: Di più
+
tagCloud:
- title: Tags
+ title:
+ other: Tags
+
categoriesCloud:
- title: Categorie
+ title:
+ other: Categorie
search:
- title: Cerca
- placeholder: Scrivi qualcosa...
- resultTitle: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
+ title:
+ other: Cerca
+
+ placeholder:
+ other: Scrivi qualcosa...
+
+ resultTitle:
+ other: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
footer:
- builtWith: Realizzato con {{ .Generator }}
- designedBy: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
+ builtWith:
+ other: Realizzato con {{ .Generator }}
+
+ designedBy:
+ other: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}