Files
nexusphp/resources/lang/pt/validation.php
2025-09-23 11:53:30 +07:00

157 lines
11 KiB
PHP

<?php
declare(strict_types=1);
return [
'accepted' => 'O campo:attribute deve ser aceito.',
'accepted_if' => 'O campo :attribute deve ser aceito quando :other é :value.',
'active_url' => 'O campo :attribute deve ser uma URL válida.',
'after' => 'O campo :attribute deve ser uma data após :date.',
'after_or_equal' => 'O campo :attribute deve ser uma data depois ou igual a :date.',
'alpha' => 'O campo :attribute deve conter apenas letras.',
'alpha_dash' => 'O campo :attribute deve conter letras, números, traços e sublinhados.',
'alpha_num' => 'O campo :attribute deve conter apenas letras e números.',
'any_of' => 'O campo :attribute é inválido.',
'array' => 'O :attribute deve ser um array.',
'ascii' => 'O campo :attribute deve conter apenas caracteres alfanuméricos e símbolos.',
'before' => 'O campo :attribute deve ser uma data anterior a :date.',
'before_or_equal' => 'O campo :attribute deve ser uma data anterior ou igual a :date.',
'between' => [
'array' => 'O campo :attribute deve ter entre :min e :max itens.',
'file' => 'O campo :attribute deve estar entre :min e :max kilobytes.',
'numeric' => 'O campo :attribute deve estar entre :min e :max.',
'string' => 'O campo :attribute deve ter entre :min e :max caracteres.',
],
'boolean' => 'O campo :attribute deve ser verdadeiro ou falso.',
'can' => 'O campo :attribute contém um valor não autorizado.',
'confirmed' => 'A confirmação do campo :attribute não corresponde.',
'contains' => 'O campo :attribute não contém um valor obrigatório.',
'current_password' => 'A senha está incorreta.',
'date' => 'O campo :attribute deve ser uma data válida.',
'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
'date_format' => 'O campo :attribute deve ser igual ao formato :format.',
'decimal' => 'O campo :attribute deve ter :decimais.',
'declined' => 'O campo :attribute deve ser recusado.',
'declined_if' => 'O campo :attribute deve ser recusado quando :other é :value.',
'different' => 'O campo :attribute e :other devem ser diferentes.',
'digits' => 'O :attribute deve ter :digits dígitos.',
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
'dimensions' => 'O campo :attribute tem dimensões de imagem inválidas.',
'distinct' => 'O :attribute tem um valor duplicado.',
'doesnt_end_with' => 'O campo :attribute não deve terminar com um dos seguintes: :values.',
'doesnt_start_with' => 'O campo :attribute não deve começar com um dos seguintes: :values.',
'email' => 'O campo :attribute deve ser um email válido.',
'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values.',
'enum' => 'O :attribute selecionado é inválido.',
'exists' => 'O :attribute selecionado é inválido.',
'extensions' => 'O campo :attribute deve ter uma das seguintes extensões: :values.',
'file' => 'O campo :attribute deve ser um arquivo.',
'filled' => 'O :attribute deve ter um valor.',
'gt' => [
'array' => 'O campo :attribute deve ter mais de :value items.',
'file' => 'O campo :attribute deve ser maior que :value kilobytes.',
'numeric' => 'O :attribute deve ser maior que :value.',
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
],
'gte' => [
'array' => 'O campo :attribute deve ter :value items ou mais.',
'file' => 'O campo :attribute deve ser maior ou igual a :value kilobytes.',
'numeric' => 'O campo :attribute deve ser maior ou igual a :value.',
'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.',
],
'hex_color' => 'O campo :attribute deve ser uma cor hexadecimal válida.',
'image' => 'O campo :attribute deve ser uma imagem.',
'in' => 'O :attribute selecionado é inválido.',
'in_array' => 'O campo :attribute deve existir em :other.',
'integer' => 'O campo :attribute deve ser um número inteiro.',
'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
'ipv4' => 'O campo :attribute deve ter um endereço IPv4.',
'ipv6' => 'O campo :attribute deve ter um IPv6 válido.',
'json' => 'O campo :attribute deve ser um JSON válido.',
'list' => 'O campo :attribute deve ser uma lista.',
'lowercase' => 'O campo :attribute deve ser minúsculo.',
'lt' => [
'array' => 'O campo :attribute deve ter menos de :value items.',
'file' => 'O campo :attribute deve ter menos de :value kilobytes.',
'numeric' => 'O :attribute deve ser menor que :value.',
'string' => 'O campo :attribute deve ter menos de :value caracteres.',
],
'lte' => [
'array' => 'O campo :attribute não deve ter mais de :value items.',
'file' => 'O campo :attribute deve ser menor ou igual a :value kilobytes.',
'numeric' => 'O campo :attribute deve ser menor ou igual a :value.',
'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.',
],
'mac_address' => 'O campo :attribute deve ser um endereço MAC válido.',
'max' => [
'array' => 'O campo :attribute não deve ter mais de :max itens.',
'file' => 'O campo :attribute não deve ser maior que :max kilobytes.',
'numeric' => 'O campo :attribute não deve ser maior que :max.',
'string' => 'O campo :attribute não deve ser maior que :max caracteres.',
],
'max_digits' => 'O campo :attribute não deve ter mais de :max dígitos.',
'mimes' => 'O campo :attribute deve ser um arquivo de tipo: :values.',
'mimetypes' => 'O campo :attribute deve ser um arquivo de tipo: :values.',
'min' => [
'array' => 'O campo :attribute deve ter pelo menos :min itens.',
'file' => 'O campo :attribute deve ter no mínimo :min caracteres.',
'numeric' => 'O campo :attribute deve ter pelo menos :min.',
'string' => 'O campo :attribute deve ter no mínimo :min caracteres.',
],
'min_digits' => 'O campo :attribute deve ter pelo menos :min dígitos.',
'missing' => 'O campo :attribute deve estar faltando.',
'missing_if' => 'O campo :attribute deve estar faltando quando :other é :value.',
'missing_unless' => 'O campo :attribute deve estar faltando a menos que :other seja :value.',
'missing_with' => 'O campo :attribute deve estar faltando quando :values está presente.',
'missing_with_all' => 'O campo :attribute deve estar faltando quando :values estão presentes.',
'multiple_of' => 'O :attribute deve ser um múltiplo de :value.',
'not_in' => 'O :attribute selecionado é inválido.',
'not_regex' => 'O formato do campo :attribute é inválido.',
'numeric' => 'O :attribute campo deve ser um número.',
'password' => [
'letters' => 'O campo :attribute deve conter pelo menos uma letra.',
'mixed' => 'O campo :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
'numbers' => 'O campo :attribute deve conter pelo menos um número.',
'symbols' => 'O campo :attribute deve conter pelo menos um símbolo.',
'uncompromised' => 'O :attribute apareceu em uma vazamento de dados. Por favor, escolha outro :attribute.',
],
'present' => 'O campo :attribute deve estar presente.',
'present_if' => 'O campo :attribute deve estar presente quando :other é :value.',
'present_unless' => 'O campo :attribute deve estar presente a não ser :other é :value.',
'present_with' => 'O campo :attribute deve estar presente quando :values está presente.',
'present_with_all' => 'O campo :attribute deve estar presente quando :values estão presentes.',
'prohibited' => 'O campo :attribute é proibido.',
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
'prohibited_if_accepted' => 'O campo :attribute é proibido quando :other é aceito.',
'prohibited_if_declined' => 'O campo :attribute é proibido quando :other é negado.',
'prohibited_unless' => 'O campo :attribute é proibido a não ser que :other esteja em :values.',
'prohibits' => 'O campo :attribute proíbe :other de estar presente.',
'regex' => 'O formato do campo :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
'required_array_keys' => 'O campo :attribute deve conter postagens para: :values.',
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
'required_if_accepted' => 'O campo :attribute é obrigatório quando :other é aceito.',
'required_if_declined' => 'O campo :attribute é obrigatório quando :other é recusado.',
'required_unless' => 'O campo :attribute é obrigatório a menos que :other esteja em :values.',
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
'required_with_all' => 'O campo :attribute é obrigatório quando :values estão presentes.',
'required_without' => 'O campo :attribute é obrigatório quando :values não está presente.',
'required_without_all' => 'O campo :attribute é obrigatório nenhum dos :values está presente.',
'same' => 'O :attribute campo deve ser igual a :other.',
'size' => [
'array' => 'O campo :attribute deve conter :size itens.',
'file' => 'O :attribute deve ter :size kilobytes.',
'numeric' => 'O campo :attribute deve ser :size.',
'string' => 'O campo :attribute deve ter :size caracteres.',
],
'starts_with' => 'O campo :attribute deve começar com um dos seguintes: :values.',
'string' => 'O :attribute campo deve ser string.',
'timezone' => 'O campo :attribute deve ser um fuso horário válido.',
'ulid' => 'O :attribute campo deve ser um ULID válido.',
'unique' => 'O :attribute já está em uso.',
'uploaded' => 'O :attribute falhou no upload.',
'uppercase' => 'O campo :attribute deve ser maiúsculo.',
'url' => 'O campo :attribute deve ser uma URL válida.',
'uuid' => 'O campo :attribute deve ser um UUID válido.',
];