oms-Monitoring/Theme/Backend/Lang/hu.lang.php

65 lines
2.2 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Monitoring' => [
'Alerts' => 'figyelmeztetések',
'All' => 'Összes',
'Backtrace' => 'backtrace',
'CPUUsage' => 'CPU-használat',
'Created' => 'Alkotó',
'CreatedBy' => 'Készítette',
'Criticals' => 'Criticals',
'Debug' => 'Debug',
'Deprecated' => 'Elavult',
'Description' => 'Leírás',
'DisabledFunctions' => 'A letiltott funkciók',
'DiskUsage' => 'Lemez használat',
'Emergencies' => 'vészhelyzetek',
'Errors' => 'hibák',
'Exception' => 'Kivétel',
'File' => 'fájl',
'Files' => 'Files',
'Info' => 'Info',
'Inspect' => 'ellenőriz',
'Inspection' => 'Ellenőrzés',
'Integrity' => 'Sértetlenség',
'Level' => 'Szint',
'Line' => 'Vonal',
'Logs' => 'Naplók',
'MemoryLimit' => 'Memory Limit',
'Message' => 'Üzenet',
'Modified' => 'Módosított',
'NG' => 'NG',
'Notices' => 'közlemények',
'OK' => 'rendben',
'OS' => 'OS',
'PHPSettings' => 'PHP beállítások',
'Penetrators' => 'áthatolói',
'RAMUsage' => 'RAM Használat',
'Release' => 'Kiadás',
'Report' => 'Jelentés',
'Source' => 'Forrás',
'Status' => 'Állapot',
'System' => 'Rendszer',
'SystemRAM' => 'A rendszer RAM',
'Theme' => 'Téma',
'Time' => 'Idő',
'Timestamp' => 'Időbélyeg',
'Total' => 'Teljes',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'Változat',
'Warnings' => 'figyelmeztetések',
]];