mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-02-13 20:18:42 +00:00
fix language
This commit is contained in:
parent
941ab85c04
commit
72d460ff19
19
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Production
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 2.0
|
* @license OMS License 2.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://orange-management.org
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
|
||||||
19
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
19
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
19
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
<?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' => [
|
||||||
|
'Articles' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Production' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/ar.lang.php
Normal file
29
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/cs.lang.php
Normal file
29
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/da.lang.php
Normal file
29
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/de.lang.php
Normal file
29
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/el.lang.php
Normal file
29
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Production
|
* @package Modules\Localization
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 2.0
|
* @license OMS License 2.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://orange-management.org
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
|
||||||
29
Theme/Backend/Lang/es.lang.php
Normal file
29
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/fi.lang.php
Normal file
29
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/fr.lang.php
Normal file
29
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/hu.lang.php
Normal file
29
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/it.lang.php
Normal file
29
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/ja.lang.php
Normal file
29
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/ko.lang.php
Normal file
29
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/no.lang.php
Normal file
29
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/pl.lang.php
Normal file
29
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/pt.lang.php
Normal file
29
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/ru.lang.php
Normal file
29
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/sv.lang.php
Normal file
29
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/th.lang.php
Normal file
29
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/tr.lang.php
Normal file
29
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/uk.lang.php
Normal file
29
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
29
Theme/Backend/Lang/zh.lang.php
Normal file
29
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
<?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 ['Production' => [
|
||||||
|
'Article' => '',
|
||||||
|
'Done' => '',
|
||||||
|
'Due' => '',
|
||||||
|
'For' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Ordered' => '',
|
||||||
|
'Orderer' => '',
|
||||||
|
'Process' => '',
|
||||||
|
'Product' => '',
|
||||||
|
'Productions' => '',
|
||||||
|
'Quantity' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user