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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-03 16:59:58 +0300
committerGitHub <noreply@github.com>2020-03-03 16:59:58 +0300
commit7d3a2ceb7d9b2818dcb741beea5ddfcd1726f972 (patch)
treedfb6f270fb7fd7cf653a71adf50ee81d1d0cb7af /i18n
parent169fc31a6819ef2198760fd774769398893ecb33 (diff)
parent7c4b8ea57afb98255643d9e1bc0eb3a1ee824456 (diff)
Merge pull request #87 from maxlefou/master
Added french support
Diffstat (limited to 'i18n')
-rw-r--r--i18n/fr.toml113
1 files changed, 113 insertions, 0 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..7b48b8e
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,113 @@
+# Translations for French
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[all]
+other = "tous "
+
+[tag]
+other = "Tag"
+
+[tags]
+other = "Tags"
+
+[category]
+other = "Catégorie"
+
+[categories]
+other = "Catégories"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Plus"
+# === Pagination ===
+
+# === partials/header.html ===
+[switchTheme]
+other = "Changer de Thème"
+# === partials/header.html ===
+
+# === partials/comments.html ===
+[valineLang]
+other = "fr"
+# === partials/comments.html ===
+
+# === partials/footer.html ===
+[powered]
+other = "Propulsé par %s"
+
+[theme]
+other = "Thème - "
+# === partials/footer.html ===
+
+# === partials/post/share.html ===
+[share]
+other = "Partager sur"
+# === partials/post/share.html ===
+
+# === posts/single.html ===
+[toc]
+other = "Contenu"
+
+[publish]
+other = "publié sur"
+
+[included]
+other = "inclus dans"
+
+[wordCount]
+other = "environ {{ .Count }} mots"
+
+[readingTime]
+other = "{{ .Count }} min"
+
+[pageviews]
+other = "<span class=leancloud-visitors-count></span> vues"
+
+[author]
+other = "Auteur"
+
+[lastMod]
+other = "Dernière mise à jour le %s"
+
+[license]
+other = "Publié sous licence %s"
+
+[back]
+other = "Retour"
+
+[home]
+other = "Accueil"
+
+[readMore]
+other = "En savoir plus"
+
+[day]
+other = "j"
+
+[hour]
+other = "hr"
+
+[minute]
+other = "min"
+
+[second]
+other = "sec"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Page non trouvée"
+
+[pageNotFoundText]
+other = "Désolé, la page recherchée n'existe pas."
+
+[backToHome]
+other = "Retour à l'accueil"
+# === 404.html ===