mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
New translations validation.php (Portuguese, Brazilian)
This commit is contained in:
parent
b9820a3656
commit
a7d933f6f2
@ -44,17 +44,17 @@ return [
|
||||
'digits' => 'O campo :attribute deve ter :digits dígitos.',
|
||||
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
|
||||
'email' => 'O campo :attribute deve ser um endereço de email válido.',
|
||||
'exists' => 'The selected :attribute is invalid.',
|
||||
'exists' => 'O campo :attribute é inválido.',
|
||||
'distinct' => 'O campo :attribute tem um valor duplicado.',
|
||||
'filled' => 'The :attribute field is required.',
|
||||
'filled' => 'O campo :attribute é obrigatório.',
|
||||
'image' => 'O :attribute deve ser uma imagem.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'in' => 'O campo :attribute é inválido.',
|
||||
'in_array' => 'O campo :attribute não existe em :other.',
|
||||
'integer' => 'The :attribute must be an integer.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'integer' => 'O campo :attribute deve ser um número inteiro.',
|
||||
'ip' => 'O campo :attribute deve ser um endereço de IP válido.',
|
||||
'json' => 'O :attribute tem que ser uma string JSON válida.',
|
||||
'max' => [
|
||||
'numeric' => 'The :attribute may not be greater than :max.',
|
||||
'numeric' => 'O campo :attribute não deve ser maior que :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'A: atributo não pode ter mais de que :max itens.',
|
||||
@ -66,11 +66,11 @@ return [
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_in' => 'O campo :attribute é inválido.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'present' => 'O campo :attribute deve estar presente.',
|
||||
'regex' => 'O formato de :attribute é inválido.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required' => 'O campo :attribute é obrigatório.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_unless' => 'O campo :attribute é obrigatório a não ser que :other esteja entre :values.',
|
||||
'required_with' => 'O campo :attribute é obrigatório quando :values está presente.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user