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