19 lines
577 B
PHP
Raw Normal View History

2017-12-13 14:54:52 +03:00
<?php
return [
2018-08-29 16:47:58 +03:00
'quantities' => 'الكمية|الكميات',
2017-12-13 14:54:52 +03:00
'sales_price' => 'سعر البيع',
'purchase_price' => 'سعر الشراء',
2018-08-29 16:47:58 +03:00
'sku' => 'رمز SKU',
2017-12-13 14:54:52 +03:00
'notification' => [
2018-11-08 12:11:42 +03:00
'message' => [
2019-02-04 19:07:34 +03:00
'reminder' => 'أنت تتلقى هذه الرسالة لأنه متبقي لديك :quantity من :name.',
2018-11-08 12:11:42 +03:00
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
2018-08-29 16:47:58 +03:00
'button' => 'عرض الآن',
2017-12-13 14:54:52 +03:00
],
];