oms-Monitoring/Theme/Backend/Lang/sv.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' => 'Varningar',
'All' => 'Allt',
'Backtrace' => 'Backtrace',
'Browser' => '',
'CPUUsage' => 'CPU-användning',
'Country' => '',
'Created' => 'Skapad',
'CreatedBy' => 'Skapad av',
'Criticals' => 'Kritik',
'Daily' => '',
'Debug' => 'Debug',
'Deprecated' => 'Ursklasad',
'Description' => 'Beskrivning',
'DisabledFunctions' => 'Funktionshindrade funktioner',
'DiskUsage' => 'Diskusage',
'Domain' => '',
'Emergencies' => 'Nödsituationer',
'Errors' => 'Fel',
'Exception' => 'Undantag',
'File' => 'Fil',
'Files' => 'Filer',
'Info' => 'Info',
'Inspect' => 'Inspektera',
'Inspection' => 'Inspektion',
'Integrity' => 'Integritet',
'Level' => 'Nivå',
'Line' => 'Linje',
'Logs' => 'Loggar',
'MemoryLimit' => 'Minnesgräns',
'Message' => 'Meddelande',
'Modified' => 'Ändrad',
'Modules' => '',
'NG' => 'Ng',
'Notices' => 'Lägger märke till',
'OK' => 'OK',
'OS' => 'OS',
'PHPSettings' => 'PHP-inställningar',
'Penetrators' => 'Penetrator',
'RAMUsage' => 'RAM-användning',
'Release' => 'Släpp',
'Report' => 'Rapportera',
'Source' => 'Källa',
'Status' => 'Status',
'System' => 'Systemet',
'SystemRAM' => 'Systemram',
'Theme' => 'Tema',
'Time' => 'Tid',
'Timestamp' => 'Tidsstämpel',
'Tools' => '',
'Total' => 'Total',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'Version',
'Warnings' => 'Varning',
]];