19 lines
583 B
PHP
19 lines
583 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'quantities' => 'Кочичина| Количини',
|
||
'sales_price' => 'Продажна Цена',
|
||
'purchase_price' => 'Набавна цена',
|
||
'sku' => 'SKU',
|
||
|
||
'notification' => [
|
||
'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.',
|
||
],
|
||
'button' => 'Погледни сега',
|
||
],
|
||
|
||
];
|