Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ar] Translate phrase "required_array_keys" #2025

Merged
merged 1 commit into from
Feb 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/ar/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
2 changes: 1 addition & 1 deletion locales/ar/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down