mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-24 02:41:46 +01:00
43 lines
931 B
YAML
43 lines
931 B
YAML
toggleMenu: Toggle Menu
|
|
|
|
darkMode: Dark Mode
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} pagina"
|
|
other: "{{ .Count }} pagine"
|
|
section: Sezione
|
|
subsection:
|
|
one: Sottosezione
|
|
other: Sottosezioni
|
|
|
|
article:
|
|
back: Indietro
|
|
tableOfContents: Indice
|
|
relatedContent: Contenuti correlati
|
|
lastUpdatedOn: Aggiornato il
|
|
readingTime:
|
|
one: "{{ .Count }} min per leggere"
|
|
other: "{{ .Count }} min per leggere"
|
|
|
|
notFound:
|
|
title: Non trovato
|
|
subtitle: Questa pagina non esiste.
|
|
|
|
widget:
|
|
archives:
|
|
title: Archivi
|
|
more: Di più
|
|
tagCloud:
|
|
title: Tags
|
|
categoriesCloud:
|
|
title: Categorie
|
|
|
|
search:
|
|
title: Cerca
|
|
placeholder: Scrivi qualcosa...
|
|
resultTitle: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
|
|
|
|
footer:
|
|
builtWith: Realizzato con {{ .Generator }}
|
|
designedBy: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}
|