mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-28 19:58:40 +00:00
test language/export/import which changed a lot of lang files
This commit is contained in:
parent
d7615f1589
commit
486407e774
47
Theme/Backend/Lang/de.lang.php
Normal file
47
Theme/Backend/Lang/de.lang.php
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @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' => '',
|
||||
'Position' => '',
|
||||
'Remarks' => '',
|
||||
'Shifts' => '',
|
||||
'Staff' => '',
|
||||
'Start' => '',
|
||||
'Status' => '',
|
||||
'Unit' => '',
|
||||
'Vacation' => '',
|
||||
'Work' => '',
|
||||
'ProfileImage' => '',
|
||||
'Phone' => '',
|
||||
]];
|
||||
61
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
61
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
|
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
* @package Modules\HumanResourceManagement
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -13,34 +12,36 @@
|
|||
declare(strict_types=1);
|
||||
|
||||
return ['HumanResourceManagement' => [
|
||||
'Account' => 'Account',
|
||||
'Active' => 'Active',
|
||||
'Birthday' => 'Birthday',
|
||||
'Clocking' => 'Clocking',
|
||||
'Contracts' => 'Contracts',
|
||||
'Account' => 'Account',
|
||||
'Active' => 'Active',
|
||||
'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',
|
||||
'Personnel' => 'Personnel',
|
||||
'Position' => 'Position',
|
||||
'Remarks' => 'Remarks',
|
||||
'Shifts' => 'Shifts',
|
||||
'Staff' => 'Staff',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'Vacation' => 'Vacation',
|
||||
'Work' => 'Work',
|
||||
'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',
|
||||
'Personnel' => 'Personnel',
|
||||
'Position' => 'Position',
|
||||
'Remarks' => 'Remarks',
|
||||
'Shifts' => 'Shifts',
|
||||
'Staff' => 'Staff',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Unit' => 'Unit',
|
||||
'Vacation' => 'Vacation',
|
||||
'Work' => 'Work',
|
||||
'ProfileImage' => '',
|
||||
'Phone' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user