summaryrefslogtreecommitdiffstats
path: root/i18n/es.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-19 10:34:08 -0300
committerChristopher Speller <crspeller@gmail.com>2016-05-19 09:34:08 -0400
commit98fa24f216576ca49aaca5c647a95fb4e98f717d (patch)
tree7f127863930a25a5eab5f32b72770c0ad30a809f /i18n/es.json
parent5ea7d9bbef2cf9da229e66bd05af776479e76f56 (diff)
downloadchat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.gz
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.tar.bz2
chat-98fa24f216576ca49aaca5c647a95fb4e98f717d.zip
daily translations 20160518 (#3050)
Diffstat (limited to 'i18n/es.json')
-rw-r--r--i18n/es.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/i18n/es.json b/i18n/es.json
index cd131401d..0fab5b38e 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -937,7 +937,7 @@
},
{
"id": "api.post.update_post.system_message.app_error",
- "translation": "Unable to update system message"
+ "translation": "No se puede actualizar el mensaje del sistema"
},
{
"id": "api.post_get_post_by_id.get.app_error",
@@ -1352,6 +1352,18 @@
"translation": "[MATTERMOST] Cambios a tu cuenta para la Actualización a Mattermost 3.0"
},
{
+ "id": "api.templates.username_change_body.info",
+ "translation": "Your username for {{.TeamDisplayName}} has been changed to {{.NewUsername}}.<br>If you did not make this change, please contact the system administrator."
+ },
+ {
+ "id": "api.templates.username_change_body.title",
+ "translation": "You updated your username"
+ },
+ {
+ "id": "api.templates.username_change_subject",
+ "translation": "Your username has changed for {{.TeamDisplayName}}"
+ },
+ {
"id": "api.templates.verify_body.button",
"translation": "Confirmar Correo"
},
@@ -1640,6 +1652,10 @@
"translation": "Falla al enviar la notificación por correo electrónico del cambio de correo err=%v"
},
{
+ "id": "api.user.send_email_change_username_and_forget.error",
+ "translation": "Failed to send username change notification email successfully err=%v"
+ },
+ {
"id": "api.user.send_email_change_verify_email_and_forget.error",
"translation": "Error al enviar correo electrónico de verificación de cambio de correo electrónico con éxito err=%v"
},
@@ -3512,6 +3528,10 @@
"translation": "Ya existe una cuenta con ese correo electrónico."
},
{
+ "id": "store.sql_user.save.email_exists.ldap_app_error",
+ "translation": "Esta cuenta no tiene autenticación por LDAP. Por favor inicia sesión utilizando el correo electrónico y contraseña."
+ },
+ {
"id": "store.sql_user.save.existing.app_error",
"translation": "Debe ejecutarse actualizar para un usuario existente"
},
@@ -3528,6 +3548,10 @@
"translation": "Una cuenta con ese nombre de usuario ya existe."
},
{
+ "id": "store.sql_user.save.username_exists.ldap_app_error",
+ "translation": "Una cuenta con ese nombre de usuario ya existe. Por favor contacta a tu Administrador."
+ },
+ {
"id": "store.sql_user.update.app_error",
"translation": "No pudimos realizar la actualización de los datos de la cuenta"
},