Add LDAP missing es locs and sort loc files by id

Этот коммит содержится в:
Elias Nahum
2016-04-06 12:08:50 -03:00
родитель 2e6d0de94f
Коммит cfd0b40095
2 изменённых файлов: 14 добавлений и 6 удалений

Просмотреть файл

@@ -1819,14 +1819,14 @@
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
"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"
}
]
]

Просмотреть файл

@@ -1819,10 +1819,18 @@
"id": "ent.ldap.do_login.unable_to_create_user.app_error",
"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"
}
]
]