mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
38 lines
542 B
TOML
38 lines
542 B
TOML
[categories]
|
|
one = "categoria"
|
|
other = "categorie"
|
|
|
|
[tags]
|
|
one = "tag"
|
|
other = "tags"
|
|
|
|
[series]
|
|
one = "serie"
|
|
other = "serie"
|
|
|
|
[authors]
|
|
one = "autore"
|
|
other = "autori"
|
|
|
|
[posts]
|
|
other = "post"
|
|
|
|
[reading_time]
|
|
one = "Lettura di un minuto"
|
|
other = "{{ .Count }} minuti di lettura"
|
|
|
|
[page_not_found]
|
|
other = "Pagina non trovata"
|
|
|
|
[page_does_not_exist]
|
|
other = "Siamo spiacenti, questa pagina non esiste."
|
|
|
|
[head_back]
|
|
other = "Torna alla <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Generato da"
|
|
|
|
[see_also]
|
|
other = "Vedi anche in"
|