add translations for sell product
This commit is contained in:
26
common/messages/hu/common/currency.php
Normal file
26
common/messages/hu/common/currency.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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',
|
||||
'Currency' => 'Valuta',
|
||||
'Id Currency' => 'Valuta',
|
||||
'Name' => 'Név',
|
||||
'Rate' => 'Árfolyam',
|
||||
'Updated At' => 'Módosítás ideje',
|
||||
];
|
||||
@@ -17,11 +17,9 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Bérlet kártya nem üres vagy hibás kártyaszám' => '',
|
||||
'Man' => 'Férfi',
|
||||
'Password' => '',
|
||||
'Unknown sex' => 'Nincs megadva',
|
||||
'Woman' => 'Nő',
|
||||
'Bérlet kártya nem üres vagy hibás kártyaszám' => 'Bérlet kártya nem üres vagy hibás kártyaszám',
|
||||
'Password' => 'Jelszó',
|
||||
'Update customer:' => 'Jelszó újra',
|
||||
'Address' => 'Cím',
|
||||
'Birthdate' => 'Születésnap',
|
||||
'Card number' => 'Kártyaszám',
|
||||
@@ -40,13 +38,16 @@ return [
|
||||
'Id Proposer' => 'Ajánló',
|
||||
'Id User' => 'Admin',
|
||||
'Image' => 'Kép',
|
||||
'Man' => 'Férfi',
|
||||
'Name' => 'Név',
|
||||
'Phone' => 'Telefon',
|
||||
'Search' => 'Keresés',
|
||||
'Sex' => 'Nem',
|
||||
'Tax Number' => 'Adószám',
|
||||
'Unknown sex' => 'Nincs megadva',
|
||||
'Update' => 'Módosítás',
|
||||
'Update {modelClass}: ' => '{modelClass} módosítása:',
|
||||
'Updated At' => 'Módosítás ideje',
|
||||
'Woman' => 'Nő',
|
||||
'Zip' => 'Irsz.',
|
||||
];
|
||||
|
||||
@@ -17,9 +17,7 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Details' => 'Részletek',
|
||||
'Procurement' => 'Beszerzés',
|
||||
'Product' => 'Termék',
|
||||
'Sold: {product}' => 'Eladva: {product}',
|
||||
'Active' => 'Aktív',
|
||||
'All' => 'Mind',
|
||||
'Barcode' => 'Vonalkód',
|
||||
@@ -27,12 +25,15 @@ return [
|
||||
'Create Product' => 'Új termék',
|
||||
'Created At' => 'Létrehozás ideje',
|
||||
'Description' => 'Leírás',
|
||||
'Details' => 'Részletek',
|
||||
'Id Account' => 'Kassza',
|
||||
'Id Product' => 'Termék',
|
||||
'Id Product Category' => 'Termék kategória',
|
||||
'Inactive' => 'Inaktív',
|
||||
'Max 255 character' => 'Max 255 karakter',
|
||||
'Name' => 'Név',
|
||||
'Procurement' => 'Beszerzés',
|
||||
'Product' => 'Termék',
|
||||
'Product Number' => 'Termék szám',
|
||||
'Products' => 'Termékek',
|
||||
'Profit Margins' => 'Haszonkulcs',
|
||||
|
||||
35
common/messages/hu/common/transfer.php
Normal file
35
common/messages/hu/common/transfer.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?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 [
|
||||
'Comment' => 'Megjegyzés',
|
||||
'Count' => 'Mennyiség',
|
||||
'Created At' => 'Dátum',
|
||||
'Id Currency' => 'Valuta',
|
||||
'Id Discount' => 'Kedvezmény',
|
||||
'Id Object' => 'Termék',
|
||||
'Id Transfer' => 'Pénzmozgás',
|
||||
'Id User' => 'Felhasználó',
|
||||
'Item Price' => 'Termék ár',
|
||||
'Money' => 'Ár',
|
||||
'Money Currency' => 'Ár valuta',
|
||||
'Rate' => 'Árfolyam',
|
||||
'Status' => 'Státusz',
|
||||
'Type' => 'Típus',
|
||||
'Updated At' => 'Módosíáts',
|
||||
];
|
||||
23
common/messages/hu/common/user-sold-item.php
Normal file
23
common/messages/hu/common/user-sold-item.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 [
|
||||
'Id Transfer' => 'Pénzmozgás',
|
||||
'Id User' => 'Felhasználó',
|
||||
'Id User Sold Item' => 'Eladás',
|
||||
];
|
||||
Reference in New Issue
Block a user