mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-02-14 15:28:43 +00:00
fix language
This commit is contained in:
parent
c055a36c85
commit
c8eb656be5
17
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.ar.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.cs.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.da.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.de.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.el.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
|
|
@ -4,11 +4,11 @@
|
||||||
*
|
*
|
||||||
* PHP Version 8.1
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Modules\BusinessExpenses
|
* @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);
|
||||||
|
|
||||||
|
|
|
||||||
17
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.es.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.fi.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.fr.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.hu.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.it.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.ja.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.ko.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.no.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.pl.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.pt.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.ru.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.sv.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.th.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.tr.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.uk.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
17
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.zh.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?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' => [
|
||||||
|
'BusinessExpenses' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/ar.lang.php
Normal file
34
Theme/Backend/Lang/ar.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/cs.lang.php
Normal file
34
Theme/Backend/Lang/cs.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/da.lang.php
Normal file
34
Theme/Backend/Lang/da.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/de.lang.php
Normal file
34
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/el.lang.php
Normal file
34
Theme/Backend/Lang/el.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
|
|
@ -13,22 +13,22 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['BusinessExpenses' => [
|
return ['BusinessExpenses' => [
|
||||||
'Expenses' => 'Expenses',
|
|
||||||
'Status' => 'Status',
|
|
||||||
'Title' => 'Title',
|
|
||||||
'Paid' => 'Paid',
|
|
||||||
'Approved' => 'Approved',
|
|
||||||
'From' => 'From',
|
|
||||||
'Amount' => 'Amount',
|
|
||||||
'Start' => 'Start',
|
|
||||||
'End' => 'End',
|
|
||||||
'Description' => 'Description',
|
|
||||||
'Report' => 'Report',
|
|
||||||
'Net' => 'Net',
|
|
||||||
'Gross' => 'Gross',
|
|
||||||
'Notes' => 'Notes',
|
|
||||||
'CreatedAt' => 'Created At',
|
|
||||||
':status1' => 'Draft',
|
':status1' => 'Draft',
|
||||||
':status2' => 'Finalized',
|
':status2' => 'Finalized',
|
||||||
':status3' => 'Inactive',
|
':status3' => 'Inactive',
|
||||||
|
'Amount' => 'Amount',
|
||||||
|
'Approved' => 'Approved',
|
||||||
|
'CreatedAt' => 'Created At',
|
||||||
|
'Description' => 'Description',
|
||||||
|
'End' => 'End',
|
||||||
|
'Expenses' => 'Expenses',
|
||||||
|
'From' => 'From',
|
||||||
|
'Gross' => 'Gross',
|
||||||
|
'Net' => 'Net',
|
||||||
|
'Notes' => 'Notes',
|
||||||
|
'Paid' => 'Paid',
|
||||||
|
'Report' => 'Report',
|
||||||
|
'Start' => 'Start',
|
||||||
|
'Status' => 'Status',
|
||||||
|
'Title' => 'Title',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
34
Theme/Backend/Lang/es.lang.php
Normal file
34
Theme/Backend/Lang/es.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/fi.lang.php
Normal file
34
Theme/Backend/Lang/fi.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/fr.lang.php
Normal file
34
Theme/Backend/Lang/fr.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/hu.lang.php
Normal file
34
Theme/Backend/Lang/hu.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/it.lang.php
Normal file
34
Theme/Backend/Lang/it.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/ja.lang.php
Normal file
34
Theme/Backend/Lang/ja.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/ko.lang.php
Normal file
34
Theme/Backend/Lang/ko.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/no.lang.php
Normal file
34
Theme/Backend/Lang/no.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/pl.lang.php
Normal file
34
Theme/Backend/Lang/pl.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/pt.lang.php
Normal file
34
Theme/Backend/Lang/pt.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/ru.lang.php
Normal file
34
Theme/Backend/Lang/ru.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/sv.lang.php
Normal file
34
Theme/Backend/Lang/sv.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/th.lang.php
Normal file
34
Theme/Backend/Lang/th.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/tr.lang.php
Normal file
34
Theme/Backend/Lang/tr.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/uk.lang.php
Normal file
34
Theme/Backend/Lang/uk.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
34
Theme/Backend/Lang/zh.lang.php
Normal file
34
Theme/Backend/Lang/zh.lang.php
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
<?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 ['BusinessExpenses' => [
|
||||||
|
':status1' => '',
|
||||||
|
':status2' => '',
|
||||||
|
':status3' => '',
|
||||||
|
'Amount' => '',
|
||||||
|
'Approved' => '',
|
||||||
|
'CreatedAt' => '',
|
||||||
|
'Description' => '',
|
||||||
|
'End' => '',
|
||||||
|
'Expenses' => '',
|
||||||
|
'From' => '',
|
||||||
|
'Gross' => '',
|
||||||
|
'Net' => '',
|
||||||
|
'Notes' => '',
|
||||||
|
'Paid' => '',
|
||||||
|
'Report' => '',
|
||||||
|
'Start' => '',
|
||||||
|
'Status' => '',
|
||||||
|
'Title' => '',
|
||||||
|
]];
|
||||||
Loading…
Reference in New Issue
Block a user