mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 13:08:39 +00:00
65 lines
1.7 KiB
PHP
65 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Monitoring' => [
|
|
'Alerts' => '',
|
|
'All' => '',
|
|
'Backtrace' => '',
|
|
'CPUUsage' => '',
|
|
'Created' => '',
|
|
'CreatedBy' => '',
|
|
'Criticals' => '',
|
|
'Debug' => '',
|
|
'Deprecated' => '',
|
|
'Description' => '',
|
|
'DisabledFunctions' => '',
|
|
'DiskUsage' => '',
|
|
'Emergencies' => '',
|
|
'Errors' => '',
|
|
'Exception' => '',
|
|
'File' => '',
|
|
'Files' => '',
|
|
'Info' => '',
|
|
'Inspect' => '',
|
|
'Inspection' => '',
|
|
'Integrity' => '',
|
|
'Level' => '',
|
|
'Line' => '',
|
|
'Logs' => '',
|
|
'MemoryLimit' => '',
|
|
'Message' => '',
|
|
'Modified' => '',
|
|
'NG' => '',
|
|
'Notices' => '',
|
|
'OK' => '',
|
|
'OS' => '',
|
|
'PHPSettings' => '',
|
|
'Penetrators' => '',
|
|
'RAMUsage' => '',
|
|
'Release' => '',
|
|
'Report' => '',
|
|
'Source' => '',
|
|
'Status' => '',
|
|
'System' => '',
|
|
'SystemRAM' => '',
|
|
'Theme' => '',
|
|
'Time' => '',
|
|
'Timestamp' => '',
|
|
'Total' => '',
|
|
'Unicode' => '',
|
|
'Uri' => '',
|
|
'Version' => '',
|
|
'Warnings' => '',
|
|
]];
|