hugo-theme-stack/i18n/it.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

39 lines
851 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ù
search:
title: Cerca
placeholder: Scrivi qualcosa...
resultTitle: "#PAGES_COUNT pagine (#TIME_SECONDS secondi)"
footer:
builtWith: Realizzato con {{ .Generator }}
designedBy: Tema {{ .Theme }} realizzato da {{ .DesignedBy }}