mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 00:28:40 +00:00
72 lines
2.4 KiB
PHP
Executable File
72 lines
2.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Monitoring' => [
|
|
'Alerts' => 'Alerts',
|
|
'All' => 'All',
|
|
'Backtrace' => 'Backtrace',
|
|
'Browser' => 'Browser',
|
|
'CPUUsage' => 'CPU Usage',
|
|
'Country' => 'Country',
|
|
'Created' => 'Created',
|
|
'CreatedBy' => 'Created By',
|
|
'Criticals' => 'Criticals',
|
|
'Daily' => 'Daily',
|
|
'Debug' => 'Debug',
|
|
'Deprecated' => 'Deprecated',
|
|
'Description' => 'Description',
|
|
'DisabledFunctions' => 'Disabled Functions',
|
|
'DiskUsage' => 'DiskUsage',
|
|
'Domain' => 'Domain',
|
|
'Emergencies' => 'Emergencies',
|
|
'Errors' => 'Errors',
|
|
'Exception' => 'Exception',
|
|
'File' => 'File',
|
|
'Files' => 'Files',
|
|
'Info' => 'Info',
|
|
'Inspect' => 'Inspect',
|
|
'Inspection' => 'Inspection',
|
|
'Integrity' => 'Integrity',
|
|
'Level' => 'Level',
|
|
'Line' => 'Line',
|
|
'Logs' => 'Logs',
|
|
'MemoryLimit' => 'Memory Limit',
|
|
'Message' => 'Message',
|
|
'Modified' => 'Modified',
|
|
'Modules' => 'Modules',
|
|
'NG' => 'NG',
|
|
'Notices' => 'Notices',
|
|
'OK' => 'OK',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'PHP Settings',
|
|
'Penetrators' => 'Penetrators',
|
|
'RAMUsage' => 'RAM Usage',
|
|
'Release' => 'Release',
|
|
'Report' => 'Report',
|
|
'Source' => 'Source',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM',
|
|
'Theme' => 'Theme',
|
|
'Time' => 'Time',
|
|
'Timestamp' => 'Timestamp',
|
|
'Tools' => 'Tools',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Warnings',
|
|
'WarningLogReport' => 'When you report this log, please make sure no confidential and personal data is submitted.',
|
|
]];
|