new crowdin translations
This commit is contained in:
@ -14,6 +14,7 @@ return [
|
||||
*/
|
||||
|
||||
'accepted' => 'O :attribute deve ser aceito.',
|
||||
'accepted_if' => 'O :attribute deve ser aceito quando :other é :value.',
|
||||
'active_url' => 'O :attribute não é uma URL válida.',
|
||||
'after' => 'O :attribute deve ser uma data posterior a :date.',
|
||||
'after_or_equal' => 'O :attribute deve ser uma data posterior ou igual a :date.',
|
||||
@ -24,10 +25,10 @@ return [
|
||||
'before' => 'O :attribute deve ser uma data anterior a :date.',
|
||||
'before_or_equal' => 'O :attribute deve ser uma data anterior ou igual a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'O :attribute deve estar entre :min e :max.',
|
||||
'file' => 'O :attribute deve estar entre :min e :max kilobytes.',
|
||||
'string' => 'O :attribute deve estar entre :min e :max caracteres.',
|
||||
'array' => 'O :attribute deve ter entre :min e :max itens.',
|
||||
'file' => 'O :attribute deve estar entre :min e :max kilobytes.',
|
||||
'numeric' => 'O :attribute deve estar entre :min e :max.',
|
||||
'string' => 'O :attribute deve estar entre :min e :max caracteres.',
|
||||
],
|
||||
'boolean' => 'O :attribute deve ser verdadeiro ou falso.',
|
||||
'confirmed' => 'A confirmação de :attribute não confere.',
|
||||
@ -35,27 +36,31 @@ return [
|
||||
'date' => 'O :attribute não é uma data válida.',
|
||||
'date_equals' => 'O campo :attribute deve ser uma data igual a :date.',
|
||||
'date_format' => 'O :attribute não confere com o formato :format.',
|
||||
'declined' => 'O :attribute deve ser recusado.',
|
||||
'declined_if' => 'O :attribute deve ser recusado quando :other é :value.',
|
||||
'different' => 'O :attribute e :other devem ser <strong>diferentes</strong>.',
|
||||
'digits' => 'O :attribute deve ter :digits dígitos.',
|
||||
'digits_between' => 'O :attribute deve ter entre :min e :max dígitos.',
|
||||
'dimensions' => 'O :attribute não tem dimensões válidas.',
|
||||
'distinct' => 'O :attribute campo contém um valor duplicado.',
|
||||
'doesnt_start_with' => 'O :attribute não pode começar com um dos seguintes: :values.',
|
||||
'email' => 'O :attribute deve ser um endereço de e-mail <strong>válido</strong>.',
|
||||
'ends_with' => 'O :attribute deve terminar com um dos seguintes: :values',
|
||||
'enum' => 'O :attribute selecionado é inválido.',
|
||||
'exists' => 'O :attribute selecionado é inválido.',
|
||||
'file' => 'O :attribute deve ser um <strong>arquivo</strong>.',
|
||||
'filled' => 'O campo :attribute deve ter um <strong>valor</strong>.',
|
||||
'gt' => [
|
||||
'numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
'file' => 'O arquivo :attribute deve ser maior que :value kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter mais que :value itens.',
|
||||
'file' => 'O arquivo :attribute deve ser maior que :value kilobytes.',
|
||||
'numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
'string' => 'O campo :attribute deve ser maior que :value caracteres.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'O campo :attribute deve ser maior ou igual a :value.',
|
||||
'file' => 'O arquivo :attribute deve ser maior ou igual a :value kilobytes.',
|
||||
'string' => 'O campo :attribute deve ser maior ou igual a :value caracteres.',
|
||||
'array' => 'O campo :attribute deve ter :value itens ou mais.',
|
||||
'file' => 'O arquivo :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.',
|
||||
],
|
||||
'image' => 'O :attribute deve ser uma <strong>imagem</strong>.',
|
||||
'in' => 'O :attribute é inválido.',
|
||||
@ -66,61 +71,70 @@ return [
|
||||
'ipv6' => 'O :attribute deve ter um IPv6 válido.',
|
||||
'json' => 'O :attribute deve ser um JSON válido.',
|
||||
'lt' => [
|
||||
'numeric' => 'O :attribute deve ser menor que :value.',
|
||||
'file' => 'O :attribute deve ter menos de :value kilobytes.',
|
||||
'string' => 'O :attribute deve ser menor que :value characters.',
|
||||
'array' => 'O :attribute deve ter menos de :value items.',
|
||||
'file' => 'O :attribute deve ter menos de :value kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser menor que :value.',
|
||||
'string' => 'O :attribute deve ser menor que :value characters.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'O :attribute deve ser menor ou igual a :value.',
|
||||
'file' => 'O :attribute deve ser menor ou igual a :value kilobytes.',
|
||||
'string' => 'O :attribute deve ser menor ou igual a :value caracteres.',
|
||||
'array' => 'O :attribute não deve ter mais de :value items.',
|
||||
'file' => 'O campo :attribute deve ser menor ou igual a :value caracteres.',
|
||||
'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 :attribute deve ser um endereço MAC válido.',
|
||||
'max' => [
|
||||
'numeric' => 'O :attribute não deve ser maior que :max.',
|
||||
'file' => 'O :attribute não deve ter mais que :max kilobytes.',
|
||||
'string' => 'O :attribute não deve ter mais que :max caracteres.',
|
||||
'array' => 'O :attribute não pode ter mais que :max itens.',
|
||||
'file' => 'O :attribute não deve ter mais que :max kilobytes.',
|
||||
'numeric' => 'O :attribute não deve ser maior que :max.',
|
||||
'string' => 'O :attribute não deve ter mais que :max caracteres.',
|
||||
],
|
||||
'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'mimetypes' => 'O :attribute deve ser um arquivo do tipo: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'O :attribute deve ser no mínimo :min.',
|
||||
'file' => 'O :attribute deve ter no mínimo :min kilobytes.',
|
||||
'string' => 'O :attribute deve ter no mínimo :min caracteres.',
|
||||
'array' => 'O :attribute deve ter no mínimo :min itens.',
|
||||
'file' => 'O :attribute deve ter no mínimo :min kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser no mínimo :min.',
|
||||
'string' => 'O :attribute deve ter no mínimo :min caracteres.',
|
||||
],
|
||||
'multiple_of' => 'O :attribute deve ser um múltiplo de :value.',
|
||||
'not_in' => 'O :attribute selecionado é inválido.',
|
||||
'not_regex' => 'O formato do :attribute é inválido.',
|
||||
'numeric' => 'O :attribute deve ser um número.',
|
||||
'password' => 'A senha está incorreta.',
|
||||
'password' => [
|
||||
'letters' => 'A :attribute deve conter pelo menos uma letra.',
|
||||
'mixed' => 'A :attribute deve conter pelo menos uma letra maiúscula e uma minúscula.',
|
||||
'numbers' => 'A :attribute deve conter pelo menos um número.',
|
||||
'symbols' => 'A :attribute deve conter pelo menos um símbolo.',
|
||||
'uncompromised' => 'A :attribute apareceu em um vazamento de dados. Por favor, escolha uma :attribute diferente.',
|
||||
],
|
||||
'present' => 'O campo :attribute deve estar <strong>presente</strong>.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'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 de :attribute é <strong>inválido</strong>.',
|
||||
'required' => 'O campo :attribute é <strong>obrigatório</strong>.',
|
||||
'required_array_keys' => 'O campo :attribute deve conter entradas para: :values.',
|
||||
'required_if' => 'O campo :attribute é obrigatório quando :other é :value.',
|
||||
'required_unless' => 'O :attribute é necessá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 quando nenhum destes estão presentes: :values.',
|
||||
'prohibited' => 'O campo :attribute é proibido.',
|
||||
'prohibited_if' => 'O campo :attribute é proibido quando :other é :value.',
|
||||
'prohibited_unless' => 'O campo :attribute é proibido a não ser que :other esteja em :values.',
|
||||
'same' => 'O :attribute e :other devem ser iguais.',
|
||||
'size' => [
|
||||
'numeric' => 'O :attribute deve ser :size.',
|
||||
'file' => 'O :attribute deve ter :size kilobytes.',
|
||||
'string' => 'O :attribute deve conter <strong>:size</strong> caracteres.',
|
||||
'array' => 'O :attribute deve conter :size itens.',
|
||||
'file' => 'O :attribute deve ter :size kilobytes.',
|
||||
'numeric' => 'O :attribute deve ser :size.',
|
||||
'string' => 'O :attribute deve conter <strong>:size</strong> caracteres.',
|
||||
],
|
||||
'starts_with' => 'O :attribute deve começar com um dos seguintes: :values.',
|
||||
'string' => 'O :attribute deve ser uma <strong>string</strong>.',
|
||||
'timezone' => 'O :attribute deve ser uma timezone válida.',
|
||||
'timezone' => 'O campo :attribute deve conter um fuso horário válido.',
|
||||
'unique' => 'O :attribute já foi <strong>usado</strong>.',
|
||||
'uploaded' => 'O :attribute <strong>falhou</strong> no upload.',
|
||||
'url' => 'O formato de :attribute é <strong>inválido</strong>.',
|
||||
'url' => 'O campo :attribute deve conter um endereço URL válido.',
|
||||
'uuid' => 'O :attribute deve ser um UUID válido.',
|
||||
|
||||
/*
|
||||
@ -141,6 +155,7 @@ return [
|
||||
'invalid_currency' => 'O código :attribute é inválido.',
|
||||
'invalid_amount' => 'O :attribute é inválido.',
|
||||
'invalid_extension' => 'A extensão do arquivo é inválida.',
|
||||
'invalid_dimension' => 'As dimensões :attribute devem ser no máximo :width x :height px.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user