mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-19 03:58:40 +00:00
66 lines
2.1 KiB
PHP
Executable File
66 lines
2.1 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' => 'Advarsler.',
|
|
'All' => 'Alle',
|
|
'Backtrace' => 'Backtrace.',
|
|
'CPUUsage' => 'CPU brug',
|
|
'Created' => 'Oprettet',
|
|
'CreatedBy' => 'Lavet af',
|
|
'Criticals' => 'Kritikere',
|
|
'Debug' => 'Fejlfinde',
|
|
'Deprecated' => 'Afskrevet',
|
|
'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' => 'Line.',
|
|
'Logs' => 'Logs.',
|
|
'MemoryLimit' => 'Hukommelsesgrænse',
|
|
'Message' => 'Besked',
|
|
'Modified' => 'Modificeret',
|
|
'Modules' => '#VALUE!',
|
|
'NG' => 'Ng.',
|
|
'Notices' => 'Meddelelser.',
|
|
'OK' => 'Okay',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'PHP-indstillinger.',
|
|
'Penetrators' => 'Penetratorer',
|
|
'RAMUsage' => 'Rambrug',
|
|
'Release' => 'Frigøre',
|
|
'Report' => 'Rapport',
|
|
'Source' => 'Kilde',
|
|
'Status' => 'Status.',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM.',
|
|
'Theme' => 'Tema',
|
|
'Time' => 'Tid',
|
|
'Timestamp' => 'Tidsstempel',
|
|
'Total' => 'i alt',
|
|
'Unicode' => 'Unicode.',
|
|
'Uri' => 'URI.',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Advarsler.',
|
|
]];
|