diff --git a/locales/ar/validation-inline.php b/locales/ar/validation-inline.php index e143ea298a..9e25d91361 100644 --- a/locales/ar/validation-inline.php +++ b/locales/ar/validation-inline.php @@ -107,7 +107,7 @@ 'prohibits' => 'هذا الحقل يحظر تواجد الحقل :other.', 'regex' => 'الصيغة غير صحيحة.', 'required' => 'هذا الحقل مطلوب.', - 'required_array_keys' => 'This field must contain entries for: :values', + 'required_array_keys' => 'يجب أن يحتوي هذا الحقل على مدخلات لـ: :values', 'required_if' => 'هذا الحقل مطلوب في حال ما إذا كان :other يساوي :value.', 'required_unless' => 'هذا الحقل مطلوب في حال ما لم يكن :other يساوي :values.', 'required_with' => 'هذا الحقل مطلوب إذا توفّر :values.', diff --git a/locales/ar/validation.php b/locales/ar/validation.php index 899abe783e..99937f99fe 100644 --- a/locales/ar/validation.php +++ b/locales/ar/validation.php @@ -107,7 +107,7 @@ 'prohibits' => 'الحقل :attribute يحظر تواجد الحقل :other.', 'regex' => 'صيغة حقل :attribute .غير صحيحة.', 'required' => 'حقل :attribute مطلوب.', - 'required_array_keys' => 'The :attribute field must contain entries for: :values', + 'required_array_keys' => 'الحقل :attribute يجب أن يحتوي على مدخلات لـ: :values', 'required_if' => 'حقل :attribute مطلوب في حال ما إذا كان :other يساوي :value.', 'required_unless' => 'حقل :attribute مطلوب في حال ما لم يكن :other يساوي :values.', 'required_with' => 'حقل :attribute مطلوب إذا توفّر :values.',