Add localization for authentication errors

This commit is contained in:
Philippe Loriaux
2022-11-04 11:49:09 +01:00
parent afe965e5d3
commit 0a6d7b7f68
14 changed files with 97 additions and 10 deletions
+4
View File
@@ -255,6 +255,10 @@
"password_validation_error_contain_number" = "Contain a number.";
"password_validation_error_contain_symbol" = "Contain a symbol.";
// MARK: Password policy errors
"password_policy_too_short_pwd_error" = "Too short password";
"password_policy_weak_pwd_error" = "This password is too weak. It must contain at least 8 characters, with at least one character of each type: uppercase, lowercase, digit and special character.";
"password_policy_pwd_in_dict_error" = "This password has been found in a dictionary, and is not allowed.";
// MARK: Legacy Authentication
"auth_login" = "Log in";