test language/export/import which changed a lot of lang files

This commit is contained in:
Dennis Eichhorn 2021-02-08 19:10:15 +01:00
parent d7615f1589
commit 486407e774
2 changed files with 78 additions and 30 deletions

View 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
View 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' => '',
]];