Added spanish on ui-text.yml
on ui-text.yml
This commit is contained in:
parent
4249b87c66
commit
5bd8ed99d6
1 changed files with 32 additions and 0 deletions
|
@ -32,5 +32,37 @@ en-US:
|
||||||
en-UK:
|
en-UK:
|
||||||
<<: *DEFAULT_EN
|
<<: *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
|
# Another locale
|
||||||
# --------------
|
# --------------
|
||||||
|
|
Loading…
Reference in a new issue