mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 19:38:40 +00:00
30 lines
707 B
PHP
Executable File
30 lines
707 B
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @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' => [
|
|
'Categories' => '类别',
|
|
'Causes' => '原因',
|
|
'Cockpit' => '座舱',
|
|
'Create' => '创建',
|
|
'Delete' => '删除',
|
|
'Departments' => '部门',
|
|
'Processes' => '流程',
|
|
'Projects' => '项目',
|
|
'RiskManagement' => '风险管理',
|
|
'Risks' => '风险',
|
|
'Settings' => '设置',
|
|
'Solutions' => '解决方案',
|
|
'Units' => '单位',
|
|
]];
|