mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-22 17:08:40 +00:00
49 lines
1.5 KiB
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' => '工作',
|
|
]];
|