summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json17
1 files changed, 17 insertions, 0 deletions
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",