{
    "validation.accepted": "O campo :attribute deve ser aceito.",
    "validation.accepted_if": "O campo :attribute deve ser aceito quando :other for :value.",
    "validation.active_url": "O campo :attribute deve ser uma URL válida.",
    "validation.after": "O campo :attribute deve ser uma data posterior a :date.",
    "validation.after_or_equal": "O campo :attribute deve ser uma data posterior ou igual a :date.",
    "validation.alpha": "O campo :attribute deve conter apenas letras.",
    "validation.alpha_dash": "O campo :attribute deve conter apenas letras, números, hifens e underscores.",
    "validation.alpha_num": "O campo :attribute deve conter apenas letras e números.",
    "validation.any_of": "O campo :attribute é inválido.",
    "validation.array": "O campo :attribute deve ser um array.",
    "validation.ascii": "O campo :attribute deve conter apenas caracteres alfanuméricos e símbolos de um único byte.",
    "validation.before": "O campo :attribute deve ser uma data anterior a :date.",
    "validation.before_or_equal": "O campo :attribute deve ser uma data anterior ou igual a :date.",
    "validation.between.array": "O campo :attribute deve ter entre :min e :max itens.",
    "validation.between.file": "O campo :attribute deve ter entre :min e :max kilobytes.",
    "validation.between.numeric": "O campo :attribute deve estar entre :min e :max.",
    "validation.between.string": "O campo :attribute deve ter entre :min e :max caracteres.",
    "validation.boolean": "O campo :attribute deve ser verdadeiro ou falso.",
    "validation.can": "O campo :attribute contém um valor não autorizado.",
    "validation.confirmed": "A confirmação do campo :attribute não confere.",
    "validation.contains": "O campo :attribute está faltando um valor obrigatório.",
    "validation.current_password": "A senha está incorreta.",
    "validation.date": "O campo :attribute deve ser uma data válida.",
    "validation.date_equals": "O campo :attribute deve ser uma data igual a :date.",
    "validation.date_format": "O campo :attribute deve corresponder ao formato :format.",
    "validation.decimal": "O campo :attribute deve ter :decimal casas decimais.",
    "validation.declined": "O campo :attribute deve ser recusado.",
    "validation.declined_if": "O campo :attribute deve ser recusado quando :other for :value.",
    "validation.different": "O campo :attribute e :other devem ser diferentes.",
    "validation.digits": "O campo :attribute deve ter :digits dígitos.",
    "validation.digits_between": "O campo :attribute deve ter entre :min e :max dígitos.",
    "validation.dimensions": "O campo :attribute possui dimensões de imagem inválidas.",
    "validation.distinct": "O campo :attribute possui um valor duplicado.",
    "validation.doesnt_contain": "O campo :attribute não deve conter nenhum dos seguintes valores: :values.",
    "validation.doesnt_end_with": "O campo :attribute não deve terminar com um dos seguintes valores: :values.",
    "validation.doesnt_start_with": "O campo :attribute não deve começar com um dos seguintes valores: :values.",
    "validation.email": "O campo :attribute deve ser um endereço de e-mail válido.",
    "validation.encoding": "O campo :attribute deve ser codificado em :encoding.",
    "validation.ends_with": "O campo :attribute deve terminar com um dos seguintes valores: :values.",
    "validation.enum": "O :attribute selecionado é inválido.",
    "validation.exists": "O :attribute selecionado é inválido.",
    "validation.extensions": "O campo :attribute deve ter uma das seguintes extensões: :values.",
    "validation.file": "O campo :attribute deve ser um arquivo.",
    "validation.filled": "O campo :attribute deve ter um valor.",
    "validation.gt.array": "O campo :attribute deve ter mais de :value itens.",
    "validation.gt.file": "O campo :attribute deve ser maior que :value kilobytes.",
    "validation.gt.numeric": "O campo :attribute deve ser maior que :value.",
    "validation.gt.string": "O campo :attribute deve ter mais de :value caracteres.",
    "validation.gte.array": "O campo :attribute deve ter :value itens ou mais.",
    "validation.gte.file": "O campo :attribute deve ser maior ou igual a :value kilobytes.",
    "validation.gte.numeric": "O campo :attribute deve ser maior ou igual a :value.",
    "validation.gte.string": "O campo :attribute deve ter :value caracteres ou mais.",
    "validation.hex_color": "O campo :attribute deve ser uma cor hexadecimal válida.",
    "validation.image": "O campo :attribute deve ser uma imagem.",
    "validation.in": "O :attribute selecionado é inválido.",
    "validation.in_array": "O campo :attribute deve existir em :other.",
    "validation.in_array_keys": "O campo :attribute deve conter pelo menos uma das seguintes chaves: :values.",
    "validation.integer": "O campo :attribute deve ser um número inteiro.",
    "validation.ip": "O campo :attribute deve ser um endereço IP válido.",
    "validation.ipv4": "O campo :attribute deve ser um endereço IPv4 válido.",
    "validation.ipv6": "O campo :attribute deve ser um endereço IPv6 válido.",
    "validation.json": "O campo :attribute deve ser uma string JSON válida.",
    "validation.list": "O campo :attribute deve ser uma lista.",
    "validation.lowercase": "O campo :attribute deve estar em letras minúsculas.",
    "validation.lt.array": "O campo :attribute deve ter menos de :value itens.",
    "validation.lt.file": "O campo :attribute deve ser menor que :value kilobytes.",
    "validation.lt.numeric": "O campo :attribute deve ser menor que :value.",
    "validation.lt.string": "O campo :attribute deve ter menos de :value caracteres.",
    "validation.lte.array": "O campo :attribute não deve ter mais de :value itens.",
    "validation.lte.file": "O campo :attribute deve ser menor ou igual a :value kilobytes.",
    "validation.lte.numeric": "O campo :attribute deve ser menor ou igual a :value.",
    "validation.lte.string": "O campo :attribute não deve ter mais de :value caracteres.",
    "validation.mac_address": "O campo :attribute deve ser um endereço MAC válido.",
    "validation.max.array": "O campo :attribute não deve ter mais de :max itens.",
    "validation.max.file": "O campo :attribute não deve ser maior que :max kilobytes.",
    "validation.max.numeric": "O campo :attribute não deve ser maior que :max.",
    "validation.max.string": "O campo :attribute não deve ter mais de :max caracteres.",
    "validation.max_digits": "O campo :attribute não deve ter mais de :max dígitos.",
    "validation.mimes": "O campo :attribute deve ser um arquivo do tipo: :values.",
    "validation.mimetypes": "O campo :attribute deve ser um arquivo do tipo: :values.",
    "validation.min.array": "O campo :attribute deve ter pelo menos :min itens.",
    "validation.min.file": "O campo :attribute deve ter pelo menos :min kilobytes.",
    "validation.min.numeric": "O campo :attribute deve ser pelo menos :min.",
    "validation.min.string": "O campo :attribute deve ter pelo menos :min caracteres.",
    "validation.min_digits": "O campo :attribute deve ter pelo menos :min dígitos.",
    "validation.missing": "O campo :attribute deve estar ausente.",
    "validation.missing_if": "O campo :attribute deve estar ausente quando :other for :value.",
    "validation.missing_unless": "O campo :attribute deve estar ausente a menos que :other seja :value.",
    "validation.missing_with": "O campo :attribute deve estar ausente quando :values estiver presente.",
    "validation.missing_with_all": "O campo :attribute deve estar ausente quando :values estiverem presentes.",
    "validation.multiple_of": "O campo :attribute deve ser um múltiplo de :value.",
    "validation.not_in": "O :attribute selecionado é inválido.",
    "validation.not_regex": "O formato do campo :attribute é inválido.",
    "validation.numeric": "O campo :attribute deve ser um número.",
    "validation.password.letters": "O campo :attribute deve conter pelo menos uma letra.",
    "validation.password.mixed": "O campo :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.",
    "validation.password.numbers": "O campo :attribute deve conter pelo menos um número.",
    "validation.password.symbols": "O campo :attribute deve conter pelo menos um símbolo.",
    "validation.password.uncompromised": "O :attribute fornecido apareceu em um vazamento de dados. Por favor, escolha um :attribute diferente.",
    "validation.present": "O campo :attribute deve estar presente.",
    "validation.present_if": "O campo :attribute deve estar presente quando :other for :value.",
    "validation.present_unless": "O campo :attribute deve estar presente a menos que :other seja :value.",
    "validation.present_with": "O campo :attribute deve estar presente quando :values estiver presente.",
    "validation.present_with_all": "O campo :attribute deve estar presente quando :values estiverem presentes.",
    "validation.prohibited": "O campo :attribute é proibido.",
    "validation.prohibited_if": "O campo :attribute é proibido quando :other for :value.",
    "validation.prohibited_if_accepted": "O campo :attribute é proibido quando :other for aceito.",
    "validation.prohibited_if_declined": "O campo :attribute é proibido quando :other for recusado.",
    "validation.prohibited_unless": "O campo :attribute é proibido a menos que :other esteja em :values.",
    "validation.prohibits": "O campo :attribute proíbe a presença de :other.",
    "validation.regex": "O formato do campo :attribute é inválido.",
    "validation.required": "O campo :attribute é obrigatório.",
    "validation.required_array_keys": "O campo :attribute deve conter entradas para: :values.",
    "validation.required_if": "O campo :attribute é obrigatório quando :other for :value.",
    "validation.required_if_accepted": "O campo :attribute é obrigatório quando :other for aceito.",
    "validation.required_if_declined": "O campo :attribute é obrigatório quando :other for recusado.",
    "validation.required_unless": "O campo :attribute é obrigatório a menos que :other esteja em :values.",
    "validation.required_with": "O campo :attribute é obrigatório quando :values estiver presente.",
    "validation.required_with_all": "O campo :attribute é obrigatório quando :values estiverem presentes.",
    "validation.required_without": "O campo :attribute é obrigatório quando :values não estiver presente.",
    "validation.required_without_all": "O campo :attribute é obrigatório quando nenhum dos :values estiver presente.",
    "validation.same": "O campo :attribute deve corresponder a :other.",
    "validation.size.array": "O campo :attribute deve conter :size itens.",
    "validation.size.file": "O campo :attribute deve ter :size kilobytes.",
    "validation.size.numeric": "O campo :attribute deve ser :size.",
    "validation.size.string": "O campo :attribute deve ter :size caracteres.",
    "validation.starts_with": "O campo :attribute deve começar com um dos seguintes valores: :values.",
    "validation.string": "O campo :attribute deve ser uma string.",
    "validation.timezone": "O campo :attribute deve ser um fuso horário válido.",
    "validation.ulid": "O campo :attribute deve ser um ULID válido.",
    "validation.unique": "O :attribute já está sendo utilizado.",
    "validation.uploaded": "O upload do campo :attribute falhou.",
    "validation.uppercase": "O campo :attribute deve estar em letras maiúsculas.",
    "validation.url": "O campo :attribute deve ser uma URL válida.",
    "validation.uuid": "O campo :attribute deve ser um UUID válido."
}
