2016-03-10 02:49:17 +01:00
|
|
|
|
# User interface text and labels
|
2016-03-09 22:33:27 +01:00
|
|
|
|
|
2016-03-10 02:49:17 +01:00
|
|
|
|
# English (default)
|
|
|
|
|
# -----------------
|
|
|
|
|
en: &DEFAULT_EN
|
2016-04-06 03:36:32 +02:00
|
|
|
|
page : "Page"
|
|
|
|
|
pagination_previous : "Previous"
|
|
|
|
|
pagination_next : "Next"
|
|
|
|
|
breadcrumb_home_label : "Home"
|
|
|
|
|
breadcrumb_separator : "/"
|
|
|
|
|
toc_label : "On This Page"
|
|
|
|
|
ext_link_label : "Direct Link"
|
|
|
|
|
less_than : "less than"
|
|
|
|
|
minute_read : "minute read"
|
|
|
|
|
share_on_label : "Share on"
|
|
|
|
|
meta_label :
|
|
|
|
|
tags_label : "Tags:"
|
|
|
|
|
categories_label : "Categories:"
|
|
|
|
|
date_label : "Updated:"
|
|
|
|
|
comments_label : "Leave a Comment"
|
|
|
|
|
more_label : "Learn More"
|
|
|
|
|
related_label : "You May Also Enjoy"
|
|
|
|
|
follow_label : "Follow:"
|
|
|
|
|
feed_label : "Feed"
|
|
|
|
|
powered_by : "Powered by"
|
|
|
|
|
website_label : "Website"
|
|
|
|
|
email_label : "Email"
|
2016-05-13 07:24:06 +02:00
|
|
|
|
recent_posts : "Recent Posts"
|
2016-06-08 19:07:38 +02:00
|
|
|
|
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
|
2016-04-07 22:27:01 +02:00
|
|
|
|
en-US:
|
2016-03-10 02:49:17 +01:00
|
|
|
|
<<: *DEFAULT_EN
|
2016-06-27 16:14:51 +02:00
|
|
|
|
en-CA:
|
|
|
|
|
<<: *DEFAULT_EN
|
|
|
|
|
en-GB:
|
|
|
|
|
<<: *DEFAULT_EN
|
|
|
|
|
en-AU:
|
2016-03-10 02:49:17 +01:00
|
|
|
|
<<: *DEFAULT_EN
|
|
|
|
|
|
2016-06-04 11:28:14 +02:00
|
|
|
|
# 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"
|
|
|
|
|
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"
|
2016-06-08 19:07:38 +02:00
|
|
|
|
undefined_wpm : "Parametro words_per_minute (Palabras por minuto) no definido en _config.yml"
|
2016-06-04 23:29:58 +02:00
|
|
|
|
es-ES:
|
2016-06-04 11:28:14 +02:00
|
|
|
|
<<: *DEFAULT_ES
|
2016-06-04 23:29:58 +02:00
|
|
|
|
es-CO:
|
2016-06-04 11:28:14 +02:00
|
|
|
|
<<: *DEFAULT_ES
|
|
|
|
|
|
2016-06-08 19:07:38 +02:00
|
|
|
|
# French
|
|
|
|
|
# -----------------
|
|
|
|
|
fr: &DEFAULT_FR
|
|
|
|
|
page : "Page"
|
|
|
|
|
pagination_previous : "Précédent"
|
|
|
|
|
pagination_next : "Suivant"
|
|
|
|
|
breadcrumb_home_label : "Accueil"
|
|
|
|
|
breadcrumb_separator : "/"
|
|
|
|
|
toc_label : "Sur cette page"
|
|
|
|
|
ext_link_label : "Lien direct"
|
|
|
|
|
less_than : "plus petit que"
|
|
|
|
|
minute_read : "minute de lecture"
|
|
|
|
|
share_on_label : "Partager sur"
|
|
|
|
|
meta_label :
|
|
|
|
|
tags_label : "Tags :"
|
|
|
|
|
categories_label : "Catégories :"
|
|
|
|
|
date_label : "Mis à jour :"
|
|
|
|
|
comments_label : "Laisser un commentaire"
|
|
|
|
|
more_label : "Lire plus"
|
|
|
|
|
related_label : "Vous pourriez aimer"
|
|
|
|
|
follow_label : "Suivez moi"
|
|
|
|
|
feed_label : "Flux"
|
|
|
|
|
powered_by : "Propulsé par"
|
|
|
|
|
website_label : "Site"
|
|
|
|
|
email_label : "Email"
|
|
|
|
|
recent_posts : "Posts récents"
|
2016-06-08 19:27:09 +02:00
|
|
|
|
undefined_wpm : "Le paramètre words_per_minute n'est pas défini dans _config.yml"
|
2016-06-08 19:07:38 +02:00
|
|
|
|
fr-FR:
|
|
|
|
|
<<: *DEFAULT_FR
|
|
|
|
|
fr-BE:
|
|
|
|
|
<<: *DEFAULT_FR
|
|
|
|
|
fr-CH:
|
|
|
|
|
<<: *DEFAULT_FR
|
|
|
|
|
|
2016-07-24 15:23:26 +02:00
|
|
|
|
# Turkish
|
|
|
|
|
# -----------------
|
|
|
|
|
tr: &DEFAULT_TR
|
|
|
|
|
page : "Sayfa"
|
|
|
|
|
pagination_previous : "Önceki"
|
|
|
|
|
pagination_next : "Sonraki"
|
|
|
|
|
breadcrumb_home_label : "Ana Sayfa"
|
|
|
|
|
breadcrumb_separator : "/"
|
|
|
|
|
toc_label : "İçindekiler"
|
|
|
|
|
ext_link_label : "Doğrudan Bağlantı"
|
|
|
|
|
less_than : "Şu süreden az: "
|
|
|
|
|
minute_read : "dakika tahmini okuma süresi"
|
|
|
|
|
share_on_label : "Paylaş"
|
|
|
|
|
meta_label :
|
|
|
|
|
tags_label : "Etiketler:"
|
|
|
|
|
categories_label : "Kategoriler:"
|
|
|
|
|
date_label : "Güncelleme tarihi:"
|
|
|
|
|
comments_label : "Yorum yapın"
|
|
|
|
|
more_label : "Daha fazlasını öğrenin"
|
|
|
|
|
related_label : "Bunlar ilginizi çekebilir:"
|
|
|
|
|
follow_label : "Takip et:"
|
|
|
|
|
feed_label : "RSS"
|
|
|
|
|
powered_by : "Emeği geçenler: "
|
|
|
|
|
website_label : "Web sayfası"
|
|
|
|
|
email_label : "E-posta"
|
|
|
|
|
recent_posts : "Son yazılar"
|
|
|
|
|
undefined_wpm : "_config.yml dosyasında tanımlanmamış words_per_minute parametresi"
|
|
|
|
|
tr-TR:
|
|
|
|
|
<<: *DEFAULT_TR
|
|
|
|
|
|
2016-08-01 14:48:55 +02:00
|
|
|
|
# Brazilian Portguese
|
2016-07-31 22:16:37 +02:00
|
|
|
|
# -----------------
|
|
|
|
|
pt: &DEFAULT_PT
|
|
|
|
|
page : "Página"
|
|
|
|
|
pagination_previous : "Anterior"
|
|
|
|
|
pagination_next : "Próxima"
|
|
|
|
|
breadcrumb_home_label : "Home"
|
|
|
|
|
breadcrumb_separator : "/"
|
|
|
|
|
toc_label : "Nesta página"
|
|
|
|
|
ext_link_label : "Link direto"
|
|
|
|
|
less_than : "meno que"
|
|
|
|
|
minute_read : "minutos de leitura"
|
|
|
|
|
share_on_label : "Compartilhe em"
|
|
|
|
|
meta_label :
|
|
|
|
|
tags_label : "Tags:"
|
|
|
|
|
categories_label : "Categorias:"
|
|
|
|
|
date_label : "Atualizado em:"
|
|
|
|
|
comments_label : "Deixe um comentário"
|
|
|
|
|
more_label : "Aprenda Mais"
|
|
|
|
|
related_label : "Você Talvez Goste Também"
|
|
|
|
|
follow_label : "Acompanhe em"
|
|
|
|
|
feed_label : "Feed"
|
|
|
|
|
powered_by : "Feito com"
|
|
|
|
|
website_label : "Site"
|
|
|
|
|
email_label : "Email"
|
|
|
|
|
recent_posts : "Postagens recentes"
|
|
|
|
|
undefined_wpm : "Parâmetro indefinido em word_per_minute no _config.yml"
|
|
|
|
|
pt-BR:
|
|
|
|
|
<<: *DEFAULT_PT
|
|
|
|
|
pt-PT:
|
|
|
|
|
<<: *DEFAULT_PT
|
2016-07-24 15:23:26 +02:00
|
|
|
|
|
2016-08-01 14:52:26 +02:00
|
|
|
|
# Italian
|
|
|
|
|
# -----------------
|
|
|
|
|
it: &DEFAULT_IT
|
|
|
|
|
page : "Pagina"
|
|
|
|
|
pagination_previous : "Precedente"
|
|
|
|
|
pagination_next : "Prossima"
|
|
|
|
|
breadcrumb_home_label : "Home"
|
|
|
|
|
breadcrumb_separator : "/"
|
|
|
|
|
toc_label : "Indice della pagina"
|
|
|
|
|
ext_link_label : "Link"
|
|
|
|
|
less_than : "meno di"
|
|
|
|
|
minute_read : "minuto/i di lettura"
|
|
|
|
|
share_on_label : "Condividi"
|
|
|
|
|
meta_label :
|
|
|
|
|
tags_label : "Tags:"
|
|
|
|
|
categories_label : "Categorie:"
|
|
|
|
|
date_label : "Aggiornato:"
|
|
|
|
|
comments_label : "Scrivi un commento"
|
|
|
|
|
more_label : "Scopri di più"
|
|
|
|
|
related_label : "Potrebbe Piacerti Anche"
|
|
|
|
|
follow_label : "Segui:"
|
|
|
|
|
feed_label : "Feed"
|
|
|
|
|
powered_by : "Powered by"
|
|
|
|
|
website_label : "Website"
|
|
|
|
|
email_label : "Email"
|
|
|
|
|
recent_posts : "Articoli Recenti"
|
|
|
|
|
undefined_wpm : "Parametro words_per_minute non definito in _config.yml"
|
|
|
|
|
it-IT:
|
|
|
|
|
<<: *DEFAULT_IT
|
|
|
|
|
|
2016-03-10 02:49:17 +01:00
|
|
|
|
# Another locale
|
2016-05-13 07:24:06 +02:00
|
|
|
|
# --------------
|