mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 20:13:31 +08:00
feat(i18n): add Spanish translations for new features and refactor
add translation for feature `back` add translation for feature `tableOfContents` add translation for feature `readingTime` add newlines according to i18n en config
This commit is contained in:
parent
7584c1c635
commit
8721a2189a
17
i18n/es.yaml
17
i18n/es.yaml
@ -17,14 +17,26 @@ list:
|
|||||||
other: Subsecciones
|
other: Subsecciones
|
||||||
|
|
||||||
article:
|
article:
|
||||||
|
back:
|
||||||
|
other: Volver
|
||||||
|
|
||||||
|
tableOfContents:
|
||||||
|
other: Tabla de contenido
|
||||||
|
|
||||||
relatedContents:
|
relatedContents:
|
||||||
other: Contenidos relacionados
|
other: Contenidos relacionados
|
||||||
|
|
||||||
lastUpdatedOn:
|
lastUpdatedOn:
|
||||||
other: Última vez actualizado
|
other: Última vez actualizado
|
||||||
|
|
||||||
|
readingTime:
|
||||||
|
one: "{{ .Count }} minuto a leer"
|
||||||
|
other: "{{ .Count }} minutos a leer"
|
||||||
|
|
||||||
notFound:
|
notFound:
|
||||||
title:
|
title:
|
||||||
other: No Encontrado
|
other: No Encontrado
|
||||||
|
|
||||||
subtitle:
|
subtitle:
|
||||||
other: Esta página no existe
|
other: Esta página no existe
|
||||||
|
|
||||||
@ -32,8 +44,10 @@ widget:
|
|||||||
archives:
|
archives:
|
||||||
title:
|
title:
|
||||||
other: Archivo
|
other: Archivo
|
||||||
|
|
||||||
more:
|
more:
|
||||||
other: Más
|
other: Más
|
||||||
|
|
||||||
tagCloud:
|
tagCloud:
|
||||||
title:
|
title:
|
||||||
other: Etiquetas
|
other: Etiquetas
|
||||||
@ -41,13 +55,16 @@ widget:
|
|||||||
search:
|
search:
|
||||||
title:
|
title:
|
||||||
other: Búsqueda
|
other: Búsqueda
|
||||||
|
|
||||||
placeholder:
|
placeholder:
|
||||||
other: Teclea algo...
|
other: Teclea algo...
|
||||||
|
|
||||||
resultTitle:
|
resultTitle:
|
||||||
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
||||||
|
|
||||||
footer:
|
footer:
|
||||||
builtWith:
|
builtWith:
|
||||||
other: Creado con {{ .Generator }}
|
other: Creado con {{ .Generator }}
|
||||||
|
|
||||||
designedBy:
|
designedBy:
|
||||||
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|
other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
|
||||||
|
Loading…
Reference in New Issue
Block a user