mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-12 10:58:40 +00:00
fix lang indention and order
This commit is contained in:
parent
19a536462a
commit
d48447c73a
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user