From 8721a2189adca7cdba3f9d8eaa75f6121092b292 Mon Sep 17 00:00:00 2001 From: Matthias Thym Date: Wed, 25 Aug 2021 15:57:29 +0200 Subject: [PATCH] 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 --- i18n/es.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/i18n/es.yaml b/i18n/es.yaml index d82698b..9e1d6e1 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -17,14 +17,26 @@ list: other: Subsecciones article: + back: + other: Volver + + tableOfContents: + other: Tabla de contenido + relatedContents: other: Contenidos relacionados + lastUpdatedOn: other: Última vez actualizado + readingTime: + one: "{{ .Count }} minuto a leer" + other: "{{ .Count }} minutos a leer" + notFound: title: other: No Encontrado + subtitle: other: Esta página no existe @@ -32,8 +44,10 @@ widget: archives: title: other: Archivo + more: other: Más + tagCloud: title: other: Etiquetas @@ -41,13 +55,16 @@ widget: 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 }}