oms-HumanResourceManagement/Theme/Backend/Lang/ko.lang.php

49 lines
1.5 KiB
PHP

<?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 ['HumanResourceManagement' => [
'Account' => '계정',
'Active' => '유효한',
'Birthday' => '생신',
'Clocking' => '클러킹',
'Contracts' => '계약',
'CreateFromAccount' => '계정 만들기',
'Department' => '학과',
'Departments' => '부서',
'Documents' => '서류',
'Education' => '교육',
'Email' => '이메일',
'Employee' => '종업원',
'Employees' => '종업원 수',
'End' => '종료',
'Evaluations' => '평가',
'General' => '일반',
'History' => '역사',
'Inactive' => '비활성',
'Name' => '이름',
'Parent' => '부모의',
'Personnel' => '인원',
'Phone' => '전화',
'Position' => '위치',
'ProfileImage' => '프로필 이미지',
'Remarks' => '비고',
'Shifts' => '교대',
'Staff' => '직원',
'Start' => '스타트',
'Status' => '상태',
'Unit' => '단위',
'Vacation' => '휴가',
'Work' => '작업',
]];