2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2020-11-17 13:22:53 -08:00
'does_not_exist' => 'الملحق [:id] غير موجود.' ,
2024-01-03 15:12:29 -08:00
'not_found' => 'لم يتم العثور على هذا الملحق.' ,
2017-12-12 09:20:57 -08:00
'assoc_users' => 'تم إخراج :count عنصر من هذا الملحق للمستخدمين، الرجاء ادخال بعض الملحقات ثم حاول مرة أخرى. ' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-04-19 12:26:49 -07:00
'error' => 'لم يتم انشاء الملحق، الرجاء المحاولة مرة اخرى.' ,
2022-01-13 21:27:29 -08:00
'success' => 'تم انشاء الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-04-19 12:26:49 -07:00
'error' => 'لم يتم تحديث الملحق، الرجاء المحاولة مرة أخرى' ,
2022-01-13 21:27:29 -08:00
'success' => 'تم تحديث الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-04-19 12:26:49 -07:00
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الملحق؟' ,
2016-07-29 14:32:31 -07:00
'error' => 'حدث خطأ أثناء محاولة حذف الملحق. الرجاء المحاولة مرة أخرى.' ,
2022-01-13 21:27:29 -08:00
'success' => 'تم حذف الملحق بنجاح.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2016-03-25 01:18:05 -07:00
'error' => 'لم يتم إخراج الملحق، الرجاء المحاولة مرة أخرى' ,
'success' => 'تم إخراج الملحق بنجاح.' ,
2024-01-03 15:12:29 -08:00
'unavailable' => 'الملحق غير متوفر لعملية الدفع. تحقق من الكمية المتاحة' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'هذا المستخدم خاطئ، الرجاء المحاولة مرة أخرى.' ,
'checkout_qty' => array (
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.' ,
),
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2017-12-12 09:20:57 -08:00
'error' => 'لم يتم ادخال الملحق، الرجاء المحاولة مرة أخرى' ,
'success' => 'تم ادخال الملحق بنجاح.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'هذا المستخدم غير صحيح. الرجاء المحاولة مرة أخرى.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);