add translations
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Create/Next' => 'Mentés/Következő',
|
||||
'Active' => 'Aktív',
|
||||
'BARCODE' => 'VONALKÓD',
|
||||
'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.
|
||||
*/
|
||||
return [
|
||||
'Reset' => 'Reset',
|
||||
'Are you sure you want to delete this item?' => 'Biztosan törölni szeretné a bérletet?',
|
||||
'Comment' => 'Megjegyzés',
|
||||
'Create' => 'Mentés',
|
||||
'Create Ticket' => 'Új bérlet',
|
||||
'Create and add to cart' => 'Mentés és kosárba helyezés',
|
||||
'Created At' => 'Hozzáadva',
|
||||
'Delete' => 'Törlés',
|
||||
'End' => 'Érvényesség vége',
|
||||
@@ -32,7 +32,6 @@ return [
|
||||
'Id User' => 'Felhasználó',
|
||||
'Max Usage Count' => 'Max alkalmak',
|
||||
'Price Brutto' => 'Bruttó ár',
|
||||
'Reset' => '',
|
||||
'Search' => 'Keresés',
|
||||
'Start' => 'Érvényesség kezdete',
|
||||
'Status' => 'Státusz',
|
||||
|
||||
@@ -17,8 +17,13 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Money movement' => 'Pénzmozgás',
|
||||
'Pénzmozgás' => 'Pénzmozgás',
|
||||
'Customer' => 'Vendég',
|
||||
'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',
|
||||
'All' => 'Mind',
|
||||
'Comment' => 'Megjegyzés',
|
||||
@@ -32,8 +37,9 @@ return [
|
||||
'Item Price' => 'Termék ár',
|
||||
'Money' => 'Összeg',
|
||||
'Money Currency' => 'Ár valuta',
|
||||
'Money total' => 'Összesen',
|
||||
'Money movement' => 'Pénzmozgás',
|
||||
'Product' => 'Termék',
|
||||
'Pénzmozgás' => 'Pénzmozgás',
|
||||
'Rate' => 'Árfolyam',
|
||||
'Status' => 'Státusz',
|
||||
'Ticket' => 'Bérlet',
|
||||
|
||||
Reference in New Issue
Block a user