brazilian translation

This commit is contained in:
denisdulici
2019-11-27 16:29:19 +03:00
parent 48d307752d
commit 8792843588
20 changed files with 262 additions and 103 deletions

View File

@@ -33,19 +33,20 @@ return [
'confirmed' => 'A confirmação de :attribute não confere.',
'date' => 'O :attribute não é uma data válida.',
'date_format' => 'O :attribute não confere com o formato :format.',
'different' => 'O :attribute e :other devem ser diferentes.',
'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.',
'email' => 'O :attribute deve ser um endereço de e-mail válido.',
'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',
'exists' => 'O :attribute selecionado é inválido.',
'file' => 'O :attribute precisa ser um arquivo.',
'filled' => 'O :attribute é um campo obrigatório.',
'image' => 'O :attribute deve ser uma imagem.',
'file' => 'O :attribute deve ser um <strong>arquivo</strong>.',
'filled' => 'O campo :attribute deve ter um <strong>valor</strong>.',
'image' => 'O :attribute deve ser uma <strong>imagem</strong>.',
'in' => 'O :attribute é inválido.',
'in_array' => 'O :attribute campo não existe em :other.',
'integer' => 'O :attribute deve ser um inteiro.',
'integer' => 'O :attribute deve ser um <strong>inteiro</strong>.',
'ip' => 'O :attribute deve ser um endereço IP válido.',
'json' => 'O :attribute deve ser um JSON válido.',
'max' => [
@@ -64,9 +65,9 @@ return [
],
'not_in' => 'O :attribute selecionado é inválido.',
'numeric' => 'O :attribute deve ser um número.',
'present' => 'O :attribute deve estar presente.',
'regex' => 'O formato de :attribute é inválido.',
'required' => 'O campo :attribute é obrigatório.',
'present' => 'O campo :attribute deve estar <strong>presente</strong>.',
'regex' => 'O formato de :attribute é <strong>inválido</strong>.',
'required' => 'O campo :attribute é <strong>obrigatório</strong>.',
'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.',
@@ -77,14 +78,14 @@ return [
'size' => [
'numeric' => 'O :attribute deve ser :size.',
'file' => 'O :attribute deve ter :size kilobytes.',
'string' => 'O :attribute deve ter :size caracteres.',
'string' => 'O :attribute deve conter <strong>:size</strong> caracteres.',
'array' => 'O :attribute deve conter :size itens.',
],
'string' => 'O :attribute deve ser uma string',
'string' => 'O :attribute deve ser uma <strong>string</strong>.',
'timezone' => 'O :attribute deve ser uma timezone válida.',
'unique' => 'O :attribute já está em uso.',
'uploaded' => 'O :attribute falhou no upload.',
'url' => 'O formato de :attribute é invá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>.',
/*
|--------------------------------------------------------------------------