mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.6 KiB
PHP
Executable File
51 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Karaka
|
|
*
|
|
* 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 ['HumanResourceManagement' => [
|
|
'Account' => '계정',
|
|
'Active' => '활동적인',
|
|
'Address' => '#VALUE!',
|
|
'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' => '상태',
|
|
'Title' => '#VALUE!',
|
|
'Unit' => '단위',
|
|
'Vacation' => '휴가',
|
|
'Work' => '일하다',
|
|
]];
|