2019-02-04 19:07:34 +03:00

19 lines
577 B
PHP

<?php
return [
'quantities' => 'الكمية|الكميات',
'sales_price' => 'سعر البيع',
'purchase_price' => 'سعر الشراء',
'sku' => 'رمز SKU',
'notification' => [
'message' => [
'reminder' => 'أنت تتلقى هذه الرسالة لأنه متبقي لديك :quantity من :name.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'عرض الآن',
],
];