mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 19:01:52 +02:00
Update to the Spanish translation: Added missing texts and some corrections.
This commit is contained in:
parent
eceda27458
commit
a6e9a885ec
1 changed files with 8 additions and 2 deletions
10
i18n/es.yaml
10
i18n/es.yaml
|
@ -15,6 +15,12 @@ article:
|
||||||
word_count:
|
word_count:
|
||||||
one: "{{ .Count }} palabra"
|
one: "{{ .Count }} palabra"
|
||||||
other: "{{ .Count }} palabras"
|
other: "{{ .Count }} palabras"
|
||||||
|
views:
|
||||||
|
one: "{{ .Count }} visualización"
|
||||||
|
other: "{{ .Count }} visualizaciones"
|
||||||
|
likes:
|
||||||
|
one: "{{ .Count }} me gusta"
|
||||||
|
other: "{{ .Count }} me gusta"
|
||||||
part_of_series: "Este artículo es parte de una serie."
|
part_of_series: "Este artículo es parte de una serie."
|
||||||
part: "Parte"
|
part: "Parte"
|
||||||
this_article: "Este artículo"
|
this_article: "Este artículo"
|
||||||
|
@ -38,7 +44,7 @@ footer:
|
||||||
powered_by: "Desarrollada con {{ .Hugo }} & {{ .Theme }}"
|
powered_by: "Desarrollada con {{ .Hugo }} & {{ .Theme }}"
|
||||||
|
|
||||||
list:
|
list:
|
||||||
externalurl_title: "Link a página externa"
|
externalurl_title: "Enlace a página externa"
|
||||||
no_articles: "Aún no hay artículos para listar aquí."
|
no_articles: "Aún no hay artículos para listar aquí."
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
|
@ -62,4 +68,4 @@ shortcode:
|
||||||
recent_articles: "Reciente"
|
recent_articles: "Reciente"
|
||||||
|
|
||||||
recent:
|
recent:
|
||||||
show_more: "Mostrar Más"
|
show_more: "Mostrar más"
|
Loading…
Add table
Reference in a new issue