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' => 'Varsler',
|
|
'All' => 'Alle',
|
|
'Backtrace' => 'Backtrace.',
|
|
'Browser' => '',
|
|
'CPUUsage' => 'CPU bruk',
|
|
'Country' => '',
|
|
'Created' => 'Opprettet',
|
|
'CreatedBy' => 'Laget av',
|
|
'Criticals' => 'Kritikk',
|
|
'Daily' => '',
|
|
'Debug' => 'Debug',
|
|
'Deprecated' => 'Utdatert',
|
|
'Description' => 'Beskrivelse',
|
|
'DisabledFunctions' => 'Deaktiverte funksjoner',
|
|
'DiskUsage' => 'Diskbruk',
|
|
'Domain' => '',
|
|
'Emergencies' => 'Nødsituasjoner',
|
|
'Errors' => 'Feil',
|
|
'Exception' => 'Unntak',
|
|
'File' => 'Fil',
|
|
'Files' => 'Filer',
|
|
'Info' => 'Info.',
|
|
'Inspect' => 'Undersøke',
|
|
'Inspection' => 'Undersøkelse',
|
|
'Integrity' => 'Integritet',
|
|
'Level' => 'Nivå',
|
|
'Line' => 'Linje',
|
|
'Logs' => 'Tømmerstokker',
|
|
'MemoryLimit' => 'Minnegrense',
|
|
'Message' => 'Beskjed',
|
|
'Modified' => 'Endret',
|
|
'Modules' => '',
|
|
'NG' => 'Ng.',
|
|
'Notices' => 'Merknader',
|
|
'OK' => 'OK',
|
|
'OS' => 'Os.',
|
|
'PHPSettings' => 'PHP-innstillinger',
|
|
'Penetrators' => 'Penetratorer',
|
|
'RAMUsage' => 'RAM bruk',
|
|
'Release' => 'Utgivelse',
|
|
'Report' => 'Rapportere',
|
|
'Source' => 'Kilde',
|
|
'Status' => 'Status',
|
|
'System' => 'System',
|
|
'SystemRAM' => 'System RAM.',
|
|
'Theme' => 'Tema',
|
|
'Time' => 'Tid',
|
|
'Timestamp' => 'Tidsstempel',
|
|
'Tools' => '',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode.',
|
|
'Uri' => 'URI.',
|
|
'Version' => 'Versjon',
|
|
'Warnings' => 'Advarsler',
|
|
]];
|