mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-27 06:58:39 +00:00
fix tests
This commit is contained in:
parent
59e5373580
commit
03090994fe
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'التحليلات',
|
||||
'Articles' => 'مقالات',
|
||||
'Create' => 'يخلق',
|
||||
'Invoice' => 'فاتورة',
|
||||
'Invoices' => 'الفواتير',
|
||||
'List' => 'قائمة',
|
||||
'OrderSuggestions' => 'اقتراحات الطلب',
|
||||
'PendingOrders' => 'أوامر معلقة',
|
||||
'Profile' => 'الملف الشخصي',
|
||||
'Purchase' => 'شراء',
|
||||
'Suppliers' => 'الموردون',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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é',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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.',
|
||||
]];
|
||||
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'Ανάλυση',
|
||||
'Articles' => 'Είδη',
|
||||
'Create' => 'Δημιουργώ',
|
||||
'Invoice' => 'Τιμολόγιο',
|
||||
'Invoices' => 'Τιμολόγια',
|
||||
'List' => 'Λίστα',
|
||||
'OrderSuggestions' => 'Προτάσεις παραγγελιών',
|
||||
'PendingOrders' => 'Εκκρεμείς παραγγελίες',
|
||||
'Profile' => 'Προφίλ',
|
||||
'Purchase' => 'Αγορά',
|
||||
'Suppliers' => 'Προμηθευτές',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'Analyysi',
|
||||
'Articles' => 'Artikkelit',
|
||||
'Create' => 'Luoda',
|
||||
'Invoice' => 'Lasku',
|
||||
'Invoices' => 'Laskut',
|
||||
'List' => 'Lista',
|
||||
'OrderSuggestions' => 'Tilausehdotukset',
|
||||
'PendingOrders' => 'Odottavat tilaukset',
|
||||
'Profile' => 'Profiili',
|
||||
'Purchase' => 'Ostaa',
|
||||
'Suppliers' => 'Toimittajat',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => '分析',
|
||||
'Articles' => 'articles',
|
||||
'Create' => '作成',
|
||||
'Invoice' => '請求書',
|
||||
'Invoices' => '請求書',
|
||||
'List' => 'リスト',
|
||||
'OrderSuggestions' => '注文提案',
|
||||
'PendingOrders' => '保留中の注文',
|
||||
'Profile' => 'プロフィール',
|
||||
'Purchase' => '購入',
|
||||
'Suppliers' => 'サプライヤー',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => '분석',
|
||||
'Articles' => '조항',
|
||||
'Create' => '만들다',
|
||||
'Invoice' => '송장',
|
||||
'Invoices' => '송장',
|
||||
'List' => '목록',
|
||||
'OrderSuggestions' => '주문 제안',
|
||||
'PendingOrders' => '주문을 보류',
|
||||
'Profile' => '프로필',
|
||||
'Purchase' => '구입',
|
||||
'Suppliers' => '공급자',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'Анализ',
|
||||
'Articles' => 'Статьи',
|
||||
'Create' => 'Создавать',
|
||||
'Invoice' => 'Счет',
|
||||
'Invoices' => 'Счета',
|
||||
'List' => 'Список',
|
||||
'OrderSuggestions' => 'Предложения заказа',
|
||||
'PendingOrders' => 'Заказы в ожидании',
|
||||
'Profile' => 'Профиль',
|
||||
'Purchase' => 'Покупка',
|
||||
'Suppliers' => 'Поставщики',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'การวิเคราะห์',
|
||||
'Articles' => 'บทความ',
|
||||
'Create' => 'สร้าง',
|
||||
'Invoice' => 'ใบแจ้งหนี้',
|
||||
'Invoices' => 'ใบแจ้งหนี้',
|
||||
'List' => 'รายการ',
|
||||
'OrderSuggestions' => 'คำแนะนำการสั่งซื้อ',
|
||||
'PendingOrders' => 'คำสั่งซื้อที่รอดำเนินการ',
|
||||
'Profile' => 'ประวัติโดยย่อ',
|
||||
'Purchase' => 'ซื้อ',
|
||||
'Suppliers' => 'ซัพพลายเออร์',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'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',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => 'Аналіз',
|
||||
'Articles' => 'Статті',
|
||||
'Create' => 'Створювати',
|
||||
'Invoice' => 'Рахунок-фактура',
|
||||
'Invoices' => 'Рахунки-фактури',
|
||||
'List' => 'Список',
|
||||
'OrderSuggestions' => 'Показ пропозицій',
|
||||
'PendingOrders' => 'Очікувані замовлення',
|
||||
'Profile' => 'Профіль',
|
||||
'Purchase' => 'Придбання',
|
||||
'Suppliers' => 'Постачальники',
|
||||
]];
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Analysis' => '分析',
|
||||
'Articles' => '文章',
|
||||
'Create' => '创建',
|
||||
'Invoice' => '发票',
|
||||
'Invoices' => '发票',
|
||||
'List' => '列表',
|
||||
'OrderSuggestions' => '订单建议',
|
||||
'PendingOrders' => '挂订单',
|
||||
'Profile' => '轮廓',
|
||||
'Purchase' => '购买',
|
||||
'Suppliers' => '供应商',
|
||||
]];
|
||||
|
|
@ -50,5 +50,6 @@ return ['Purchase' => [
|
|||
'ProductGroup' => 'Product Group',
|
||||
'MinRange' => 'Min. Range',
|
||||
'OrderSuggestions' => 'Order Suggestions',
|
||||
'OrderSuggestion' => 'Order Suggestion',
|
||||
'Suggestions' => 'Suggestions',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user