fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 222ad0e57d
commit b146f9c2ed
2 changed files with 4 additions and 4 deletions

View File

@ -28,6 +28,7 @@ return ['Monitoring' => [
'Errors' => '', 'Errors' => '',
'Exception' => '', 'Exception' => '',
'File' => '', 'File' => '',
'Files' => '',
'Info' => '', 'Info' => '',
'Inspect' => '', 'Inspect' => '',
'Inspection' => '', 'Inspection' => '',
@ -42,8 +43,8 @@ return ['Monitoring' => [
'Notices' => '', 'Notices' => '',
'OK' => '', 'OK' => '',
'OS' => '', 'OS' => '',
'Penetrators' => '',
'PHPSettings' => '', 'PHPSettings' => '',
'Penetrators' => '',
'RAMUsage' => '', 'RAMUsage' => '',
'Release' => '', 'Release' => '',
'Report' => '', 'Report' => '',
@ -59,5 +60,4 @@ return ['Monitoring' => [
'Uri' => '', 'Uri' => '',
'Version' => '', 'Version' => '',
'Warnings' => '', 'Warnings' => '',
'Files' => '',
]]; ]];

View File

@ -28,6 +28,7 @@ return ['Monitoring' => [
'Errors' => 'Errors', 'Errors' => 'Errors',
'Exception' => 'Exception', 'Exception' => 'Exception',
'File' => 'File', 'File' => 'File',
'Files' => '',
'Info' => 'Info', 'Info' => 'Info',
'Inspect' => 'Inspect', 'Inspect' => 'Inspect',
'Inspection' => 'Inspection', 'Inspection' => 'Inspection',
@ -42,8 +43,8 @@ return ['Monitoring' => [
'Notices' => 'Notices', 'Notices' => 'Notices',
'OK' => 'OK', 'OK' => 'OK',
'OS' => 'OS', 'OS' => 'OS',
'Penetrators' => 'Penetrators',
'PHPSettings' => 'PHP Settings', 'PHPSettings' => 'PHP Settings',
'Penetrators' => 'Penetrators',
'RAMUsage' => 'RAM Usage', 'RAMUsage' => 'RAM Usage',
'Release' => 'Release', 'Release' => 'Release',
'Report' => 'Report', 'Report' => 'Report',
@ -59,5 +60,4 @@ return ['Monitoring' => [
'Uri' => 'Uri', 'Uri' => 'Uri',
'Version' => 'Version', 'Version' => 'Version',
'Warnings' => 'Warnings', 'Warnings' => 'Warnings',
'Files' => '',
]]; ]];