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' => [ return ['Navigation' => [
'Departments' => 'Departments', 'Departments' => 'Departments',
'Employees' => 'Employees', 'Employees' => 'Employees',
'HumanResources' => 'Human Resources',
'HumanResourceManagement' => 'Human Resources', 'HumanResourceManagement' => 'Human Resources',
'HumanResources' => 'Human Resources',
'List' => 'List', 'List' => 'List',
'Planning' => 'Planning', 'Planning' => 'Planning',
'Positions' => 'Positions', 'Positions' => 'Positions',

View File

@ -11,27 +11,34 @@
* @link https://orange-management.org * @link https://orange-management.org
*/ */
return ['HumanResourceManagement' => [ return ['HumanResourceManagement' => [
'Account' => 'Account', 'Account' => 'Account',
'Active' => 'Active', 'Active' => 'Active',
'End' => 'End', 'Birthday' => 'Birthday',
'Inactive' => 'Inactive', 'Clocking' => 'Clocking',
'CreateFromAccount' => 'Create from account', 'Contracts' => 'Contracts',
'Birthday' => 'Birthday', 'CreateFromAccount' => 'Create from account',
'Clocking' => 'Clocking', 'Department' => 'Department',
'Department' => 'Department', 'Departments' => 'Departments',
'Departments' => 'Departments', 'Documents' => 'Documents',
'Email' => 'Email', 'Education' => 'Education',
'Employee' => 'Employee', 'Email' => 'Email',
'Employees' => 'Employees', 'Employee' => 'Employee',
'History' => 'History', 'Employees' => 'Employees',
'Name' => 'Name', 'End' => 'End',
'Parent' => 'Parent', 'Evaluations' => 'Evaluations',
'Personnel' => 'Personnel', 'General' => 'General',
'Position' => 'Position', 'History' => 'History',
'Start' => 'Start', 'Inactive' => 'Inactive',
'Shifts' => 'Shifts', 'Name' => 'Name',
'Staff' => 'Staff', 'Parent' => 'Parent',
'Status' => 'Status', 'Personnel' => 'Personnel',
'Unit' => 'Unit', 'Position' => 'Position',
'Vacation' => 'Vacation', 'Remarks' => 'Remarks',
'Shifts' => 'Shifts',
'Staff' => 'Staff',
'Start' => 'Start',
'Status' => 'Status',
'Unit' => 'Unit',
'Vacation' => 'Vacation',
'Work' => 'Work',
]]; ]];