From 5bd8ed99d679c318d8dd9efd4aedafc3f9fe40c6 Mon Sep 17 00:00:00 2001 From: "Sergio C. Orozco Torres" Date: Sat, 4 Jun 2016 04:28:14 -0500 Subject: [PATCH] Added spanish on ui-text.yml on ui-text.yml --- _data/ui-text.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/_data/ui-text.yml b/_data/ui-text.yml index 55a4f67f..00c267df 100644 --- a/_data/ui-text.yml +++ b/_data/ui-text.yml @@ -32,5 +32,37 @@ en-US: en-UK: <<: *DEFAULT_EN +# Spanish +# -------------- +es: &DEFAULT_ES + page : "Página" + pagination_previous : "Anterior" + pagination_next : "Siguiente" + breadcrumb_home_label : "Inicio" + breadcrumb_separator : "/" + toc_label : "Contenidos" + ext_link_label : "Enlace" + less_than : "menos de" + minute_read : "minuto de lectura" + minutes_read : "minutos de lectura" + share_on_label : "Compartir" + meta_label : + tags_label : "Etiquetas:" + categories_label : "Categorías:" + date_label : "Actualizado:" + comments_label : "Comentar" + more_label : "Ver más" + related_label : "Podrías ver también" + follow_label : "Seguir:" + feed_label : "Feed" + powered_by : "Powered by" + website_label : "Sitio web" + email_label : "Email" + recent_posts : "Entradas recientes" +en-ES: + <<: *DEFAULT_ES +en-CO: + <<: *DEFAULT_ES + # Another locale # --------------