Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/es.yaml')
-rw-r--r--i18n/es.yaml66
1 files changed, 48 insertions, 18 deletions
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 5614e98..76995da 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -1,43 +1,73 @@
-toggleMenu: Toggle Menu
+toggleMenu:
+ other: Toggle Menu
-darkMode: Modo oscuro
+darkMode:
+ other: Modo oscuro
list:
page:
one: "{{ .Count }} página"
other: "{{ .Count }} páginas"
- section: Sección
+
+ section:
+ other: Sección
+
subsection:
one: Subsección
other: Subsecciones
article:
- back: Volver
- tableOfContents: Tabla de contenido
- relatedContent: Contenidos relacionados
- lastUpdatedOn: Última vez actualizado
+ back:
+ other: Volver
+
+ tableOfContents:
+ other: Tabla de contenido
+
+ relatedContent:
+ other: Contenidos relacionados
+
+ lastUpdatedOn:
+ other: Última vez actualizado
+
readingTime:
one: "{{ .Count }} minuto a leer"
other: "{{ .Count }} minutos a leer"
notFound:
- title: No Encontrado
- subtitle: Esta página no existe
+ title:
+ other: No Encontrado
+
+ subtitle:
+ other: Esta página no existe
widget:
archives:
- title: Archivo
- more: Más
+ title:
+ other: Archivo
+
+ more:
+ other: Más
+
tagCloud:
- title: Etiquetas
+ title:
+ other: Etiquetas
categoriesCloud:
- title: Categorías
+ title:
+ other: Categorías
search:
- title: Búsqueda
- placeholder: Teclea algo...
- resultTitle: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
+ title:
+ other: Búsqueda
+
+ placeholder:
+ other: Teclea algo...
+
+ resultTitle:
+ other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
footer:
- builtWith: Creado con {{ .Generator }}
- designedBy: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}
+ builtWith:
+ other: Creado con {{ .Generator }}
+
+ designedBy:
+ other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}