From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/blowfish/i18n/es.yaml | 74 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 themes/blowfish/i18n/es.yaml (limited to 'themes/blowfish/i18n/es.yaml') diff --git a/themes/blowfish/i18n/es.yaml b/themes/blowfish/i18n/es.yaml new file mode 100644 index 0000000..99e844b --- /dev/null +++ b/themes/blowfish/i18n/es.yaml @@ -0,0 +1,74 @@ +global: + language: "ES" + +article: + anchor_label: "Ancla" + date: "{{ .Date }}" + date_updated: "Actualizado: {{ .Date }}" + draft: "Borrador" + edit_title: "Editar contenido" + reading_time: + one: "{{ .Count }} min" + other: "{{ .Count }} mins" + reading_time_title: "Tiempo de lectura" + table_of_contents: "Tabla de contenido" + word_count: + one: "{{ .Count }} palabra" + other: "{{ .Count }} palabras" + views: + one: "{{ .Count }} visualización" + other: "{{ .Count }} visualizaciones" + likes: + one: "{{ .Count }} me gusta" + other: "{{ .Count }} me gusta" + part_of_series: "Este artículo es parte de una serie." + part: "Parte" + this_article: "Este artículo" + related_articles: "Relacionados" + zen_mode_title: + enable: "Activar modo zen" + disable: "Desactivar modo zen" + +author: + byline_title: "Autor" + +code: + copy: "Copiar" + copied: "Copiado" + +error: + 404_title: "Página no encontrada :confused:" + 404_error: "Error 404" + 404_description: "Parece que la página que solicitaste no existe." + +footer: + dark_appearance: "Cambiar a modo oscuro" + light_appearance: "Cambiar a modo claro" + powered_by: "Desarrollada con {{ .Hugo }} & {{ .Theme }}" + +list: + externalurl_title: "Enlace a página externa" + no_articles: "Aún no hay artículos para listar aquí." + +nav: + scroll_to_top_title: "Ir arriba" + skip_to_main: "Ir al contenido" + +search: + open_button_title: "Buscar (/)" + close_button_title: "Cerrar (Esc)" + input_placeholder: "Buscar" + +sharing: + email: "Enviar vía email" + facebook: "Compartir en Facebook" + linkedin: "Compartir en LinkedIn" + pinterest: "Pinear en Pinterest" + reddit: "Publicar en Reddit" + twitter: "Tuitear en Twitter" + +shortcode: + recent_articles: "Reciente" + +recent: + show_more: "Mostrar más" \ No newline at end of file -- cgit v1.2.3