mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-22 05:38:40 +00:00
61 lines
2.0 KiB
PHP
Executable File
61 lines
2.0 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 ['Support' => [
|
|
'Account' => '계정',
|
|
'All' => '모두',
|
|
'AverageAmount' => '평균 금액',
|
|
'AverageProcessTime' => '부근에 있습니다. 처리 시간',
|
|
'Created' => '만들어진',
|
|
'Creator' => '창조자',
|
|
'Day' => '일',
|
|
'Department' => '학과',
|
|
'Description' => '기술',
|
|
'Due' => '정당한',
|
|
'Files' => '파일',
|
|
'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' => '유형',
|
|
'Upload' => '업로드',
|
|
'Week' => '주',
|
|
'Year' => '년',
|
|
]];
|