19 lines
555 B
PHP
Raw Normal View History

2017-11-15 01:42:02 +03:00
<?php
return [
'quantities' => 'تعداد | تعداد',
'sales_price' => 'قیمت فروش',
'purchase_price' => 'قیمت خرید',
'sku' => 'کد کالا',
2017-11-30 12:22:00 +03:00
'notification' => [
2018-11-08 12:11:42 +03:00
'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.',
],
2017-11-30 12:22:00 +03:00
'button' => 'مشاهده',
],
2017-11-15 01:42:02 +03:00
];