mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 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' => '사용자 / 그룹',
|
|
]];
|