From 3610f05681a2dd88350aff2c86cf15f2d76b2709 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 17 Mar 2024 03:57:41 +0000 Subject: [PATCH] test fixes --- Models/Material.php | 2 +- Models/MaterialMapper.php | 2 +- Theme/Backend/Lang/ar.lang.php | 140 --------------------------------- Theme/Backend/Lang/cs.lang.php | 140 --------------------------------- Theme/Backend/Lang/da.lang.php | 140 --------------------------------- Theme/Backend/Lang/el.lang.php | 140 --------------------------------- Theme/Backend/Lang/es.lang.php | 140 --------------------------------- Theme/Backend/Lang/fi.lang.php | 140 --------------------------------- Theme/Backend/Lang/fr.lang.php | 140 --------------------------------- Theme/Backend/Lang/hu.lang.php | 140 --------------------------------- Theme/Backend/Lang/it.lang.php | 140 --------------------------------- Theme/Backend/Lang/ja.lang.php | 140 --------------------------------- Theme/Backend/Lang/ko.lang.php | 140 --------------------------------- Theme/Backend/Lang/no.lang.php | 140 --------------------------------- Theme/Backend/Lang/pl.lang.php | 140 --------------------------------- Theme/Backend/Lang/pt.lang.php | 140 --------------------------------- Theme/Backend/Lang/ru.lang.php | 140 --------------------------------- Theme/Backend/Lang/sv.lang.php | 140 --------------------------------- Theme/Backend/Lang/th.lang.php | 140 --------------------------------- Theme/Backend/Lang/tr.lang.php | 140 --------------------------------- Theme/Backend/Lang/uk.lang.php | 140 --------------------------------- Theme/Backend/Lang/zh.lang.php | 140 --------------------------------- 22 files changed, 2 insertions(+), 2802 deletions(-) delete mode 100755 Theme/Backend/Lang/ar.lang.php delete mode 100755 Theme/Backend/Lang/cs.lang.php delete mode 100755 Theme/Backend/Lang/da.lang.php delete mode 100755 Theme/Backend/Lang/el.lang.php delete mode 100755 Theme/Backend/Lang/es.lang.php delete mode 100755 Theme/Backend/Lang/fi.lang.php delete mode 100755 Theme/Backend/Lang/fr.lang.php delete mode 100755 Theme/Backend/Lang/hu.lang.php delete mode 100755 Theme/Backend/Lang/it.lang.php delete mode 100755 Theme/Backend/Lang/ja.lang.php delete mode 100755 Theme/Backend/Lang/ko.lang.php delete mode 100755 Theme/Backend/Lang/no.lang.php delete mode 100755 Theme/Backend/Lang/pl.lang.php delete mode 100755 Theme/Backend/Lang/pt.lang.php delete mode 100755 Theme/Backend/Lang/ru.lang.php delete mode 100755 Theme/Backend/Lang/sv.lang.php delete mode 100755 Theme/Backend/Lang/th.lang.php delete mode 100755 Theme/Backend/Lang/tr.lang.php delete mode 100755 Theme/Backend/Lang/uk.lang.php delete mode 100755 Theme/Backend/Lang/zh.lang.php diff --git a/Models/Material.php b/Models/Material.php index 3d55d71..67daecf 100644 --- a/Models/Material.php +++ b/Models/Material.php @@ -43,7 +43,7 @@ class Material implements \JsonSerializable public int $quantity = 0; - public int $unit = 0; + public string $unit = 'pcs'; public int $item = 0; diff --git a/Models/MaterialMapper.php b/Models/MaterialMapper.php index c573a3e..a212969 100644 --- a/Models/MaterialMapper.php +++ b/Models/MaterialMapper.php @@ -40,7 +40,7 @@ final class MaterialMapper extends DataMapperFactory 'itemmgmt_material_category' => ['name' => 'itemmgmt_material_category', 'type' => 'int', 'internal' => 'category'], 'itemmgmt_material_subcategory' => ['name' => 'itemmgmt_material_subcategory', 'type' => 'int', 'internal' => 'subcategory'], 'itemmgmt_material_type' => ['name' => 'itemmgmt_material_type', 'type' => 'int', 'internal' => 'type'], - 'itemmgmt_material_unit' => ['name' => 'itemmgmt_material_unit', 'type' => 'int', 'internal' => 'unit'], + 'itemmgmt_material_unit' => ['name' => 'itemmgmt_material_unit', 'type' => 'string', 'internal' => 'unit'], 'itemmgmt_material_item' => ['name' => 'itemmgmt_material_item', 'type' => 'int', 'internal' => 'item'], ]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php deleted file mode 100755 index 5fb2fc3..0000000 --- a/Theme/Backend/Lang/ar.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'محاسبة', - 'Address' => '', - 'Articlegroup' => 'articlegroup.', - 'Attribute' => 'يصف', - 'AttributeTypes' => '', - 'Attributes' => 'صفات', - 'Available' => 'متوفرة', - 'AvgPrice' => 'avg. السعر', - 'Bills' => '', - 'Bonus' => 'علاوة', - 'ClientGroup' => 'العميل / المجموعة', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'لجنة', - 'Container' => 'وعاء', - 'CostCenter' => 'مركز تقييم الكلفة، مركز التسعير، مركز التثمين', - 'CostIndicator' => 'مؤشر التكلفة', - 'CostObject' => 'التكلفة', - 'Countries' => 'بلدان', - 'Country' => 'دولة', - 'Created' => 'خلقت', - 'CreatedAt' => 'خلقت', - 'CustomerGroup' => 'مجموعة العملاء', - 'CustomsID' => 'المعرف الجمركي', - 'Date' => 'تاريخ', - 'Description' => 'وصف', - 'Discount' => 'خصم', - 'DiscountP' => 'خصم في٪', - 'Disposal' => 'تصرف', - 'Documents' => 'وثائق', - 'EarningIndicator' => 'مؤشر كسب', - 'End' => 'نهاية', - 'Files' => 'الملفات', - 'General' => 'عام', - 'GrossWeight' => 'الوزن الإجمالي', - 'Group' => 'مجموعة', - 'Groups' => '', - 'Height' => 'ارتفاع', - 'ID' => 'بطاقة تعريف', - 'ILV' => 'ilv.', - 'Info' => 'معلومات', - 'Item' => 'العنصر', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'أغراض', - 'Language' => 'لغة', - 'LastOrder' => 'آخر طلب', - 'Leadtime' => 'المهلة', - 'Length' => 'طول', - 'Localization' => 'الموقع', - 'Localizations' => 'الأحاصليات', - 'Location' => 'موقع', - 'Log' => 'سجل', - 'Logs' => 'السجلات', - 'Lot' => 'كثيرا', - 'MRR' => 'مرر', - 'MTDSales' => 'مبيعات MTD', - 'Makespan' => 'makespan.', - 'Margin' => 'هامش', - 'Master' => 'رئيس', - 'MaximumLevel' => 'الحد الأقصى لمستوى الأسهم', - 'Media' => 'وسائط', - 'MinimumLevel' => 'الحد الأدنى لمستوى المخزون', - 'Modified' => 'تم التعديل', - 'Name' => 'اسم', - 'Name1' => 'اسم 1.', - 'Name2' => 'اسم 2.', - 'Name3' => 'اسم 3.', - 'Net' => 'الوزن الصافي', - 'NetWeight' => 'الوزن الصافي', - 'None' => 'لا أحد', - 'Notes' => 'ملحوظات', - 'Number' => 'عدد', - 'Ordered' => 'أمر', - 'Packaging' => 'التعبئة والتغليف', - 'Price' => 'السعر', - 'PriceChange' => 'تغيير الأسعار', - 'PriceUnit' => 'وحدة السعر', - 'Prices' => 'الأسعار.', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'productgroup.', - 'Production' => 'إنتاج', - 'Profile' => 'الملف الشخصي', - 'Properties' => 'الخصائص', - 'Property' => 'ملكية', - 'Purchase' => 'شراء', - 'PurchasePrice' => 'سعر الشراء', - 'Purchasing' => 'شراء', - 'QA' => 'قيم', - 'QM' => 'QM.', - 'Quantity' => 'كمية', - 'QuantityUnit' => 'وحدة الكمية', - 'RecentInvoices' => '', - 'ReorderLevel' => 'مستوى إعادة ترتيب', - 'Reserved' => 'محجوز', - 'SN' => 'SN.', - 'Sales' => 'مبيعات', - 'SalesPrice' => 'سعر المبيعات', - 'SalesPricing' => '', - 'Segment' => 'قطعة', - 'ShelfLife' => 'مدة الصلاحية', - 'Start' => 'يبدأ', - 'Status' => 'حالة', - 'Stock' => 'المخزون', - 'StockList' => 'قائمة الأسهم', - 'Successor' => 'خليفة', - 'Supplier' => 'المورد', - 'Text' => 'نص', - 'TimeUnit' => 'وحدة الوقت', - 'Title' => 'عنوان', - 'TopCustomers' => '', - 'Tracking' => 'تتبع', - 'TradingUnit' => 'وحدة التداول', - 'Translation' => 'ترجمة', - 'Type' => 'نوع', - 'Unit' => 'وحدة', - 'Value' => 'قيمة', - 'Volume' => 'الصوت', - 'Warehouse' => 'مستودع', - 'Width' => 'عرض', - 'YTDSales' => 'مبيعات YTD', -]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php deleted file mode 100755 index 80f4b99..0000000 --- a/Theme/Backend/Lang/cs.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Účetnictví', - 'Address' => '', - 'Articlegroup' => 'Článek', - 'Attribute' => 'Atribut', - 'AttributeTypes' => '', - 'Attributes' => 'Atributy', - 'Available' => 'Dostupný', - 'AvgPrice' => 'AVG. Cena', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Klient / skupina', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Komise', - 'Container' => 'Kontejner', - 'CostCenter' => 'Nákladové středisko', - 'CostIndicator' => 'Indikátor nákladů', - 'CostObject' => 'Costobjekt', - 'Countries' => 'Země', - 'Country' => 'Země', - 'Created' => 'Vytvořený', - 'CreatedAt' => 'Vytvořený', - 'CustomerGroup' => 'Zákaznická skupina', - 'CustomsID' => 'Celní ID', - 'Date' => 'datum', - 'Description' => 'Popis', - 'Discount' => 'Sleva', - 'DiscountP' => 'Sleva v%', - 'Disposal' => 'Likvidace', - 'Documents' => 'Dokumenty', - 'EarningIndicator' => 'Indikátor výdělku', - 'End' => 'Konec', - 'Files' => 'Soubory', - 'General' => 'Všeobecné', - 'GrossWeight' => 'Celková hmotnost', - 'Group' => 'Skupina', - 'Groups' => '', - 'Height' => 'Výška', - 'ID' => 'ID.', - 'ILV' => 'Ilv.', - 'Info' => 'Info.', - 'Item' => 'Položka', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Položky', - 'Language' => 'Jazyk', - 'LastOrder' => 'Poslední objednávka', - 'Leadtime' => 'Dodací lhůta', - 'Length' => 'Délka', - 'Localization' => 'Lokalizace', - 'Localizations' => 'Lokalizace', - 'Location' => 'Umístění', - 'Log' => 'Log', - 'Logs' => 'Protokoly', - 'Lot' => 'Šarže', - 'MRR' => 'Mrr.', - 'MTDSales' => 'Prodej MTD.', - 'Makespan' => 'Makeespan.', - 'Margin' => 'Okraj', - 'Master' => 'Mistr', - 'MaximumLevel' => 'Maximální úroveň zásob', - 'Media' => 'Mediální', - 'MinimumLevel' => 'Minimální úroveň zásob', - 'Modified' => 'Upravený', - 'Name' => 'název', - 'Name1' => 'Jméno1.', - 'Name2' => 'Jméno2.', - 'Name3' => 'Jméno3.', - 'Net' => 'Čistá hmotnost', - 'NetWeight' => 'Čistá hmotnost', - 'None' => 'Žádný', - 'Notes' => 'Poznámky', - 'Number' => 'Číslo', - 'Ordered' => 'Objednaný', - 'Packaging' => 'Obal', - 'Price' => 'Cena', - 'PriceChange' => 'Změna ceny', - 'PriceUnit' => 'Jednotka ceny', - 'Prices' => 'Ceny', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'ProductSgroup.', - 'Production' => 'Výroba', - 'Profile' => 'Profil', - 'Properties' => 'Vlastnosti', - 'Property' => 'Vlastnictví', - 'Purchase' => 'Nákup', - 'PurchasePrice' => 'Kupní cena', - 'Purchasing' => 'Nákup', - 'QA' => 'Qa.', - 'QM' => 'Qm.', - 'Quantity' => 'Množství', - 'QuantityUnit' => 'Jednotka množství', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Registrovat úroveň', - 'Reserved' => 'Rezervováno', - 'SN' => 'Sn.', - 'Sales' => 'Odbyt', - 'SalesPrice' => 'Zlevněné ceny', - 'SalesPricing' => '', - 'Segment' => 'Segment', - 'ShelfLife' => 'Skladovatelnost', - 'Start' => 'Start', - 'Status' => 'Postavení', - 'Stock' => 'Skladem', - 'StockList' => 'Seznam zásob', - 'Successor' => 'Nástupce', - 'Supplier' => 'Dodavatel', - 'Text' => 'Text', - 'TimeUnit' => 'Čas', - 'Title' => 'Titul', - 'TopCustomers' => '', - 'Tracking' => 'Sledování', - 'TradingUnit' => 'Obchodní jednotka', - 'Translation' => 'Překlad', - 'Type' => 'Typ', - 'Unit' => 'Jednotka', - 'Value' => 'Hodnota', - 'Volume' => 'Objem', - 'Warehouse' => 'Sklad', - 'Width' => 'Šířka', - 'YTDSales' => 'Prodej YTD.', -]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php deleted file mode 100755 index 19231ac..0000000 --- a/Theme/Backend/Lang/da.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Regnskab', - 'Address' => '', - 'Articlegroup' => 'ArticleGroup.', - 'Attribute' => 'Attribut.', - 'AttributeTypes' => '', - 'Attributes' => 'Egenskaber', - 'Available' => 'Ledig', - 'AvgPrice' => 'Avg. Pris', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Klient / Gruppe.', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Provision', - 'Container' => 'Beholder', - 'CostCenter' => 'Omkostningssted', - 'CostIndicator' => 'COST-indikator', - 'CostObject' => 'Costobject.', - 'Countries' => 'Lande', - 'Country' => 'Land', - 'Created' => 'Oprettet', - 'CreatedAt' => 'Oprettet', - 'CustomerGroup' => 'KUNDER GROUP', - 'CustomsID' => 'Told ID.', - 'Date' => 'Dato', - 'Description' => 'Beskrivelse', - 'Discount' => 'Rabat', - 'DiscountP' => 'Rabat i%', - 'Disposal' => 'Bortskaffelse.', - 'Documents' => 'Dokumenter', - 'EarningIndicator' => 'Indtjeningsindikator', - 'End' => 'Ende', - 'Files' => 'Filer.', - 'General' => 'Generel', - 'GrossWeight' => 'Bruttovægt', - 'Group' => 'Gruppe', - 'Groups' => '', - 'Height' => 'Højde', - 'ID' => 'ID.', - 'ILV' => 'ILV.', - 'Info' => 'Info.', - 'Item' => 'Vare', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Varer', - 'Language' => 'Sprog', - 'LastOrder' => 'Sidste ordre', - 'Leadtime' => 'Ledetid', - 'Length' => 'Længde.', - 'Localization' => 'Lokalisering', - 'Localizations' => 'Lokaliseringer', - 'Location' => 'Beliggenhed', - 'Log' => 'Log', - 'Logs' => 'Logs.', - 'Lot' => 'Masse', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD Sales.', - 'Makespan' => 'Makespan.', - 'Margin' => 'Margin.', - 'Master' => 'Mestre', - 'MaximumLevel' => 'Maksimal lagerniveau', - 'Media' => 'Medier', - 'MinimumLevel' => 'Minimum lager niveau', - 'Modified' => 'Modificeret', - 'Name' => 'Navn', - 'Name1' => 'NAME1.', - 'Name2' => 'NAME2.', - 'Name3' => 'NAME3.', - 'Net' => 'Nettovægt', - 'NetWeight' => 'Nettovægt', - 'None' => 'Ingen', - 'Notes' => 'Noter.', - 'Number' => 'Nummer', - 'Ordered' => 'Bestilt.', - 'Packaging' => 'Emballage', - 'Price' => 'Pris', - 'PriceChange' => 'Pris forandring', - 'PriceUnit' => 'Enhed af pris.', - 'Prices' => 'Priser.', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Produktgruppe', - 'Production' => 'Produktion', - 'Profile' => 'Profil', - 'Properties' => 'Ejendomme', - 'Property' => 'Ejendom', - 'Purchase' => 'Køb', - 'PurchasePrice' => 'Købspris', - 'Purchasing' => 'Indkøb', - 'QA' => 'QA.', - 'QM' => 'Qm.', - 'Quantity' => 'Antal', - 'QuantityUnit' => "Mængden af \u{200b}\u{200b}mængde", - 'RecentInvoices' => '', - 'ReorderLevel' => 'Ombestillingsniveau', - 'Reserved' => 'Reserveret', - 'SN' => 'Sn.', - 'Sales' => 'SALG', - 'SalesPrice' => 'Salgspris', - 'SalesPricing' => '', - 'Segment' => 'Segment', - 'ShelfLife' => 'Holdbarhed', - 'Start' => 'Start', - 'Status' => 'Status.', - 'Stock' => 'Lager', - 'StockList' => 'Lagerliste', - 'Successor' => 'Efterfølger', - 'Supplier' => 'Leverandør', - 'Text' => 'Tekst', - 'TimeUnit' => 'Enhed af tid', - 'Title' => 'Titel', - 'TopCustomers' => '', - 'Tracking' => 'Tracking.', - 'TradingUnit' => 'Handelsenhed', - 'Translation' => 'Oversættelse', - 'Type' => 'Type', - 'Unit' => 'Enhed', - 'Value' => 'Værdi', - 'Volume' => 'Bind', - 'Warehouse' => 'Lager', - 'Width' => 'Bredde', - 'YTDSales' => 'YTD SALG', -]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php deleted file mode 100755 index c67e4d8..0000000 --- a/Theme/Backend/Lang/el.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Λογιστική', - 'Address' => '', - 'Articlegroup' => 'Ομιλία', - 'Attribute' => 'Χαρακτηριστικό', - 'AttributeTypes' => '', - 'Attributes' => 'Γνωρίσματα', - 'Available' => 'Διαθέσιμος', - 'AvgPrice' => 'Avg. Τιμή', - 'Bills' => '', - 'Bonus' => 'Δώρο', - 'ClientGroup' => 'Πελάτης / ομάδα', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Επιτροπή', - 'Container' => 'Δοχείο', - 'CostCenter' => 'Κέντρο κόστους', - 'CostIndicator' => 'Δείκτης κόστους', - 'CostObject' => 'Κοστούμαι', - 'Countries' => 'Χώρες', - 'Country' => 'Χώρα', - 'Created' => 'Δημιουργήθηκε', - 'CreatedAt' => 'Δημιουργήθηκε', - 'CustomerGroup' => 'Ομάδα πελατών', - 'CustomsID' => 'Τελωνειακό αναγνωριστικό', - 'Date' => 'Ημερομηνία', - 'Description' => 'Περιγραφή', - 'Discount' => 'Εκπτωση', - 'DiscountP' => 'Έκπτωση σε%', - 'Disposal' => 'Διάθεση', - 'Documents' => 'Εγγραφα', - 'EarningIndicator' => 'Ένδειξη κερδών', - 'End' => 'Τέλος', - 'Files' => 'Αρχεία', - 'General' => 'Γενικός', - 'GrossWeight' => 'Μεικτό βάρος', - 'Group' => 'Ομάδα', - 'Groups' => '', - 'Height' => 'Υψος', - 'ID' => 'ταυτότητα', - 'ILV' => 'Ιλ', - 'Info' => 'Πληροφορία', - 'Item' => 'Είδος', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Αντικείμενα', - 'Language' => 'Γλώσσα', - 'LastOrder' => 'Τελευταία παραγγελία', - 'Leadtime' => 'Ώρα μολύβδου', - 'Length' => 'Μήκος', - 'Localization' => 'Εντοπισμός', - 'Localizations' => 'Εντοπισμός', - 'Location' => 'Τοποθεσία', - 'Log' => 'Κούτσουρο', - 'Logs' => 'Κούτσουρα', - 'Lot' => 'Παρτίδα', - 'MRR' => 'MRR', - 'MTDSales' => 'Πωλήσεις MTD', - 'Makespan' => 'Makespan', - 'Margin' => 'Περιθώριο', - 'Master' => 'Κύριος', - 'MaximumLevel' => 'Μέγιστο επίπεδο αποθέματος', - 'Media' => 'Μεσο ΜΑΖΙΚΗΣ ΕΝΗΜΕΡΩΣΗΣ', - 'MinimumLevel' => 'Ελάχιστο επίπεδο αποθεμάτων', - 'Modified' => 'Τροποποιημένος', - 'Name' => 'Ονομα', - 'Name1' => 'Όνομα1', - 'Name2' => 'Όνομα2', - 'Name3' => 'Όνομα', - 'Net' => 'Καθαρό βάρος', - 'NetWeight' => 'Καθαρό βάρος', - 'None' => 'Κανένας', - 'Notes' => 'Σημειώνει', - 'Number' => 'Αριθμός', - 'Ordered' => 'Διέταξε', - 'Packaging' => 'Συσκευασία', - 'Price' => 'Τιμή', - 'PriceChange' => 'Αλλαγή τιμών', - 'PriceUnit' => 'Μονάδα τιμής', - 'Prices' => 'Τιμές', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Ομοιόμορφη ομάδα', - 'Production' => 'Παραγωγή', - 'Profile' => 'Προφίλ', - 'Properties' => 'Ιδιότητες', - 'Property' => 'Ιδιοκτησία', - 'Purchase' => 'Αγορά', - 'PurchasePrice' => 'Τιμή αγοράς', - 'Purchasing' => 'Αγοραστικός', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Ποσότητα', - 'QuantityUnit' => 'Μονάδα ποσότητας', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Επίπεδο αναδιάταξης', - 'Reserved' => 'Κατοχυρωμένα', - 'SN' => 'Α', - 'Sales' => 'Εκπτώσεις', - 'SalesPrice' => 'Τιμή πώλησης', - 'SalesPricing' => '', - 'Segment' => 'Τμήμα', - 'ShelfLife' => 'Διάρκεια ζωής', - 'Start' => 'Αρχή', - 'Status' => 'Κατάσταση', - 'Stock' => 'Στοκ', - 'StockList' => 'Λίστα αποθέματος', - 'Successor' => 'Διάδοχος', - 'Supplier' => 'Προμηθευτής', - 'Text' => 'Κείμενο', - 'TimeUnit' => 'Μονάδα χρόνου', - 'Title' => 'Τίτλος', - 'TopCustomers' => '', - 'Tracking' => 'Παρακολούθηση', - 'TradingUnit' => 'Μονάδα εμπορίας', - 'Translation' => 'Μετάφραση', - 'Type' => 'Τύπος', - 'Unit' => 'Μονάδα', - 'Value' => 'αξία', - 'Volume' => 'Ενταση ΗΧΟΥ', - 'Warehouse' => 'Αποθήκη', - 'Width' => 'Πλάτος', - 'YTDSales' => 'Ytd πωλήσεις', -]]; diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php deleted file mode 100755 index e93cb7e..0000000 --- a/Theme/Backend/Lang/es.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Contabilidad', - 'Address' => '', - 'Articlegroup' => 'Grupo articulo', - 'Attribute' => 'Atributo', - 'AttributeTypes' => '', - 'Attributes' => 'Atributos', - 'Available' => 'Disponible', - 'AvgPrice' => 'AVG. Precio', - 'Bills' => '', - 'Bonus' => 'Prima', - 'ClientGroup' => 'Cliente / Grupo', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Comisión', - 'Container' => 'Envase', - 'CostCenter' => 'Costenter', - 'CostIndicator' => 'Indicador de costos', - 'CostObject' => 'Costobject', - 'Countries' => 'Los paises', - 'Country' => 'País', - 'Created' => 'Creado', - 'CreatedAt' => 'Creado', - 'CustomerGroup' => 'grupo de clientes', - 'CustomsID' => 'Identificación de aduanas', - 'Date' => 'Fecha', - 'Description' => 'Descripción', - 'Discount' => 'Descuento', - 'DiscountP' => 'Descuento en%', - 'Disposal' => 'Disposición', - 'Documents' => 'Documentos', - 'EarningIndicator' => 'Indicador de ganado', - 'End' => 'Fin', - 'Files' => 'Archivos', - 'General' => 'General', - 'GrossWeight' => 'Peso bruto', - 'Group' => 'Grupo', - 'Groups' => '', - 'Height' => 'Altura', - 'ID' => 'IDENTIFICACIÓN', - 'ILV' => 'I LV', - 'Info' => 'Información', - 'Item' => 'Articulo', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Elementos', - 'Language' => 'Idioma', - 'LastOrder' => 'Último pedido', - 'Leadtime' => 'Tiempo de espera', - 'Length' => 'Longitud', - 'Localization' => 'Localización', - 'Localizations' => 'Localizaciones', - 'Location' => 'Ubicación', - 'Log' => 'Tronco', - 'Logs' => 'Registros', - 'Lot' => 'Lote', - 'MRR' => 'Mrr', - 'MTDSales' => 'Ventas MTD', - 'Makespan' => 'Maquinista', - 'Margin' => 'Margen', - 'Master' => 'Maestría', - 'MaximumLevel' => 'Nivel máximo de stock', - 'Media' => 'Medios de comunicación', - 'MinimumLevel' => 'Nivel mínimo de stock', - 'Modified' => 'Modificado', - 'Name' => 'Nombre', - 'Name1' => 'Nombre1', - 'Name2' => 'Nombre2', - 'Name3' => 'Nombre3', - 'Net' => 'Peso neto', - 'NetWeight' => 'Peso neto', - 'None' => 'Ninguna', - 'Notes' => 'Notas', - 'Number' => 'Número', - 'Ordered' => 'Ordenado', - 'Packaging' => 'embalaje', - 'Price' => 'Precio', - 'PriceChange' => 'Cambio de precio', - 'PriceUnit' => 'Unidad de precio', - 'Prices' => 'Precios', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Grupo de productos', - 'Production' => 'Producción', - 'Profile' => 'Perfil', - 'Properties' => 'Propiedades', - 'Property' => 'Propiedad', - 'Purchase' => 'Compra', - 'PurchasePrice' => 'Precio de compra', - 'Purchasing' => 'Adquisitivo', - 'QA' => 'QA', - 'QM' => 'QM', - 'Quantity' => 'Cantidad', - 'QuantityUnit' => 'Unidad de cantidad', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Reordenar nivel', - 'Reserved' => 'Reservado', - 'SN' => 'Sn', - 'Sales' => 'Ventas', - 'SalesPrice' => 'Precio de venta', - 'SalesPricing' => '', - 'Segment' => 'Segmento', - 'ShelfLife' => 'Duracion', - 'Start' => 'Comienzo', - 'Status' => 'Estado', - 'Stock' => 'Valores', - 'StockList' => 'Lista común', - 'Successor' => 'Sucesor', - 'Supplier' => 'Proveedor', - 'Text' => 'Texto', - 'TimeUnit' => 'Unidad de tiempo', - 'Title' => 'Título', - 'TopCustomers' => '', - 'Tracking' => 'Seguimiento', - 'TradingUnit' => 'Unidad de comercio', - 'Translation' => 'Traducción', - 'Type' => 'Escribe', - 'Unit' => 'Unidad', - 'Value' => 'Valor', - 'Volume' => 'Volumen', - 'Warehouse' => 'Depósito', - 'Width' => 'Ancho', - 'YTDSales' => 'Ytd ventas', -]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php deleted file mode 100755 index 7613a21..0000000 --- a/Theme/Backend/Lang/fi.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Kirjanpito', - 'Address' => '', - 'Articlegroup' => 'ArticleGroup', - 'Attribute' => 'Attribuutti', - 'AttributeTypes' => '', - 'Attributes' => 'Attribuutit', - 'Available' => 'Saatavilla', - 'AvgPrice' => 'Avg. Hinta', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Asiakas / ryhmä', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'komissio', - 'Container' => 'Säiliö', - 'CostCenter' => 'Kustannuspaikka', - 'CostIndicator' => 'Kustannusindikaattori', - 'CostObject' => 'CostObject', - 'Countries' => 'Maat', - 'Country' => 'Maa', - 'Created' => 'Luotu', - 'CreatedAt' => 'Luotu', - 'CustomerGroup' => 'Asiakasryhmä', - 'CustomsID' => 'Tullitunnus', - 'Date' => 'Päivämäärä', - 'Description' => 'Kuvaus', - 'Discount' => 'Alennus', - 'DiscountP' => 'Alennus%', - 'Disposal' => 'Hävittäminen', - 'Documents' => 'Asiakirjat', - 'EarningIndicator' => 'Ansaintaindikaattori', - 'End' => 'Loppu', - 'Files' => 'Tiedostot', - 'General' => 'Yleinen', - 'GrossWeight' => 'Bruttopaino', - 'Group' => 'Ryhmä', - 'Groups' => '', - 'Height' => 'Korkeus', - 'ID' => 'Id', - 'ILV' => 'Ilv', - 'Info' => 'Tiedot', - 'Item' => 'Kohde', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Tuotteet', - 'Language' => 'Kieli', - 'LastOrder' => 'Viimeinen tilaus', - 'Leadtime' => 'Head-aika', - 'Length' => 'Pituus', - 'Localization' => 'Lokalisointi', - 'Localizations' => 'Paikkakunnat', - 'Location' => 'Sijainti', - 'Log' => 'Hirsi', - 'Logs' => 'Lokit', - 'Lot' => 'Paljon', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD-myynti', - 'Makespan' => 'Makepan', - 'Margin' => 'Marginaali', - 'Master' => 'Hallita', - 'MaximumLevel' => 'Suurin osataso', - 'Media' => 'Media', - 'MinimumLevel' => 'Vähimmäiskannan taso', - 'Modified' => 'Muokattu', - 'Name' => 'Nimi', - 'Name1' => 'Nimi1', - 'Name2' => 'Nimi2', - 'Name3' => 'Nimi33', - 'Net' => 'Nettopaino', - 'NetWeight' => 'Nettopaino', - 'None' => 'Ei mitään', - 'Notes' => 'Toteaa', - 'Number' => 'Määrä', - 'Ordered' => 'Tilattu', - 'Packaging' => 'Pakkaus', - 'Price' => 'Hinta', - 'PriceChange' => 'Hintamuutos', - 'PriceUnit' => 'Hintayksikkö', - 'Prices' => 'Hinnat', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Tuoteryhmä', - 'Production' => 'Tuotanto', - 'Profile' => 'Profiili', - 'Properties' => 'Kiinteistöt', - 'Property' => 'Kiinteistö', - 'Purchase' => 'Ostaa', - 'PurchasePrice' => 'Ostohinta', - 'Purchasing' => 'Osto', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Määrä', - 'QuantityUnit' => 'Määräyksikkö', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Järjestyksen taso', - 'Reserved' => 'Varattu', - 'SN' => 'Sn', - 'Sales' => 'Myynti', - 'SalesPrice' => 'Myyntihinta', - 'SalesPricing' => '', - 'Segment' => 'Segmentti', - 'ShelfLife' => 'Säilyvyys', - 'Start' => 'alkaa', - 'Status' => 'Tila', - 'Stock' => 'Varasto', - 'StockList' => 'Osakeluettelo', - 'Successor' => 'Seuraaja', - 'Supplier' => 'Toimittaja', - 'Text' => 'Teksti', - 'TimeUnit' => 'Ajan yksikkö', - 'Title' => 'Otsikko', - 'TopCustomers' => '', - 'Tracking' => 'Seuranta', - 'TradingUnit' => 'Kauppayksikkö', - 'Translation' => 'Käännös', - 'Type' => 'Tyyppi', - 'Unit' => 'Yksikkö', - 'Value' => 'Arvo', - 'Volume' => 'Määrä', - 'Warehouse' => 'Varasto', - 'Width' => 'Leveys', - 'YTDSales' => 'YTD-myynti', -]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php deleted file mode 100755 index 434cd21..0000000 --- a/Theme/Backend/Lang/fr.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Comptabilité', - 'Address' => '', - 'Articlegroup' => 'Articlegroup', - 'Attribute' => 'Attribut', - 'AttributeTypes' => '', - 'Attributes' => 'Les attributs', - 'Available' => 'Disponible', - 'AvgPrice' => 'Avg. Prix', - 'Bills' => '', - 'Bonus' => 'Prime', - 'ClientGroup' => 'Client / Groupe', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Commission', - 'Container' => 'Récipient', - 'CostCenter' => 'Centre de coûts', - 'CostIndicator' => 'Indicateur de coût', - 'CostObject' => 'Costobject', - 'Countries' => 'Des pays', - 'Country' => 'Pays', - 'Created' => 'Établi', - 'CreatedAt' => 'Établi', - 'CustomerGroup' => 'Groupe de clients', - 'CustomsID' => 'Identifiant de douane', - 'Date' => 'Date', - 'Description' => 'La description', - 'Discount' => 'Remise', - 'DiscountP' => 'Rabais en%', - 'Disposal' => 'Disposition', - 'Documents' => 'Documents', - 'EarningIndicator' => 'Indicateur de gain', - 'End' => 'Finir', - 'Files' => 'Des dossiers', - 'General' => 'Général', - 'GrossWeight' => 'Poids brut', - 'Group' => 'Grouper', - 'Groups' => '', - 'Height' => 'Hauteur', - 'ID' => 'identifiant', - 'ILV' => 'Ilv', - 'Info' => 'Info', - 'Item' => 'Article', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Articles', - 'Language' => 'Langue', - 'LastOrder' => 'Dernière commande', - 'Leadtime' => 'Délai de mise en œuvre', - 'Length' => 'Longueur', - 'Localization' => 'Localisation', - 'Localizations' => 'Localisations', - 'Location' => 'Emplacement', - 'Log' => 'Enregistrer', - 'Logs' => 'Journaux', - 'Lot' => 'Parcelle', - 'MRR' => 'Mrr', - 'MTDSales' => 'Ventes MTD', - 'Makespan' => 'Gibier', - 'Margin' => 'Marge', - 'Master' => 'Maître', - 'MaximumLevel' => 'Niveau de stock maximum', - 'Media' => 'Médias', - 'MinimumLevel' => 'Niveau de stock minimum', - 'Modified' => 'Modifié', - 'Name' => 'Nom', - 'Name1' => 'Nom1', - 'Name2' => 'Nom2', - 'Name3' => 'Nom3', - 'Net' => 'Poids net', - 'NetWeight' => 'Poids net', - 'None' => 'Rien', - 'Notes' => 'Remarques', - 'Number' => 'Nombre', - 'Ordered' => 'Commandé', - 'Packaging' => 'Emballage', - 'Price' => 'Prix', - 'PriceChange' => 'Changement de prix', - 'PriceUnit' => 'Unité de prix', - 'Prices' => 'Des prix', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Groupe de produits', - 'Production' => 'Production', - 'Profile' => 'Profil', - 'Properties' => 'Propriétés', - 'Property' => 'Propriété', - 'Purchase' => 'Acheter', - 'PurchasePrice' => "Prix \u{200b}\u{200b}d'achat", - 'Purchasing' => 'Achat', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Quantité', - 'QuantityUnit' => 'Unité de quantité', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Niveau de réapprovisionnement', - 'Reserved' => 'Réservé', - 'SN' => 'Sn', - 'Sales' => 'Ventes', - 'SalesPrice' => "Prix \u{200b}\u{200b}de vente", - 'SalesPricing' => '', - 'Segment' => 'Segment', - 'ShelfLife' => 'Durée de vie', - 'Start' => 'Démarrer', - 'Status' => 'Statut', - 'Stock' => 'Stocker', - 'StockList' => 'Liste des stocks', - 'Successor' => 'Successeur', - 'Supplier' => 'Fournisseur', - 'Text' => 'Texte', - 'TimeUnit' => 'Unité de temps', - 'Title' => 'Titre', - 'TopCustomers' => '', - 'Tracking' => 'Suivi', - 'TradingUnit' => 'Unité de négociation', - 'Translation' => 'Traduction', - 'Type' => 'Taper', - 'Unit' => 'Unité', - 'Value' => 'Valeur', - 'Volume' => 'Le volume', - 'Warehouse' => 'Entrepôt', - 'Width' => 'Largeur', - 'YTDSales' => 'Ventes YTD', -]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php deleted file mode 100755 index 66aa765..0000000 --- a/Theme/Backend/Lang/hu.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Könyvelés', - 'Address' => '', - 'Articlegroup' => 'Gyerekcsoport', - 'Attribute' => 'Tulajdonság', - 'AttributeTypes' => '', - 'Attributes' => 'Tulajdonságok', - 'Available' => 'Elérhető', - 'AvgPrice' => 'AVG. Ár', - 'Bills' => '', - 'Bonus' => 'Bónusz', - 'ClientGroup' => 'Ügyfél / csoport', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'jutalék', - 'Container' => 'Tartály', - 'CostCenter' => 'Cellcenter', - 'CostIndicator' => 'Költségjelző', - 'CostObject' => 'Costobjektum', - 'Countries' => 'Országok', - 'Country' => 'Ország', - 'Created' => 'Létrehozott', - 'CreatedAt' => 'Létrehozott', - 'CustomerGroup' => 'Ügyfélcsoport', - 'CustomsID' => 'Vámazonosító', - 'Date' => 'Dátum', - 'Description' => 'Leírás', - 'Discount' => 'Kedvezmény', - 'DiscountP' => 'Kedvezmény%', - 'Disposal' => 'Ártalmatlanítás', - 'Documents' => 'Dokumentumok', - 'EarningIndicator' => 'Keresőjelző', - 'End' => 'Vége', - 'Files' => 'Fájlok', - 'General' => 'Tábornok', - 'GrossWeight' => 'Bruttó súly', - 'Group' => 'Csoport', - 'Groups' => '', - 'Height' => 'Magasság', - 'ID' => 'Idézés', - 'ILV' => 'ILV', - 'Info' => 'Információ', - 'Item' => 'Tétel', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Elemek', - 'Language' => 'Nyelv', - 'LastOrder' => 'Utolsó rendelés', - 'Leadtime' => 'Vezetési idő', - 'Length' => 'Hossz', - 'Localization' => 'Lokalizáció', - 'Localizations' => 'Lokalizációk', - 'Location' => 'Elhelyezkedés', - 'Log' => 'Napló', - 'Logs' => 'Naplók', - 'Lot' => 'Sok', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD értékesítés', - 'Makespan' => 'Makespan', - 'Margin' => 'Árrés', - 'Master' => 'Fő', - 'MaximumLevel' => 'Maximális készletszint', - 'Media' => 'Média', - 'MinimumLevel' => 'Minimális készletszint', - 'Modified' => 'Módosított', - 'Name' => 'Név', - 'Name1' => 'Név1', - 'Name2' => 'NAME2', - 'Name3' => 'Név3', - 'Net' => 'Nettó tömeg', - 'NetWeight' => 'Nettó tömeg', - 'None' => 'Egyik sem', - 'Notes' => 'Jegyzetek', - 'Number' => 'Szám', - 'Ordered' => 'Elrendelt', - 'Packaging' => 'Csomagolás', - 'Price' => 'Ár', - 'PriceChange' => 'Árváltozás', - 'PriceUnit' => 'Áregység', - 'Prices' => 'Árak', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Termékcsoport', - 'Production' => 'Termelés', - 'Profile' => 'Profil', - 'Properties' => 'Tulajdonságok', - 'Property' => 'Ingatlan', - 'Purchase' => 'Vásárlás', - 'PurchasePrice' => 'Vételár', - 'Purchasing' => 'Vásárlás', - 'QA' => 'QA', - 'QM' => 'Qm', - 'Quantity' => 'Mennyiség', - 'QuantityUnit' => 'Mennyiségegység', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Átrendezési szint', - 'Reserved' => 'Fenntartott', - 'SN' => 'Sn', - 'Sales' => 'Értékesítés', - 'SalesPrice' => 'Értékesítési ár', - 'SalesPricing' => '', - 'Segment' => 'Szegmens', - 'ShelfLife' => 'Szavatossági idő', - 'Start' => 'Rajt', - 'Status' => 'Állapot', - 'Stock' => 'Készlet', - 'StockList' => 'Állománylista', - 'Successor' => 'Utód', - 'Supplier' => 'Támogató', - 'Text' => 'Szöveg', - 'TimeUnit' => 'Időegység', - 'Title' => 'Cím', - 'TopCustomers' => '', - 'Tracking' => 'Követés', - 'TradingUnit' => 'Kereskedési egység', - 'Translation' => 'Fordítás', - 'Type' => 'típus', - 'Unit' => 'Mértékegység', - 'Value' => 'Érték', - 'Volume' => 'Hangerő', - 'Warehouse' => 'Raktár', - 'Width' => 'Szélesség', - 'YTDSales' => 'YTD értékesítés', -]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php deleted file mode 100755 index 8406203..0000000 --- a/Theme/Backend/Lang/it.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Contabilità', - 'Address' => '', - 'Articlegroup' => 'Art.group.', - 'Attribute' => 'Attributo', - 'AttributeTypes' => '', - 'Attributes' => 'Attributi', - 'Available' => 'A disposizione', - 'AvgPrice' => 'Avg. Prezzo', - 'Bills' => '', - 'Bonus' => 'Bonus.', - 'ClientGroup' => 'Client / Group.', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Commissione', - 'Container' => 'Contenitore', - 'CostCenter' => 'Centro di costo', - 'CostIndicator' => 'Indicatore di costo', - 'CostObject' => 'Cliente', - 'Countries' => 'Paesi', - 'Country' => 'Nazione', - 'Created' => 'Creato', - 'CreatedAt' => 'Creato', - 'CustomerGroup' => 'Gruppo di clienti', - 'CustomsID' => 'ID doganali', - 'Date' => 'Data', - 'Description' => 'Descrizione', - 'Discount' => 'Sconto', - 'DiscountP' => 'Sconto in%', - 'Disposal' => 'Disposizione', - 'Documents' => 'Documenti', - 'EarningIndicator' => 'Indicatore di guadagno', - 'End' => 'Fine', - 'Files' => 'File', - 'General' => 'Generale', - 'GrossWeight' => 'Peso lordo', - 'Group' => 'Gruppo', - 'Groups' => '', - 'Height' => 'Altezza', - 'ID' => 'ID', - 'ILV' => 'Ilv.', - 'Info' => 'Informazioni', - 'Item' => 'Elemento', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Elementi', - 'Language' => 'Lingua', - 'LastOrder' => 'Ultimo ordine', - 'Leadtime' => 'Tempi di consegna', - 'Length' => 'Lunghezza', - 'Localization' => 'Localizzazione', - 'Localizations' => 'Localizzazioni', - 'Location' => 'Posizione', - 'Log' => 'Tronco d\'albero', - 'Logs' => 'Logs.', - 'Lot' => 'Quantità', - 'MRR' => 'Mrr.', - 'MTDSales' => 'Vendite di mtd.', - 'Makespan' => 'Makespan.', - 'Margin' => 'Margine', - 'Master' => 'Maestro', - 'MaximumLevel' => 'Livello massimo', - 'Media' => 'Media', - 'MinimumLevel' => 'Livello minimo di scorta', - 'Modified' => 'Modificati', - 'Name' => 'Nome', - 'Name1' => 'Nome1.', - 'Name2' => 'Nome2.', - 'Name3' => 'Nome3.', - 'Net' => 'Peso netto', - 'NetWeight' => 'Peso netto', - 'None' => 'Nessuno', - 'Notes' => 'Appunti', - 'Number' => 'Numero', - 'Ordered' => 'Ordinato', - 'Packaging' => 'Confezione', - 'Price' => 'Prezzo', - 'PriceChange' => 'Cambio di prezzo', - 'PriceUnit' => 'Unità di prezzo.', - 'Prices' => 'Prezzi', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Gruppo di prodotti', - 'Production' => 'Produzione', - 'Profile' => 'Profilo', - 'Properties' => 'Proprietà', - 'Property' => 'Proprietà', - 'Purchase' => 'Acquistare', - 'PurchasePrice' => 'Prezzo d\'acquisto', - 'Purchasing' => 'Acquisto', - 'QA' => 'Qa.', - 'QM' => 'Qm.', - 'Quantity' => 'Quantità', - 'QuantityUnit' => 'Unità di quantità', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Livello di riordino', - 'Reserved' => 'Riservato', - 'SN' => 'Sn.', - 'Sales' => 'Saldi', - 'SalesPrice' => 'Prezzo di vendita', - 'SalesPricing' => '', - 'Segment' => 'Segmento', - 'ShelfLife' => 'Data di scadenza', - 'Start' => 'Inizio', - 'Status' => 'Stato', - 'Stock' => 'Azione', - 'StockList' => 'Listino', - 'Successor' => 'Successore', - 'Supplier' => 'Fornitore', - 'Text' => 'Testo', - 'TimeUnit' => 'Unità di tempo', - 'Title' => 'Titolo', - 'TopCustomers' => '', - 'Tracking' => 'Tracciamento', - 'TradingUnit' => 'Unità di trading', - 'Translation' => 'Traduzione', - 'Type' => 'Tipo', - 'Unit' => 'Unità', - 'Value' => 'Valore', - 'Volume' => 'Volume', - 'Warehouse' => 'Magazzino', - 'Width' => 'Larghezza', - 'YTDSales' => 'Vendite di ytd.', -]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php deleted file mode 100755 index d048377..0000000 --- a/Theme/Backend/Lang/ja.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => '会計', - 'Address' => '', - 'Articlegroup' => '記事グループ', - 'Attribute' => '属性', - 'AttributeTypes' => '', - 'Attributes' => '属性', - 'Available' => '利用可能', - 'AvgPrice' => '平均。価格', - 'Bills' => '', - 'Bonus' => 'ボーナス', - 'ClientGroup' => 'クライアント/グループ', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => '手数料', - 'Container' => '容器', - 'CostCenter' => 'コストセンター', - 'CostIndicator' => 'コストインジケータ', - 'CostObject' => 'コストオブジェクト', - 'Countries' => '国々', - 'Country' => '国', - 'Created' => '作成した', - 'CreatedAt' => '作成した', - 'CustomerGroup' => '顧客グループ', - 'CustomsID' => '税関ID', - 'Date' => '日にち', - 'Description' => '説明', - 'Discount' => '割引', - 'DiscountP' => '割引%', - 'Disposal' => '廃棄', - 'Documents' => '文書', - 'EarningIndicator' => '獲得インジケータ', - 'End' => '終わり', - 'Files' => 'ファイル', - 'General' => '全般的', - 'GrossWeight' => '総重量', - 'Group' => 'グループ', - 'Groups' => '', - 'Height' => '高さ', - 'ID' => 'id', - 'ILV' => 'il', - 'Info' => '情報', - 'Item' => 'アイテム', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'アイテム', - 'Language' => '言語', - 'LastOrder' => '最後の順序', - 'Leadtime' => 'リードタイム', - 'Length' => '長さ', - 'Localization' => 'ローカライズ', - 'Localizations' => 'ローカライズ', - 'Location' => '位置', - 'Log' => 'ログ', - 'Logs' => 'ログ', - 'Lot' => '多く', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTDセールス', - 'Makespan' => 'マークスパン', - 'Margin' => 'マージン', - 'Master' => 'マスター', - 'MaximumLevel' => '最大在庫レベル', - 'Media' => 'メディア', - 'MinimumLevel' => '最小在庫レベル', - 'Modified' => '修正された', - 'Name' => '名前', - 'Name1' => '名前1', - 'Name2' => '名前2', - 'Name3' => '名前3', - 'Net' => '正味重量', - 'NetWeight' => '正味重量', - 'None' => 'なし', - 'Notes' => 'ノート', - 'Number' => '番号', - 'Ordered' => '順序付けられました', - 'Packaging' => '包装', - 'Price' => '価格', - 'PriceChange' => '価格変更', - 'PriceUnit' => '価格の単位', - 'Prices' => '価格', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => '製品グループ', - 'Production' => '製造', - 'Profile' => 'プロフィール', - 'Properties' => 'プロパティ', - 'Property' => '財産', - 'Purchase' => '購入', - 'PurchasePrice' => '購入金額', - 'Purchasing' => '購入', - 'QA' => 'QA.', - 'QM' => 'QM.', - 'Quantity' => '量', - 'QuantityUnit' => '数量単位', - 'RecentInvoices' => '', - 'ReorderLevel' => '並べ替えレベル', - 'Reserved' => '予約済み', - 'SN' => 'sn', - 'Sales' => '売り返り', - 'SalesPrice' => '販売価格', - 'SalesPricing' => '', - 'Segment' => 'セグメント', - 'ShelfLife' => '貯蔵寿命', - 'Start' => '始める', - 'Status' => '状態', - 'Stock' => 'ストック', - 'StockList' => '在庫リスト', - 'Successor' => '後継', - 'Supplier' => 'サプライヤー', - 'Text' => '文章', - 'TimeUnit' => '時間単位', - 'Title' => 'タイトル', - 'TopCustomers' => '', - 'Tracking' => '追跡', - 'TradingUnit' => '取引ユニット', - 'Translation' => '翻訳', - 'Type' => 'タイプ', - 'Unit' => '単位', - 'Value' => '価値', - 'Volume' => '音量', - 'Warehouse' => '倉庫', - 'Width' => '幅', - 'YTDSales' => 'ytd売上高', -]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php deleted file mode 100755 index 7e4c982..0000000 --- a/Theme/Backend/Lang/ko.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => '회계', - 'Address' => '', - 'Articlegroup' => '기사 그룹', - 'Attribute' => '기인하다', - 'AttributeTypes' => '', - 'Attributes' => '속성', - 'Available' => '사용 가능', - 'AvgPrice' => '평균 가격', - 'Bills' => '', - 'Bonus' => '보너스', - 'ClientGroup' => '클라이언트 / 그룹', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => '수수료', - 'Container' => '컨테이너', - 'CostCenter' => '비용 센터', - 'CostIndicator' => '비용 표시기', - 'CostObject' => '코스트 봇', - 'Countries' => '국가', - 'Country' => '국가', - 'Created' => '만들어진', - 'CreatedAt' => '만들어진', - 'CustomerGroup' => '고객 그룹', - 'CustomsID' => '세관 ID.', - 'Date' => '날짜', - 'Description' => '설명', - 'Discount' => '할인', - 'DiscountP' => '할인 %', - 'Disposal' => '처분', - 'Documents' => '서류', - 'EarningIndicator' => '수입 표시기', - 'End' => '끝', - 'Files' => '파일', - 'General' => '일반적인', - 'GrossWeight' => '총 중량', - 'Group' => '그룹', - 'Groups' => '', - 'Height' => '키', - 'ID' => 'ID', - 'ILV' => 'ilv.', - 'Info' => '정보', - 'Item' => '안건', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => '항목', - 'Language' => '언어', - 'LastOrder' => '마지막 주문', - 'Leadtime' => '리드 타임', - 'Length' => '길이', - 'Localization' => '현지화', - 'Localizations' => '현지화', - 'Location' => '위치', - 'Log' => '통나무', - 'Logs' => '로그인', - 'Lot' => '많은', - 'MRR' => '부서', - 'MTDSales' => 'MTD 판매', - 'Makespan' => '총 소요 시간', - 'Margin' => '여유', - 'Master' => '주인', - 'MaximumLevel' => '최대 주식 수준', - 'Media' => '미디어', - 'MinimumLevel' => '최소 재고 수준', - 'Modified' => '수정', - 'Name' => '이름', - 'Name1' => 'name1.', - 'Name2' => 'name2.', - 'Name3' => 'Name3.', - 'Net' => '순중량', - 'NetWeight' => '순중량', - 'None' => '없음', - 'Notes' => '노트', - 'Number' => '숫자', - 'Ordered' => '주문했다', - 'Packaging' => '포장', - 'Price' => '가격', - 'PriceChange' => '가격 변경', - 'PriceUnit' => '가격 단위', - 'Prices' => '물가', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => '제품 그룹', - 'Production' => '생산', - 'Profile' => '프로필', - 'Properties' => '속성', - 'Property' => '재산', - 'Purchase' => '구입', - 'PurchasePrice' => '구매 가격', - 'Purchasing' => '구매', - 'QA' => 'Qa.', - 'QM' => 'qm.', - 'Quantity' => '수량', - 'QuantityUnit' => '수량 단위', - 'RecentInvoices' => '', - 'ReorderLevel' => '재정렬 수준', - 'Reserved' => '예약 된', - 'SN' => 'Sn.', - 'Sales' => '매상', - 'SalesPrice' => '판매 가격', - 'SalesPricing' => '', - 'Segment' => '분절', - 'ShelfLife' => '유통 기한', - 'Start' => '시작', - 'Status' => '상태', - 'Stock' => '재고', - 'StockList' => '재고 목록', - 'Successor' => '후임', - 'Supplier' => '공급자', - 'Text' => '텍스트', - 'TimeUnit' => '시간 단위', - 'Title' => '제목', - 'TopCustomers' => '', - 'Tracking' => '추적', - 'TradingUnit' => '거래 단위', - 'Translation' => '번역', - 'Type' => '유형', - 'Unit' => '단위', - 'Value' => '값', - 'Volume' => '용량', - 'Warehouse' => '창고', - 'Width' => '너비', - 'YTDSales' => 'YTD 판매', -]]; diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php deleted file mode 100755 index 1a40b6c..0000000 --- a/Theme/Backend/Lang/no.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Regnskap', - 'Address' => '', - 'Articlegroup' => 'Articregroup.', - 'Attribute' => 'Egenskap', - 'AttributeTypes' => '', - 'Attributes' => 'Egenskaper', - 'Available' => 'Tilgjengelig', - 'AvgPrice' => 'Nr. Pris', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Klient / gruppe', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Kommisjon', - 'Container' => 'Container', - 'CostCenter' => 'Kostnadssted', - 'CostIndicator' => 'Kostnadsindikator', - 'CostObject' => 'Costbject.', - 'Countries' => 'Land', - 'Country' => 'Land', - 'Created' => 'Opprettet', - 'CreatedAt' => 'Opprettet', - 'CustomerGroup' => 'Kunde Group.', - 'CustomsID' => 'Toll-ID.', - 'Date' => 'Dato', - 'Description' => 'Beskrivelse', - 'Discount' => 'Rabatt', - 'DiscountP' => 'Rabatt i%', - 'Disposal' => 'Disposisjon', - 'Documents' => 'Dokumenter', - 'EarningIndicator' => 'Tjeneindikator', - 'End' => 'Slutt', - 'Files' => 'Filer', - 'General' => 'Generell', - 'GrossWeight' => 'Bruttovekt', - 'Group' => 'Gruppe', - 'Groups' => '', - 'Height' => 'Høyde', - 'ID' => 'Id.', - 'ILV' => 'ILV.', - 'Info' => 'Info.', - 'Item' => 'Punkt', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Elementer', - 'Language' => 'Språk', - 'LastOrder' => 'Siste bestilling', - 'Leadtime' => 'Ledetid', - 'Length' => 'Lengde', - 'Localization' => 'Lokalisering', - 'Localizations' => 'Lokaliseringer', - 'Location' => 'plassering', - 'Log' => 'Logg', - 'Logs' => 'Tømmerstokker', - 'Lot' => 'Lot', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD-salg', - 'Makespan' => 'Makepan.', - 'Margin' => 'Margin', - 'Master' => 'Herre', - 'MaximumLevel' => 'Maksimal lagernivå', - 'Media' => 'Media', - 'MinimumLevel' => 'Minimum Lagernivå', - 'Modified' => 'Endret', - 'Name' => 'Navn', - 'Name1' => 'Navn1.', - 'Name2' => 'NAME2.', - 'Name3' => 'Navn3.', - 'Net' => 'Netto vekt', - 'NetWeight' => 'Netto vekt', - 'None' => 'Ingen', - 'Notes' => 'Notater', - 'Number' => 'Nummer', - 'Ordered' => 'Bestilt', - 'Packaging' => 'Emballasje', - 'Price' => 'Pris', - 'PriceChange' => 'Prisendring', - 'PriceUnit' => 'Enheten av pris', - 'Prices' => 'Prisene', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Produktgruppe', - 'Production' => 'Produksjon', - 'Profile' => 'Profil', - 'Properties' => 'Egenskaper', - 'Property' => 'Eiendom', - 'Purchase' => 'Kjøp', - 'PurchasePrice' => 'Kjøpesum', - 'Purchasing' => 'Innkjøp', - 'QA' => 'QA.', - 'QM' => 'QM.', - 'Quantity' => 'Mengde', - 'QuantityUnit' => 'Enhet av kvantitet', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Ombestillingsnivå', - 'Reserved' => 'Reservert', - 'SN' => 'SN.', - 'Sales' => 'Salg', - 'SalesPrice' => 'Salgs pris', - 'SalesPricing' => '', - 'Segment' => 'Segmentet', - 'ShelfLife' => 'Holdbarhet', - 'Start' => 'Start', - 'Status' => 'Status', - 'Stock' => 'Lager', - 'StockList' => 'Lagerliste', - 'Successor' => 'Etterfølger', - 'Supplier' => 'Leverandør', - 'Text' => 'Tekst', - 'TimeUnit' => 'Tidsenhet', - 'Title' => 'Tittel', - 'TopCustomers' => '', - 'Tracking' => 'Sporing', - 'TradingUnit' => 'Handelsenhet', - 'Translation' => 'Oversettelse', - 'Type' => 'Type', - 'Unit' => 'Enhet', - 'Value' => 'Verdi', - 'Volume' => 'Volum', - 'Warehouse' => 'Lager', - 'Width' => 'Bredde', - 'YTDSales' => 'YTD-salg', -]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php deleted file mode 100755 index 314a5e0..0000000 --- a/Theme/Backend/Lang/pl.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Rachunkowość', - 'Address' => '', - 'Articlegroup' => 'Artykuł', - 'Attribute' => 'Atrybut', - 'AttributeTypes' => '', - 'Attributes' => 'Atrybuty', - 'Available' => 'Dostępny', - 'AvgPrice' => 'AVG. Cena £', - 'Bills' => '', - 'Bonus' => 'Premia', - 'ClientGroup' => 'Klient / Group.', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'zamawiać', - 'Container' => 'Pojemnik', - 'CostCenter' => 'Centrum kosztów', - 'CostIndicator' => 'Wskaźnik kosztów', - 'CostObject' => 'CostObbject.', - 'Countries' => 'Państwa', - 'Country' => 'Kraj', - 'Created' => 'Utworzony', - 'CreatedAt' => 'Utworzony', - 'CustomerGroup' => 'Grupa klientów', - 'CustomsID' => 'Identyfikator celny', - 'Date' => 'Data', - 'Description' => 'Opis', - 'Discount' => 'Zniżka', - 'DiscountP' => 'Zniżka w%', - 'Disposal' => 'Sprzedaż', - 'Documents' => 'Dokumenty', - 'EarningIndicator' => 'Wskaźnik zarobkowy', - 'End' => 'Kończyć się', - 'Files' => 'Pliki', - 'General' => 'Ogólny', - 'GrossWeight' => 'Waga brutto', - 'Group' => 'Grupa', - 'Groups' => '', - 'Height' => 'Wzrost', - 'ID' => 'ID', - 'ILV' => 'ILV.', - 'Info' => 'Info', - 'Item' => 'Przedmiot', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Przedmiotów', - 'Language' => 'Język', - 'LastOrder' => 'Ostatnie zamówienie', - 'Leadtime' => 'Czas realizacji', - 'Length' => 'Długość', - 'Localization' => 'Lokalizacja', - 'Localizations' => 'Lokalizacje', - 'Location' => 'Lokalizacja', - 'Log' => 'Dziennik', - 'Logs' => 'Kłody', - 'Lot' => 'Działka', - 'MRR' => 'MRR.', - 'MTDSales' => 'Sprzedaż MTD.', - 'Makespan' => 'Makespan', - 'Margin' => 'Margines', - 'Master' => 'Gospodarz', - 'MaximumLevel' => 'Maksymalny poziom zapasów', - 'Media' => 'Głoska bezdźwięczna', - 'MinimumLevel' => 'Minimalny poziom zapasów', - 'Modified' => 'Modyfikowany', - 'Name' => 'Nazwa', - 'Name1' => 'Nazwa1.', - 'Name2' => 'Nazwa2.', - 'Name3' => 'Nazwa3.', - 'Net' => 'Waga netto', - 'NetWeight' => 'Waga netto', - 'None' => 'Nic', - 'Notes' => 'Notatki', - 'Number' => 'Numer', - 'Ordered' => 'Uporządkowany', - 'Packaging' => 'Opakowanie', - 'Price' => 'Cena £', - 'PriceChange' => 'Zmiana ceny', - 'PriceUnit' => 'Jednostka ceny', - 'Prices' => 'Ceny', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Grupa produktów', - 'Production' => 'Produkcja', - 'Profile' => 'Profil', - 'Properties' => 'Nieruchomości', - 'Property' => 'Nieruchomość', - 'Purchase' => 'Zakup', - 'PurchasePrice' => 'Cena zakupu', - 'Purchasing' => 'Nabywczy', - 'QA' => 'Qa.', - 'QM' => 'Qm.', - 'Quantity' => 'Ilość', - 'QuantityUnit' => 'Jednostka ilości', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Zmień kolejność poziomu', - 'Reserved' => 'Skryty', - 'SN' => 'Sn.', - 'Sales' => 'Obroty', - 'SalesPrice' => 'Cena sprzedaży', - 'SalesPricing' => '', - 'Segment' => 'Człon', - 'ShelfLife' => 'Trwałość', - 'Start' => 'Początek', - 'Status' => 'Status', - 'Stock' => 'Magazyn', - 'StockList' => 'Lista zapasów', - 'Successor' => 'Następca', - 'Supplier' => 'Dostawca', - 'Text' => 'Tekst', - 'TimeUnit' => 'Jednostka czasu', - 'Title' => 'Tytuł', - 'TopCustomers' => '', - 'Tracking' => 'Śledzenie', - 'TradingUnit' => 'Jednostka handlowa', - 'Translation' => 'Tłumaczenie', - 'Type' => 'Rodzaj', - 'Unit' => 'Jednostka', - 'Value' => 'Wartość', - 'Volume' => 'Tom', - 'Warehouse' => 'Magazyn', - 'Width' => 'Szerokość', - 'YTDSales' => 'Sprzedaż Ytd.', -]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php deleted file mode 100755 index 2c6d78e..0000000 --- a/Theme/Backend/Lang/pt.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Contabilidade', - 'Address' => '', - 'Articlegroup' => 'ArticleGroup', - 'Attribute' => 'Atributo', - 'AttributeTypes' => '', - 'Attributes' => 'Atributos', - 'Available' => 'Disponível', - 'AvgPrice' => 'Avg. Preço', - 'Bills' => '', - 'Bonus' => 'Bônus', - 'ClientGroup' => 'Cliente / grupo', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Comissão', - 'Container' => 'Recipiente', - 'CostCenter' => 'Centro de custo', - 'CostIndicator' => 'Indicador de custo', - 'CostObject' => 'Objeto de custo', - 'Countries' => 'Países', - 'Country' => 'País', - 'Created' => 'Criado', - 'CreatedAt' => 'Criado', - 'CustomerGroup' => 'Grupo de clientes', - 'CustomsID' => 'ID da alfândega', - 'Date' => 'Encontro', - 'Description' => 'Descrição', - 'Discount' => 'Desconto', - 'DiscountP' => 'Desconto em%', - 'Disposal' => 'Disposição', - 'Documents' => 'Documentos', - 'EarningIndicator' => 'Ganhando indicador', - 'End' => 'Fim', - 'Files' => 'arquivos', - 'General' => 'Em geral', - 'GrossWeight' => 'Peso bruto', - 'Group' => 'Grupo', - 'Groups' => '', - 'Height' => 'Altura', - 'ID' => 'identificação', - 'ILV' => 'Ilv.', - 'Info' => 'Info', - 'Item' => 'Item', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Itens', - 'Language' => 'Língua', - 'LastOrder' => 'Último pedido', - 'Leadtime' => 'Tempo de espera', - 'Length' => 'Comprimento', - 'Localization' => 'Localização', - 'Localizations' => 'Localizações', - 'Location' => 'Localização', - 'Log' => 'Registro', - 'Logs' => 'Histórico', - 'Lot' => 'Muitos', - 'MRR' => 'MRR.', - 'MTDSales' => 'Sales Mtd.', - 'Makespan' => 'Makespan.', - 'Margin' => 'Margem', - 'Master' => 'Mestre', - 'MaximumLevel' => 'Nível de estoque máximo', - 'Media' => 'meios de comunicação', - 'MinimumLevel' => 'Nível de estoque mínimo', - 'Modified' => 'Modificado', - 'Name' => 'Nome', - 'Name1' => 'Nome1.', - 'Name2' => 'Nome2.', - 'Name3' => 'Nome3.', - 'Net' => 'Peso líquido', - 'NetWeight' => 'Peso líquido', - 'None' => 'Nenhum', - 'Notes' => 'Notas', - 'Number' => 'Número', - 'Ordered' => 'Encomendado', - 'Packaging' => 'Embalagem', - 'Price' => 'Preço', - 'PriceChange' => 'Mudança de preço', - 'PriceUnit' => 'Unidade de preço', - 'Prices' => 'Preços', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Grupo de produtos', - 'Production' => 'Produção', - 'Profile' => 'Perfil', - 'Properties' => 'Propriedades.', - 'Property' => 'Propriedade', - 'Purchase' => 'Comprar', - 'PurchasePrice' => 'Preço de compra', - 'Purchasing' => 'Compra', - 'QA' => 'Qa.', - 'QM' => 'Qm.', - 'Quantity' => 'Quantidade', - 'QuantityUnit' => 'Unidade de quantidade', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Nível de reabastecimento', - 'Reserved' => 'Reservado', - 'SN' => 'Sn.', - 'Sales' => 'Vendas', - 'SalesPrice' => 'Preços de venda', - 'SalesPricing' => '', - 'Segment' => 'Segmento', - 'ShelfLife' => 'Validade', - 'Start' => 'Começar', - 'Status' => 'Status', - 'Stock' => 'Estoque', - 'StockList' => 'Lista de ações', - 'Successor' => 'Sucessor', - 'Supplier' => 'Fornecedor', - 'Text' => 'Texto', - 'TimeUnit' => 'Unidade de tempo', - 'Title' => 'Título', - 'TopCustomers' => '', - 'Tracking' => 'Rastreamento', - 'TradingUnit' => 'Unidade de Negociação', - 'Translation' => 'Tradução', - 'Type' => 'Modelo', - 'Unit' => 'Unidade', - 'Value' => 'Valor', - 'Volume' => 'Volume', - 'Warehouse' => 'Armazém', - 'Width' => 'Largura', - 'YTDSales' => 'Vendas do ano', -]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php deleted file mode 100755 index 907d494..0000000 --- a/Theme/Backend/Lang/ru.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Учет', - 'Address' => '', - 'Articlegroup' => 'Staregroup.', - 'Attribute' => 'Атрибут', - 'AttributeTypes' => '', - 'Attributes' => 'Атрибуты', - 'Available' => 'Доступный', - 'AvgPrice' => 'Авг. Цена', - 'Bills' => '', - 'Bonus' => 'Бонус', - 'ClientGroup' => 'Клиент / группа', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Комиссия', - 'Container' => 'Контейнер', - 'CostCenter' => 'Центр затрат', - 'CostIndicator' => 'Индикатор стоимости', - 'CostObject' => 'COSTOBJECT.', - 'Countries' => 'Стран', - 'Country' => 'Страна', - 'Created' => 'Созданный', - 'CreatedAt' => 'Созданный', - 'CustomerGroup' => 'Группа клиентов', - 'CustomsID' => 'Таможенный ID.', - 'Date' => 'Дата', - 'Description' => 'Описание', - 'Discount' => 'Скидка', - 'DiscountP' => 'Скидка в%', - 'Disposal' => 'Утилизация', - 'Documents' => 'Документы', - 'EarningIndicator' => 'Зарабатывать индикатор', - 'End' => 'Конец', - 'Files' => 'Файлы', - 'General' => 'Общий', - 'GrossWeight' => 'Общий вес', - 'Group' => 'Группа', - 'Groups' => '', - 'Height' => 'Высота', - 'ID' => 'Я БЫ', - 'ILV' => 'Ilv.', - 'Info' => 'Информация', - 'Item' => 'Пункт', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Предметы', - 'Language' => 'Язык', - 'LastOrder' => 'Последний заказ', - 'Leadtime' => 'Время выполнения', - 'Length' => 'Длина', - 'Localization' => 'Локализация', - 'Localizations' => 'Локализация', - 'Location' => 'Место расположения', - 'Log' => 'Бревно', - 'Logs' => 'Журналы', - 'Lot' => 'Много', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Sales.', - 'Makespan' => 'Пары', - 'Margin' => 'Допуск', - 'Master' => 'Владелец', - 'MaximumLevel' => 'Максимальный уровень запасов', - 'Media' => 'Средства массовой информации', - 'MinimumLevel' => 'Минимальный уровень запасов', - 'Modified' => 'Модифицированный', - 'Name' => 'Имя', - 'Name1' => 'Имя1.', - 'Name2' => 'Имя2.', - 'Name3' => 'Имя3.', - 'Net' => 'Нетто', - 'NetWeight' => 'Нетто', - 'None' => 'Никто', - 'Notes' => 'Примечания', - 'Number' => 'Число', - 'Ordered' => 'Заказал', - 'Packaging' => 'Упаковка', - 'Price' => 'Цена', - 'PriceChange' => 'Смена цены', - 'PriceUnit' => 'Единица цены', - 'Prices' => 'Цены', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Группа товаров', - 'Production' => 'Производство', - 'Profile' => 'Профиль', - 'Properties' => 'Характеристики', - 'Property' => 'Имущество', - 'Purchase' => 'Покупка', - 'PurchasePrice' => 'Цена покупки', - 'Purchasing' => 'Покупка', - 'QA' => 'QA.', - 'QM' => 'QM.', - 'Quantity' => 'Количество', - 'QuantityUnit' => 'Единица величины', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Уровень расписания', - 'Reserved' => 'Сдержанный', - 'SN' => 'Сноги', - 'Sales' => 'Продажи', - 'SalesPrice' => 'Цена для продажи', - 'SalesPricing' => '', - 'Segment' => 'Сегмент', - 'ShelfLife' => 'Срок годности', - 'Start' => 'Начинать', - 'Status' => 'Статус', - 'Stock' => 'Склад', - 'StockList' => 'Список акций', - 'Successor' => 'Преемник', - 'Supplier' => 'Поставщик', - 'Text' => 'Текст', - 'TimeUnit' => 'Единица времени', - 'Title' => 'Заголовок', - 'TopCustomers' => '', - 'Tracking' => 'Отслеживание', - 'TradingUnit' => 'Торговая единица', - 'Translation' => 'Перевод', - 'Type' => 'Тип', - 'Unit' => 'Единица измерения', - 'Value' => 'Ценность', - 'Volume' => 'Объем', - 'Warehouse' => 'Склад', - 'Width' => 'Ширина', - 'YTDSales' => 'YTD Sales.', -]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php deleted file mode 100755 index 2d784dd..0000000 --- a/Theme/Backend/Lang/sv.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Bokföring', - 'Address' => '', - 'Articlegroup' => 'Artikelgrupp', - 'Attribute' => 'Attribut', - 'AttributeTypes' => '', - 'Attributes' => 'Attribut', - 'Available' => 'Tillgängligt', - 'AvgPrice' => 'Avg. Pris', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Klient / grupp', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Provision', - 'Container' => 'Behållare', - 'CostCenter' => 'Kostnadscenter', - 'CostIndicator' => 'Kostnadsindikator', - 'CostObject' => 'Kostnadsobjekt', - 'Countries' => 'Länder', - 'Country' => 'Land', - 'Created' => 'Skapad', - 'CreatedAt' => 'Skapad', - 'CustomerGroup' => 'kundgrupp', - 'CustomsID' => 'Tull ID', - 'Date' => 'Datum', - 'Description' => 'Beskrivning', - 'Discount' => 'Rabatt', - 'DiscountP' => 'Rabatt i%', - 'Disposal' => 'Förfogande', - 'Documents' => 'Dokument', - 'EarningIndicator' => 'Intjänande indikator', - 'End' => 'Slutet', - 'Files' => 'Filer', - 'General' => 'Allmän', - 'GrossWeight' => 'Bruttovikt', - 'Group' => 'Grupp', - 'Groups' => '', - 'Height' => 'Höjd', - 'ID' => 'Id', - 'ILV' => 'Ilv', - 'Info' => 'Info', - 'Item' => 'Artikel', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Objekt', - 'Language' => 'Språk', - 'LastOrder' => 'Sista beställningen', - 'Leadtime' => 'Ledtid', - 'Length' => 'Längd', - 'Localization' => 'Lokalisering', - 'Localizations' => 'Lokalisering', - 'Location' => 'Plats', - 'Log' => 'Logga', - 'Logs' => 'Loggar', - 'Lot' => 'Massa', - 'MRR' => 'Mrr', - 'MTDSales' => 'MTD-försäljning', - 'Makespan' => 'Makpanel', - 'Margin' => 'Marginal', - 'Master' => 'Bemästra', - 'MaximumLevel' => 'Maximal lagernivå', - 'Media' => 'Media', - 'MinimumLevel' => 'Minsta lagernivå', - 'Modified' => 'Ändrad', - 'Name' => 'namn', - 'Name1' => 'Namn1', - 'Name2' => 'Namn2', - 'Name3' => 'Namn3', - 'Net' => 'Nettovikt', - 'NetWeight' => 'Nettovikt', - 'None' => 'Ingen', - 'Notes' => 'Anteckningar', - 'Number' => 'siffra', - 'Ordered' => 'Beställde', - 'Packaging' => 'Förpackning', - 'Price' => 'Pris', - 'PriceChange' => 'Prisförändring', - 'PriceUnit' => 'Prisenhet', - 'Prices' => 'Priser', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Produktgrupp', - 'Production' => 'Produktion', - 'Profile' => 'Profil', - 'Properties' => 'Egenskaper', - 'Property' => 'Fast egendom', - 'Purchase' => 'Inköp', - 'PurchasePrice' => 'Köp pris', - 'Purchasing' => 'Köp av', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Kvantitet', - 'QuantityUnit' => 'Kvantitetsenhet', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Ombeställningsnivå', - 'Reserved' => 'Reserverad', - 'SN' => 'Sn', - 'Sales' => 'Försäljning', - 'SalesPrice' => 'Försäljningspris', - 'SalesPricing' => '', - 'Segment' => 'Segmentet', - 'ShelfLife' => 'Hållbarhetstid', - 'Start' => 'Start', - 'Status' => 'Status', - 'Stock' => 'Stock', - 'StockList' => 'Lagerlista', - 'Successor' => 'Efterträdare', - 'Supplier' => 'Leverantör', - 'Text' => 'Text', - 'TimeUnit' => 'Tidpunkt', - 'Title' => 'Titel', - 'TopCustomers' => '', - 'Tracking' => 'Spårning', - 'TradingUnit' => 'Handelsenhet', - 'Translation' => 'Översättning', - 'Type' => 'Typ', - 'Unit' => 'Enhet', - 'Value' => 'Värde', - 'Volume' => 'Volym', - 'Warehouse' => 'lager', - 'Width' => 'Bredd', - 'YTDSales' => 'YTD-försäljning', -]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php deleted file mode 100755 index 8687a29..0000000 --- a/Theme/Backend/Lang/th.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'การบัญชี', - 'Address' => '', - 'Articlegroup' => 'ArticleGroup', - 'Attribute' => 'คุณลักษณะ', - 'AttributeTypes' => '', - 'Attributes' => 'คุณลักษณะ', - 'Available' => 'มีอยู่', - 'AvgPrice' => 'avg ราคา', - 'Bills' => '', - 'Bonus' => 'โบนัส', - 'ClientGroup' => 'ลูกค้า / กลุ่ม', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'คณะกรรมการ', - 'Container' => 'คอนเทนเนอร์', - 'CostCenter' => 'costcenter', - 'CostIndicator' => 'ตัวบ่งชี้ค่าใช้จ่าย', - 'CostObject' => 'costoBject', - 'Countries' => 'ประเทศ', - 'Country' => 'ประเทศ', - 'Created' => 'สร้าง', - 'CreatedAt' => 'สร้าง', - 'CustomerGroup' => 'กลุ่มลูกค้า', - 'CustomsID' => 'รหัสศุลกากร', - 'Date' => 'วันที่', - 'Description' => 'คำอธิบาย', - 'Discount' => 'การลดราคา', - 'DiscountP' => 'ส่วนลดใน%', - 'Disposal' => 'การกำจัด', - 'Documents' => 'เอกสาร', - 'EarningIndicator' => 'ตัวบ่งชี้รายได้', - 'End' => 'จบ', - 'Files' => 'ไฟล์', - 'General' => 'ทั่วไป', - 'GrossWeight' => 'น้ำหนักรวม', - 'Group' => 'กลุ่ม', - 'Groups' => '', - 'Height' => 'ส่วนสูง', - 'ID' => 'id', - 'ILV' => 'ilv', - 'Info' => 'ข้อมูล', - 'Item' => 'สิ่งของ', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'รายการ', - 'Language' => 'ภาษา', - 'LastOrder' => 'คำสั่งสุดท้าย', - 'Leadtime' => 'เวลานำ', - 'Length' => 'ความยาว', - 'Localization' => 'การแปล', - 'Localizations' => 'การแปล', - 'Location' => 'ที่ตั้ง', - 'Log' => 'บันทึก', - 'Logs' => 'การบันทึก', - 'Lot' => 'มาก', - 'MRR' => 'MRR', - 'MTDSales' => 'ขาย MTD', - 'Makespan' => 'แต่งหน้า', - 'Margin' => 'ระยะขอบ', - 'Master' => 'ผู้เชี่ยวชาญ', - 'MaximumLevel' => 'ระดับสต็อกสูงสุด', - 'Media' => 'สื่อ', - 'MinimumLevel' => 'ระดับสต็อคขั้นต่ำ', - 'Modified' => 'ที่ได้รับการแก้ไข', - 'Name' => 'ชื่อ', - 'Name1' => 'ชื่อ 1', - 'Name2' => 'ชื่อ 2', - 'Name3' => 'ชื่อ 3', - 'Net' => 'น้ำหนักสุทธิ', - 'NetWeight' => 'น้ำหนักสุทธิ', - 'None' => 'ไม่มี', - 'Notes' => 'หมายเหตุ', - 'Number' => 'ตัวเลข', - 'Ordered' => 'ที่ได้รับคำสั่ง', - 'Packaging' => 'บรรจุภัณฑ์', - 'Price' => 'ราคา', - 'PriceChange' => 'การเปลี่ยนแปลงราคา', - 'PriceUnit' => 'หน่วยของราคา', - 'Prices' => 'ราคา', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'กลุ่มผลิตภัณฑ์', - 'Production' => 'การผลิต', - 'Profile' => 'ประวัติโดยย่อ', - 'Properties' => 'คุณสมบัติ', - 'Property' => 'คุณสมบัติ', - 'Purchase' => 'ซื้อ', - 'PurchasePrice' => 'ราคาซื้อ', - 'Purchasing' => 'การซื้อ', - 'QA' => 'qa', - 'QM' => 'qm', - 'Quantity' => 'ปริมาณ', - 'QuantityUnit' => 'หน่วยของปริมาณ', - 'RecentInvoices' => '', - 'ReorderLevel' => 'เรียงลำดับระดับใหม่', - 'Reserved' => 'ที่สงวนไว้', - 'SN' => 'sn', - 'Sales' => 'ฝ่ายขาย', - 'SalesPrice' => 'ลดราคา', - 'SalesPricing' => '', - 'Segment' => 'ส่วน', - 'ShelfLife' => 'อายุการเก็บรักษา', - 'Start' => 'เริ่ม', - 'Status' => 'สถานะ', - 'Stock' => 'คลังสินค้า', - 'StockList' => 'รายการสต็อก', - 'Successor' => 'ผู้สืบทอด', - 'Supplier' => 'ผู้ผลิต', - 'Text' => 'ข้อความ', - 'TimeUnit' => 'หน่วยของเวลา', - 'Title' => 'ชื่อ', - 'TopCustomers' => '', - 'Tracking' => 'การติดตาม', - 'TradingUnit' => 'หน่วยการซื้อขาย', - 'Translation' => 'การแปล', - 'Type' => 'พิมพ์', - 'Unit' => 'หน่วย', - 'Value' => 'ค่า', - 'Volume' => 'ปริมาณ', - 'Warehouse' => 'คลังสินค้า', - 'Width' => 'ความกว้าง', - 'YTDSales' => 'ขาย YTD', -]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php deleted file mode 100755 index 4ef5be7..0000000 --- a/Theme/Backend/Lang/tr.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Muhasebe', - 'Address' => '', - 'Articlegroup' => 'Makale grubu', - 'Attribute' => 'Bağlanmak', - 'AttributeTypes' => '', - 'Attributes' => 'Öznitellikler', - 'Available' => 'Mevcut', - 'AvgPrice' => 'Avg. Fiyat', - 'Bills' => '', - 'Bonus' => 'Bonus', - 'ClientGroup' => 'Müşteri / Grup', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'komisyon', - 'Container' => 'Konteyner', - 'CostCenter' => 'Ödeme merkezi', - 'CostIndicator' => 'Maliyet göstergesi', - 'CostObject' => 'Costobject', - 'Countries' => 'Ülkeler', - 'Country' => 'Ülke', - 'Created' => 'Yaratılmış', - 'CreatedAt' => 'Yaratılmış', - 'CustomerGroup' => 'müşteri grubu', - 'CustomsID' => 'Gümrük kimliği', - 'Date' => 'Tarih', - 'Description' => 'Açıklama', - 'Discount' => 'İndirim', - 'DiscountP' => '% İndirim', - 'Disposal' => 'İmha etmek', - 'Documents' => 'Belgeler', - 'EarningIndicator' => 'Kazanç göstergesi', - 'End' => 'Son', - 'Files' => 'Dosyalar', - 'General' => 'Genel', - 'GrossWeight' => 'Brüt ağırlık', - 'Group' => 'Grup', - 'Groups' => '', - 'Height' => 'Yükseklik', - 'ID' => 'İD', - 'ILV' => 'İlve', - 'Info' => 'Bilgi', - 'Item' => 'Kalem', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Öğeler', - 'Language' => 'Dilim', - 'LastOrder' => 'Son sipariş', - 'Leadtime' => 'Kurşun zamanı', - 'Length' => 'Uzunluk', - 'Localization' => 'Yerelleştirme', - 'Localizations' => 'Yerelleştirme', - 'Location' => 'Konum', - 'Log' => 'Kayıt', - 'Logs' => 'Kütükler', - 'Lot' => 'Çok güzelsin', - 'MRR' => 'Mrr', - 'MTDSales' => 'Mtd satışları', - 'Makespan' => 'Makespan', - 'Margin' => 'Marj', - 'Master' => 'Usta', - 'MaximumLevel' => 'Maksimum stok seviyesi', - 'Media' => 'Medya', - 'MinimumLevel' => 'Minimum hisse senedi seviyesi', - 'Modified' => 'Değiştirilmiş', - 'Name' => 'İsim', - 'Name1' => 'İsim1', - 'Name2' => 'İsim2', - 'Name3' => 'İsim3', - 'Net' => 'Net ağırlığı', - 'NetWeight' => 'Net ağırlığı', - 'None' => 'Hiçbiri', - 'Notes' => 'Notalar', - 'Number' => 'Numara', - 'Ordered' => 'Emir', - 'Packaging' => 'Ambalajlama', - 'Price' => 'Fiyat', - 'PriceChange' => 'Fiyat değişikliği', - 'PriceUnit' => 'Fiyat birimi', - 'Prices' => 'Fiyat:% s', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Ürün grubu', - 'Production' => 'Üretme', - 'Profile' => 'Profil', - 'Properties' => 'Özellikler', - 'Property' => 'Mülk', - 'Purchase' => 'Satın alma', - 'PurchasePrice' => 'Satınalma fiyatı', - 'Purchasing' => 'Satın alma', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Miktar', - 'QuantityUnit' => 'Miktar birimi', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Yeniden sipariş seviyesi', - 'Reserved' => 'Ayrılmış', - 'SN' => 'Sn', - 'Sales' => 'Satış', - 'SalesPrice' => 'Satış fiyatı', - 'SalesPricing' => '', - 'Segment' => 'Segment', - 'ShelfLife' => 'Raf ömrü', - 'Start' => 'Başlangıç', - 'Status' => 'Durum', - 'Stock' => 'Stoklamak', - 'StockList' => 'Stok listesi', - 'Successor' => 'Varis', - 'Supplier' => 'Tedarikçi', - 'Text' => 'Metin', - 'TimeUnit' => 'Zaman birimi', - 'Title' => 'Başlık', - 'TopCustomers' => '', - 'Tracking' => 'İzleme', - 'TradingUnit' => 'Ticaret Birimi', - 'Translation' => 'Tercüme', - 'Type' => 'Tip', - 'Unit' => 'Birim', - 'Value' => 'Değer', - 'Volume' => 'Ses', - 'Warehouse' => 'Depo', - 'Width' => 'Genişlik', - 'YTDSales' => 'YTD satışları', -]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php deleted file mode 100755 index c70f0e8..0000000 --- a/Theme/Backend/Lang/uk.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => 'Бухгалтерський облік', - 'Address' => '', - 'Articlegroup' => 'Статтюгрупи', - 'Attribute' => 'Атрибут', - 'AttributeTypes' => '', - 'Attributes' => 'Атрибути', - 'Available' => 'Доступний', - 'AvgPrice' => 'AVG. Ціна', - 'Bills' => '', - 'Bonus' => 'Бонус', - 'ClientGroup' => 'Клієнт / група', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => 'Комісія', - 'Container' => 'Контейнер', - 'CostCenter' => 'Центр витрат', - 'CostIndicator' => 'Індикатор вартості', - 'CostObject' => 'Вартість', - 'Countries' => 'Країни', - 'Country' => 'Країна', - 'Created' => 'Створений', - 'CreatedAt' => 'Створений', - 'CustomerGroup' => 'Група клієнтів', - 'CustomsID' => 'Митний ідентифікатор', - 'Date' => 'Дата', - 'Description' => 'Опис', - 'Discount' => 'Знижка', - 'DiscountP' => 'Знижка у%', - 'Disposal' => 'Утилізація', - 'Documents' => 'Документи', - 'EarningIndicator' => 'Індикатор заробітку', - 'End' => 'Кінець', - 'Files' => 'Файли', - 'General' => 'Загальний', - 'GrossWeight' => 'Вага брутто', - 'Group' => 'Група', - 'Groups' => '', - 'Height' => 'Висота', - 'ID' => 'Ідентифікатор', - 'ILV' => 'Ільв', - 'Info' => 'Інформація', - 'Item' => 'Елемент', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => 'Предмети', - 'Language' => 'Мову', - 'LastOrder' => 'Остання замовлення', - 'Leadtime' => 'Провідний час', - 'Length' => 'Довжина', - 'Localization' => 'Локалізація', - 'Localizations' => 'Локалізація', - 'Location' => 'Місцезнаходження', - 'Log' => 'Журнал', - 'Logs' => 'Журнали', - 'Lot' => 'Лот', - 'MRR' => 'Пан', - 'MTDSales' => 'Продажі MTD', - 'Makespan' => 'Макіяж', - 'Margin' => 'Маржа', - 'Master' => 'Майстер', - 'MaximumLevel' => 'Максимальний рівень запасу', - 'Media' => 'Медіа', - 'MinimumLevel' => 'Мінімальний рівень запасу', - 'Modified' => 'Модифікований', - 'Name' => 'Назва', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Name3', - 'Net' => 'Вага чистого', - 'NetWeight' => 'Вага чистого', - 'None' => 'Ніякий', - 'Notes' => 'Ноти', - 'Number' => 'Число', - 'Ordered' => 'Упорядкований', - 'Packaging' => 'Упаковка', - 'Price' => 'Ціна', - 'PriceChange' => 'Зміна ціни', - 'PriceUnit' => 'Одиниця ціни', - 'Prices' => 'Ціни', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => 'Група продуктів', - 'Production' => 'Виробництво', - 'Profile' => 'Профіль', - 'Properties' => 'Властивості', - 'Property' => 'Майно', - 'Purchase' => 'Придбання', - 'PurchasePrice' => 'Ціна покупки', - 'Purchasing' => 'Придбання', - 'QA' => 'Qa', - 'QM' => 'Qm', - 'Quantity' => 'Кількість', - 'QuantityUnit' => 'Одиниця кількості', - 'RecentInvoices' => '', - 'ReorderLevel' => 'Рівень повторного порядження', - 'Reserved' => 'Зарезервований', - 'SN' => 'Сно', - 'Sales' => 'Продаж', - 'SalesPrice' => 'Ціна продажу', - 'SalesPricing' => '', - 'Segment' => 'Сегмент', - 'ShelfLife' => 'Термін придатності', - 'Start' => 'Почати', - 'Status' => 'Статус', - 'Stock' => 'Запас', - 'StockList' => 'Запасний список', - 'Successor' => 'Наступник', - 'Supplier' => 'Постачальник', - 'Text' => 'Текст', - 'TimeUnit' => 'Підрозділ часу', - 'Title' => 'Заголовок', - 'TopCustomers' => '', - 'Tracking' => 'Відстеження', - 'TradingUnit' => 'Торговельний блок', - 'Translation' => 'Переклад', - 'Type' => 'Тип', - 'Unit' => 'Підрозділ', - 'Value' => 'Вартість', - 'Volume' => 'Обсяг', - 'Warehouse' => 'Склад', - 'Width' => 'Ширина', - 'YTDSales' => 'Ytd продажі', -]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php deleted file mode 100755 index 1a71bef..0000000 --- a/Theme/Backend/Lang/zh.lang.php +++ /dev/null @@ -1,140 +0,0 @@ - [ - 'Accounting' => '会计', - 'Address' => '', - 'Articlegroup' => '商品组', - 'Attribute' => '属性', - 'AttributeTypes' => '', - 'Attributes' => '属性', - 'Available' => '可用的', - 'AvgPrice' => 'Avg。价格', - 'Bills' => '', - 'Bonus' => '奖金', - 'ClientGroup' => '客户/集团', - 'ClientSection' => '', - 'ClientSegment' => '', - 'ClientType' => '', - 'Commission' => '委员会', - 'Container' => '容器', - 'CostCenter' => '成本中心', - 'CostIndicator' => '成本指标', - 'CostObject' => 'CostObject.', - 'Countries' => '各国', - 'Country' => '国家', - 'Created' => '创造了', - 'CreatedAt' => '创造了', - 'CustomerGroup' => '客户组', - 'CustomsID' => '海关ID', - 'Date' => '日期', - 'Description' => '描述', - 'Discount' => '折扣', - 'DiscountP' => '折扣%%', - 'Disposal' => '处理', - 'Documents' => '文件', - 'EarningIndicator' => '收入指示器', - 'End' => '结尾', - 'Files' => '文件', - 'General' => '一般的', - 'GrossWeight' => '总重量', - 'Group' => '团体', - 'Groups' => '', - 'Height' => '高度', - 'ID' => 'ID', - 'ILV' => 'ilv.', - 'Info' => '信息', - 'Item' => '物品', - 'ItemSection' => '', - 'ItemSegment' => '', - 'ItemType' => '', - 'Items' => '项目', - 'Language' => '语', - 'LastOrder' => '最后的订单', - 'Leadtime' => '交货时间', - 'Length' => '长度', - 'Localization' => '本土化', - 'Localizations' => '本地化', - 'Location' => '地点', - 'Log' => '日志', - 'Logs' => '日志', - 'Lot' => '很多', - 'MRR' => 'MRR.', - 'MTDSales' => 'MTD销售', - 'Makespan' => 'MEPESPAN.', - 'Margin' => '利润', - 'Master' => '掌握', - 'MaximumLevel' => '最大库存水平', - 'Media' => '媒体', - 'MinimumLevel' => '最低股票水平', - 'Modified' => '修改的', - 'Name' => '名称', - 'Name1' => '名称1', - 'Name2' => '名称2.', - 'Name3' => '名称3.', - 'Net' => '净重', - 'NetWeight' => '净重', - 'None' => '没有任何', - 'Notes' => '笔记', - 'Number' => '数字', - 'Ordered' => '订购', - 'Packaging' => '打包', - 'Price' => '价格', - 'PriceChange' => '价格变动', - 'PriceUnit' => '价格单位', - 'Prices' => '价格', - 'Pricing' => '', - 'Procurement' => '', - 'Productgroup' => '产品组', - 'Production' => '生产', - 'Profile' => '轮廓', - 'Properties' => '特性', - 'Property' => '财产', - 'Purchase' => '购买', - 'PurchasePrice' => '购买价格', - 'Purchasing' => '购买', - 'QA' => 'QA.', - 'QM' => 'QM.', - 'Quantity' => '数量', - 'QuantityUnit' => '数量单位', - 'RecentInvoices' => '', - 'ReorderLevel' => '重新排序级别', - 'Reserved' => '预订的', - 'SN' => '一个人', - 'Sales' => '销售量', - 'SalesPrice' => '销售价格', - 'SalesPricing' => '', - 'Segment' => '分割', - 'ShelfLife' => '保质期', - 'Start' => '开始', - 'Status' => '地位', - 'Stock' => '库存', - 'StockList' => '股票名单', - 'Successor' => '接班人', - 'Supplier' => '供应商', - 'Text' => '文本', - 'TimeUnit' => '单位的时间', - 'Title' => '标题', - 'TopCustomers' => '', - 'Tracking' => '追踪', - 'TradingUnit' => '交易单位', - 'Translation' => '翻译', - 'Type' => '类型', - 'Unit' => '单元', - 'Value' => '价值', - 'Volume' => '体积', - 'Warehouse' => '仓库', - 'Width' => '宽度', - 'YTDSales' => 'ytd销售', -]];