fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 35b07e60a2
commit 16c9fc1e19
2 changed files with 9 additions and 9 deletions

View File

@ -12,6 +12,6 @@
*/ */
return ['Navigation' => [ return ['Navigation' => [
'Create' => 'Create', 'Create' => 'Create',
'TimeRecording' => 'Time Recording',
'List' => 'List', 'List' => 'List',
'TimeRecording' => 'Time Recording',
]]; ]];

View File

@ -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',
]]; ]];