mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-14 08:28:42 +00:00
fix language
This commit is contained in:
parent
df04ad6e5b
commit
fdadc60e41
20
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Attribute
|
* @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
|
||||||
|
|
|
||||||
20
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Attribute
|
* @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
|
||||||
|
|
|
||||||
20
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
20
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
20
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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' => [
|
||||||
|
'Archive' => '',
|
||||||
|
'Create' => '',
|
||||||
|
'Draft' => '',
|
||||||
|
'News' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/ar.lang.php
Normal file
30
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/cs.lang.php
Normal file
30
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/da.lang.php
Normal file
30
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Attribute
|
* @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
|
||||||
|
|
@ -13,18 +13,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Attribute' => [
|
return ['Attribute' => [
|
||||||
'AttributeTypes' => 'Attribute Types',
|
'Attribute' => 'Attribute',
|
||||||
'Attribute' => 'Attribute',
|
'AttributeTypes' => 'Attribute Types',
|
||||||
'Attributes' => 'Attributes',
|
'Attributes' => 'Attributes',
|
||||||
'Name' => 'Name',
|
'CustomValue' => 'Custom values allowed?',
|
||||||
'Title' => 'Title',
|
'Datatype' => 'Datatype',
|
||||||
'Datatype' => 'Datatype',
|
'DefaultValues' => 'Default Values',
|
||||||
'Status' => 'Status',
|
'IsRequired' => 'Is required?',
|
||||||
'Type' => 'Type',
|
'Name' => 'Name',
|
||||||
'Unit' => 'Unit',
|
'Pattern' => 'Pattern',
|
||||||
'Value' => 'Value',
|
'Status' => 'Status',
|
||||||
'DefaultValues' => 'Default Values',
|
'Title' => 'Title',
|
||||||
'Pattern' => 'Pattern',
|
'Type' => 'Type',
|
||||||
'IsRequired' => 'Is required?',
|
'Unit' => 'Unit',
|
||||||
'CustomValue' => 'Custom values allowed?',
|
'Value' => 'Value',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
30
Theme/Backend/Lang/el.lang.php
Normal file
30
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\Attribute
|
* @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
|
||||||
|
|
@ -13,18 +13,18 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Attribute' => [
|
return ['Attribute' => [
|
||||||
'AttributeTypes' => 'Attribute Types',
|
'Attribute' => 'Attribute',
|
||||||
'Attribute' => 'Attribute',
|
'AttributeTypes' => 'Attribute Types',
|
||||||
'Attributes' => 'Attributes',
|
'Attributes' => 'Attributes',
|
||||||
'Name' => 'Name',
|
'CustomValue' => 'Custom values allowed?',
|
||||||
'Title' => 'Title',
|
'Datatype' => 'Datatype',
|
||||||
'Datatype' => 'Datatype',
|
'DefaultValues' => 'Default Values',
|
||||||
'Status' => 'Status',
|
'IsRequired' => 'Is required?',
|
||||||
'Type' => 'Type',
|
'Name' => 'Name',
|
||||||
'Unit' => 'Unit',
|
'Pattern' => 'Pattern',
|
||||||
'Value' => 'Value',
|
'Status' => 'Status',
|
||||||
'DefaultValues' => 'Default Values',
|
'Title' => 'Title',
|
||||||
'Pattern' => 'Pattern',
|
'Type' => 'Type',
|
||||||
'IsRequired' => 'Is required?',
|
'Unit' => 'Unit',
|
||||||
'CustomValue' => 'Custom values allowed?',
|
'Value' => 'Value',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
30
Theme/Backend/Lang/es.lang.php
Normal file
30
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/fi.lang.php
Normal file
30
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/fr.lang.php
Normal file
30
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/hu.lang.php
Normal file
30
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/it.lang.php
Normal file
30
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/ja.lang.php
Normal file
30
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/ko.lang.php
Normal file
30
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/no.lang.php
Normal file
30
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/pl.lang.php
Normal file
30
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/pt.lang.php
Normal file
30
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/ru.lang.php
Normal file
30
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/sv.lang.php
Normal file
30
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/th.lang.php
Normal file
30
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/tr.lang.php
Normal file
30
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/uk.lang.php
Normal file
30
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
30
Theme/Backend/Lang/zh.lang.php
Normal file
30
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
<?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 ['Attribute' => [
|
||||||
|
'Attribute' => '',
|
||||||
|
'AttributeTypes' => '',
|
||||||
|
'Attributes' => '',
|
||||||
|
'CustomValue' => '',
|
||||||
|
'Datatype' => '',
|
||||||
|
'DefaultValues' => '',
|
||||||
|
'IsRequired' => '',
|
||||||
|
'Name' => '',
|
||||||
|
'Pattern' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
'Type' => '',
|
||||||
|
'Unit' => '',
|
||||||
|
'Value' => '',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user