From 1f2c14b16e8d694d7a0dac870ed548a9ef0105cf Mon Sep 17 00:00:00 2001 From: mohamedsabil83 Date: Tue, 30 Apr 2024 13:08:54 +0300 Subject: [PATCH] [ar]: Translate Updated Laravel Framework 11.x keys --- locales/ar/php-inline.json | 2 +- locales/ar/php.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/ar/php-inline.json b/locales/ar/php-inline.json index bc0e9f66226..96dd7a49b53 100644 --- a/locales/ar/php-inline.json +++ b/locales/ar/php-inline.json @@ -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.", diff --git a/locales/ar/php.json b/locales/ar/php.json index 7317f20cd5c..9f91bc21ef6 100644 --- a/locales/ar/php.json +++ b/locales/ar/php.json @@ -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.",