@@ -3930,6 +3930,10 @@
|
||||
"id": "api.user.check_user_login_attempts.too_many.app_error",
|
||||
"translation": "Your account is locked because of too many failed password attempts. Please reset your password."
|
||||
},
|
||||
{
|
||||
"id": "api.user.check_user_login_attempts.too_many_ldap.app_error",
|
||||
"translation": "Your account is locked because of too many failed password attempts. Please contact your System Administrator."
|
||||
},
|
||||
{
|
||||
"id": "api.user.check_user_mfa.bad_code.app_error",
|
||||
"translation": "Invalid MFA token."
|
||||
@@ -4218,6 +4222,14 @@
|
||||
"id": "api.user.reset_password.token_parse.error",
|
||||
"translation": "Unable to parse the reset password token"
|
||||
},
|
||||
{
|
||||
"id": "api.user.reset_password_failed_attempts.ldap_and_email_only.app_error",
|
||||
"translation": "User auth service must be LDAP or Email."
|
||||
},
|
||||
{
|
||||
"id": "api.user.reset_password_failed_attempts.permissions.app_error",
|
||||
"translation": "You do not have permission to update this resource."
|
||||
},
|
||||
{
|
||||
"id": "api.user.saml.not_available.app_error",
|
||||
"translation": "SAML 2.0 is not configured or supported on this server."
|
||||
@@ -7264,6 +7276,10 @@
|
||||
"id": "app.user.promote_guest.user_update.app_error",
|
||||
"translation": "Failed to update the user."
|
||||
},
|
||||
{
|
||||
"id": "app.user.reset_password_failed_attempts.app_error",
|
||||
"translation": "Failed to reset login attempts."
|
||||
},
|
||||
{
|
||||
"id": "app.user.save.app_error",
|
||||
"translation": "Unable to save the account."
|
||||
@@ -8048,6 +8064,10 @@
|
||||
"id": "ent.ldap.do_login.x509.app_error",
|
||||
"translation": "Error creating key pair"
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.get_user_by_auth.app_error",
|
||||
"translation": "Failed to get user."
|
||||
},
|
||||
{
|
||||
"id": "ent.ldap.no.users.checkcertificate",
|
||||
"translation": "No LDAP users found, check your user filter and certificates."
|
||||
@@ -8980,6 +9000,10 @@
|
||||
"id": "model.config.is_valid.ldap_login_id",
|
||||
"translation": "AD/LDAP field \"Login ID Attribute\" is required."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_max_login_attempts.app_error",
|
||||
"translation": "Invalid maximum login attempts for ldap settings. Must be a positive number."
|
||||
},
|
||||
{
|
||||
"id": "model.config.is_valid.ldap_max_page_size.app_error",
|
||||
"translation": "Invalid max page size value."
|
||||
|
||||
Ссылка в новой задаче
Block a user