en.json 540 B

123456789101112131415
  1. {
  2. "wordLength": "Your password is too short",
  3. "wordNotEmail": "Do not use your email as your password",
  4. "wordSimilarToUsername": "Your password cannot contain your username",
  5. "wordTwoCharacterClasses": "Use different character classes",
  6. "wordRepetitions": "Too many repetitions",
  7. "wordSequences": "Your password contains sequences",
  8. "errorList": "Errors:",
  9. "veryWeak": "Very Weak",
  10. "weak": "Weak",
  11. "normal": "Normal",
  12. "medium": "Medium",
  13. "strong": "Strong",
  14. "veryStrong": "Very Strong"
  15. }