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:
authorSpicy <68587155+Sp-cy@users.noreply.github.com>2021-02-26 19:43:47 +0300
committerGitHub <noreply@github.com>2021-02-26 19:43:47 +0300
commite61bca1dbdfc8a8232193b7672e7d4190bb34d31 (patch)
tree8f136ba19f88cec138beee5ae406497666d45e76
parent96db925b0638c8808c8d1f1bf2ebade9e1a8d610 (diff)
i18n: Spanish translation (#155)
Co-authored-by: Jimmy Cai <jimmehcai@gmail.com>
-rw-r--r--i18n/es.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/i18n/es.yaml b/i18n/es.yaml
new file mode 100644
index 0000000..d82698b
--- /dev/null
+++ b/i18n/es.yaml
@@ -0,0 +1,53 @@
+toggleMenu:
+ other: Toggle Menu
+
+darkMode:
+ other: Modo oscuro
+
+list:
+ page:
+ one: "{{ .Count }} página"
+ other: "{{ .Count }} páginas"
+
+ section:
+ other: Sección
+
+ subsection:
+ one: Subsección
+ other: Subsecciones
+
+article:
+ relatedContents:
+ other: Contenidos relacionados
+ lastUpdatedOn:
+ other: Última vez actualizado
+
+notFound:
+ title:
+ other: No Encontrado
+ subtitle:
+ other: Esta página no existe
+
+widget:
+ archives:
+ title:
+ other: Archivo
+ more:
+ other: Más
+ tagCloud:
+ title:
+ other: Etiquetas
+
+search:
+ title:
+ other: Búsqueda
+ placeholder:
+ other: Teclea algo...
+ resultTitle:
+ other: "#PAGES_COUNT páginas en (#TIME_SECONDS segundos)"
+
+footer:
+ builtWith:
+ other: Creado con {{ .Generator }}
+ designedBy:
+ other: Tema {{ .Theme }} diseñado por {{ .DesignedBy }}