mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-17 19:18:41 +00:00
fix lang import sorting
This commit is contained in:
parent
222ad0e57d
commit
b146f9c2ed
|
|
@ -28,6 +28,7 @@ return ['Monitoring' => [
|
|||
'Errors' => '',
|
||||
'Exception' => '',
|
||||
'File' => '',
|
||||
'Files' => '',
|
||||
'Info' => '',
|
||||
'Inspect' => '',
|
||||
'Inspection' => '',
|
||||
|
|
@ -42,8 +43,8 @@ return ['Monitoring' => [
|
|||
'Notices' => '',
|
||||
'OK' => '',
|
||||
'OS' => '',
|
||||
'Penetrators' => '',
|
||||
'PHPSettings' => '',
|
||||
'Penetrators' => '',
|
||||
'RAMUsage' => '',
|
||||
'Release' => '',
|
||||
'Report' => '',
|
||||
|
|
@ -59,5 +60,4 @@ return ['Monitoring' => [
|
|||
'Uri' => '',
|
||||
'Version' => '',
|
||||
'Warnings' => '',
|
||||
'Files' => '',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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' => 'Penetrators',
|
||||
'PHPSettings' => 'PHP Settings',
|
||||
'Penetrators' => 'Penetrators',
|
||||
'RAMUsage' => 'RAM Usage',
|
||||
'Release' => 'Release',
|
||||
'Report' => 'Report',
|
||||
|
|
@ -59,5 +60,4 @@ return ['Monitoring' => [
|
|||
'Uri' => 'Uri',
|
||||
'Version' => 'Version',
|
||||
'Warnings' => 'Warnings',
|
||||
'Files' => '',
|
||||
]];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user