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

65 lines
2.1 KiB
PHP

<?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' => 'výstrahy',
'All' => 'Všechno',
'Backtrace' => 'Backtrace',
'CPUUsage' => 'Využití procesoru',
'Created' => 'Vytvořeno',
'CreatedBy' => 'Vytvořil',
'Criticals' => 'kritická místa',
'Debug' => 'Ladit',
'Deprecated' => 'Zastaralé',
'Description' => 'Popis',
'DisabledFunctions' => 'invalidy Funkce',
'DiskUsage' => 'Využití disku',
'Emergencies' => 'Mimořádné události',
'Errors' => 'chyby',
'Exception' => 'Výjimka',
'File' => 'Soubor',
'Files' => 'soubory',
'Info' => 'Info',
'Inspect' => 'Kontrolovat',
'Inspection' => 'Inspekce',
'Integrity' => 'Integrita',
'Level' => 'Úroveň',
'Line' => 'Čára',
'Logs' => 'Protokoly',
'MemoryLimit' => 'paměť Limit',
'Message' => 'Zpráva',
'Modified' => 'modifikovaná',
'NG' => 'NG',
'Notices' => 'oznámení',
'OK' => 'OK',
'OS' => 'OS',
'PHPSettings' => 'Nastavení PHP',
'Penetrators' => 'penetrators',
'RAMUsage' => 'RAM Využití',
'Release' => 'Uvolnění',
'Report' => 'Zpráva',
'Source' => 'Zdroj',
'Status' => 'Postavení',
'System' => 'Systém',
'SystemRAM' => 'systém RAM',
'Theme' => 'Téma',
'Time' => 'Čas',
'Timestamp' => 'Časové razítko',
'Total' => 'Celkový',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'Verze',
'Warnings' => 'varování',
]];