validation.json 529 B

1234567891011121314
  1. {
  2. "_comment": "Form validation messages for English",
  3. "name_required": "Name is required",
  4. "name_max_length": "Name must not exceed {max} characters",
  5. "note_max_length": "Note must not exceed {max} characters",
  6. "email_invalid": "Please enter a valid email address",
  7. "url_invalid": "Please enter a valid URL",
  8. "number_min": "Must be at least {min}",
  9. "number_max": "Must not exceed {max}",
  10. "number_integer": "Must be an integer",
  11. "number_positive": "Must be positive",
  12. "required": "This field is required"
  13. }