From cf31a556ccc8672baefee1427d0451cdee244702 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 23 Sep 2023 23:05:19 +0000 Subject: [PATCH] fix language --- Theme/Backend/Lang/Navigation.ar.lang.php | 1 + Theme/Backend/Lang/Navigation.cs.lang.php | 1 + Theme/Backend/Lang/Navigation.da.lang.php | 1 + Theme/Backend/Lang/Navigation.de.lang.php | 1 + Theme/Backend/Lang/Navigation.el.lang.php | 1 + Theme/Backend/Lang/Navigation.en.lang.php | 3 +- Theme/Backend/Lang/Navigation.es.lang.php | 1 + Theme/Backend/Lang/Navigation.fi.lang.php | 1 + Theme/Backend/Lang/Navigation.fr.lang.php | 1 + Theme/Backend/Lang/Navigation.hu.lang.php | 1 + Theme/Backend/Lang/Navigation.it.lang.php | 1 + Theme/Backend/Lang/Navigation.ja.lang.php | 1 + Theme/Backend/Lang/Navigation.ko.lang.php | 1 + Theme/Backend/Lang/Navigation.no.lang.php | 1 + Theme/Backend/Lang/Navigation.pl.lang.php | 1 + Theme/Backend/Lang/Navigation.pt.lang.php | 1 + Theme/Backend/Lang/Navigation.ru.lang.php | 1 + Theme/Backend/Lang/Navigation.sv.lang.php | 1 + Theme/Backend/Lang/Navigation.th.lang.php | 1 + Theme/Backend/Lang/Navigation.tr.lang.php | 1 + Theme/Backend/Lang/Navigation.uk.lang.php | 1 + Theme/Backend/Lang/Navigation.zh.lang.php | 1 + Theme/Backend/Lang/ar.lang.php | 15 ++ Theme/Backend/Lang/cs.lang.php | 15 ++ Theme/Backend/Lang/da.lang.php | 17 +- Theme/Backend/Lang/de.lang.php | 26 +- Theme/Backend/Lang/el.lang.php | 15 ++ Theme/Backend/Lang/en.lang.php | 275 +++++++++++----------- Theme/Backend/Lang/es.lang.php | 15 ++ Theme/Backend/Lang/fi.lang.php | 15 ++ Theme/Backend/Lang/fr.lang.php | 19 +- Theme/Backend/Lang/hu.lang.php | 15 ++ Theme/Backend/Lang/it.lang.php | 15 ++ Theme/Backend/Lang/ja.lang.php | 15 ++ Theme/Backend/Lang/ko.lang.php | 15 ++ Theme/Backend/Lang/no.lang.php | 15 ++ Theme/Backend/Lang/pl.lang.php | 15 ++ Theme/Backend/Lang/pt.lang.php | 15 ++ Theme/Backend/Lang/ru.lang.php | 15 ++ Theme/Backend/Lang/sv.lang.php | 15 ++ Theme/Backend/Lang/th.lang.php | 15 ++ Theme/Backend/Lang/tr.lang.php | 15 ++ Theme/Backend/Lang/uk.lang.php | 15 ++ Theme/Backend/Lang/zh.lang.php | 15 ++ 44 files changed, 481 insertions(+), 150 deletions(-) diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php index 97a5f05..2f4e984 100755 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'صفات', 'Create' => 'يخلق', 'ItemManagement' => 'إدارة البند', + 'Items' => '', 'List' => 'قائمة', 'Types' => 'أنواع', 'Values' => 'قيم', diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php index d612c92..f7014b9 100755 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Atributy', 'Create' => 'Vytvořit', 'ItemManagement' => 'Správa položek', + 'Items' => '', 'List' => 'Seznam', 'Types' => 'Typy', 'Values' => 'Hodnoty', diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php index 5e1c1e3..0f87957 100755 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Egenskaber', 'Create' => 'skab', 'ItemManagement' => 'Vareforvaltning', + 'Items' => '', 'List' => 'Liste', 'Types' => 'Typer', 'Values' => 'Værdier', diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index d54e25b..61c79b2 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Attribute', 'Create' => 'Erstellen', 'ItemManagement' => 'Artikelverwaltung', + 'Items' => '', 'List' => 'Aufführen', 'Types' => 'Arten', 'Values' => 'Werte', diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php index bf81321..643c6b7 100755 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Γνωρίσματα', 'Create' => 'Δημιουργώ', 'ItemManagement' => 'Διαχείριση στοιχείων', + 'Items' => '', 'List' => 'Λίστα', 'Types' => 'Τύποι', 'Values' => 'Αξίες', diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index a0724e6..0b6af5d 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -14,10 +14,11 @@ declare(strict_types=1); return ['Navigation' => [ 'Analyze' => 'Analyze', - 'Items' => 'Items', + 'Article' => '', 'Attributes' => 'Attributes', 'Create' => 'Create', 'ItemManagement' => 'Item Management', + 'Items' => 'Items', 'List' => 'List', 'Types' => 'Types', 'Values' => 'Values', diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php index c6a9141..22c3289 100755 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Atributos', 'Create' => 'Crear', 'ItemManagement' => 'Gerencia de artículos', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Tipos', 'Values' => 'Valores', diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php index 4119e1d..f617fd0 100755 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Attribuutit', 'Create' => 'Luoda', 'ItemManagement' => 'Kohtahallinta', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Tyypit', 'Values' => 'Arvot', diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php index af7e84e..ffca0e3 100755 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Les attributs', 'Create' => 'Créer', 'ItemManagement' => 'Gestion des articles', + 'Items' => '', 'List' => 'Lister', 'Types' => 'Les types', 'Values' => 'Valeurs', diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php index 8a2d043..da8645f 100755 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Tulajdonságok', 'Create' => 'Teremt', 'ItemManagement' => 'Elemkezelés', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Típusok', 'Values' => 'Értékek', diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php index bb1a272..04e23d0 100755 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Attributi', 'Create' => 'Creare', 'ItemManagement' => 'Gestione degli articoli', + 'Items' => '', 'List' => 'Elenco', 'Types' => 'Tipi', 'Values' => 'I valori', diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php index 7fa07ab..f958fee 100755 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => '属性', 'Create' => '作成', 'ItemManagement' => 'アイテム管理', + 'Items' => '', 'List' => 'リスト', 'Types' => 'タイプ', 'Values' => 'values', diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php index d983233..f05c662 100755 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => '속성', 'Create' => '만들다', 'ItemManagement' => '항목 관리', + 'Items' => '', 'List' => '목록', 'Types' => '유형', 'Values' => '값', diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php index 39bfe3e..ae6104b 100755 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Egenskaper', 'Create' => 'Skape', 'ItemManagement' => 'Varehåndtering', + 'Items' => '', 'List' => 'Liste', 'Types' => 'Typer', 'Values' => 'Verdier', diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php index 23ae48e..767f095 100755 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Atrybuty', 'Create' => 'Tworzyć', 'ItemManagement' => 'Zarządzanie przedmiotem', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Typy', 'Values' => 'Wartości', diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php index e1db5f7..7ec63fd 100755 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Atributos', 'Create' => 'Crio', 'ItemManagement' => 'Gerenciamento de itens', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Tipos', 'Values' => 'Valores', diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php index 13fea03..ac16052 100755 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Атрибуты', 'Create' => 'Создавать', 'ItemManagement' => 'Управление предметом', + 'Items' => '', 'List' => 'Список', 'Types' => 'Типы', 'Values' => 'Ценности', diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php index 0c574b1..81d105f 100755 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Attribut', 'Create' => 'Skapa', 'ItemManagement' => 'Artikelhantering', + 'Items' => '', 'List' => 'Lista', 'Types' => 'Typer', 'Values' => 'Värderingar', diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php index 85c56fe..740fca3 100755 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'คุณลักษณะ', 'Create' => 'สร้าง', 'ItemManagement' => 'การจัดการรายการ', + 'Items' => '', 'List' => 'รายการ', 'Types' => 'ประเภท', 'Values' => 'ค่า', diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php index f9ca661..34691db 100755 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Öznitellikler', 'Create' => 'Yaratmak', 'ItemManagement' => 'Öğe Yönetimi', + 'Items' => '', 'List' => 'Liste', 'Types' => 'Türleri', 'Values' => 'Değerler', diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php index 61f3a12..ddf1ea8 100755 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => 'Атрибути', 'Create' => 'Створювати', 'ItemManagement' => 'Управління елементами', + 'Items' => '', 'List' => 'Список', 'Types' => 'Типи', 'Values' => 'Значення', diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php index 3d09474..e70e5ef 100755 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -18,6 +18,7 @@ return ['Navigation' => [ 'Attributes' => '属性', 'Create' => '创建', 'ItemManagement' => '物品管理', + 'Items' => '', 'List' => '列表', 'Types' => '类型', 'Values' => '价值', diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index 210d649..aef8069 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'علاوة', 'ClientGroup' => 'العميل / المجموعة', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'لجنة', 'Container' => 'وعاء', 'CostCenter' => 'مركز تقييم الكلفة، مركز التسعير، مركز التثمين', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ilv.', 'Info' => 'معلومات', 'IsActive' => 'نشيط؟', + 'Issues' => '', 'Item' => 'العنصر', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'أغراض', 'Language' => 'لغة', 'LastOrder' => 'آخر طلب', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'كثيرا', 'MRR' => 'مرر', 'MTDSales' => 'مبيعات MTD', + 'Machines' => '', 'Makespan' => 'makespan.', 'Margin' => 'هامش', 'Master' => 'رئيس', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'عدد', 'Ordered' => 'أمر', 'Packaging' => 'التعبئة والتغليف', + 'PartsList' => '', 'Price' => 'السعر', 'PriceChange' => 'تغيير الأسعار', 'PriceUnit' => 'وحدة السعر', 'Prices' => 'الأسعار.', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'productgroup.', 'Production' => 'إنتاج', + 'ProductionSteps' => '', 'Profile' => 'الملف الشخصي', 'Properties' => 'الخصائص', 'Property' => 'ملكية', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'SN.', 'Sales' => 'مبيعات', 'SalesPrice' => 'سعر المبيعات', + 'SalesPricing' => '', 'Segment' => 'قطعة', 'ShelfLife' => 'مدة الصلاحية', 'Source' => 'مصدر', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'نص', 'TimeUnit' => 'وحدة الوقت', 'Title' => 'عنوان', + 'TopCustomers' => '', 'Tracking' => 'تتبع', 'TradingUnit' => 'وحدة التداول', 'Translation' => 'ترجمة', 'Type' => 'نوع', 'Unit' => 'وحدة', + 'UsedIn' => '', 'Value' => 'قيمة', 'Variation' => 'تفاوت', 'Variations' => 'الاختلافات', diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index e595282..85b351b 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Klient / skupina', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Komise', 'Container' => 'Kontejner', 'CostCenter' => 'Nákladové středisko', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv.', 'Info' => 'Info.', 'IsActive' => 'Aktivní?', + 'Issues' => '', 'Item' => 'Položka', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Položky', 'Language' => 'Jazyk', 'LastOrder' => 'Poslední objednávka', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Šarže', 'MRR' => 'Mrr.', 'MTDSales' => 'Prodej MTD.', + 'Machines' => '', 'Makespan' => 'Makeespan.', 'Margin' => 'Okraj', 'Master' => 'Mistr', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Číslo', 'Ordered' => 'Objednaný', 'Packaging' => 'Obal', + 'PartsList' => '', 'Price' => 'Cena', 'PriceChange' => 'Změna ceny', 'PriceUnit' => 'Jednotka ceny', 'Prices' => 'Ceny', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'ProductSgroup.', 'Production' => 'Výroba', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Vlastnosti', 'Property' => 'Vlastnictví', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn.', 'Sales' => 'Odbyt', 'SalesPrice' => 'Zlevněné ceny', + 'SalesPricing' => '', 'Segment' => 'Segment', 'ShelfLife' => 'Skladovatelnost', 'Source' => 'Zdroj', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Text', 'TimeUnit' => 'Čas', 'Title' => 'Titul', + 'TopCustomers' => '', 'Tracking' => 'Sledování', 'TradingUnit' => 'Obchodní jednotka', 'Translation' => 'Překlad', 'Type' => 'Typ', 'Unit' => 'Jednotka', + 'UsedIn' => '', 'Value' => 'Hodnota', 'Variation' => 'Variace', 'Variations' => 'Variace', diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 447ffae..13d9297 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Klient / Gruppe.', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Provision', 'Container' => 'Beholder', 'CostCenter' => 'Omkostningssted', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ILV.', 'Info' => 'Info.', 'IsActive' => 'Aktiv?', + 'Issues' => '', 'Item' => 'Vare', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Varer', 'Language' => 'Sprog', 'LastOrder' => 'Sidste ordre', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Masse', 'MRR' => 'MRR.', 'MTDSales' => 'MTD Sales.', + 'Machines' => '', 'Makespan' => 'Makespan.', 'Margin' => 'Margin.', 'Master' => 'Mestre', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Nummer', 'Ordered' => 'Bestilt.', 'Packaging' => 'Emballage', + 'PartsList' => '', 'Price' => 'Pris', 'PriceChange' => 'Pris forandring', 'PriceUnit' => 'Enhed af pris.', 'Prices' => 'Priser.', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Produktgruppe', 'Production' => 'Produktion', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Ejendomme', 'Property' => 'Ejendom', @@ -106,13 +118,14 @@ return ['ItemManagement' => [ 'QA' => 'QA.', 'QM' => 'Qm.', 'Quantity' => 'Antal', - 'QuantityUnit' => "Mængden af \u{200b}\u{200b}mængde", + 'QuantityUnit' => 'Mængden af ​​mængde', 'RecentInvoices' => '#VALUE!', 'ReorderLevel' => 'Ombestillingsniveau', 'Reserved' => 'Reserveret', 'SN' => 'Sn.', 'Sales' => 'SALG', 'SalesPrice' => 'Salgspris', + 'SalesPricing' => '', 'Segment' => 'Segment', 'ShelfLife' => 'Holdbarhed', 'Source' => 'Kilde', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Tekst', 'TimeUnit' => 'Enhed af tid', 'Title' => 'Titel', + 'TopCustomers' => '', 'Tracking' => 'Tracking.', 'TradingUnit' => 'Handelsenhed', 'Translation' => 'Oversættelse', 'Type' => 'Type', 'Unit' => 'Enhed', + 'UsedIn' => '', 'Value' => 'Værdi', 'Variation' => 'Variation', 'Variations' => 'Variationer', diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index dad1f15..d01da0e 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -13,17 +13,6 @@ declare(strict_types=1); return ['ItemManagement' => [ - 'SalesPricing' => 'Verkaufspreise', - 'ItemGroup' => 'Artikelgruppe', - 'ItemSegment' => 'Artikelsegment', - 'ItemSection' => 'Artikelsparte', - 'ItemType' => 'Artikeltyp', - 'ClientGroup' => 'Kundengruppe', - 'ClientSegment' => 'Kundensegment', - 'ClientSection' => 'Kundensparte', - 'ClientType' => 'Kundentyp', - 'Procurement' => 'Beschaffung', - 'TopCustomers' => 'Top Kunden', 'Accounting' => 'Buchhaltung', 'Address' => 'Adresse', 'All' => 'Alle', @@ -37,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => 'Rechnungen', 'Bonus' => 'Bonus', 'ClientGroup' => 'Client / Gruppe.', + 'ClientSection' => 'Kundensparte', + 'ClientSegment' => 'Kundensegment', + 'ClientType' => 'Kundentyp', 'Commission' => 'Kommission', 'Container' => 'Container', 'CostCenter' => 'Kostenstelle', @@ -67,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv.', 'Info' => 'Die Info', 'IsActive' => 'Aktiv?', + 'Issues' => '', 'Item' => 'Artikel', + 'ItemGroup' => 'Artikelgruppe', + 'ItemSection' => 'Artikelsparte', + 'ItemSegment' => 'Artikelsegment', + 'ItemType' => 'Artikeltyp', 'Items' => 'Produkte', 'Language' => 'Sprache', 'LastOrder' => 'Letzte Bestellung', @@ -81,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Viel', 'MRR' => 'Mrr.', 'MTDSales' => 'MTD-Verkäufe.', + 'Machines' => '', 'Makespan' => 'Makespan', 'Margin' => 'Rand', 'Master' => 'Meister', @@ -101,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Nummer', 'Ordered' => 'Bestellt', 'Packaging' => 'Verpackung', + 'PartsList' => '', 'Price' => 'Preis', 'PriceChange' => 'Preisänderung', 'PriceUnit' => 'Preiseinheit.', 'Prices' => 'Preise', 'Pricing' => '#VALUE!', + 'Procurement' => 'Beschaffung', 'Productgroup' => 'Produktgruppe', 'Production' => 'Produktion', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Eigenschaften', 'Property' => 'Eigentum', @@ -124,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Der Umsatz', 'SalesPrice' => 'Verkaufspreis', + 'SalesPricing' => 'Verkaufspreise', 'Segment' => 'Segment', 'ShelfLife' => 'Haltbarkeit.', 'Source' => 'Quelle', @@ -137,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Text', 'TimeUnit' => 'Zeiteinheit', 'Title' => 'Titel', + 'TopCustomers' => 'Top Kunden', 'Tracking' => 'Verfolgung', 'TradingUnit' => 'Handelseinheit', 'Translation' => 'Übersetzung', 'Type' => 'Typ', 'Unit' => 'Einheit', + 'UsedIn' => '', 'Value' => 'Wert', 'Variation' => 'Variation', 'Variations' => 'Variationen', diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index cf8411c..86c0235 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Δώρο', 'ClientGroup' => 'Πελάτης / ομάδα', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Επιτροπή', 'Container' => 'Δοχείο', 'CostCenter' => 'Κέντρο κόστους', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ιλ', 'Info' => 'Πληροφορία', 'IsActive' => 'Ενεργός?', + 'Issues' => '', 'Item' => 'Είδος', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Αντικείμενα', 'Language' => 'Γλώσσα', 'LastOrder' => 'Τελευταία παραγγελία', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Παρτίδα', 'MRR' => 'MRR', 'MTDSales' => 'Πωλήσεις MTD', + 'Machines' => '', 'Makespan' => 'Makespan', 'Margin' => 'Περιθώριο', 'Master' => 'Κύριος', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Αριθμός', 'Ordered' => 'Διέταξε', 'Packaging' => 'Συσκευασία', + 'PartsList' => '', 'Price' => 'Τιμή', 'PriceChange' => 'Αλλαγή τιμών', 'PriceUnit' => 'Μονάδα τιμής', 'Prices' => 'Τιμές', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Ομοιόμορφη ομάδα', 'Production' => 'Παραγωγή', + 'ProductionSteps' => '', 'Profile' => 'Προφίλ', 'Properties' => 'Ιδιότητες', 'Property' => 'Ιδιοκτησία', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Α', 'Sales' => 'Εκπτώσεις', 'SalesPrice' => 'Τιμή πώλησης', + 'SalesPricing' => '', 'Segment' => 'Τμήμα', 'ShelfLife' => 'Διάρκεια ζωής', 'Source' => 'Πηγή', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Κείμενο', 'TimeUnit' => 'Μονάδα χρόνου', 'Title' => 'Τίτλος', + 'TopCustomers' => '', 'Tracking' => 'Παρακολούθηση', 'TradingUnit' => 'Μονάδα εμπορίας', 'Translation' => 'Μετάφραση', 'Type' => 'Τύπος', 'Unit' => 'Μονάδα', + 'UsedIn' => '', 'Value' => 'αξία', 'Variation' => 'Παραλλαγή', 'Variations' => 'Παραλλαγές', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 5ff4221..4233239 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -13,139 +13,144 @@ declare(strict_types=1); return ['ItemManagement' => [ - 'SalesPricing' => 'Sales Pricing', - 'ItemGroup' => 'Item Group', - 'ItemSegment' => 'Item Segment', - 'ItemSection' => 'Item Section', - 'ItemType' => 'Item Type', - 'ClientGroup' => 'Client Group', - 'ClientSegment' => 'Client Segment', - 'ClientSection' => 'Client Section', - 'ClientType' => 'Client Type', - 'Accounting' => 'Accounting', - 'Address' => 'Address', - 'All' => 'All', - 'Article' => 'Article', - 'Articlegroup' => 'Articlegroup', - 'Attribute' => 'Attribute', - 'AttributeTypes' => 'Attribute types', - 'Attributes' => 'Attributes', - 'Available' => 'Available', - 'AvgPrice' => 'Avg. Price', - 'Bills' => 'Bills', - 'Bonus' => 'Bonus', - 'Commission' => 'Commission', - 'Container' => 'Container', - 'CostCenter' => 'CostCenter', - 'CostIndicator' => 'Cost Indicator', - 'CostObject' => 'CostObject', - 'Countries' => 'Countries', - 'Country' => 'Country', - 'Created' => 'Created', - 'CreatedAt' => 'Created', - 'Customer' => 'Customer', - 'CustomerGroup' => 'Customer Group', - 'CustomsID' => 'Customs ID', - 'Date' => 'Date', - 'Description' => 'Description', - 'Discount' => 'Discount', - 'DiscountP' => 'Discount in %', - 'Disposal' => 'Disposal', - 'Documents' => 'Documents', - 'EarningIndicator' => 'Earning Indicator', - 'End' => 'End', - 'Files' => 'Files', - 'General' => 'General', - 'GrossWeight' => 'Gross Weight', - 'Group' => 'Group', - 'Groups' => 'Groups', - 'Height' => 'Height', - 'ID' => 'ID', - 'ILV' => 'ILV', - 'Info' => 'Info', - 'IsActive' => 'Active?', - 'Item' => 'Item', - 'Items' => 'Items', - 'Language' => 'Language', - 'LastOrder' => 'Last Order', - 'Leadtime' => 'Lead time', - 'Length' => 'Length', - 'Localization' => 'Localization', - 'Localizations' => 'Localizations', - 'Location' => 'Location', - 'Log' => 'Log', - 'Logs' => 'Logs', - 'Lot' => 'Lot', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Sales', - 'Makespan' => 'Makespan', - 'Margin' => 'Margin', - 'Master' => 'Master', - 'MaximumLevel' => 'Maximum stock level', - 'Media' => 'Media', - 'MinimumLevel' => 'Minimum stock level', - 'Modified' => 'Modified', - 'Name' => 'Name', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Name3', - 'Name4' => 'Name4', - 'Name5' => 'Name5', - 'Net' => 'Net', - 'NetWeight' => 'Net Weight', - 'None' => 'None', - 'Notes' => 'Notes', - 'Number' => 'Number', - 'Ordered' => 'Ordered', - 'Packaging' => 'Packaging', - 'Price' => 'Price', - 'PriceChange' => 'Price Change', - 'PriceUnit' => 'Unit of price', - 'Prices' => 'Prices', - 'Pricing' => 'Pricing', - 'Productgroup' => 'Productgroup', - 'Production' => 'Production', - 'Profile' => 'Profile', - 'Properties' => 'Properties', - 'Property' => 'Property', - 'Purchase' => 'Purchase', - 'Procurement' => 'Procurement', - 'PurchasePrice' => 'Purchase Price', - 'Purchasing' => 'Purchasing', - 'QA' => 'QA', - 'QM' => 'QM', - 'Quantity' => 'Quantity', - 'QuantityUnit' => 'Unit of quantity', - 'RecentInvoices' => 'Recent invoices', - 'ReorderLevel' => 'Reorder level', - 'Reserved' => 'Reserved', - 'SN' => 'SN', - 'Sales' => 'Sales', - 'SalesPrice' => 'Sales Price', - 'Segment' => 'Segment', - 'ShelfLife' => 'Shelf life', - 'Source' => 'Source', - 'Start' => 'Start', - 'Status' => 'Status', - 'Stock' => 'Stock', - 'StockList' => 'Stock list', - 'Successor' => 'Successor', - 'Supplier' => 'Supplier', - 'Tax' => 'Tax', - 'Text' => 'Text', - 'TimeUnit' => 'Unit of time', - 'Title' => 'Title', - 'Tracking' => 'Tracking', - 'TradingUnit' => 'Trading Unit', - 'Translation' => 'Translation', - 'Type' => 'Type', - 'Unit' => 'Unit', - 'Value' => 'Value', - 'Variation' => 'Variation', - 'Variations' => 'Variations', - 'Volume' => 'Volume', - 'Warehouse' => 'Warehouse', - 'Width' => 'Width', - 'TopCustomers' => 'Top Customers', - 'YTDSales' => 'YTD Sales', + 'Accounting' => 'Accounting', + 'Address' => 'Address', + 'All' => 'All', + 'Article' => 'Article', + 'Articlegroup' => 'Articlegroup', + 'Attribute' => 'Attribute', + 'AttributeTypes' => 'Attribute types', + 'Attributes' => 'Attributes', + 'Available' => 'Available', + 'AvgPrice' => 'Avg. Price', + 'Bills' => 'Bills', + 'Bonus' => 'Bonus', + 'ClientGroup' => 'Client Group', + 'ClientSection' => 'Client Section', + 'ClientSegment' => 'Client Segment', + 'ClientType' => 'Client Type', + 'Commission' => 'Commission', + 'Container' => 'Container', + 'CostCenter' => 'CostCenter', + 'CostIndicator' => 'Cost Indicator', + 'CostObject' => 'CostObject', + 'Countries' => 'Countries', + 'Country' => 'Country', + 'Created' => 'Created', + 'CreatedAt' => 'Created', + 'Customer' => 'Customer', + 'CustomerGroup' => 'Customer Group', + 'CustomsID' => 'Customs ID', + 'Date' => 'Date', + 'Description' => 'Description', + 'Discount' => 'Discount', + 'DiscountP' => 'Discount in %', + 'Disposal' => 'Disposal', + 'Documents' => 'Documents', + 'EarningIndicator' => 'Earning Indicator', + 'End' => 'End', + 'Files' => 'Files', + 'General' => 'General', + 'GrossWeight' => 'Gross Weight', + 'Group' => 'Group', + 'Groups' => 'Groups', + 'Height' => 'Height', + 'ID' => 'ID', + 'ILV' => 'ILV', + 'Info' => 'Info', + 'IsActive' => 'Active?', + 'Issues' => '', + 'Item' => 'Item', + 'ItemGroup' => 'Item Group', + 'ItemSection' => 'Item Section', + 'ItemSegment' => 'Item Segment', + 'ItemType' => 'Item Type', + 'Items' => 'Items', + 'Language' => 'Language', + 'LastOrder' => 'Last Order', + 'Leadtime' => 'Lead time', + 'Length' => 'Length', + 'Localization' => 'Localization', + 'Localizations' => 'Localizations', + 'Location' => 'Location', + 'Log' => 'Log', + 'Logs' => 'Logs', + 'Lot' => 'Lot', + 'MRR' => 'MRR', + 'MTDSales' => 'MTD Sales', + 'Machines' => '', + 'Makespan' => 'Makespan', + 'Margin' => 'Margin', + 'Master' => 'Master', + 'MaximumLevel' => 'Maximum stock level', + 'Media' => 'Media', + 'MinimumLevel' => 'Minimum stock level', + 'Modified' => 'Modified', + 'Name' => 'Name', + 'Name1' => 'Name1', + 'Name2' => 'Name2', + 'Name3' => 'Name3', + 'Name4' => 'Name4', + 'Name5' => 'Name5', + 'Net' => 'Net', + 'NetWeight' => 'Net Weight', + 'None' => 'None', + 'Notes' => 'Notes', + 'Number' => 'Number', + 'Ordered' => 'Ordered', + 'Packaging' => 'Packaging', + 'PartsList' => '', + 'Price' => 'Price', + 'PriceChange' => 'Price Change', + 'PriceUnit' => 'Unit of price', + 'Prices' => 'Prices', + 'Pricing' => 'Pricing', + 'Procurement' => 'Procurement', + 'Productgroup' => 'Productgroup', + 'Production' => 'Production', + 'ProductionSteps' => '', + 'Profile' => 'Profile', + 'Properties' => 'Properties', + 'Property' => 'Property', + 'Purchase' => 'Purchase', + 'PurchasePrice' => 'Purchase Price', + 'Purchasing' => 'Purchasing', + 'QA' => 'QA', + 'QM' => 'QM', + 'Quantity' => 'Quantity', + 'QuantityUnit' => 'Unit of quantity', + 'RecentInvoices' => 'Recent invoices', + 'ReorderLevel' => 'Reorder level', + 'Reserved' => 'Reserved', + 'SN' => 'SN', + 'Sales' => 'Sales', + 'SalesPrice' => 'Sales Price', + 'SalesPricing' => 'Sales Pricing', + 'Segment' => 'Segment', + 'ShelfLife' => 'Shelf life', + 'Source' => 'Source', + 'Start' => 'Start', + 'Status' => 'Status', + 'Stock' => 'Stock', + 'StockList' => 'Stock list', + 'Successor' => 'Successor', + 'Supplier' => 'Supplier', + 'Tax' => 'Tax', + 'Text' => 'Text', + 'TimeUnit' => 'Unit of time', + 'Title' => 'Title', + 'TopCustomers' => 'Top Customers', + 'Tracking' => 'Tracking', + 'TradingUnit' => 'Trading Unit', + 'Translation' => 'Translation', + 'Type' => 'Type', + 'Unit' => 'Unit', + 'UsedIn' => '', + 'Value' => 'Value', + 'Variation' => 'Variation', + 'Variations' => 'Variations', + 'Volume' => 'Volume', + 'Warehouse' => 'Warehouse', + 'Width' => 'Width', + 'YTDSales' => 'YTD Sales', ]]; diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index 276a963..3c9d5fe 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Prima', 'ClientGroup' => 'Cliente / Grupo', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Comisión', 'Container' => 'Envase', 'CostCenter' => 'Costenter', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'I LV', 'Info' => 'Información', 'IsActive' => '¿Activo?', + 'Issues' => '', 'Item' => 'Articulo', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Elementos', 'Language' => 'Idioma', 'LastOrder' => 'Último pedido', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Lote', 'MRR' => 'Mrr', 'MTDSales' => 'Ventas MTD', + 'Machines' => '', 'Makespan' => 'Maquinista', 'Margin' => 'Margen', 'Master' => 'Maestría', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Número', 'Ordered' => 'Ordenado', 'Packaging' => 'embalaje', + 'PartsList' => '', 'Price' => 'Precio', 'PriceChange' => 'Cambio de precio', 'PriceUnit' => 'Unidad de precio', 'Prices' => 'Precios', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Grupo de productos', 'Production' => 'Producción', + 'ProductionSteps' => '', 'Profile' => 'Perfil', 'Properties' => 'Propiedades', 'Property' => 'Propiedad', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Ventas', 'SalesPrice' => 'Precio de venta', + 'SalesPricing' => '', 'Segment' => 'Segmento', 'ShelfLife' => 'Duracion', 'Source' => 'Fuente', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Texto', 'TimeUnit' => 'Unidad de tiempo', 'Title' => 'Título', + 'TopCustomers' => '', 'Tracking' => 'Seguimiento', 'TradingUnit' => 'Unidad de comercio', 'Translation' => 'Traducción', 'Type' => 'Escribe', 'Unit' => 'Unidad', + 'UsedIn' => '', 'Value' => 'Valor', 'Variation' => 'Variación', 'Variations' => 'Variaciones', diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index 4fb9a33..4046b6b 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Asiakas / ryhmä', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'komissio', 'Container' => 'Säiliö', 'CostCenter' => 'Kustannuspaikka', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv', 'Info' => 'Tiedot', 'IsActive' => 'Aktiivinen?', + 'Issues' => '', 'Item' => 'Kohde', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Tuotteet', 'Language' => 'Kieli', 'LastOrder' => 'Viimeinen tilaus', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Paljon', 'MRR' => 'Mrr', 'MTDSales' => 'MTD-myynti', + 'Machines' => '', 'Makespan' => 'Makepan', 'Margin' => 'Marginaali', 'Master' => 'Hallita', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Määrä', 'Ordered' => 'Tilattu', 'Packaging' => 'Pakkaus', + 'PartsList' => '', 'Price' => 'Hinta', 'PriceChange' => 'Hintamuutos', 'PriceUnit' => 'Hintayksikkö', 'Prices' => 'Hinnat', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Tuoteryhmä', 'Production' => 'Tuotanto', + 'ProductionSteps' => '', 'Profile' => 'Profiili', 'Properties' => 'Kiinteistöt', 'Property' => 'Kiinteistö', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Myynti', 'SalesPrice' => 'Myyntihinta', + 'SalesPricing' => '', 'Segment' => 'Segmentti', 'ShelfLife' => 'Säilyvyys', 'Source' => 'Lähde', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Teksti', 'TimeUnit' => 'Ajan yksikkö', 'Title' => 'Otsikko', + 'TopCustomers' => '', 'Tracking' => 'Seuranta', 'TradingUnit' => 'Kauppayksikkö', 'Translation' => 'Käännös', 'Type' => 'Tyyppi', 'Unit' => 'Yksikkö', + 'UsedIn' => '', 'Value' => 'Arvo', 'Variation' => 'Vaihtelu', 'Variations' => 'Muunnelmat', diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 4be6805..beb993c 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Prime', 'ClientGroup' => 'Client / Groupe', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Commission', 'Container' => 'Récipient', 'CostCenter' => 'Centre de coûts', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv', 'Info' => 'Info', 'IsActive' => 'Actif?', + 'Issues' => '', 'Item' => 'Article', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Articles', 'Language' => 'Langue', 'LastOrder' => 'Dernière commande', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Parcelle', 'MRR' => 'Mrr', 'MTDSales' => 'Ventes MTD', + 'Machines' => '', 'Makespan' => 'Gibier', 'Margin' => 'Marge', 'Master' => 'Maître', @@ -90,18 +99,21 @@ return ['ItemManagement' => [ 'Number' => 'Nombre', 'Ordered' => 'Commandé', 'Packaging' => 'Emballage', + 'PartsList' => '', 'Price' => 'Prix', 'PriceChange' => 'Changement de prix', 'PriceUnit' => 'Unité de prix', 'Prices' => 'Des prix', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Groupe de produits', 'Production' => 'Production', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Propriétés', 'Property' => 'Propriété', 'Purchase' => 'Acheter', - 'PurchasePrice' => "Prix \u{200b}\u{200b}d'achat", + 'PurchasePrice' => 'Prix ​​d\'achat', 'Purchasing' => 'Achat', 'QA' => 'Qa', 'QM' => 'Qm', @@ -112,7 +124,8 @@ return ['ItemManagement' => [ 'Reserved' => 'Réservé', 'SN' => 'Sn', 'Sales' => 'Ventes', - 'SalesPrice' => "Prix \u{200b}\u{200b}de vente", + 'SalesPrice' => 'Prix ​​de vente', + 'SalesPricing' => '', 'Segment' => 'Segment', 'ShelfLife' => 'Durée de vie', 'Source' => 'La source', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Texte', 'TimeUnit' => 'Unité de temps', 'Title' => 'Titre', + 'TopCustomers' => '', 'Tracking' => 'Suivi', 'TradingUnit' => 'Unité de négociation', 'Translation' => 'Traduction', 'Type' => 'Taper', 'Unit' => 'Unité', + 'UsedIn' => '', 'Value' => 'Valeur', 'Variation' => 'Variation', 'Variations' => 'Variations', diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 72b35e1..f87d37b 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bónusz', 'ClientGroup' => 'Ügyfél / csoport', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'jutalék', 'Container' => 'Tartály', 'CostCenter' => 'Cellcenter', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ILV', 'Info' => 'Információ', 'IsActive' => 'Aktív?', + 'Issues' => '', 'Item' => 'Tétel', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Elemek', 'Language' => 'Nyelv', 'LastOrder' => 'Utolsó rendelés', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Sok', 'MRR' => 'Mrr', 'MTDSales' => 'MTD értékesítés', + 'Machines' => '', 'Makespan' => 'Makespan', 'Margin' => 'Árrés', 'Master' => 'Fő', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Szám', 'Ordered' => 'Elrendelt', 'Packaging' => 'Csomagolás', + 'PartsList' => '', 'Price' => 'Ár', 'PriceChange' => 'Árváltozás', 'PriceUnit' => 'Áregység', 'Prices' => 'Árak', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Termékcsoport', 'Production' => 'Termelés', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Tulajdonságok', 'Property' => 'Ingatlan', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Értékesítés', 'SalesPrice' => 'Értékesítési ár', + 'SalesPricing' => '', 'Segment' => 'Szegmens', 'ShelfLife' => 'Szavatossági idő', 'Source' => 'Forrás', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ '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', + 'UsedIn' => '', 'Value' => 'Érték', 'Variation' => 'Variáció', 'Variations' => 'Változatok', diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 7f8410d..14de1c6 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus.', 'ClientGroup' => 'Client / Group.', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Commissione', 'Container' => 'Contenitore', 'CostCenter' => 'Centro di costo', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv.', 'Info' => 'Informazioni', 'IsActive' => 'Attivo?', + 'Issues' => '', 'Item' => 'Elemento', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Elementi', 'Language' => 'Lingua', 'LastOrder' => 'Ultimo ordine', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Quantità', 'MRR' => 'Mrr.', 'MTDSales' => 'Vendite di mtd.', + 'Machines' => '', 'Makespan' => 'Makespan.', 'Margin' => 'Margine', 'Master' => 'Maestro', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Numero', 'Ordered' => 'Ordinato', 'Packaging' => 'Confezione', + 'PartsList' => '', 'Price' => 'Prezzo', 'PriceChange' => 'Cambio di prezzo', 'PriceUnit' => 'Unità di prezzo.', 'Prices' => 'Prezzi', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Gruppo di prodotti', 'Production' => 'Produzione', + 'ProductionSteps' => '', 'Profile' => 'Profilo', 'Properties' => 'Proprietà', 'Property' => 'Proprietà', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn.', 'Sales' => 'Saldi', 'SalesPrice' => 'Prezzo di vendita', + 'SalesPricing' => '', 'Segment' => 'Segmento', 'ShelfLife' => 'Data di scadenza', 'Source' => 'Fonte', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Testo', 'TimeUnit' => 'Unità di tempo', 'Title' => 'Titolo', + 'TopCustomers' => '', 'Tracking' => 'Tracciamento', 'TradingUnit' => 'Unità di trading', 'Translation' => 'Traduzione', 'Type' => 'Tipo', 'Unit' => 'Unità', + 'UsedIn' => '', 'Value' => 'Valore', 'Variation' => 'Variazione', 'Variations' => 'Variazioni', diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 54d27ce..0ea03df 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'ボーナス', 'ClientGroup' => 'クライアント/グループ', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => '手数料', 'Container' => '容器', 'CostCenter' => 'コストセンター', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'il', 'Info' => '情報', 'IsActive' => 'アクティブ?', + 'Issues' => '', 'Item' => 'アイテム', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'アイテム', 'Language' => '言語', 'LastOrder' => '最後の順序', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => '多く', 'MRR' => 'MRR.', 'MTDSales' => 'MTDセールス', + 'Machines' => '', 'Makespan' => 'マークスパン', 'Margin' => 'マージン', 'Master' => 'マスター', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => '番号', 'Ordered' => '順序付けられました', 'Packaging' => '包装', + 'PartsList' => '', 'Price' => '価格', 'PriceChange' => '価格変更', 'PriceUnit' => '価格の単位', 'Prices' => '価格', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => '製品グループ', 'Production' => '製造', + 'ProductionSteps' => '', 'Profile' => 'プロフィール', 'Properties' => 'プロパティ', 'Property' => '財産', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'sn', 'Sales' => '売り返り', 'SalesPrice' => '販売価格', + 'SalesPricing' => '', 'Segment' => 'セグメント', 'ShelfLife' => '貯蔵寿命', 'Source' => 'ソース', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => '文章', 'TimeUnit' => '時間単位', 'Title' => 'タイトル', + 'TopCustomers' => '', 'Tracking' => '追跡', 'TradingUnit' => '取引ユニット', 'Translation' => '翻訳', 'Type' => 'タイプ', 'Unit' => '単位', + 'UsedIn' => '', 'Value' => '価値', 'Variation' => '変化', 'Variations' => '変種', diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index 6dc9e17..d08a2ae 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => '보너스', 'ClientGroup' => '클라이언트 / 그룹', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => '수수료', 'Container' => '컨테이너', 'CostCenter' => '비용 센터', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ilv.', 'Info' => '정보', 'IsActive' => '활동적인?', + 'Issues' => '', 'Item' => '안건', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => '항목', 'Language' => '언어', 'LastOrder' => '마지막 주문', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => '많은', 'MRR' => '부서', 'MTDSales' => 'MTD 판매', + 'Machines' => '', 'Makespan' => '총 소요 시간', 'Margin' => '여유', 'Master' => '주인', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => '숫자', 'Ordered' => '주문했다', 'Packaging' => '포장', + 'PartsList' => '', 'Price' => '가격', 'PriceChange' => '가격 변경', 'PriceUnit' => '가격 단위', 'Prices' => '물가', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => '제품 그룹', 'Production' => '생산', + 'ProductionSteps' => '', 'Profile' => '프로필', 'Properties' => '속성', 'Property' => '재산', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn.', 'Sales' => '매상', 'SalesPrice' => '판매 가격', + 'SalesPricing' => '', 'Segment' => '분절', 'ShelfLife' => '유통 기한', 'Source' => '원천', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => '텍스트', 'TimeUnit' => '시간 단위', 'Title' => '제목', + 'TopCustomers' => '', 'Tracking' => '추적', 'TradingUnit' => '거래 단위', 'Translation' => '번역', 'Type' => '유형', 'Unit' => '단위', + 'UsedIn' => '', 'Value' => '값', 'Variation' => '변화', 'Variations' => '변형', diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 88eb5f3..e778c23 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Klient / gruppe', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Kommisjon', 'Container' => 'Container', 'CostCenter' => 'Kostnadssted', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ILV.', 'Info' => 'Info.', 'IsActive' => 'Aktiv?', + 'Issues' => '', 'Item' => 'Punkt', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Elementer', 'Language' => 'Språk', 'LastOrder' => 'Siste bestilling', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Lot', 'MRR' => 'MRR.', 'MTDSales' => 'MTD-salg', + 'Machines' => '', 'Makespan' => 'Makepan.', 'Margin' => 'Margin', 'Master' => 'Herre', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Nummer', 'Ordered' => 'Bestilt', 'Packaging' => 'Emballasje', + 'PartsList' => '', 'Price' => 'Pris', 'PriceChange' => 'Prisendring', 'PriceUnit' => 'Enheten av pris', 'Prices' => 'Prisene', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Produktgruppe', 'Production' => 'Produksjon', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Egenskaper', 'Property' => 'Eiendom', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'SN.', 'Sales' => 'Salg', 'SalesPrice' => 'Salgs pris', + 'SalesPricing' => '', 'Segment' => 'Segmentet', 'ShelfLife' => 'Holdbarhet', 'Source' => 'Kilde', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Tekst', 'TimeUnit' => 'Tidsenhet', 'Title' => 'Tittel', + 'TopCustomers' => '', 'Tracking' => 'Sporing', 'TradingUnit' => 'Handelsenhet', 'Translation' => 'Oversettelse', 'Type' => 'Type', 'Unit' => 'Enhet', + 'UsedIn' => '', 'Value' => 'Verdi', 'Variation' => 'Variasjon', 'Variations' => 'Variasjoner', diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index 28af400..8c2a9d0 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Premia', 'ClientGroup' => 'Klient / Group.', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'zamawiać', 'Container' => 'Pojemnik', 'CostCenter' => 'Centrum kosztów', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ILV.', 'Info' => 'Info', 'IsActive' => 'Aktywny?', + 'Issues' => '', 'Item' => 'Przedmiot', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Przedmiotów', 'Language' => 'Język', 'LastOrder' => 'Ostatnie zamówienie', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Działka', 'MRR' => 'MRR.', 'MTDSales' => 'Sprzedaż MTD.', + 'Machines' => '', 'Makespan' => 'Makespan', 'Margin' => 'Margines', 'Master' => 'Gospodarz', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Numer', 'Ordered' => 'Uporządkowany', 'Packaging' => 'Opakowanie', + 'PartsList' => '', 'Price' => 'Cena £', 'PriceChange' => 'Zmiana ceny', 'PriceUnit' => 'Jednostka ceny', 'Prices' => 'Ceny', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Grupa produktów', 'Production' => 'Produkcja', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Nieruchomości', 'Property' => 'Nieruchomość', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn.', 'Sales' => 'Obroty', 'SalesPrice' => 'Cena sprzedaży', + 'SalesPricing' => '', 'Segment' => 'Człon', 'ShelfLife' => 'Trwałość', 'Source' => 'Źródło', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Tekst', 'TimeUnit' => 'Jednostka czasu', 'Title' => 'Tytuł', + 'TopCustomers' => '', 'Tracking' => 'Śledzenie', 'TradingUnit' => 'Jednostka handlowa', 'Translation' => 'Tłumaczenie', 'Type' => 'Rodzaj', 'Unit' => 'Jednostka', + 'UsedIn' => '', 'Value' => 'Wartość', 'Variation' => 'Zmiana', 'Variations' => 'Wariacje', diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 1c48cbe..adcab53 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bônus', 'ClientGroup' => 'Cliente / grupo', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Comissão', 'Container' => 'Recipiente', 'CostCenter' => 'Centro de custo', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv.', 'Info' => 'Info', 'IsActive' => 'Ativo?', + 'Issues' => '', 'Item' => 'Item', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Itens', 'Language' => 'Língua', 'LastOrder' => 'Último pedido', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Muitos', 'MRR' => 'MRR.', 'MTDSales' => 'Sales Mtd.', + 'Machines' => '', 'Makespan' => 'Makespan.', 'Margin' => 'Margem', 'Master' => 'Mestre', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Número', 'Ordered' => 'Encomendado', 'Packaging' => 'Embalagem', + 'PartsList' => '', 'Price' => 'Preço', 'PriceChange' => 'Mudança de preço', 'PriceUnit' => 'Unidade de preço', 'Prices' => 'Preços', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Grupo de produtos', 'Production' => 'Produção', + 'ProductionSteps' => '', 'Profile' => 'Perfil', 'Properties' => 'Propriedades.', 'Property' => 'Propriedade', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn.', 'Sales' => 'Vendas', 'SalesPrice' => 'Preços de venda', + 'SalesPricing' => '', 'Segment' => 'Segmento', 'ShelfLife' => 'Validade', 'Source' => 'Fonte', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Texto', 'TimeUnit' => 'Unidade de tempo', 'Title' => 'Título', + 'TopCustomers' => '', 'Tracking' => 'Rastreamento', 'TradingUnit' => 'Unidade de Negociação', 'Translation' => 'Tradução', 'Type' => 'Modelo', 'Unit' => 'Unidade', + 'UsedIn' => '', 'Value' => 'Valor', 'Variation' => 'Variação', 'Variations' => 'Variações.', diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index 02e365b..7084a57 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Бонус', 'ClientGroup' => 'Клиент / группа', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Комиссия', 'Container' => 'Контейнер', 'CostCenter' => 'Центр затрат', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv.', 'Info' => 'Информация', 'IsActive' => 'Активен?', + 'Issues' => '', 'Item' => 'Пункт', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Предметы', 'Language' => 'Язык', 'LastOrder' => 'Последний заказ', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Много', 'MRR' => 'MRR', 'MTDSales' => 'MTD Sales.', + 'Machines' => '', 'Makespan' => 'Пары', 'Margin' => 'Допуск', 'Master' => 'Владелец', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Число', 'Ordered' => 'Заказал', 'Packaging' => 'Упаковка', + 'PartsList' => '', 'Price' => 'Цена', 'PriceChange' => 'Смена цены', 'PriceUnit' => 'Единица цены', 'Prices' => 'Цены', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Группа товаров', 'Production' => 'Производство', + 'ProductionSteps' => '', 'Profile' => 'Профиль', 'Properties' => 'Характеристики', 'Property' => 'Имущество', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Сноги', 'Sales' => 'Продажи', 'SalesPrice' => 'Цена для продажи', + 'SalesPricing' => '', 'Segment' => 'Сегмент', 'ShelfLife' => 'Срок годности', 'Source' => 'Источник', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Текст', 'TimeUnit' => 'Единица времени', 'Title' => 'Заголовок', + 'TopCustomers' => '', 'Tracking' => 'Отслеживание', 'TradingUnit' => 'Торговая единица', 'Translation' => 'Перевод', 'Type' => 'Тип', 'Unit' => 'Единица измерения', + 'UsedIn' => '', 'Value' => 'Ценность', 'Variation' => 'Вариация', 'Variations' => 'Вариации', diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index f93d3ee..bb67195 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Klient / grupp', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Provision', 'Container' => 'Behållare', 'CostCenter' => 'Kostnadscenter', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ilv', 'Info' => 'Info', 'IsActive' => 'Aktiva?', + 'Issues' => '', 'Item' => 'Artikel', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Objekt', 'Language' => 'Språk', 'LastOrder' => 'Sista beställningen', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Massa', 'MRR' => 'Mrr', 'MTDSales' => 'MTD-försäljning', + 'Machines' => '', 'Makespan' => 'Makpanel', 'Margin' => 'Marginal', 'Master' => 'Bemästra', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'siffra', 'Ordered' => 'Beställde', 'Packaging' => 'Förpackning', + 'PartsList' => '', 'Price' => 'Pris', 'PriceChange' => 'Prisförändring', 'PriceUnit' => 'Prisenhet', 'Prices' => 'Priser', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Produktgrupp', 'Production' => 'Produktion', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Egenskaper', 'Property' => 'Fast egendom', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Försäljning', 'SalesPrice' => 'Försäljningspris', + 'SalesPricing' => '', 'Segment' => 'Segmentet', 'ShelfLife' => 'Hållbarhetstid', 'Source' => 'Källa', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Text', 'TimeUnit' => 'Tidpunkt', 'Title' => 'Titel', + 'TopCustomers' => '', 'Tracking' => 'Spårning', 'TradingUnit' => 'Handelsenhet', 'Translation' => 'Översättning', 'Type' => 'Typ', 'Unit' => 'Enhet', + 'UsedIn' => '', 'Value' => 'Värde', 'Variation' => 'Variation', 'Variations' => 'Variationer', diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index d42a471..52ff798 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'โบนัส', 'ClientGroup' => 'ลูกค้า / กลุ่ม', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'คณะกรรมการ', 'Container' => 'คอนเทนเนอร์', 'CostCenter' => 'costcenter', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ilv', 'Info' => 'ข้อมูล', 'IsActive' => 'คล่องแคล่ว?', + 'Issues' => '', 'Item' => 'สิ่งของ', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'รายการ', 'Language' => 'ภาษา', 'LastOrder' => 'คำสั่งสุดท้าย', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'มาก', 'MRR' => 'MRR', 'MTDSales' => 'ขาย MTD', + 'Machines' => '', 'Makespan' => 'แต่งหน้า', 'Margin' => 'ระยะขอบ', 'Master' => 'ผู้เชี่ยวชาญ', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'ตัวเลข', 'Ordered' => 'ที่ได้รับคำสั่ง', 'Packaging' => 'บรรจุภัณฑ์', + 'PartsList' => '', 'Price' => 'ราคา', 'PriceChange' => 'การเปลี่ยนแปลงราคา', 'PriceUnit' => 'หน่วยของราคา', 'Prices' => 'ราคา', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'กลุ่มผลิตภัณฑ์', 'Production' => 'การผลิต', + 'ProductionSteps' => '', 'Profile' => 'ประวัติโดยย่อ', 'Properties' => 'คุณสมบัติ', 'Property' => 'คุณสมบัติ', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'sn', 'Sales' => 'ฝ่ายขาย', 'SalesPrice' => 'ลดราคา', + 'SalesPricing' => '', 'Segment' => 'ส่วน', 'ShelfLife' => 'อายุการเก็บรักษา', 'Source' => 'แหล่งที่มา', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'ข้อความ', 'TimeUnit' => 'หน่วยของเวลา', 'Title' => 'ชื่อ', + 'TopCustomers' => '', 'Tracking' => 'การติดตาม', 'TradingUnit' => 'หน่วยการซื้อขาย', 'Translation' => 'การแปล', 'Type' => 'พิมพ์', 'Unit' => 'หน่วย', + 'UsedIn' => '', 'Value' => 'ค่า', 'Variation' => 'การเปลี่ยนแปลง', 'Variations' => 'การเปลี่ยนแปลง', diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index eeba9d3..a409813 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'ClientGroup' => 'Müşteri / Grup', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'komisyon', 'Container' => 'Konteyner', 'CostCenter' => 'Ödeme merkezi', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'İlve', 'Info' => 'Bilgi', 'IsActive' => 'Aktif?', + 'Issues' => '', 'Item' => 'Kalem', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Öğeler', 'Language' => 'Dilim', 'LastOrder' => 'Son sipariş', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Çok güzelsin', 'MRR' => 'Mrr', 'MTDSales' => 'Mtd satışları', + 'Machines' => '', 'Makespan' => 'Makespan', 'Margin' => 'Marj', 'Master' => 'Usta', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Numara', 'Ordered' => 'Emir', 'Packaging' => 'Ambalajlama', + 'PartsList' => '', 'Price' => 'Fiyat', 'PriceChange' => 'Fiyat değişikliği', 'PriceUnit' => 'Fiyat birimi', 'Prices' => 'Fiyat:% s', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Ürün grubu', 'Production' => 'Üretme', + 'ProductionSteps' => '', 'Profile' => 'Profil', 'Properties' => 'Özellikler', 'Property' => 'Mülk', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Sn', 'Sales' => 'Satış', 'SalesPrice' => 'Satış fiyatı', + 'SalesPricing' => '', 'Segment' => 'Segment', 'ShelfLife' => 'Raf ömrü', 'Source' => 'Kaynak', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Metin', 'TimeUnit' => 'Zaman birimi', 'Title' => 'Başlık', + 'TopCustomers' => '', 'Tracking' => 'İzleme', 'TradingUnit' => 'Ticaret Birimi', 'Translation' => 'Tercüme', 'Type' => 'Tip', 'Unit' => 'Birim', + 'UsedIn' => '', 'Value' => 'Değer', 'Variation' => 'varyasyon', 'Variations' => 'Varyasyonlar', diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index 34c2074..b735a76 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => 'Бонус', 'ClientGroup' => 'Клієнт / група', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => 'Комісія', 'Container' => 'Контейнер', 'CostCenter' => 'Центр витрат', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'Ільв', 'Info' => 'Інформація', 'IsActive' => 'Активний?', + 'Issues' => '', 'Item' => 'Елемент', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => 'Предмети', 'Language' => 'Мову', 'LastOrder' => 'Остання замовлення', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => 'Лот', 'MRR' => 'Пан', 'MTDSales' => 'Продажі MTD', + 'Machines' => '', 'Makespan' => 'Макіяж', 'Margin' => 'Маржа', 'Master' => 'Майстер', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => 'Число', 'Ordered' => 'Упорядкований', 'Packaging' => 'Упаковка', + 'PartsList' => '', 'Price' => 'Ціна', 'PriceChange' => 'Зміна ціни', 'PriceUnit' => 'Одиниця ціни', 'Prices' => 'Ціни', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => 'Група продуктів', 'Production' => 'Виробництво', + 'ProductionSteps' => '', 'Profile' => 'Профіль', 'Properties' => 'Властивості', 'Property' => 'Майно', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => 'Сно', 'Sales' => 'Продаж', 'SalesPrice' => 'Ціна продажу', + 'SalesPricing' => '', 'Segment' => 'Сегмент', 'ShelfLife' => 'Термін придатності', 'Source' => 'Джерело', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => 'Текст', 'TimeUnit' => 'Підрозділ часу', 'Title' => 'Заголовок', + 'TopCustomers' => '', 'Tracking' => 'Відстеження', 'TradingUnit' => 'Торговельний блок', 'Translation' => 'Переклад', 'Type' => 'Тип', 'Unit' => 'Підрозділ', + 'UsedIn' => '', 'Value' => 'Вартість', 'Variation' => 'Зміна', 'Variations' => 'Варіації', diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index dad2b9e..47d4b95 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -26,6 +26,9 @@ return ['ItemManagement' => [ 'Bills' => '#VALUE!', 'Bonus' => '奖金', 'ClientGroup' => '客户/集团', + 'ClientSection' => '', + 'ClientSegment' => '', + 'ClientType' => '', 'Commission' => '委员会', 'Container' => '容器', 'CostCenter' => '成本中心', @@ -56,7 +59,12 @@ return ['ItemManagement' => [ 'ILV' => 'ilv.', 'Info' => '信息', 'IsActive' => '积极的?', + 'Issues' => '', 'Item' => '物品', + 'ItemGroup' => '', + 'ItemSection' => '', + 'ItemSegment' => '', + 'ItemType' => '', 'Items' => '项目', 'Language' => '语', 'LastOrder' => '最后的订单', @@ -70,6 +78,7 @@ return ['ItemManagement' => [ 'Lot' => '很多', 'MRR' => 'MRR.', 'MTDSales' => 'MTD销售', + 'Machines' => '', 'Makespan' => 'MEPESPAN.', 'Margin' => '利润', 'Master' => '掌握', @@ -90,13 +99,16 @@ return ['ItemManagement' => [ 'Number' => '数字', 'Ordered' => '订购', 'Packaging' => '打包', + 'PartsList' => '', 'Price' => '价格', 'PriceChange' => '价格变动', 'PriceUnit' => '价格单位', 'Prices' => '价格', 'Pricing' => '#VALUE!', + 'Procurement' => '', 'Productgroup' => '产品组', 'Production' => '生产', + 'ProductionSteps' => '', 'Profile' => '轮廓', 'Properties' => '特性', 'Property' => '财产', @@ -113,6 +125,7 @@ return ['ItemManagement' => [ 'SN' => '一个人', 'Sales' => '销售量', 'SalesPrice' => '销售价格', + 'SalesPricing' => '', 'Segment' => '分割', 'ShelfLife' => '保质期', 'Source' => '来源', @@ -126,11 +139,13 @@ return ['ItemManagement' => [ 'Text' => '文本', 'TimeUnit' => '单位的时间', 'Title' => '标题', + 'TopCustomers' => '', 'Tracking' => '追踪', 'TradingUnit' => '交易单位', 'Translation' => '翻译', 'Type' => '类型', 'Unit' => '单元', + 'UsedIn' => '', 'Value' => '价值', 'Variation' => '变化', 'Variations' => '变化',