From e3256e6bc701e049d5bfeba83958edfde466152d Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 7 Mar 2016 21:32:05 -0300 Subject: Add missing web locales - Sort locale files by id --- web/static/i18n/es.json | 7 +++++++ web/static/i18n/pt.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json index 091b1e846..0f3bc02d7 100644 --- a/web/static/i18n/es.json +++ b/web/static/i18n/es.json @@ -561,6 +561,7 @@ "channel_loader.wrote": " escribió: ", "channel_members_modal.addNew": " Agregar nuevos Miembros", "channel_members_modal.close": "Cerrar", + "channel_members_modal.remove": "Eliminar", "channel_memebers_modal.members": " Miembros", "channel_modal.cancel": "Cancelar", "channel_modal.channel": "Canal", @@ -1053,9 +1054,15 @@ "team_signup_welcome.validEmailError": "Por favor ingresa una dirección de correo electrónico válida", "team_signup_welcome.welcome": "Bienvenido a:", "team_signup_welcome.yes": "Sí, esta dirección es correcta", + "textbox.bold": "**negritas**", "textbox.edit": "Editar mensaje", "textbox.help": "Ayuda", + "textbox.inlinecode": "`código`", + "textbox.italic": "_italica_", + "textbox.preformatted": "```preformateado```", "textbox.preview": "Previsualizar", + "textbox.quote": ">cita", + "textbox.strike": "tachado", "tutorial_intro.allSet": "Ya estás listo para comenzar", "tutorial_intro.end": "Pincha “Siguiente” para entrar al Canal General. Este es el primer canal que ven tus compañeros cuando ingresan. Utilizalo para mandar mensajes que todos deben leer.", "tutorial_intro.invite": "Invitar compañeros", diff --git a/web/static/i18n/pt.json b/web/static/i18n/pt.json index 99ef71b35..f4b998ded 100644 --- a/web/static/i18n/pt.json +++ b/web/static/i18n/pt.json @@ -1288,4 +1288,4 @@ "view_image_popover.download": "Download", "view_image_popover.file": "Arquivo {count} de {total}", "view_image_popover.publicLink": "Obter O Link Público" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22