summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/en.json10
-rw-r--r--i18n/es.json10
2 files changed, 14 insertions, 6 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6cdeeaad2..ae473df5d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1820,14 +1820,14 @@
"translation": "Credentials valid but unable to create user."
},
{
- "id": "ent.ldap.do_login.user_not_registered.app_error",
- "translation": "User not registered on LDAP server"
- },
- {
"id": "ent.ldap.do_login.user_filtered.app_error",
"translation": "User is not permitted to use Mattermost. (LDAP user filter)"
},
{
+ "id": "ent.ldap.do_login.user_not_registered.app_error",
+ "translation": "User not registered on LDAP server"
+ },
+ {
"id": "ent.ldap.validate_filter.app_error",
"translation": "Invalid LDAP Filter"
},
@@ -3827,4 +3827,4 @@
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
}
-]
+] \ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
index 4a27b6e68..c66e621aa 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -1820,10 +1820,18 @@
"translation": "Credenciales válidas pero no se pudo crear el usuario."
},
{
+ "id": "ent.ldap.do_login.user_filtered.app_error",
+ "translation": "El usuario no tiene permitido utilizar Mattermost. (filtro de usuario LDAP)"
+ },
+ {
"id": "ent.ldap.do_login.user_not_registered.app_error",
"translation": "Usuario no registrado en el servidor LDAP"
},
{
+ "id": "ent.ldap.validate_filter.app_error",
+ "translation": "Filtro de LDAP inválido"
+ },
+ {
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "Error intentando autenticar el token AMF"
},
@@ -3819,4 +3827,4 @@
"id": "web.watcher_fail.error",
"translation": "Falla al agregar el directorio a ser vigilado %v"
}
-]
+] \ No newline at end of file