diff options
author | Vincent Tam | 2021-03-05 00:12:28 +0100 |
---|---|---|
committer | GitHub | 2021-03-05 00:12:28 +0100 |
commit | 6ba2b7f32bae429b61f0d720aca61a3a7b77a701 (patch) | |
tree | 1b03dfd5e0fc07ad8df5ae2437b5f7e634c3f319 /i18n | |
parent | f6992d5a3df00033e12f75caad2e4ac9253ab8ec (diff) | |
download | hugo-theme-fuji-6ba2b7f32bae429b61f0d720aca61a3a7b77a701.tar.gz hugo-theme-fuji-6ba2b7f32bae429b61f0d720aca61a3a7b77a701.tar.bz2 hugo-theme-fuji-6ba2b7f32bae429b61f0d720aca61a3a7b77a701.zip |
Create French translation
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/fr.toml | 55 |
1 files changed, 55 insertions, 0 deletions
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" |