From 63de2973ce5575c8d79609f5150320898b621d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Bele=C3=B1a?= Date: Sat, 5 Feb 2022 22:34:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Update=20es=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/es.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/i18n/es.yaml b/i18n/es.yaml index 8ff30397..0e821b9d 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -8,7 +8,7 @@ article: one: "{{ .Count }} min" other: "{{ .Count }} mins" reading_time_title: "Tiempo de lectura" - # table_of_contents: "Table of Contents" + table_of_contents: "Tabla de contenido" word_count: one: "{{ .Count }} palabra" other: "{{ .Count }} palabras" @@ -16,9 +16,9 @@ article: author: byline_title: "Autor" -# code: -# copy: "Copy" -# copied: "Copied" +code: + copy: "Copiar" + copied: "Copiado" error: 404_title: "Página no encontrada :confused:" @@ -34,14 +34,14 @@ list: externalurl_title: "Link a página externa" no_articles: "Aún no hay artículos para listar aquí." -# nav: -# scroll_to_top_title: "Scroll to top" -# skip_to_main: "Skip to main content" +nav: + scroll_to_top_title: "Ir arriba" + skip_to_main: "Ir al contenido" -# search: -# open_button_title: "Search (/)" -# close_button_title: "Close (Esc)" -# input_placeholder: "Search" +search: + open_button_title: "Buscar (/)" + close_button_title: "Cerrar (Esc)" + input_placeholder: "Buscar" sharing: email: "Enviar vía email"