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

65 lines
2.1 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' => 'avvisi',
'All' => 'Tutti',
'Backtrace' => 'backtrace',
'CPUUsage' => 'Uso della CPU',
'Created' => 'Creato',
'CreatedBy' => 'Creato da',
'Criticals' => 'Critici',
'Debug' => 'mettere a punto',
'Deprecated' => 'Obsoleto',
'Description' => 'Descrizione',
'DisabledFunctions' => 'Funzioni disabili',
'DiskUsage' => 'Uso del disco',
'Emergencies' => 'emergenze',
'Errors' => 'Errori',
'Exception' => 'Eccezione',
'File' => 'File',
'Files' => 'File',
'Info' => 'Informazioni',
'Inspect' => 'Ispezionare',
'Inspection' => 'ispezione',
'Integrity' => 'Integrità',
'Level' => 'Livello',
'Line' => 'Linea',
'Logs' => 'logs',
'MemoryLimit' => 'Limite di memoria',
'Message' => 'Messaggio',
'Modified' => 'Modificata',
'NG' => 'NG',
'Notices' => 'Avvisi',
'OK' => 'ok',
'OS' => 'OS',
'PHPSettings' => 'Impostazioni PHP',
'Penetrators' => 'Penetrators',
'RAMUsage' => 'RAM Usage',
'Release' => 'pubblicazione',
'Report' => 'rapporto',
'Source' => 'fonte',
'Status' => 'Stato',
'System' => 'Sistema',
'SystemRAM' => 'RAM di sistema',
'Theme' => 'Tema',
'Time' => 'Tempo',
'Timestamp' => 'timestamp',
'Total' => 'Totale',
'Unicode' => 'Unicode',
'Uri' => 'Uri',
'Version' => 'Versione',
'Warnings' => 'Avvertenze',
]];