summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-08 08:43:01 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-08 08:43:01 -0500
commit9eab1b307184a7b19387d16121bb83c6f189f7bc (patch)
tree300d60e84a4f5176bc3652bab216fea945984240 /web
parent8dd3711bd8e8a76329e04bff142113516af11948 (diff)
parente3256e6bc701e049d5bfeba83958edfde466152d (diff)
downloadchat-9eab1b307184a7b19387d16121bb83c6f189f7bc.tar.gz
chat-9eab1b307184a7b19387d16121bb83c6f189f7bc.tar.bz2
chat-9eab1b307184a7b19387d16121bb83c6f189f7bc.zip
Merge pull request #2371 from ZBoxApp/locs
Add missing web locales
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