fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 19a536462a
commit d48447c73a
2 changed files with 31 additions and 24 deletions

View File

@ -13,8 +13,8 @@
return ['Navigation' => [
'Departments' => 'Departments',
'Employees' => 'Employees',
'HumanResources' => 'Human Resources',
'HumanResourceManagement' => 'Human Resources',
'HumanResources' => 'Human Resources',
'List' => 'List',
'Planning' => 'Planning',
'Positions' => 'Positions',

View File

@ -11,27 +11,34 @@
* @link https://orange-management.org
*/
return ['HumanResourceManagement' => [
'Account' => 'Account',
'Active' => 'Active',
'End' => 'End',
'Inactive' => 'Inactive',
'CreateFromAccount' => 'Create from account',
'Birthday' => 'Birthday',
'Clocking' => 'Clocking',
'Department' => 'Department',
'Departments' => 'Departments',
'Email' => 'Email',
'Employee' => 'Employee',
'Employees' => 'Employees',
'History' => 'History',
'Name' => 'Name',
'Parent' => 'Parent',
'Personnel' => 'Personnel',
'Position' => 'Position',
'Start' => 'Start',
'Shifts' => 'Shifts',
'Staff' => 'Staff',
'Status' => 'Status',
'Unit' => 'Unit',
'Vacation' => 'Vacation',
'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',
]];