From 800d205c74b45dea1e3a01d6060251d5e0b13fd2 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Wed, 2 Sep 2020 03:53:10 +0100 Subject: [PATCH] New translations validation.php (Portuguese) --- resources/lang/pt/validation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/pt/validation.php b/resources/lang/pt/validation.php index 62511f9..c167208 100644 --- a/resources/lang/pt/validation.php +++ b/resources/lang/pt/validation.php @@ -26,7 +26,7 @@ return [ 'between' => [ 'numeric' => 'O campo :attribute deve conter um número entre :min e :max.', 'file' => 'O campo :attribute deve estar compreendido entre :min e :max kilobytes.', - 'string' => 'O :attribute deverá ser entre :min e :max caractéres.', + 'string' => 'O :attribute deverá ser entre :min e :max caracteres.', 'array' => 'O campo :attribute deverá conter entre :min - :max elementos.', ], 'boolean' => 'O campo :attribute deverá conter o valor verdadeiro ou falso.', @@ -36,7 +36,7 @@ return [ 'date_format' => 'O :attribute não corresponde ao formato :format.', 'different' => 'Os campos :attribute e :other deverão conter valores diferentes.', 'digits' => 'O :attribute deve ter :digits dígitos.', - 'digits_between' => 'O :attribute tem de ter entre :min e :max digitos.', + 'digits_between' => 'O :attribute tem de ter entre :min e :max dígitos.', 'dimensions' => 'O :attribute tem dimensões de imagem inválidas.', 'distinct' => 'O campo :attribute contém um valor duplicado.', 'email' => 'O :attribute tem de ser um e-mail válido.', @@ -58,7 +58,7 @@ return [ ], 'image' => 'O :attribute tem de ser uma imagem.', 'in' => 'O :attribute selecionado é inválido.', - 'in_array' => 'O campo :attribute nao existe em :other.', + 'in_array' => 'O campo :attribute não existe em :other.', 'integer' => 'O campo :attribute deve conter um número inteiro.', 'ip' => 'O :attribute deve ser um endereço IP válido.', 'ipv4' => 'O campo :attribute deverá conter um IPv4 válido.', @@ -79,7 +79,7 @@ return [ 'max' => [ 'numeric' => 'O campo :attribute não pode conter um valor superior a :max.', 'file' => 'O :attribute não deve ser maior que :max kilobytes.', - 'string' => 'O :attribute nao pode ter mais que :max caracteres.', + 'string' => 'O :attribute não pode ter mais que :max caracteres.', 'array' => 'O :attribute não deverá ter mais que :max itens.', ], 'mimes' => 'O :attribute só pode conter os seguintes formatos: :values.', @@ -98,7 +98,7 @@ return [ 'regex' => 'O formato do :attribute é inválido.', 'required' => 'O campo :attribute é obrigatório.', 'required_if' => 'É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.', - 'required_unless' => 'O campo :attribute e obrigatorio, a menos que :other esteja em :values.', + 'required_unless' => 'O campo :attribute e obrigatório, a menos que :other esteja em :values.', 'required_with' => 'O campo :attribute é obrigatório quando o :value se encontra definido.', 'required_with_all' => 'O campo :attribute é obrigatório quando :values estão presentes.', 'required_without' => 'O campo :attribute é necessário quando :values não está presente.',