From a7d933f6f2d0759352633b19e70d4587b1575741 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Sun, 14 Jul 2019 00:40:17 +0100 Subject: [PATCH] New translations validation.php (Portuguese, Brazilian) --- resources/lang/pt-BR/validation.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 01313bfe..c71d9703 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -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.',