mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
fix(i18n/es): typo
This commit is contained in:
parent
3dc2e27b25
commit
379e926e5d
18
i18n/es.yaml
18
i18n/es.yaml
@ -2,31 +2,31 @@ toggleMenu:
|
||||
other: Toggle Menu
|
||||
|
||||
darkMode:
|
||||
other: Modo Obscuro
|
||||
other: Modo oscuro
|
||||
|
||||
list:
|
||||
page:
|
||||
one: "{{ .Count }} pagina"
|
||||
other: "{{ .Count }} paginas"
|
||||
one: "{{ .Count }} página"
|
||||
other: "{{ .Count }} páginas"
|
||||
|
||||
section:
|
||||
other: Sección
|
||||
|
||||
subsection:
|
||||
one: Subsección
|
||||
other: Subsecciónes
|
||||
other: Subsecciones
|
||||
|
||||
article:
|
||||
relatedContents:
|
||||
other: Contenido Relacionado
|
||||
other: Contenidos relacionados
|
||||
lastUpdatedOn:
|
||||
other: Ultima vez actualizado
|
||||
other: Última vez actualizado
|
||||
|
||||
notFound:
|
||||
title:
|
||||
other: No Encontrado
|
||||
subtitle:
|
||||
other: "Ésta pagina no existe"
|
||||
other: Esta página no existe
|
||||
|
||||
widget:
|
||||
archives:
|
||||
@ -40,11 +40,11 @@ widget:
|
||||
|
||||
search:
|
||||
title:
|
||||
other: Busqueda
|
||||
other: Búsqueda
|
||||
placeholder:
|
||||
other: Teclea algo...
|
||||
resultTitle:
|
||||
other: "#PAGES_COUNT paginas en (#TIME_SECONDS segundos)"
|
||||
other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
|
||||
|
||||
footer:
|
||||
builtWith:
|
||||
|
Loading…
Reference in New Issue
Block a user