oms-Monitoring/Theme/Backend/Lang/no.lang.php
Dennis Eichhorn 5d6a95cb7f update
2023-10-09 22:06:38 +00:00

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