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