From 45a944412c7133e75173a040e7806145f1c13ea7 Mon Sep 17 00:00:00 2001 From: Zoroark Date: Wed, 7 Jul 2021 13:05:30 +0200 Subject: [PATCH] feat(i18n): Added missing French translations (#259) Also adds whitespace to match the English file's layout. --- i18n/fr.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 59cc111..9217ea3 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -1,9 +1,31 @@ toggleMenu: other: Afficher le menu +darkMode: + other: Mode sombre + +list: + page: + one: "{{ .Count }} page" + other: "{{ .Count }} pages" + + section: + other: Section + + subsection: + one: Sous-section + other: Sous-sections + article: + back: + other: Retour + + tableOfContents: + other: Table des matières + relatedContents: other: Contenus liés + lastUpdatedOn: other: Dernière mise à jour le @@ -17,8 +39,10 @@ widget: archives: title: other: Archives + more: other: Autres + tagCloud: title: other: Mots clés @@ -26,13 +50,16 @@ widget: search: title: other: Rechercher + placeholder: other: Cherchez un article, une publication, etc. + resultTitle: other: "#PAGES_COUNT pages (#TIME_SECONDS secondes)" footer: builtWith: other: Généré avec {{ .Generator }} + designedBy: other: Thème {{ .Theme }} conçu par {{ .DesignedBy }}