mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-22 12:38:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
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' => '사용자 / 그룹',
|
|
]];
|