add translations
This commit is contained in:
parent
16df363e36
commit
cee5d60d9d
@ -17,12 +17,10 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'It is recommended you use an upgraded browser to display the {type} control properly.' => 'Ajánlott újabb böngésző verziót használni!',
|
|
||||||
'Aktív' => 'Aktív',
|
'Aktív' => 'Aktív',
|
||||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt az element?',
|
|
||||||
'Delete' => 'Törlés',
|
|
||||||
'Felhasználók' => 'Felhasználók',
|
'Felhasználók' => 'Felhasználók',
|
||||||
'Inaktív' => 'Inaktív',
|
'Inaktív' => 'Inaktív',
|
||||||
|
'It is recommended you use an upgraded browser to display the {type} control properly.' => 'Ajánlott újabb böngésző verziót használni!',
|
||||||
'Jelszó' => 'Jelszó',
|
'Jelszó' => 'Jelszó',
|
||||||
'Jelszó és jelszó újra nem egyezik!' => 'Jelszó és jelszó újra nem egyezik!',
|
'Jelszó és jelszó újra nem egyezik!' => 'Jelszó és jelszó újra nem egyezik!',
|
||||||
'Jelszó újra' => 'Jelszó újra',
|
'Jelszó újra' => 'Jelszó újra',
|
||||||
|
|||||||
25
common/messages/hu/backend/collection.php
Normal file
25
common/messages/hu/backend/collection.php
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<?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 [
|
||||||
|
'Collections' => 'Zárás',
|
||||||
|
'Create' => 'Mentés',
|
||||||
|
'Create Collection' => 'Új zárás',
|
||||||
|
'Update' => 'Módosítás',
|
||||||
|
'Update {modelClass}: ' => '{modelClass} módosítása: ',
|
||||||
|
];
|
||||||
23
common/messages/hu/backend/user.php
Normal file
23
common/messages/hu/backend/user.php
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?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 [
|
||||||
|
'Created at' => 'Létrehozás ideje',
|
||||||
|
'E-Mail' => 'E-Mail',
|
||||||
|
'Username' => 'Felhasználónév',
|
||||||
|
];
|
||||||
@ -17,6 +17,7 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
'Create/Next' => 'Mentés/Következő',
|
||||||
'Active' => 'Aktív',
|
'Active' => 'Aktív',
|
||||||
'BARCODE' => 'VONALKÓD',
|
'BARCODE' => 'VONALKÓD',
|
||||||
'Card: ' => 'Bérletkártya: ',
|
'Card: ' => 'Bérletkártya: ',
|
||||||
|
|||||||
30
common/messages/hu/common/collection.php
Normal file
30
common/messages/hu/common/collection.php
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<?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 [
|
||||||
|
'Created At' => 'Létrehozás ideje',
|
||||||
|
'Created By' => 'Létrehozta',
|
||||||
|
'End' => 'Időszak vége',
|
||||||
|
'Id Account' => 'Kassza',
|
||||||
|
'Id Collection' => 'Zárás azonosító',
|
||||||
|
'Id User' => 'Felhasználó',
|
||||||
|
'Money' => 'Összeg',
|
||||||
|
'Start' => 'Időszak kezdete',
|
||||||
|
'Type' => 'Típus',
|
||||||
|
'Updated At' => 'Módosítás ideje',
|
||||||
|
];
|
||||||
@ -17,11 +17,11 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
'Reset' => 'Reset',
|
||||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné a bérletet?',
|
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné a bérletet?',
|
||||||
'Comment' => 'Megjegyzés',
|
'Comment' => 'Megjegyzés',
|
||||||
'Create' => 'Mentés',
|
'Create' => 'Mentés',
|
||||||
'Create Ticket' => 'Új bérlet',
|
'Create Ticket' => 'Új bérlet',
|
||||||
'Create and add to cart' => 'Mentés és kosárba helyezés',
|
|
||||||
'Created At' => 'Hozzáadva',
|
'Created At' => 'Hozzáadva',
|
||||||
'Delete' => 'Törlés',
|
'Delete' => 'Törlés',
|
||||||
'End' => 'Érvényesség vége',
|
'End' => 'Érvényesség vége',
|
||||||
@ -32,7 +32,6 @@ return [
|
|||||||
'Id User' => 'Felhasználó',
|
'Id User' => 'Felhasználó',
|
||||||
'Max Usage Count' => 'Max alkalmak',
|
'Max Usage Count' => 'Max alkalmak',
|
||||||
'Price Brutto' => 'Bruttó ár',
|
'Price Brutto' => 'Bruttó ár',
|
||||||
'Reset' => '',
|
|
||||||
'Search' => 'Keresés',
|
'Search' => 'Keresés',
|
||||||
'Start' => 'Érvényesség kezdete',
|
'Start' => 'Érvényesség kezdete',
|
||||||
'Status' => 'Státusz',
|
'Status' => 'Státusz',
|
||||||
|
|||||||
@ -17,8 +17,13 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'Money movement' => 'Pénzmozgás',
|
'Customer' => 'Vendég',
|
||||||
'Pénzmozgás' => 'Pénzmozgás',
|
'End' => 'Időszak vége',
|
||||||
|
'Fizetve' => 'Fizetve',
|
||||||
|
'Nincs fizetve' => 'Nincs fizetve',
|
||||||
|
'Paid At' => 'Fizetés ideje',
|
||||||
|
'Start' => 'Időszak kezdete',
|
||||||
|
'Types' => 'Típusok',
|
||||||
'Account' => 'Kassza',
|
'Account' => 'Kassza',
|
||||||
'All' => 'Mind',
|
'All' => 'Mind',
|
||||||
'Comment' => 'Megjegyzés',
|
'Comment' => 'Megjegyzés',
|
||||||
@ -32,8 +37,9 @@ return [
|
|||||||
'Item Price' => 'Termék ár',
|
'Item Price' => 'Termék ár',
|
||||||
'Money' => 'Összeg',
|
'Money' => 'Összeg',
|
||||||
'Money Currency' => 'Ár valuta',
|
'Money Currency' => 'Ár valuta',
|
||||||
'Money total' => 'Összesen',
|
'Money movement' => 'Pénzmozgás',
|
||||||
'Product' => 'Termék',
|
'Product' => 'Termék',
|
||||||
|
'Pénzmozgás' => 'Pénzmozgás',
|
||||||
'Rate' => 'Árfolyam',
|
'Rate' => 'Árfolyam',
|
||||||
'Status' => 'Státusz',
|
'Status' => 'Státusz',
|
||||||
'Ticket' => 'Bérlet',
|
'Ticket' => 'Bérlet',
|
||||||
|
|||||||
21
common/messages/hu/customer/backend.php
Normal file
21
common/messages/hu/customer/backend.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?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 [
|
||||||
|
'E-mail or phone number required!' => 'E-mail vagy telefonszám megadása kötelező!',
|
||||||
|
];
|
||||||
@ -17,6 +17,8 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
'Account' => 'Kassza',
|
||||||
|
'Select account!' => 'Válasszon kasszát!',
|
||||||
'Accounts' => 'Kasszák',
|
'Accounts' => 'Kasszák',
|
||||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt az element?',
|
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt az element?',
|
||||||
'Create' => 'Mentés',
|
'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.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
'Customer cart' => 'Vendég kosár',
|
'Sale' => 'Eladás',
|
||||||
'Fizetve' => 'Fizetve',
|
|
||||||
'To cart' => 'Kosárba',
|
|
||||||
'User Cart' => 'Recepció kosár',
|
|
||||||
'Write up' => 'Felír',
|
|
||||||
'Account' => 'Kassza',
|
'Account' => 'Kassza',
|
||||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt a vendéget?',
|
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné ezt a vendéget?',
|
||||||
'Barcode' => 'Vonalkód',
|
'Barcode' => 'Vonalkód',
|
||||||
@ -32,6 +28,7 @@ return [
|
|||||||
'Create Product' => 'Új termék',
|
'Create Product' => 'Új termék',
|
||||||
'Currency' => 'Valuta',
|
'Currency' => 'Valuta',
|
||||||
'Currency not found' => 'Valuta nem található',
|
'Currency not found' => 'Valuta nem található',
|
||||||
|
'Customer cart' => 'Vendég kosár',
|
||||||
'Delete' => 'Törlés',
|
'Delete' => 'Törlés',
|
||||||
'Discount' => 'Kedvezmény',
|
'Discount' => 'Kedvezmény',
|
||||||
'Discount not found' => 'Kedvezmény nem található',
|
'Discount not found' => 'Kedvezmény nem található',
|
||||||
@ -50,7 +47,10 @@ return [
|
|||||||
'Sell product' => 'Termék eladás',
|
'Sell product' => 'Termék eladás',
|
||||||
'Stock' => 'Raktáron',
|
'Stock' => 'Raktáron',
|
||||||
'Stock {stock} lower then {count}!' => 'Raktáron {stock} kevesebb mint {count}!',
|
'Stock {stock} lower then {count}!' => 'Raktáron {stock} kevesebb mint {count}!',
|
||||||
|
'To cart' => 'Kosárba',
|
||||||
'Total Price' => 'Összesen',
|
'Total Price' => 'Összesen',
|
||||||
'Update' => 'Módosítás',
|
'Update' => 'Módosítás',
|
||||||
'Update {modelClass}: ' => 'Módosítás {modelClass}: ',
|
'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.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
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!',
|
'Default account is set!' => 'Alapértelmezett kassza beállítva!',
|
||||||
'Cart' => 'Kosár',
|
|
||||||
'Invalid discount' => 'Érvénytelen kedvezmény',
|
'Invalid discount' => 'Érvénytelen kedvezmény',
|
||||||
'Invalid ticket type' => 'Érvénytelen bérlet típus',
|
'Invalid ticket type' => 'Érvénytelen bérlet típus',
|
||||||
'Invalid transfer' => 'Érvénytelen transfer',
|
'Invalid transfer' => 'Érvénytelen transfer',
|
||||||
|
|||||||
@ -17,12 +17,9 @@
|
|||||||
* NOTE: this file must be saved in UTF-8 encoding.
|
* NOTE: this file must be saved in UTF-8 encoding.
|
||||||
*/
|
*/
|
||||||
return [
|
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' => 'Mentés',
|
||||||
|
'Create Money Movement' => 'Új pénzmozgás',
|
||||||
'Create Transfer' => 'Új pénzmozgás',
|
'Create Transfer' => 'Új pénzmozgás',
|
||||||
'Delete' => 'Törlés',
|
|
||||||
'Search' => 'Keresés',
|
'Search' => 'Keresés',
|
||||||
'Termékeladás' => 'Termékeladás',
|
'Termékeladás' => 'Termékeladás',
|
||||||
'Ticket' => 'Bérlet',
|
'Ticket' => 'Bérlet',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user