From 73df1e1b88faab4ad821a529703855f9b4c88a41 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 8 Dec 2020 19:21:05 +0000 Subject: [PATCH] New translations validation.php (Arabic) --- resources/lang/ar/validation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index cd0ccf52f..896b07b66 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -52,11 +52,11 @@ return [ 'ip' => 'يجب أن يكون :attribute عنوان IP صالح.', 'ipv4' => 'يجب أن تكون السمة: عنوان IPv4 صالحًا.', 'ipv6' => 'يجب أن تكون السمة: عنوان IPv6 صالحًا.', - 'json' => 'The :attribute must be a valid JSON string.', + 'json' => 'يجب أن تكون السمة: سلسلة من نوع جسون JSON صالح.', 'lt' => [ - 'numeric' => 'The :attribute must be less than :value.', - 'file' => 'The :attribute must be less than :value kilobytes.', - 'string' => 'The :attribute must be less than :value characters.', + 'numeric' => 'يجب أن تكون السمة أقل من: القيمة.', + 'file' => 'يجب أن تكون السمة أقل من: القيمة كيلوبايت.', + 'string' => 'يجب أن تكون السمة أقل من: أحرف القيمة.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [