mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 15:46:21 +00:00
c901ccbb01
Improved check of CJK-Characters
23 lines
939 B
JSON
23 lines
939 B
JSON
{
|
|
"wordMinLength": "Your password is too short",
|
|
"wordMaxLength": "Your password is too long",
|
|
"wordInvalidChar": "Your password contains an invalid character",
|
|
"wordNotEmail": "Do not use your email as your password",
|
|
"wordSimilarToUsername": "Your password cannot contain your username",
|
|
"wordTwoCharacterClasses": "Use different character classes",
|
|
"wordRepetitions": "Too many repetitions",
|
|
"wordSequences": "Your password contains sequences",
|
|
"wordLowercase": "Use at least one lowercase character",
|
|
"word": "Use at least one character",
|
|
"wordUppercase": "Use at least one uppercase character",
|
|
"wordOneNumber": "Use at least one number",
|
|
"wordOneSpecialChar": "Use at least one special character",
|
|
"errorList": "Errors:",
|
|
"veryWeak": "Very Weak",
|
|
"weak": "Weak",
|
|
"normal": "Normal",
|
|
"medium": "Medium",
|
|
"strong": "Strong",
|
|
"veryStrong": "Very Strong"
|
|
}
|