mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
71 lines
2.3 KiB
PHP
Executable File
71 lines
2.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @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' => 'Alarme',
|
|
'All' => 'Alle',
|
|
'Backtrace' => 'Backtrace',
|
|
'Browser' => '',
|
|
'CPUUsage' => 'CPU auslastung',
|
|
'Country' => '',
|
|
'Created' => 'Erstellt',
|
|
'CreatedBy' => 'Erstellt von',
|
|
'Criticals' => 'Kritische',
|
|
'Daily' => '',
|
|
'Debug' => 'Debuggen',
|
|
'Deprecated' => 'Veraltet',
|
|
'Description' => 'Beschreibung',
|
|
'DisabledFunctions' => 'Behinderte Funktionen',
|
|
'DiskUsage' => 'Festplattennutzung',
|
|
'Domain' => '',
|
|
'Emergencies' => 'Notfälle',
|
|
'Errors' => 'Irrtümer',
|
|
'Exception' => 'Ausnahme',
|
|
'File' => 'Datei',
|
|
'Files' => 'Dateien',
|
|
'Info' => 'Die Info',
|
|
'Inspect' => 'Prüfen',
|
|
'Inspection' => 'Inspektion',
|
|
'Integrity' => 'Integrität',
|
|
'Level' => 'Eben',
|
|
'Line' => 'Linie',
|
|
'Logs' => 'Protokoll',
|
|
'MemoryLimit' => 'Speichergrenze',
|
|
'Message' => 'Nachricht',
|
|
'Modified' => 'Geändert',
|
|
'Modules' => '',
|
|
'NG' => 'Ng.',
|
|
'Notices' => 'Bekanntmachungen',
|
|
'OK' => 'OK',
|
|
'OS' => 'Os',
|
|
'PHPSettings' => 'PHP-Einstellungen',
|
|
'Penetrators' => 'Penetratoren',
|
|
'RAMUsage' => 'RAM-Nutzung.',
|
|
'Release' => 'Freisetzung',
|
|
'Report' => 'Prüfbericht',
|
|
'Source' => 'Quelle',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM.',
|
|
'Theme' => 'Thema',
|
|
'Time' => 'Zeit',
|
|
'Timestamp' => 'Zeitstempel',
|
|
'Tools' => '',
|
|
'Total' => 'Gesamt',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri.',
|
|
'Version' => 'Ausführung',
|
|
'Warnings' => 'Warnungen',
|
|
]];
|