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 Updated Laravel Framework 11.x keys #4737

Merged
merged 1 commit into from
Apr 30, 2024
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/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