Skip to content

Commit

Permalink
Merge pull request #4737 from Laravel-Lang/ar/2024-04-30-13-06
Browse files Browse the repository at this point in the history
[ar]: Translate Updated Laravel Framework 11.x keys
  • Loading branch information
andrey-helldar authored Apr 30, 2024
2 parents f014584 + 1f2c14b commit 99994a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/ar/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"required_array_keys": "يجب أن يحتوي هذا الحقل على مدخلات لـ: :values.",
"required_if": "هذا الحقل مطلوب في حال ما إذا كان :other يساوي :value.",
"required_if_accepted": "هذا الحقل مطلوب عند قبول الحقل :other.",
"required_if_declined": "This field is required when :other is declined.",
"required_if_declined": "هذا الحقل مطلوب عند رفض الحقل :other.",
"required_unless": "هذا الحقل مطلوب في حال ما لم يكن :other يساوي :values.",
"required_with": "هذا الحقل مطلوب إذا توفّر :values.",
"required_with_all": "هذا الحقل مطلوب إذا توفّر :values.",
Expand Down
2 changes: 1 addition & 1 deletion locales/ar/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"required_array_keys": "الحقل :attribute يجب أن يحتوي على مدخلات لـ: :values.",
"required_if": "حقل :attribute مطلوب في حال ما إذا كان :other يساوي :value.",
"required_if_accepted": "الحقل :attribute مطلوب عند قبول الحقل :other.",
"required_if_declined": "The :attribute field is required when :other is declined.",
"required_if_declined": "الحقل :attribute مطلوب عند رفض الحقل :other.",
"required_unless": "حقل :attribute مطلوب في حال ما لم يكن :other يساوي :values.",
"required_with": "حقل :attribute مطلوب إذا توفّر :values.",
"required_with_all": "حقل :attribute مطلوب إذا توفّر :values.",
Expand Down

0 comments on commit 99994a1

Please sign in to comment.