validators.en.yml 941 B

12345678910111213141516171819202122232425
  1. fos_user:
  2. username:
  3. already_used: The username is already used
  4. blank: Please enter a username
  5. short: "[-Inf,Inf]The username is too short"
  6. long: "[-Inf,Inf]The username is too long"
  7. email:
  8. already_used: The email is already used
  9. blank: Please enter an email
  10. short: "[-Inf,Inf]The email is too short"
  11. long: "[-Inf,Inf]The email is too long"
  12. invalid: The email is not valid
  13. password:
  14. blank: Please enter a password
  15. short: "[-Inf,Inf]The password is too short"
  16. mismatch: The entered passwords don't match
  17. new_password:
  18. blank: Please enter a new password
  19. short: "[-Inf,Inf]The new password is too short"
  20. current_password:
  21. invalid: The entered password is invalid
  22. group:
  23. blank: Please enter a name
  24. short: "[-Inf,Inf]The name is too short"
  25. long: "[-Inf,Inf]The name is too long"