add translations

This commit is contained in:
2015-11-04 15:56:12 +01:00
parent 16df363e36
commit cee5d60d9d
13 changed files with 162 additions and 18 deletions

View File

@@ -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',
];