mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-19 12:08: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' => 'Hälytys',
|
|
'All' => 'Kaikki',
|
|
'Backtrace' => 'Backtrace',
|
|
'CPUUsage' => 'Prosessorin käyttö',
|
|
'Created' => 'Luotu',
|
|
'CreatedBy' => 'Luonut',
|
|
'Criticals' => 'Kriittiset',
|
|
'Debug' => 'Virheenkorjaus',
|
|
'Deprecated' => 'Vanhentunut',
|
|
'Description' => 'Kuvaus',
|
|
'DisabledFunctions' => 'Vammaiset toiminnot',
|
|
'DiskUsage' => 'Levyn käyttö',
|
|
'Emergencies' => 'Hätätilanteet',
|
|
'Errors' => 'Virheet',
|
|
'Exception' => 'Poikkeus',
|
|
'File' => 'Tiedoston',
|
|
'Files' => 'Tiedostot',
|
|
'Info' => 'Tiedot',
|
|
'Inspect' => 'Tarkastaa',
|
|
'Inspection' => 'Tarkastus',
|
|
'Integrity' => 'Eheys',
|
|
'Level' => 'Taso',
|
|
'Line' => 'Linja',
|
|
'Logs' => 'Lokit',
|
|
'MemoryLimit' => 'Muistin raja',
|
|
'Message' => 'Viesti',
|
|
'Modified' => 'Muokattu',
|
|
'Modules' => '#VALUE!',
|
|
'NG' => 'Ng',
|
|
'Notices' => 'Ilmoitukset',
|
|
'OK' => 'Ok',
|
|
'OS' => 'Osasto',
|
|
'PHPSettings' => 'PHP-asetukset',
|
|
'Penetrators' => 'Tunkeutumattimet',
|
|
'RAMUsage' => 'RAM-käyttö',
|
|
'Release' => 'Vapauttaa',
|
|
'Report' => 'Raportti',
|
|
'Source' => 'Lähde',
|
|
'Status' => 'Tila',
|
|
'System' => 'Järjestelmä',
|
|
'SystemRAM' => 'System RAM',
|
|
'Theme' => 'Teema',
|
|
'Time' => 'Aika',
|
|
'Timestamp' => 'Aikaleima',
|
|
'Total' => 'Kaikki yhteensä',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Versio',
|
|
'Warnings' => 'Varoitukset',
|
|
]];
|