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 = "Articole"
# === Taxonomy ===
[allSome]
other = "Toate %s"
other = "Toate {{ .Some }}"
[tag]
other = "Etichetă"
@@ -47,10 +47,7 @@ other = "Schimbare Temă"
# === partials/footer.html ===
[poweredBySome]
other = "Realizat de către %s"
[theme]
other = "Temă"
other = "Realizat de către {{ .Hugo }} | Temă - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Distribuie pe"
[contents]
other = "Cuprins"
[publish]
other = "publicat la"
[publishedOnDate]
other = "publicat la {{ .Date }}"
[included]
other = "inclus în"
[includedInCategories]
other = "inclus în {{ .Categories }}"
[wordCount]
other = "aproximativ {{ .Count }} cuvinte"
one = "Un cuvânt"
other = "{{ .Count }} cuvinte"
[readingTime]
other = "{{ .Count }} min"
one = "Un minut"
other = "{{ .Count }} minute"
[views]
other = "vizualizări"
@@ -126,13 +125,10 @@ other = "vizualizări"
[author]
other = "Autor"
[lastMod]
other = "Articolul a fost actualizat la %s"
[updatedOnDate]
other = "Actualizat la {{ .Date }}"
[license]
other = "Publicat sub licența %s"
[seeMarkdown]
[readMarkdown]
other = "Citire Markdown"
[back]