mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-19 04:28:40 +00:00
47 lines
1.3 KiB
PHP
Executable File
47 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 ['EventManagement' => [
|
|
'Account' => '계정',
|
|
'Actual' => '실제',
|
|
'Amount' => '양',
|
|
'Budget' => '예산',
|
|
'CoreData' => '핵심 데이터',
|
|
'Description' => '설명',
|
|
'Elements' => '집단',
|
|
'End' => '끝',
|
|
'Event' => '이벤트',
|
|
'EventManagement' => '이벤트 관리',
|
|
'Events' => '이벤트',
|
|
'Exponential' => '지수',
|
|
'Files' => '파일',
|
|
'Group' => '그룹',
|
|
'Info' => '정보',
|
|
'Linear' => '선의',
|
|
'Log' => '통나무',
|
|
'Manager' => '관리자',
|
|
'Manual' => '수동',
|
|
'Name' => '이름',
|
|
'People' => '사람들',
|
|
'Permissions' => '권한',
|
|
'Progress' => '진전',
|
|
'Responsibility' => '책임',
|
|
'Start' => '시작',
|
|
'Status' => '상태',
|
|
'Tasks' => '작업',
|
|
'Title' => '제목',
|
|
'User' => '사용자',
|
|
'UserGroup' => '사용자 / 그룹',
|
|
]];
|