16 lines
426 B
PHP
Raw Normal View History

2017-10-28 09:15:09 +03:00
<?php
return [
'quantities' => 'Количество | Количества',
'sales_price' => 'Цена продажи',
'purchase_price' => 'Цена покупки',
'sku' => 'SKU',
2018-03-06 17:05:58 +03:00
'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.',
'button' => 'View Now',
],
2017-10-28 09:15:09 +03:00
];