2018-03-06 17:05:58 +03:00

16 lines
426 B
PHP

<?php
return [
'quantities' => 'Количество | Количества',
'sales_price' => 'Цена продажи',
'purchase_price' => 'Цена покупки',
'sku' => 'SKU',
'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.',
'button' => 'View Now',
],
];