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

33 lines
516 B
YAML

- id: prev_page
translation: "Page Précédente"
- id: next_page
translation: "Page Suivante"
- id: read_time
translation:
one : "1 min"
other: "{{ .Count }} min"
- id: words
translation:
one : "mot"
other: "{{ .Count }} mots"
- id: toc
translation: "Table des Matières"
- id: translations
translation: "Traductions"
- id: home
translation: "Accueil"
- id: edit_post
translation: "Modifier"
- id: code_copy
translation: "copier"
- id: code_copied
translation: "copié!"