oms-Monitoring/Theme/Backend/Lang/de.lang.php

65 lines
1.7 KiB
PHP
Executable File

<?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' => '',
]];