From 4e6c650c0420d344dff9b0cc876ee8b225966b08 Mon Sep 17 00:00:00 2001 From: jose armando gonzalez lopez Date: Thu, 29 Jan 2015 22:27:15 -0600 Subject: [PATCH 1/2] Added support for missing translation es.i18n.json Added translations for the section // Translation needed (found during migration to tap:i18n) that was missing on the es.i18n.json. --- i18n/es.i18n.json | 40 +++++++++++++++++++--------------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/i18n/es.i18n.json b/i18n/es.i18n.json index db9ccf6af..76429fdc6 100644 --- a/i18n/es.i18n.json +++ b/i18n/es.i18n.json @@ -171,29 +171,27 @@ "start_posting": "Empezar a publicar", // Translation needed (found during migration to tap:i18n) - "please_fill_in_a_title": "Please fill in a title", - "seconds_before_posting_again": " seconds before posting again", - "upvoted": "Upvoted", - "posted_date": "Posted Date", - "posted_time": "Posted Time", - "posted_date": "Posted Date", - "posted_time": "Posted Time", - "profile": "Profile", - "sign_out": "Sign Out", - "invitedcount": "InvitedCount", - "invites": "Invites", - "invited": "Invited?", - "admin": "Admin?", - "actions": "Actions", - "invites_left": "invites left", + "please_fill_in_a_title": "Por favor, agrega un título", + "seconds_before_posting_again": "segundos antes de postear de nuevo", + "upvoted": "Voto a favor", + "posted_date": "Fecha de publicación", + "posted_time": "Tiempo de publicación", + "profile": "Perfil", + "sign_out": "Cerrar sesión", + "invitedcount": "Total de invitados", + "invites": "Invitaciones", + "invited": "¿Invitado?", + "admin": "¿Administrador?", + "actions": "Acciones", + "invites_left": "Invitaciones pendientes", "id": "ID", - "name": "Name:", - "bio": "Bio:", + "name": "Nombre:", + "bio": "Biografía:", "github": "GitHub", - "site": "Site", - "upvoted_posts": "Upvoted Posts", - "downvoted_posts": "Downvoted Posts", - "mark_as_read": "Mark as read", + "site": "Sitio", + "upvoted_posts": "Posts votados a favor", + "downvoted_posts": "Posts votados en contra", + "mark_as_read": "Marcar como leído", //Common "pending": "Pendiente", From 7bce3889249b21152c9c75a72221bad021eb9b46 Mon Sep 17 00:00:00 2001 From: jose armando gonzalez lopez Date: Thu, 29 Jan 2015 22:33:43 -0600 Subject: [PATCH 2/2] Added translation to es.i18n.json Added es.i18n translations for the telescope-daily package --- packages/telescope-daily/i18n/es.i18n.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/telescope-daily/i18n/es.i18n.json b/packages/telescope-daily/i18n/es.i18n.json index e69de29bb..ccdce6db7 100644 --- a/packages/telescope-daily/i18n/es.i18n.json +++ b/packages/telescope-daily/i18n/es.i18n.json @@ -0,0 +1,5 @@ +{ + "daily": "Diario", + "day_by_day_view": "Los post mas populares de cada día.", + "load_next_days": "Cargar días siguientes" +}