mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-11 20:28:40 +00:00
52 lines
1.6 KiB
PHP
Executable File
52 lines
1.6 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 ['HumanResourceManagement' => [
|
|
'Active' => 'Active',
|
|
'Address' => 'Address',
|
|
'Birthday' => 'Birthday',
|
|
'Clocking' => 'Clocking',
|
|
'Contracts' => 'Contracts',
|
|
'CreateFromAccount' => 'Create from account',
|
|
'Department' => 'Department',
|
|
'Position' => 'Position',
|
|
'Positions' => 'Positions',
|
|
'Departments' => 'Departments',
|
|
'Documents' => 'Documents',
|
|
'Education' => 'Education',
|
|
'Email' => 'Email',
|
|
'Employee' => 'Employee',
|
|
'Employees' => 'Employees',
|
|
'End' => 'End',
|
|
'Score' => 'Score',
|
|
'Evaluations' => 'Evaluations',
|
|
'General' => 'General',
|
|
'History' => 'History',
|
|
'Inactive' => 'Inactive',
|
|
'Name' => 'Name',
|
|
'Parent' => 'Parent',
|
|
'Phone' => 'Phone',
|
|
'ProfileImage' => 'Profile image',
|
|
'Salary' => 'Salary',
|
|
'Notes' => 'Notes',
|
|
'Staff' => 'Staff',
|
|
'Start' => 'Start',
|
|
'Status' => 'Status',
|
|
'Title' => 'Title',
|
|
'Unit' => 'Unit',
|
|
'Work' => 'Work',
|
|
'Total' => 'Total',
|
|
'FTE' => 'FTE',
|
|
]];
|