hugo-PaperMod/i18n/it.yaml
Thiago Perrotta b0ab8ea495
Add option to add word count to metadata (#740)
Usage: 
ShowWordCount: true
2022-01-21 23:58:25 +05:30

28 lines
433 B
YAML

- id: prev_page
translation: "Pag Prec"
- id: next_page
translation: "Pag Succ"
- id: read_time
translation:
one: "1 minuto"
other: "{{ .Count }} minuti"
- id: words
translation:
one : "parola"
other: "{{ .Count }} parole"
- id: toc
translation: "Tabella dei Contenuti"
- id: translations
translation: "Traduzioni"
- id: code_copy
translation: "copia"
- id: code_copied
translation: "copiato!"