oms-Monitoring/Theme/Backend/Lang/en.lang.php
Dennis Eichhorn f04ea053f3 fix bugs
2024-04-12 00:52:07 +00:00

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' => 'If you report this log, please make sure no confidential and personal data is submitted.',
]];