{
    "accepted": "{{value}} must be accepted.",
    "active_url": "Enter a valid URL.",
    "after": "{{value}} must be a date after {{date}}.",
    "after_or_equal": "{{value}} must be a date after or equal to {{date}}.",
    "alpha": "The field can only contain letters.",
    "alpha_dash": "The field can only contain letters, numbers, dashes, and underscores.",
    "alpha_num": "The field can only contain letters and numbers.",
    "array": "Enter an array.",
    "before": "Enter a date before {{date}}.",
    "before_or_equal": "Enter a date before or equal to {{date}}.",
    "between": {
        "numeric": "This field must be a value between {{min}} and {{max}}.",
        "file": "The file must weigh between {{min}} and {{max}} MB.",
        "string": "This field must contain between {{min}} and {{max}} characters.",
        "array": "This field must contain between {{min}} and {{max}} items."
    },
    "boolean": "This field must be true or false.",
    "confirmed": "{{value}} does not match.",
    "date": "{{value}} does not correspond to a valid date.",
    "date_equals": "{{value}} must be a date equal to {{date}}.",
    "date_format": "{{value}} does not match the date format {{format}}.",
    "different": "{{value}} and {{other}} must be different.",
    "digits": "Enter a number with {{digits}} digits.",
    "digits_between": "{{value}} must contain between {{min}} and {{max}} digits.",
    "dimensions": "{{value}} has invalid image dimensions.",
    "distinct": "{{value}} has a duplicate value.",
    "email": "Enter a valid email address.",
    "ends_with": "{{value}} must end with one of the following values: {{values}}",
    "exists": "The selected {{value}} does not exist.",
    "file": "{{value}} must be a file.",
    "filled": "{{value}} must have a value.",
    "gt": {
        "numeric": "This field must be greater than {{value}}.",
        "file": "This field must weigh more than {{value}} kilobytes.",
        "string": "This field must contain more than {{value}} characters.",
        "array": "This field must contain more than {{value}} items."
    },
    "gte": {
        "numeric": "This field must be greater than or equal to {{value}}.",
        "file": "This field must weigh {{value}} or more kilobytes.",
        "string": "This field must contain {{value}} or more characters.",
        "array": "This field must contain {{value}} or more items."
    },
    "image": "{{value}} must be an image.",
    "in": "{{value}} is invalid.",
    "in_array": "{{value}} does not exist in {{other}}.",
    "integer": "Enter an integer.",
    "ip": "Enter a valid IP address.",
    "ipv4": "Enter a valid IPv4 address.",
    "ipv6": "Enter a valid IPv6 address.",
    "json": "Enter a valid JSON string.",
    "lt": {
        "numeric": "This field must be less than {{value}}.",
        "file": "This field must weigh less than {{value}} kilobytes.",
        "string": "This field must contain less than {{value}} characters.",
        "array": "This field must contain less than {{value}} items."
    },
    "lte": {
        "numeric": "This field must be less than or equal to {{value}}.",
        "file": "This field must weigh {{value}} or less kilobytes.",
        "string": "This field must contain {{value}} or less characters.",
        "array": "This field must contain {{value}} or less items."
    },
    "max": {
        "numeric": "This field must not be greater than {{max}}.",
        "file": "This field must not weigh more than {{max}} kilobytes.",
        "string": "This field must not contain more than {{max}} characters.",
        "array": "This field must not contain more than {{max}} items."
    },
    "mimes": "This field must be a file of type: {{values}}.",
    "mimetypes": "This field must be a file of type: {{values}}.",
    "min": {
        "numeric": "This field must be at least {{min}}.",
        "file": "This field must weigh at least {{min}} kilobytes.",
        "string": "This field must contain at least {{min}} characters.",
        "array": "This field must contain at least {{min}} items."
    },
    "not_in": "{{value}} is invalid.",
    "not_regex": "{{value}} is invalid.",
    "numeric": "{{value}} must be a number.",
    "password": "The password is incorrect.",
    "present": "This field must be present.",
    "regex": "{{value}} is invalid.",
    "required": "This field is required.",
    "required_if": "This field is required when the {{other}} field is {{value}}.",
    "required_unless": "This field is required unless {{other}} is in {{values}}.",
    "required_with": "This field is required when {{values}} is present.",
    "required_with_all": "This field is required when {{values}} are present.",
    "required_without": "This field is required when {{values}} is not present.",
    "required_without_all": "This field is required when none of the {{values}} fields are present.",
    "same": "{{value}} and {{other}} must match.",
    "size": {
        "numeric": "{{value}} must be {{size}}.",
        "file": "{{value}} must weigh {{size}} kilobytes.",
        "string": "{{value}} must contain {{size}} characters."
    },
    "starts_with": "{{value}} must start with one of the following values: {{values}}.",
    "string": "{{value}} must be a string.",
    "timezone": "{{value}} must be a valid timezone.",
    "unique": "{{value}} is already in use.",
    "uploaded": "{{value}} could not be uploaded.",
    "uppercase": "{{value}} must be in uppercase.",
    "url": "Enter a valid URL.",
    "ulid": "Enter a valid ULID.",
    "uuid": "Enter a valid UUID."
}
