diff options
author | Damien Garaud <damien.garaud@gmail.com> | 2018-02-24 13:01:10 +0100 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-02-24 20:01:10 +0800 |
commit | 8274b4209d8b2ecb12a7cafc8d9513371c72a5dc (patch) | |
tree | 1492cc2dbc83fec76f0ec50c8f0547a9132c4919 /i18n | |
parent | 2b4a3737d62e8ec7deca3e855b23b0e44fd939a8 (diff) |
i18n: add French translation (#33)
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/fr.yaml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..061c149 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,96 @@ +# ===== title ===== +archive: + other: "Archive" + +tags: + other: "Tags" + +categories: + other: "Catégories" + +# ===== footer ===== +powered: + other: "Propulsé par %s" + +theme: + other: "Thème" + +siteUV: + other: "site uv: %s" + +sitePV: + other: "site pv: %s" + +pagePV: + other: "%s temps de lecture" + +# ===== post ===== +prevPage: + other: "Plus récents" + +nextPage: + other: "Plus vieux" + +prevPost: + other: "Précédent" + +nextPost: + other: "Suivant" + +toc: + other: "Contenu" + +readMore: + other: "Lire la suite..." + +reward: + other: "Reward" + +rewardAlipay: + other: "alipay" + +rewardWechat: + other: "wechat" + +wordCount: + one: "{{ .Count }} mots" + other: "{{ .Count }} mots" + +readingTime: + one: "{{ .Count }} min de lecture" + other: "{{ .Count }} mins de lecture" + +# ===== content license ===== +author: + other: "Auteur" + +lastMod: + other: "Modifié" + +markdown: + other: "Markdown" + +seeMarkDown: + other: "Version de Markdown »" + +license: + other: "Licence" + +# ===== counter ===== +archiveCounter: + one: "{{ .Count }} Articles au total" + other: "{{ .Count }} Articles au total" + +tagCounter: + one: "{{ .Count }} Tag au total" + other: "{{ .Count }} Tags au total" + +zeroTagCounter: + other: "Aucun tag" + +categoryCounter: + one: "{{ .Count }} Catégorie au total" + other: "{{ .Count }} Catégories au total" + +zeroCategoryCounter: + other: "Aucune catégorie" |