mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 13:08:39 +00:00
65 lines
2.1 KiB
PHP
65 lines
2.1 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' => 'Advarsler',
|
|
'All' => 'Alle',
|
|
'Backtrace' => 'backtrace',
|
|
'CPUUsage' => 'CPU brug',
|
|
'Created' => 'lavet',
|
|
'CreatedBy' => 'Lavet af',
|
|
'Criticals' => 'Criticals',
|
|
'Debug' => 'Fejlfinde',
|
|
'Deprecated' => 'Deprecated',
|
|
'Description' => 'Beskrivelse',
|
|
'DisabledFunctions' => 'handicappede funktioner',
|
|
'DiskUsage' => 'DiskUsage',
|
|
'Emergencies' => 'nødsituationer',
|
|
'Errors' => 'fejl',
|
|
'Exception' => 'Undtagelse',
|
|
'File' => 'Fil',
|
|
'Files' => 'Filer',
|
|
'Info' => 'Info',
|
|
'Inspect' => 'Inspicere',
|
|
'Inspection' => 'Inspektion',
|
|
'Integrity' => 'Integritet',
|
|
'Level' => 'Niveau',
|
|
'Line' => 'linje',
|
|
'Logs' => 'Logs',
|
|
'MemoryLimit' => 'Memory Limit',
|
|
'Message' => 'Besked',
|
|
'Modified' => 'modificeret',
|
|
'NG' => 'NG',
|
|
'Notices' => 'Meddelelser',
|
|
'OK' => 'Okay',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'PHP-indstillinger',
|
|
'Penetrators' => 'penetratorer',
|
|
'RAMUsage' => 'RAM Usage',
|
|
'Release' => 'Frigøre',
|
|
'Report' => 'Rapport',
|
|
'Source' => 'Kilde',
|
|
'Status' => 'status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM',
|
|
'Theme' => 'Tema',
|
|
'Time' => 'Tid',
|
|
'Timestamp' => 'Tidsstempel',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Advarsler',
|
|
]];
|