add translations
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Account' => 'Kassza',
|
||||
'Select account!' => 'Válasszon kasszát!',
|
||||
'Accounts' => 'Kasszák',
|
||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt az element?',
|
||||
'Create' => 'Mentés',
|
||||
|
||||
39
common/messages/hu/frontend/collection.php
Normal file
39
common/messages/hu/frontend/collection.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
/**
|
||||
* Message translations.
|
||||
*
|
||||
* This file is automatically generated by 'yii message' command.
|
||||
* It contains the localizable messages extracted from source code.
|
||||
* You may modify this file by translating the extracted messages.
|
||||
*
|
||||
* Each array element represents the translation (value) of a message (key).
|
||||
* If the value is empty, the message is considered as not translated.
|
||||
* Messages that no longer need translation will have their translations
|
||||
* enclosed between a pair of '@@' marks.
|
||||
*
|
||||
* Message string can be used with plural forms format. Check i18n section
|
||||
* of the guide for details.
|
||||
*
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Account' => 'Kassza',
|
||||
'All' => 'Mind',
|
||||
'Collections' => 'Zárások',
|
||||
'Create' => 'Mentés',
|
||||
'Create Collection' => 'Új zárás',
|
||||
'Create Collection - Select Account' => 'Új zárás - kassza választás',
|
||||
'End date is invalid' => 'Idészak vége dátum érvénytelen',
|
||||
'End of interval' => 'Időszak vége',
|
||||
'Invalid transfer!' => 'Érvénytelen tranzakció!',
|
||||
'Last collection' => 'Utolsó zárás',
|
||||
'Next' => 'Következő',
|
||||
'No collection found' => 'Nem találtam zárást',
|
||||
'Reception collection' => 'Recepció zárás',
|
||||
'Refresh' => 'Frissítés',
|
||||
'Search' => 'Keresés',
|
||||
'Select another account' => 'Másik kassza választása',
|
||||
'Start of interval' => 'Időszak kezdete',
|
||||
'Update' => 'Módosítás',
|
||||
'Update {modelClass}: ' => '{modelClass} módosítása: ',
|
||||
];
|
||||
@@ -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',
|
||||
];
|
||||
|
||||
@@ -17,8 +17,11 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Customer cart paid!' => 'Vendég kosrá fizetve!',
|
||||
'To cart' => 'Kosárba',
|
||||
'User cart paid!' => 'Recepció kosár fizetve!',
|
||||
'Write up' => 'Felír',
|
||||
'Default account is set!' => 'Alapértelmezett kassza beállítva!',
|
||||
'Cart' => 'Kosár',
|
||||
'Invalid discount' => 'Érvénytelen kedvezmény',
|
||||
'Invalid ticket type' => 'Érvénytelen bérlet típus',
|
||||
'Invalid transfer' => 'Érvénytelen transfer',
|
||||
|
||||
@@ -17,12 +17,9 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Create Money Movement' => 'Új pénzmozgás',
|
||||
'Reset' => 'Reset',
|
||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné a bérletet?',
|
||||
'Create' => 'Mentés',
|
||||
'Create Money Movement' => 'Új pénzmozgás',
|
||||
'Create Transfer' => 'Új pénzmozgás',
|
||||
'Delete' => 'Törlés',
|
||||
'Search' => 'Keresés',
|
||||
'Termékeladás' => 'Termékeladás',
|
||||
'Ticket' => 'Bérlet',
|
||||
|
||||
Reference in New Issue
Block a user