{
  "required": "The {field} field is required.",
  "email": "The {field} must be a valid email address.",
  "minLength": "The {field} must be at least {options.min} characters long.",
  "unique": "The {field} has already been taken",
  "enum": "The {field} must be one of the following values",
  "database.unique": "The {field} has already been taken",
  "database.exists": "The {field} does not match",
  "password.regex": "The {field} must be at least 8 characters long and include a mix of letters, numbers, and symbols.",
  "new_password.regex": "The {field} must be at least 8 characters long and include a mix of letters, numbers, and symbols.",
  "notSameAs": "New password cannot be the same as the current password.",
  "SameAs": "New password and confirm password must be the same."
}
