add translations for sell product

This commit is contained in:
2015-10-06 11:38:43 +02:00
parent 8fbe963379
commit 48e392b4fd
11 changed files with 251 additions and 19 deletions

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

View File

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

View File

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

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

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