mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-13 11:28:41 +00:00
fix lang import sorting
This commit is contained in:
parent
c679eed0db
commit
ea3b45ec3c
|
|
@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Parent' => '',
|
'Parent' => '',
|
||||||
'Personnel' => '',
|
'Personnel' => '',
|
||||||
|
'Phone' => '',
|
||||||
'Position' => '',
|
'Position' => '',
|
||||||
|
'ProfileImage' => '',
|
||||||
'Remarks' => '',
|
'Remarks' => '',
|
||||||
'Shifts' => '',
|
'Shifts' => '',
|
||||||
'Staff' => '',
|
'Staff' => '',
|
||||||
|
|
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
|
||||||
'Unit' => '',
|
'Unit' => '',
|
||||||
'Vacation' => '',
|
'Vacation' => '',
|
||||||
'Work' => '',
|
'Work' => '',
|
||||||
'ProfileImage' => '',
|
|
||||||
'Phone' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,9 @@ return ['HumanResourceManagement' => [
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Parent' => 'Parent',
|
'Parent' => 'Parent',
|
||||||
'Personnel' => 'Personnel',
|
'Personnel' => 'Personnel',
|
||||||
|
'Phone' => '',
|
||||||
'Position' => 'Position',
|
'Position' => 'Position',
|
||||||
|
'ProfileImage' => '',
|
||||||
'Remarks' => 'Remarks',
|
'Remarks' => 'Remarks',
|
||||||
'Shifts' => 'Shifts',
|
'Shifts' => 'Shifts',
|
||||||
'Staff' => 'Staff',
|
'Staff' => 'Staff',
|
||||||
|
|
@ -42,6 +44,4 @@ return ['HumanResourceManagement' => [
|
||||||
'Unit' => 'Unit',
|
'Unit' => 'Unit',
|
||||||
'Vacation' => 'Vacation',
|
'Vacation' => 'Vacation',
|
||||||
'Work' => 'Work',
|
'Work' => 'Work',
|
||||||
'ProfileImage' => '',
|
|
||||||
'Phone' => '',
|
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user