diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 7ffd29007..0621e7c93 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -712,6 +712,8 @@ "password": { "title": "Password", "placeholder": "Enter password", + "show": "Show password", + "hide": "Hide password", "confirm": { "title": "Confirm Password", "placeholder": "Confirm Password" @@ -723,6 +725,13 @@ "strong": "Strong", "veryStrong": "Very Strong" }, + "requirements": { + "title": "Password requirements:", + "length": "At least 8 characters", + "uppercase": "At least one uppercase letter", + "digit": "At least one digit", + "special": "At least one special character (!@#$%^&*(),.?\":{}|<>)" + }, "match": "Passwords match", "notMatch": "Passwords don't match" }, @@ -733,6 +742,10 @@ "placeholder": "Re-enter new password" } }, + "currentPassword": { + "title": "Current Password", + "placeholder": "Enter your current password" + }, "usernameIsRequired": "Username is required", "passwordIsRequired": "Password is required" }, @@ -750,6 +763,9 @@ "passwordSetting": { "cannotBeEmpty": "Password cannot be empty", "doNotMatch": "Passwords do not match", + "currentPasswordRequired": "Current password is required", + "incorrectCurrentPassword": "Current password is incorrect", + "passwordVerificationFailed": "Failed to verify password", "updatePassword": "Update Password for {{username}}", "setPassword": "Set Password", "desc": "Create a strong password to secure this account."