From 6ba2b7f32bae429b61f0d720aca61a3a7b77a701 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Fri, 5 Mar 2021 00:12:28 +0100 Subject: Create French translation --- i18n/fr.toml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 i18n/fr.toml diff --git a/i18n/fr.toml b/i18n/fr.toml new file mode 100644 index 0000000..47e67dd --- /dev/null +++ b/i18n/fr.toml @@ -0,0 +1,55 @@ +[sidebarToc] + other = "Table des matières" + +[sidebarPages] + other = "Pages" + +[sidebarTags] + other = "Étiquettes" + +[sidebarLinks] + other = "Liens" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Propulsé par " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Aucune étiquette" + +[postMetaWordCount] + one = "{{.Count}} mot" + other = "{{.Count}} mots" + +[postMetaReadingTime] + one = "{{.Count}} minute" + other = "{{.Count}} minutes" + +[postCopyrightFront] + other = "Sauf indication contraire, le contenu de ce site est mis à disposition selon les termes de la Licence " + +[postCopyrightEnd] + other = "." + +[postComment] + other = "Télécharger les commentaires" + +[archivesTotalPages] + other = "Posts totaux: " + +[tagsCurrentTag] + other = "Posts avec l'étiquette {{ .Title }}: " + +[searchSuccess] + other = "[NUM] résultats ([TIME] ms)" + +[searchNotFound] + other = "Résultats non trouvés" + +[searchFailed] + other = "Échec du chargement du fichier d'index" -- cgit v1.2.3