19 lines
537 B
PHP
Raw Normal View History

2018-08-06 10:37:04 +03:00
<?php
return [
'quantities' => 'Daudzums|Daudzums',
'sales_price' => 'Pārdošanas cena',
'purchase_price' => 'Iegādes cena',
'sku' => 'Kods',
'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-08-06 10:37:04 +03:00
'button' => 'Skatīt tagad',
],
];