summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-09-07 09:35:13 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-09-07 09:35:13 +0300
commit34c3a6b497fd8acfddd32ab0ca41fa3092e46609 (patch)
tree06039a78f6ce749fe9e1b0b6def4cf7af4dc8bf3
parent0e6f1b549041d7adaa3ab42a982a76fa65bf1a86 (diff)
downloadwebui-vue-34c3a6b497fd8acfddd32ab0ca41fa3092e46609.tar.xz
add en locale for password errors
-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",