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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorEtienne Membrives <etienne@membrives.fr>2018-11-08 15:45:16 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2018-11-08 15:45:16 +0300
commit91fbea13508ca242ab5c0db80e11de22e371891e (patch)
tree1647949870adf109cdabe1496cbc9b1a61eee62f /i18n
parent1b84a1deffd09071b8f40daeab3dca5732127886 (diff)
French translation (#102)
This commit adds a French translation to the theme, and fixes a non-translated string in the blog navigation bar.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/fr.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
new file mode 100644
index 0000000..b7f1dba
--- /dev/null
+++ b/i18n/fr.toml
@@ -0,0 +1,25 @@
+[404_title]
+ other = "404"
+[404_description]
+ other = "Oups ! Vous avez soit trouvé un bug{{ with .Site.Params.email }} (auquel cas, [dites-le moi](mailto:{{ . }})) {{ end }} ou vous vous imaginez des choses. Cette page n'existe pas !"
+[index_projects_allProjects]
+ other = "Tous les projets"
+[index_blog_latestPosts]
+ other = "Dernier article"
+[index_blog_allPosts]
+ other = "Tous les articles"
+[index_blog_readMore]
+ other = "Lire la suite"
+[index_currentTime]
+ other = "Mon heure locale est"
+[nav_backToSection]
+ other = "Retour à {{ .Title }}"
+[nav_main]
+ other = "Accueil"
+[blog_readingTime]
+ one = "{{ .Count }} minute de lecture"
+ other = "{{ .Count }} minutes de lecture"
+[blog_shareThis]
+ other = "Partagez"
+[footer_text]
+ other = "Thème [**Introduction**](https://github.com/vickylai/hugo-theme-introduction/) pour [Hugo](http://gohugo.io/). Fait avec [<i class=\"fa fa-heart\"></i> et <i class=\"fa fa-coffee\"></i>](https://vickylai.com) par des contributeurs open-source."