19 lines
600 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' => [
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.',
],
2018-05-03 12:16:18 +03:00
'button' => 'Просмотреть сейчас',
2018-03-06 17:05:58 +03:00
],
2017-10-28 09:15:09 +03:00
];