mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-18 15:18:40 +00:00
51 lines
1.5 KiB
PHP
Executable File
51 lines
1.5 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' => '工作',
|
|
]];
|