diff options
Diffstat (limited to '_vendor/github.com/adityatelange/hugo-PaperMod/i18n/fr.yaml')
-rw-r--r-- | _vendor/github.com/adityatelange/hugo-PaperMod/i18n/fr.yaml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/fr.yaml b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/fr.yaml new file mode 100644 index 0000000..e48d8e9 --- /dev/null +++ b/_vendor/github.com/adityatelange/hugo-PaperMod/i18n/fr.yaml @@ -0,0 +1,33 @@ +- id: prev_page + translation: "Précédent" + +- id: next_page + translation: "Suivant" + +- 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é !" |