oms-HumanResourceManagement/Theme/Backend/Lang/en.lang.php
2024-03-20 07:21:22 +00:00

48 lines
1.4 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',
'Departments' => 'Departments',
'Documents' => 'Documents',
'Education' => 'Education',
'Email' => 'Email',
'Employee' => 'Employee',
'Employees' => 'Employees',
'End' => 'End',
'Evaluations' => 'Evaluations',
'General' => 'General',
'History' => 'History',
'Inactive' => 'Inactive',
'Name' => 'Name',
'Parent' => 'Parent',
'Phone' => 'Phone',
'Position' => 'Position',
'ProfileImage' => 'Profile image',
'Salary' => 'Salary',
'Notes' => 'Notes',
'Staff' => 'Staff',
'Start' => 'Start',
'Status' => 'Status',
'Title' => 'Title',
'Unit' => 'Unit',
'Work' => 'Work',
]];