From 98fa24f216576ca49aaca5c647a95fb4e98f717d Mon Sep 17 00:00:00 2001 From: enahum Date: Thu, 19 May 2016 10:34:08 -0300 Subject: daily translations 20160518 (#3050) --- i18n/es.json | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'i18n/es.json') 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", @@ -1351,6 +1351,18 @@ "id": "api.templates.upgrade_30_subject.info", "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}}.
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" @@ -1639,6 +1651,10 @@ "id": "api.user.send_email_change_email_and_forget.error", "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" @@ -3511,6 +3527,10 @@ "id": "store.sql_user.save.email_exists.app_error", "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" @@ -3527,6 +3547,10 @@ "id": "store.sql_user.save.username_exists.app_error", "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" -- cgit v1.2.3-1-g7c22