i18n: update i18n string format (#371)

This commit is contained in:
Dillon
2020-05-18 16:10:24 +08:00
committed by GitHub
parent 36f59a72ee
commit 9c1244490f
35 changed files with 236 additions and 284 deletions

View File

@@ -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"
[updatedOnDate]
other = "Mis à jour le {{ .Date }}"
[license]
other = "Publié sous licence %s"
[seeMarkdown]
[readMarkdown]
other = "Lire Markdown"
[back]