19 lines
561 B
PHP
19 lines
561 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'quantities' => 'الكمية|الكميات',
|
|
'sales_price' => 'سعر البيع',
|
|
'purchase_price' => 'سعر الشراء',
|
|
'sku' => 'رمز SKU',
|
|
|
|
'notification' => [
|
|
'message' => [
|
|
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
|
|
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
|
|
],
|
|
'button' => 'عرض الآن',
|
|
],
|
|
|
|
];
|