summaryrefslogtreecommitdiff
path: root/themes/blowfish/i18n/es.yaml
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
commite77051ccc4b47951bfa4fde2be436b1bb2fb113b (patch)
treef0b75ee3521da9c8cd39dac4359212348f70e4e8 /themes/blowfish/i18n/es.yaml
parent4b355837824ac2422d371acef790f0f4249255c7 (diff)
use https://github.com/nunocoracao/blowfish.git
Diffstat (limited to 'themes/blowfish/i18n/es.yaml')
-rw-r--r--themes/blowfish/i18n/es.yaml74
1 files changed, 74 insertions, 0 deletions
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 }} &amp; {{ .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