2018-11-08 12:11:42 +03:00

19 lines
515 B
PHP

<?php
return [
'quantities' => 'Množství | Množství',
'sales_price' => 'Prodejní cena',
'purchase_price' => 'Nákupní cena',
'sku' => 'SKU',
'notification' => [
'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.',
],
'button' => 'Zobrazit',
],
];