oms-Monitoring/Theme/Backend/Lang/hu.lang.php
2023-06-17 03:13:29 +02:00

66 lines
2.2 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' => 'Riasztások',
'All' => 'Minden',
'Backtrace' => 'Backtrace',
'CPUUsage' => 'CPU-használat',
'Created' => 'Létrehozott',
'CreatedBy' => 'Készítette',
'Criticals' => 'Kritikusok',
'Debug' => 'Hibakeresés',
'Deprecated' => 'Elavult',
'Description' => 'Leírás',
'DisabledFunctions' => 'Letiltott funkciók',
'DiskUsage' => 'Lemez használat',
'Emergencies' => 'Vészhelyzetek',
'Errors' => 'Hibák',
'Exception' => 'Kivétel',
'File' => 'Fájl',
'Files' => 'Fájlok',
'Info' => 'Információ',
'Inspect' => 'Megvizsgál',
'Inspection' => 'Ellenőrzés',
'Integrity' => 'Sértetlenség',
'Level' => 'Szint',
'Line' => 'Vonal',
'Logs' => 'Naplók',
'MemoryLimit' => 'Memóriahatár',
'Message' => 'Üzenet',
'Modified' => 'Módosított',
'Modules' => '#VALUE!',
'NG' => 'Ng',
'Notices' => 'Értesítések',
'OK' => 'rendben',
'OS' => 'Operációs rendszer',
'PHPSettings' => 'PHP beállítások',
'Penetrators' => 'Penetrátorok',
'RAMUsage' => 'RAM HASZNÁLAT',
'Release' => 'Kiadás',
'Report' => 'Jelentés',
'Source' => 'Forrás',
'Status' => 'Állapot',
'System' => 'Rendszer',
'SystemRAM' => 'Rendszerkam',
'Theme' => 'Téma',
'Time' => 'Idő',
'Timestamp' => 'Időbélyeg',
'Total' => 'Teljes',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'Változat',
'Warnings' => 'Figyelmeztetések',
]];