2018-04-27 17:48:21 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'quantities' => 'Кількість | Кількості',
|
|
|
|
'sales_price' => 'Ціна продажу',
|
|
|
|
'purchase_price' => 'Ціна покупки',
|
|
|
|
'sku' => 'Артикул',
|
|
|
|
|
|
|
|
'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-04-27 17:48:21 +03:00
|
|
|
'button' => 'Переглянути зараз',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|