mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
67 lines
2.2 KiB
PHP
Executable File
67 lines
2.2 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 ['Support' => [
|
|
'Account' => '계정',
|
|
'All' => '모두',
|
|
'Assigned' => '',
|
|
'AverageAmount' => '평균 금액',
|
|
'AverageProcessTime' => '평균 프로세스 시간',
|
|
'Closed' => '',
|
|
'Completion' => '',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Day' => '낮',
|
|
'Department' => '부서',
|
|
'Description' => '설명',
|
|
'Due' => '로 인한',
|
|
'Files' => '파일',
|
|
'For' => '',
|
|
'Forwarded' => '전달',
|
|
'From' => '에서',
|
|
'Group' => '그룹',
|
|
'InTime' => '제 시간에',
|
|
'Interval' => '간격',
|
|
'Media' => '미디어',
|
|
'Message' => '메세지',
|
|
'Month' => '월',
|
|
'Name' => '이름',
|
|
'New' => '새로운',
|
|
'Open' => '열려있는',
|
|
'Person' => '사람',
|
|
'Priority' => '우선 사항',
|
|
'Received' => '받았다',
|
|
'Receiver' => '수화기',
|
|
'Redirected' => '리디렉션 된 것',
|
|
'Responsible' => '책임이있는',
|
|
'Select' => '선택하다',
|
|
'Settings' => '설정',
|
|
'Size' => '크기',
|
|
'Statistics' => '통계',
|
|
'Status' => '상태',
|
|
'Support' => '지원하다',
|
|
'Ticket' => '티켓',
|
|
'Tickets' => '티켓',
|
|
'Title' => '제목',
|
|
'To' => '에게',
|
|
'Today' => '오늘',
|
|
'Topic' => '주제',
|
|
'Type' => '유형',
|
|
'Unassigned' => '',
|
|
'Unsolved' => '',
|
|
'Upload' => '업로드',
|
|
'Week' => '주',
|
|
'Year' => '년도',
|
|
]];
|