bug fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-10-11 19:17:40 +00:00
parent eb9ced7fd9
commit 8ac7510a40
4 changed files with 38 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[
{
"id": 1008401001,
"id": 1009001001,
"pid": "/",
"type": 2,
"subtype": 1,
@ -14,7 +14,7 @@
"parent": 1002601001,
"children": [
{
"id": 1008402001,
"id": 1009002001,
"pid": "/cash",
"type": 3,
"subtype": 1,
@ -25,7 +25,7 @@
"order": 1,
"from": "CashManagement",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 1008401001,
"parent": 1009001001,
"children": []
}
]

View File

@ -0,0 +1,17 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'CashManagement' => 'Cash Management',
]];

View File

@ -0,0 +1,17 @@
<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Navigation' => [
'CashManagement' => 'Cash Management',
]];

View File

@ -1,6 +1,6 @@
{
"name": {
"id": 1008400000,
"id": 1009000000,
"internal": "CashManagement",
"external": "CashManagement"
},