oms-AssetManagement/Theme/Backend/Lang/Navigation.en.lang.php
Dennis Eichhorn 74541d765d update
2024-01-02 23:34:17 +00:00

20 lines
338 B
PHP

<?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' => [
'Assets' => 'Assets',
'Dashboard' => 'Dashboard',
'Table' => 'Table',
]];