mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 04:03:48 +01:00
4be110e540
* 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>
39 lines
851 B
YAML
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 }}
|