mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +00:00
64 lines
2.1 KiB
PHP
Executable File
64 lines
2.1 KiB
PHP
Executable File
<?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 ['Tasks' => [
|
|
'Account' => '계정',
|
|
'All' => '모두',
|
|
'AverageAmount' => '평균 금액',
|
|
'AverageProcessTime' => '평균 프로세스 시간',
|
|
'CC' => 'CC.',
|
|
'Completion' => '',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Due' => '로 인한',
|
|
'Due/Priority' => '기한 / 우선 순위',
|
|
'For' => '',
|
|
'Forwarded' => '전달',
|
|
'From' => '에서',
|
|
'History' => '역사',
|
|
'InTime' => '제 시간에',
|
|
'Media' => '미디어',
|
|
'Message' => '메세지',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => '없음',
|
|
'P1' => '매우 낮은',
|
|
'P2' => '낮은',
|
|
'P3' => '중간',
|
|
'P4' => '높은',
|
|
'P5' => '매우 높은',
|
|
'Priority' => '우선 사항',
|
|
'Received' => '받았다',
|
|
'ReminderedBy' => '',
|
|
'S1' => '열려있는',
|
|
'S2' => '진행중인',
|
|
'S3' => '정지 된',
|
|
'S4' => '취소 된',
|
|
'S5' => '완료',
|
|
'Select' => '선택하다',
|
|
'Statistics' => '통계',
|
|
'Status' => '상태',
|
|
'Tag' => '',
|
|
'Task' => '일',
|
|
'Title' => '제목',
|
|
'To' => '에게',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => '업로드',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => '전달되었습니다',
|
|
'priority_change' => '% s의 우선 순위를 % s to',
|
|
'status_change' => '% s의 상태를 % s ~로 설정합니다',
|
|
]];
|