summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-07 21:32:05 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-07 21:32:05 -0300
commite3256e6bc701e049d5bfeba83958edfde466152d (patch)
treeec608b293c3e4f359cac5b598955a4be172a3210 /web
parentb001507bedbc3c09fea2921b11e8825002f999cc (diff)
downloadchat-e3256e6bc701e049d5bfeba83958edfde466152d.tar.gz
chat-e3256e6bc701e049d5bfeba83958edfde466152d.tar.bz2
chat-e3256e6bc701e049d5bfeba83958edfde466152d.zip
Add missing web locales
- Sort locale files by id
Diffstat (limited to 'web')
-rw-r--r--web/static/i18n/es.json7
-rw-r--r--web/static/i18n/pt.json2
2 files changed, 8 insertions, 1 deletions
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