mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-30 20:48:41 +00:00
fix lang indention and order
This commit is contained in:
parent
35b07e60a2
commit
16c9fc1e19
|
|
@ -12,6 +12,6 @@
|
|||
*/
|
||||
return ['Navigation' => [
|
||||
'Create' => 'Create',
|
||||
'TimeRecording' => 'Time Recording',
|
||||
'List' => 'List',
|
||||
'TimeRecording' => 'Time Recording',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -11,17 +11,17 @@
|
|||
* @link https://orange-management.org
|
||||
*/
|
||||
return ['HumanResourceTimeRecording' => [
|
||||
'End' => 'End',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Type' => 'Type',
|
||||
'CS0' => 'Start',
|
||||
'CS1' => 'Pause',
|
||||
'CS2' => 'On the move',
|
||||
'CS3' => 'End',
|
||||
'CT0' => 'Office',
|
||||
'CT1' => 'Remote',
|
||||
'CT2' => 'Home',
|
||||
'CT3' => 'Vacation',
|
||||
'CT4' => 'Sick',
|
||||
'CS0' => 'Start',
|
||||
'CS1' => 'Pause',
|
||||
'CS2' => 'On the move',
|
||||
'CS3' => 'End',
|
||||
'End' => 'End',
|
||||
'Start' => 'Start',
|
||||
'Status' => 'Status',
|
||||
'Type' => 'Type',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user