added cs-CZ
This commit is contained in:
15
resources/lang/cs-CZ/items.php
Normal file
15
resources/lang/cs-CZ/items.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Množství | Množství',
|
||||
'sales_price' => 'Prodejní cena',
|
||||
'purchase_price' => 'Nákupní cena',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Dostáváš tento email, protože :name brzo dojde.',
|
||||
'button' => 'Zobrazit',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user