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 = "Artículos"
# === Taxonomy ===
[allSome]
other = "Todo %s"
other = "Todo {{ .Some }}"
[tag]
other = "Etiqueta"
@@ -47,10 +47,7 @@ other = "Cambia el tema"
# === partials/footer.html ===
[poweredBySome]
other = "Provisto por %s"
[theme]
other = "Tema"
other = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
@@ -108,17 +105,19 @@ other = "Compartir en"
[contents]
other = "Contenido"
[publish]
other = "publicado el"
[publishedOnDate]
other = "publicado el {{ .Date }}"
[included]
other = "incluido en"
[includedInCategories]
other = "incluido en {{ .Categories }}"
[wordCount]
other = "unas {{ .Count }} palabras"
one = "Una palabra"
other = "{{ .Count }} palabras"
[readingTime]
other = "{{ .Count }} min"
one = "Un minuto"
other = "{{ .Count }} minutos"
[views]
other = "vistas"
@@ -126,13 +125,10 @@ other = "vistas"
[author]
other = "Autor"
[lastMod]
other = "El artículo fue actualizado el %s"
[updatedOnDate]
other = "Actualizado el {{ .Date }}"
[license]
other = "Publicado bajo la licencia %s"
[seeMarkdown]
[readMarkdown]
other = "Leer Markdown"
[back]