New translations validation.php (Arabic)

This commit is contained in:
Dan Brown 2020-12-08 19:49:01 +00:00
parent 73df1e1b88
commit c14a1fe8db

View File

@ -57,13 +57,13 @@ return [
'numeric' => 'يجب أن تكون السمة أقل من: القيمة.', 'numeric' => 'يجب أن تكون السمة أقل من: القيمة.',
'file' => 'يجب أن تكون السمة أقل من: القيمة كيلوبايت.', 'file' => 'يجب أن تكون السمة أقل من: القيمة كيلوبايت.',
'string' => 'يجب أن تكون السمة أقل من: أحرف القيمة.', 'string' => 'يجب أن تكون السمة أقل من: أحرف القيمة.',
'array' => 'The :attribute must have less than :value items.', 'array' => 'يجب أن تحتوي السمة على أقل من: عناصر القيمة.',
], ],
'lte' => [ 'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.', 'numeric' => 'يجب أن تكون السمة أقل من أو تساوي: القيمة.',
'file' => 'The :attribute must be less than or equal :value kilobytes.', 'file' => 'يجب أن تكون السمة أقل من أو تساوي: القيمة كيلوبايت.',
'string' => 'The :attribute must be less than or equal :value characters.', 'string' => 'يجب أن تكون السمة أقل من أو تساوي: أحرف القيمة.',
'array' => 'The :attribute must not have more than :value items.', 'array' => 'يجب ألا تحتوي السمة على أكثر من: عناصر القيمة.',
], ],
'max' => [ 'max' => [
'numeric' => 'يجب ألا يكون :attribute أكبر من :max.', 'numeric' => 'يجب ألا يكون :attribute أكبر من :max.',
@ -78,9 +78,9 @@ return [
'string' => 'يجب أن يكون :attribute على الأقل :min حرف / حروف.', 'string' => 'يجب أن يكون :attribute على الأقل :min حرف / حروف.',
'array' => 'يجب أن يحتوي :attribute على :min عنصر / عناصر كحد أدنى.', 'array' => 'يجب أن يحتوي :attribute على :min عنصر / عناصر كحد أدنى.',
], ],
'no_double_extension' => 'The :attribute must only have a single file extension.', 'no_double_extension' => 'يجب أن يكون للسمة: امتداد ملف واحد فقط.',
'not_in' => ':attribute المحدد غير صالح.', 'not_in' => ':attribute المحدد غير صالح.',
'not_regex' => 'The :attribute format is invalid.', 'not_regex' => 'صيغة السمة: غير صالحة.',
'numeric' => 'يجب أن يكون :attribute رقم.', 'numeric' => 'يجب أن يكون :attribute رقم.',
'regex' => 'صيغة :attribute غير صالحة.', 'regex' => 'صيغة :attribute غير صالحة.',
'required' => 'حقل :attribute مطلوب.', 'required' => 'حقل :attribute مطلوب.',
@ -90,18 +90,18 @@ return [
'required_without' => 'حقل :attribute مطلوب عندما تكون :values غير موجودة.', 'required_without' => 'حقل :attribute مطلوب عندما تكون :values غير موجودة.',
'required_without_all' => 'حقل :attribute مطلوب عندما لا يكون أي من :values موجودة.', 'required_without_all' => 'حقل :attribute مطلوب عندما لا يكون أي من :values موجودة.',
'same' => 'يجب تطابق :attribute مع :other.', 'same' => 'يجب تطابق :attribute مع :other.',
'safe_url' => 'The provided link may not be safe.', 'safe_url' => 'قد لايكون الرابط المتوفر آمنا.',
'size' => [ 'size' => [
'numeric' => 'يجب أن يكون :attribute بحجم :size.', 'numeric' => 'يجب أن يكون :attribute بحجم :size.',
'file' => 'يجب أن يكون :attribute بحجم :size كيلو بايت.', 'file' => 'يجب أن يكون :attribute بحجم :size كيلو بايت.',
'string' => 'يجب أن يكون :attribute بعدد :size حرف / حروف.', 'string' => 'يجب أن يكون :attribute بعدد :size حرف / حروف.',
'array' => 'يجب أن يحتوي :attribute على :size عنصر / عناصر.', 'array' => 'يجب أن يحتوي :attribute على :size عنصر / عناصر.',
], ],
'string' => 'The :attribute must be a string.', 'string' => 'يجب أن تكون السمة: سلسلة.',
'timezone' => 'يجب أن تكون :attribute منطقة صالحة.', 'timezone' => 'يجب أن تكون :attribute منطقة صالحة.',
'unique' => 'تم حجز :attribute من قبل.', 'unique' => 'تم حجز :attribute من قبل.',
'url' => 'صيغة :attribute غير صالحة.', 'url' => 'صيغة :attribute غير صالحة.',
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.', 'uploaded' => 'تعذر تحميل الملف. قد لا يقبل الخادم ملفات بهذا الحجم.',
// Custom validation lines // Custom validation lines
'custom' => [ 'custom' => [