add translations
This commit is contained in:
@@ -17,11 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Customer cart' => 'Vendég kosár',
|
||||
'Fizetve' => 'Fizetve',
|
||||
'To cart' => 'Kosárba',
|
||||
'User Cart' => 'Recepció kosár',
|
||||
'Write up' => 'Felír',
|
||||
'Sale' => 'Eladás',
|
||||
'Account' => 'Kassza',
|
||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt a vendéget?',
|
||||
'Barcode' => 'Vonalkód',
|
||||
@@ -32,6 +28,7 @@ return [
|
||||
'Create Product' => 'Új termék',
|
||||
'Currency' => 'Valuta',
|
||||
'Currency not found' => 'Valuta nem található',
|
||||
'Customer cart' => 'Vendég kosár',
|
||||
'Delete' => 'Törlés',
|
||||
'Discount' => 'Kedvezmény',
|
||||
'Discount not found' => 'Kedvezmény nem található',
|
||||
@@ -50,7 +47,10 @@ return [
|
||||
'Sell product' => 'Termék eladás',
|
||||
'Stock' => 'Raktáron',
|
||||
'Stock {stock} lower then {count}!' => 'Raktáron {stock} kevesebb mint {count}!',
|
||||
'To cart' => 'Kosárba',
|
||||
'Total Price' => 'Összesen',
|
||||
'Update' => 'Módosítás',
|
||||
'Update {modelClass}: ' => 'Módosítás {modelClass}: ',
|
||||
'User Cart' => 'Recepció kosár',
|
||||
'Write up' => 'Felír',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user