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' => [
'Create' => 'Create',
'TimeRecording' => 'Time Recording',
'List' => 'List',
'TimeRecording' => 'Time Recording',
]];

View File

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