19 lines
515 B
PHP
Raw Normal View History

2017-12-13 14:48:50 +03:00
<?php
return [
'quantities' => 'Množství | Množství',
'sales_price' => 'Prodejní cena',
'purchase_price' => 'Nákupní cena',
'sku' => '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' => 'Dostáváš tento email, protože :name brzo dojde.',
],
2017-12-13 14:48:50 +03:00
'button' => 'Zobrazit',
],
];