Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoroark <matthieu.stombellini@outlook.fr>2021-07-07 14:05:30 +0300
committerGitHub <noreply@github.com>2021-07-07 14:05:30 +0300
commit45a944412c7133e75173a040e7806145f1c13ea7 (patch)
treeb880879203d51585fb028c5bf9a07ced0cab8942
parent1fa573dae3f2bc7d959ef659129ec88eff400441 (diff)
feat(i18n): Added missing French translations (#259)
Also adds whitespace to match the English file's layout.
-rw-r--r--i18n/fr.yaml27
1 files changed, 27 insertions, 0 deletions
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 }}