From e61bca1dbdfc8a8232193b7672e7d4190bb34d31 Mon Sep 17 00:00:00 2001 From: Spicy <68587155+Sp-cy@users.noreply.github.com> Date: Fri, 26 Feb 2021 10:43:47 -0600 Subject: [PATCH] i18n: Spanish translation (#155) Co-authored-by: Jimmy Cai --- i18n/es.yaml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 i18n/es.yaml 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 }}