From 0bc5a2765038fb21f15f6aeb3bb2515964a65bf3 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:40:37 +0100 Subject: [PATCH] New translations validation.php (Portuguese) --- resources/lang/pt-PT/validation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index e300791c..c6f650c7 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -45,11 +45,11 @@ return [ 'digits_between' => 'The :attribute must be between :min and :max digits.', 'email' => 'The :attribute must be a valid email address.', 'exists' => 'The selected :attribute is invalid.', - 'distinct' => 'O campo :attribute tem um valor duplicado.', + 'distinct' => 'The :attribute field has a duplicate value.', 'filled' => 'The :attribute field is required.', 'image' => 'O :attribute deve ser uma imagem.', 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'O campo :attribute não existem em :other.', + 'in_array' => 'The :attribute field does not exist in :other.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'json' => 'O :attribute tem que ser uma string JSON válida.', @@ -68,7 +68,7 @@ return [ ], 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', - 'present' => 'O campo :attribute deve estar presente.', + 'present' => 'The :attribute field must be present.', 'regex' => 'O formato de :attribute é inválido.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.',