mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-18 13:48:41 +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' => '',
|
||||
]];
|
||||
3
Theme/Backend/Lang/en.lang.php
Executable file → Normal file
3
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
|
||||
|
|
@ -43,4 +42,6 @@ return ['HumanResourceManagement' => [
|
|||
'Unit' => 'Unit',
|
||||
'Vacation' => 'Vacation',
|
||||
'Work' => 'Work',
|
||||
'ProfileImage' => '',
|
||||
'Phone' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user