From 34c3a6b497fd8acfddd32ab0ca41fa3092e46609 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Wed, 7 Sep 2022 09:35:13 +0300 Subject: add en locale for password errors --- src/locales/en-US.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index d300d565..585cc101 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -93,6 +93,23 @@ "lastDay": "Last day" } }, + "passwordErrors": { + "it is based on your username": "Username based password", + "it is based upon your password entry": "Password based on the password you entered", + "it is derived from your password entry": "The password is derived from the password you entered", + "it is derivable from your password entry": "The password is derived from the password you entered", + "it's derivable from your password entry": "The password is derived from the password you entered", + "you are not registered in the password file": "Password not registered in password file", + "it is WAY too short": "Password is TOO short", + "it is too short": "Password is too short", + "it does not contain enough DIFFERENT characters": "Password does not contain enough DIFFERENT characters", + "it is all whitespace": "Password consists of spaces", + "it is too simplistic/systematic": "Password is too simple", + "it looks like a National Insurance number.": "The password is similar to a National Insurance number", + "it is based on a dictionary word": "Password based on dictionary word", + "it is based on a (reversed) dictionary word": "Password based on (inverted) dictionary word", + "error loading dictionary": "Error loading dictionary" + }, "chart": { "thresholdFailure": "Threshold failure", "thresholdWarning": "Threshold warning", -- cgit v1.2.3