From 03090994fe1331ca37592e76033b9d71d44bb749 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 17 Mar 2024 21:35:01 +0000 Subject: [PATCH] fix tests --- Theme/Backend/Lang/Navigation.ar.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.cs.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.da.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.de.lang.php | 6 +++-- Theme/Backend/Lang/Navigation.el.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.es.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.fi.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.fr.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.hu.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.it.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.ja.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.ko.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.no.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.pl.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.pt.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.ru.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.sv.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.th.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.tr.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.uk.lang.php | 27 ----------------------- Theme/Backend/Lang/Navigation.zh.lang.php | 27 ----------------------- Theme/Backend/Lang/en.lang.php | 1 + 22 files changed, 5 insertions(+), 542 deletions(-) delete mode 100755 Theme/Backend/Lang/Navigation.ar.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.cs.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.da.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.el.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.es.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.fi.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.fr.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.hu.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.it.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ja.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ko.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.no.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.pl.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.pt.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.ru.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.sv.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.th.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.tr.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.uk.lang.php delete mode 100755 Theme/Backend/Lang/Navigation.zh.lang.php diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php deleted file mode 100755 index c063ac3..0000000 --- a/Theme/Backend/Lang/Navigation.ar.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'التحليلات', - 'Articles' => 'مقالات', - 'Create' => 'يخلق', - 'Invoice' => 'فاتورة', - 'Invoices' => 'الفواتير', - 'List' => 'قائمة', - 'OrderSuggestions' => 'اقتراحات الطلب', - 'PendingOrders' => 'أوامر معلقة', - 'Profile' => 'الملف الشخصي', - 'Purchase' => 'شراء', - 'Suppliers' => 'الموردون', -]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php deleted file mode 100755 index dfef77e..0000000 --- a/Theme/Backend/Lang/Navigation.cs.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analýza', - 'Articles' => 'Články', - 'Create' => 'Vytvořit', - 'Invoice' => 'Faktura', - 'Invoices' => 'Faktury', - 'List' => 'Seznam', - 'OrderSuggestions' => 'Objednat návrhy', - 'PendingOrders' => 'Čekající na objednávky', - 'Profile' => 'Profil', - 'Purchase' => 'Nákup', - 'Suppliers' => 'Dodavatelé', -]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php deleted file mode 100755 index 5b4fae8..0000000 --- a/Theme/Backend/Lang/Navigation.da.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Articles' => 'Artikler', - 'Create' => 'skab', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturaer.', - 'List' => 'Liste', - 'OrderSuggestions' => 'Bestil forslag', - 'PendingOrders' => 'Ventende ordrer', - 'Profile' => 'Profil', - 'Purchase' => 'Køb', - 'Suppliers' => 'Leverandører.', -]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 767804d..28e3ad0 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -15,13 +15,15 @@ declare(strict_types=1); return ['Navigation' => [ 'Analysis' => 'Analyse', 'Articles' => 'Artikel', - 'Create' => 'Erstellen', 'Invoice' => 'Rechnung', 'Invoices' => 'Rechnungen', - 'List' => 'Liste', 'OrderSuggestions' => 'Bestellvorschläg', 'PendingOrders' => 'Ausstehende Bestellungen', 'Profile' => 'Profil', 'Purchase' => 'Kaufen', 'Suppliers' => 'Lieferanten', + 'TaxCodes' => 'Steuerkennzeichen', + 'TaxCombinations' => 'Steuerkombination', + 'List' => 'Liste', + 'Create' => 'Erstellen', ]]; diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php deleted file mode 100755 index 2a917d2..0000000 --- a/Theme/Backend/Lang/Navigation.el.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Ανάλυση', - 'Articles' => 'Είδη', - 'Create' => 'Δημιουργώ', - 'Invoice' => 'Τιμολόγιο', - 'Invoices' => 'Τιμολόγια', - 'List' => 'Λίστα', - 'OrderSuggestions' => 'Προτάσεις παραγγελιών', - 'PendingOrders' => 'Εκκρεμείς παραγγελίες', - 'Profile' => 'Προφίλ', - 'Purchase' => 'Αγορά', - 'Suppliers' => 'Προμηθευτές', -]]; diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php deleted file mode 100755 index 6483a00..0000000 --- a/Theme/Backend/Lang/Navigation.es.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Análisis', - 'Articles' => 'Artículos', - 'Create' => 'Crear', - 'Invoice' => 'Factura', - 'Invoices' => 'Facturas', - 'List' => 'Lista', - 'OrderSuggestions' => 'Sugerencias de pedido', - 'PendingOrders' => 'Ordenes pendientes', - 'Profile' => 'Perfil', - 'Purchase' => 'Compra', - 'Suppliers' => 'Proveedores', -]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php deleted file mode 100755 index edca435..0000000 --- a/Theme/Backend/Lang/Navigation.fi.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analyysi', - 'Articles' => 'Artikkelit', - 'Create' => 'Luoda', - 'Invoice' => 'Lasku', - 'Invoices' => 'Laskut', - 'List' => 'Lista', - 'OrderSuggestions' => 'Tilausehdotukset', - 'PendingOrders' => 'Odottavat tilaukset', - 'Profile' => 'Profiili', - 'Purchase' => 'Ostaa', - 'Suppliers' => 'Toimittajat', -]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php deleted file mode 100755 index fd4c2f2..0000000 --- a/Theme/Backend/Lang/Navigation.fr.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Articles' => 'Des articles', - 'Create' => 'Créer', - 'Invoice' => 'Facture d\'achat', - 'Invoices' => 'Factures', - 'List' => 'Lister', - 'OrderSuggestions' => 'Suggestions de commande', - 'PendingOrders' => 'Les ordres en attente', - 'Profile' => 'Profil', - 'Purchase' => 'Acheter', - 'Suppliers' => 'Fournisseurs', -]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php deleted file mode 100755 index 504b968..0000000 --- a/Theme/Backend/Lang/Navigation.hu.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Elemzés', - 'Articles' => 'Árucikkek', - 'Create' => 'Teremt', - 'Invoice' => 'Számla', - 'Invoices' => 'Számlák', - 'List' => 'Lista', - 'OrderSuggestions' => 'Rendelési javaslatok', - 'PendingOrders' => 'Függőben lévő rendelés', - 'Profile' => 'Profil', - 'Purchase' => 'Vásárlás', - 'Suppliers' => 'Beszállítók', -]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php deleted file mode 100755 index a6f5b79..0000000 --- a/Theme/Backend/Lang/Navigation.it.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analisi', - 'Articles' => 'Artificio', - 'Create' => 'Creare', - 'Invoice' => 'Fattura', - 'Invoices' => 'Fatture', - 'List' => 'Elenco', - 'OrderSuggestions' => 'Suggerimenti per ordine', - 'PendingOrders' => 'Ordini in attesa', - 'Profile' => 'Profilo', - 'Purchase' => 'Acquistare', - 'Suppliers' => 'Fornitori', -]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php deleted file mode 100755 index 13e5531..0000000 --- a/Theme/Backend/Lang/Navigation.ja.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => '分析', - 'Articles' => 'articles', - 'Create' => '作成', - 'Invoice' => '請求書', - 'Invoices' => '請求書', - 'List' => 'リスト', - 'OrderSuggestions' => '注文提案', - 'PendingOrders' => '保留中の注文', - 'Profile' => 'プロフィール', - 'Purchase' => '購入', - 'Suppliers' => 'サプライヤー', -]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php deleted file mode 100755 index 76aedd3..0000000 --- a/Theme/Backend/Lang/Navigation.ko.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => '분석', - 'Articles' => '조항', - 'Create' => '만들다', - 'Invoice' => '송장', - 'Invoices' => '송장', - 'List' => '목록', - 'OrderSuggestions' => '주문 제안', - 'PendingOrders' => '주문을 보류', - 'Profile' => '프로필', - 'Purchase' => '구입', - 'Suppliers' => '공급자', -]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php deleted file mode 100755 index 9194b29..0000000 --- a/Theme/Backend/Lang/Navigation.no.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analyse', - 'Articles' => 'Artikler', - 'Create' => 'Skape', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturaer', - 'List' => 'Liste', - 'OrderSuggestions' => 'Bestillingsforslag', - 'PendingOrders' => 'Ventende ordrer', - 'Profile' => 'Profil', - 'Purchase' => 'Kjøp', - 'Suppliers' => 'Leverandører', -]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php deleted file mode 100755 index c53af6f..0000000 --- a/Theme/Backend/Lang/Navigation.pl.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analiza', - 'Articles' => 'Artykuły', - 'Create' => 'Tworzyć', - 'Invoice' => 'Faktura', - 'Invoices' => 'Faktury', - 'List' => 'Lista', - 'OrderSuggestions' => 'Zamów sugestie', - 'PendingOrders' => 'Oczekujące zamówienia', - 'Profile' => 'Profil', - 'Purchase' => 'Zakup', - 'Suppliers' => 'Dostawcy', -]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php deleted file mode 100755 index 57a7d1b..0000000 --- a/Theme/Backend/Lang/Navigation.pt.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Análise', - 'Articles' => 'Artigos', - 'Create' => 'Crio', - 'Invoice' => 'Fatura', - 'Invoices' => 'Faturas', - 'List' => 'Lista', - 'OrderSuggestions' => 'Sugestões de pedidos', - 'PendingOrders' => 'Ordens pendentes', - 'Profile' => 'Perfil', - 'Purchase' => 'Comprar', - 'Suppliers' => 'Fornecedores', -]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php deleted file mode 100755 index b702711..0000000 --- a/Theme/Backend/Lang/Navigation.ru.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Анализ', - 'Articles' => 'Статьи', - 'Create' => 'Создавать', - 'Invoice' => 'Счет', - 'Invoices' => 'Счета', - 'List' => 'Список', - 'OrderSuggestions' => 'Предложения заказа', - 'PendingOrders' => 'Заказы в ожидании', - 'Profile' => 'Профиль', - 'Purchase' => 'Покупка', - 'Suppliers' => 'Поставщики', -]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php deleted file mode 100755 index 01c8322..0000000 --- a/Theme/Backend/Lang/Navigation.sv.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analys', - 'Articles' => 'Artiklar', - 'Create' => 'Skapa', - 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturor', - 'List' => 'Lista', - 'OrderSuggestions' => 'Beställningsförslag', - 'PendingOrders' => 'Väntar på beställningar', - 'Profile' => 'Profil', - 'Purchase' => 'Inköp', - 'Suppliers' => 'Leverantörer', -]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php deleted file mode 100755 index ebfe5b7..0000000 --- a/Theme/Backend/Lang/Navigation.th.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'การวิเคราะห์', - 'Articles' => 'บทความ', - 'Create' => 'สร้าง', - 'Invoice' => 'ใบแจ้งหนี้', - 'Invoices' => 'ใบแจ้งหนี้', - 'List' => 'รายการ', - 'OrderSuggestions' => 'คำแนะนำการสั่งซื้อ', - 'PendingOrders' => 'คำสั่งซื้อที่รอดำเนินการ', - 'Profile' => 'ประวัติโดยย่อ', - 'Purchase' => 'ซื้อ', - 'Suppliers' => 'ซัพพลายเออร์', -]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php deleted file mode 100755 index e19befe..0000000 --- a/Theme/Backend/Lang/Navigation.tr.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Analiz', - 'Articles' => 'Nesne', - 'Create' => 'Yaratmak', - 'Invoice' => 'Fatura', - 'Invoices' => 'Faturalar', - 'List' => 'Liste', - 'OrderSuggestions' => 'Sipariş önerileri', - 'PendingOrders' => 'Bekleyen Siparişler', - 'Profile' => 'Profil', - 'Purchase' => 'Satın alma', - 'Suppliers' => 'Tedarikçiler', -]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php deleted file mode 100755 index deea8c2..0000000 --- a/Theme/Backend/Lang/Navigation.uk.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => 'Аналіз', - 'Articles' => 'Статті', - 'Create' => 'Створювати', - 'Invoice' => 'Рахунок-фактура', - 'Invoices' => 'Рахунки-фактури', - 'List' => 'Список', - 'OrderSuggestions' => 'Показ пропозицій', - 'PendingOrders' => 'Очікувані замовлення', - 'Profile' => 'Профіль', - 'Purchase' => 'Придбання', - 'Suppliers' => 'Постачальники', -]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php deleted file mode 100755 index fa6d0a1..0000000 --- a/Theme/Backend/Lang/Navigation.zh.lang.php +++ /dev/null @@ -1,27 +0,0 @@ - [ - 'Analysis' => '分析', - 'Articles' => '文章', - 'Create' => '创建', - 'Invoice' => '发票', - 'Invoices' => '发票', - 'List' => '列表', - 'OrderSuggestions' => '订单建议', - 'PendingOrders' => '挂订单', - 'Profile' => '轮廓', - 'Purchase' => '购买', - 'Suppliers' => '供应商', -]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 86f89d6..bebece0 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -50,5 +50,6 @@ return ['Purchase' => [ 'ProductGroup' => 'Product Group', 'MinRange' => 'Min. Range', 'OrderSuggestions' => 'Order Suggestions', + 'OrderSuggestion' => 'Order Suggestion', 'Suggestions' => 'Suggestions', ]];