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
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-18 11:10:24 +0300
committerGitHub <noreply@github.com>2020-05-18 11:10:24 +0300
commit9c1244490f0f5596db9b6df933041af9c727dc5b (patch)
tree57c4af8cb68299ba371738b7946a22fb15d97d33 /i18n/fr.toml
parent36f59a72ee4c186cc525b67da6813498f43a711c (diff)
i18n: update i18n string format (#371)
Diffstat (limited to 'i18n/fr.toml')
-rw-r--r--i18n/fr.toml30
1 files changed, 13 insertions, 17 deletions
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 451ad26..541f68c 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -17,7 +17,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
-other = "Tous %s"
+other = "Tous {{ .Some }}"
[tag]
other = "Balise"
@@ -47,10 +47,7 @@ other = "Changer de Thème"
# === partials/footer.html ===
[poweredBySome]
-other = "Propulsé par %s"
-
-[theme]
-other = "Thème"
+other = "Propulsé par {{ .Hugo }} | Thème - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Partager sur"
[contents]
other = "Contenu"
-[publish]
-other = "publié le"
+[publishedOnDate]
+other = "publié le {{ .Date }}"
-[included]
-other = "inclus dans"
+[includedInCategories]
+other = "inclus dans {{ .Categories }}"
[wordCount]
-other = "environ {{ .Count }} mots"
+one = "Un mot"
+other = "{{ .Count }} mots"
[readingTime]
-other = "{{ .Count }} min"
+one = "Une minute"
+other = "{{ .Count }} minutes"
[views]
other = "vues"
@@ -126,13 +125,10 @@ other = "vues"
[author]
other = "Auteur"
-[lastMod]
-other = "Dernière mise à jour le %s"
-
-[license]
-other = "Publié sous licence %s"
+[updatedOnDate]
+other = "Mis à jour le {{ .Date }}"
-[seeMarkdown]
+[readMarkdown]
other = "Lire Markdown"
[back]