mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-16 17:58:41 +00:00
46 lines
1.2 KiB
PHP
Executable File
46 lines
1.2 KiB
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 ['ProjectManagement' => [
|
|
'Active' => '积极的',
|
|
'Actual' => '实际的',
|
|
'Budget' => '预算',
|
|
'Canceled' => '取消',
|
|
'Created' => '创造了',
|
|
'Creator' => '创造者',
|
|
'Description' => '描述',
|
|
'Due' => '到期的',
|
|
'End' => '结尾',
|
|
'Exponential' => '幂数',
|
|
'Files' => '文件',
|
|
'Finished' => '完成的',
|
|
'Hold' => '抓住',
|
|
'Inactive' => '不活跃',
|
|
'Linear' => '线性',
|
|
'Log' => '日志',
|
|
'Manager' => '经理',
|
|
'Manual' => '手动的',
|
|
'Name' => '名称',
|
|
'Other' => '其他',
|
|
'Progress' => '进步',
|
|
'Project' => '项目',
|
|
'Projects' => '项目',
|
|
'Responsibility' => '责任',
|
|
'Start' => '开始',
|
|
'Status' => '地位',
|
|
'Tasks' => '任务',
|
|
'Title' => '标题',
|
|
'UserGroup' => '用户/群体',
|
|
]];
|