mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 13:08:39 +00:00
65 lines
2.1 KiB
PHP
Executable File
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' => 'alertas',
|
|
'All' => 'Todos',
|
|
'Backtrace' => 'backtrace',
|
|
'CPUUsage' => 'Uso de CPU',
|
|
'Created' => 'Creado',
|
|
'CreatedBy' => 'Creado por',
|
|
'Criticals' => 'criticals',
|
|
'Debug' => 'Depurar',
|
|
'Deprecated' => 'Obsoleto',
|
|
'Description' => 'Descripción',
|
|
'DisabledFunctions' => 'Funciones de movilidad',
|
|
'DiskUsage' => 'Uso del disco',
|
|
'Emergencies' => 'emergencias',
|
|
'Errors' => 'errores',
|
|
'Exception' => 'Excepción',
|
|
'File' => 'Archivo',
|
|
'Files' => 'archivos',
|
|
'Info' => 'información',
|
|
'Inspect' => 'Inspeccionar',
|
|
'Inspection' => 'Inspección',
|
|
'Integrity' => 'Integridad',
|
|
'Level' => 'Nivel',
|
|
'Line' => 'Línea',
|
|
'Logs' => 'registros',
|
|
'MemoryLimit' => 'Limite de memoria',
|
|
'Message' => 'Mensaje',
|
|
'Modified' => 'Modificado',
|
|
'NG' => 'GN',
|
|
'Notices' => 'avisos',
|
|
'OK' => 'OK',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'Configuración de PHP',
|
|
'Penetrators' => 'penetradores',
|
|
'RAMUsage' => 'uso de memoria RAM',
|
|
'Release' => 'Liberación',
|
|
'Report' => 'Reporte',
|
|
'Source' => 'Fuente',
|
|
'Status' => 'Estado',
|
|
'System' => 'Sistema',
|
|
'SystemRAM' => 'RAM del sistema',
|
|
'Theme' => 'Tema',
|
|
'Time' => 'Hora',
|
|
'Timestamp' => 'Marca de tiempo',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Versión',
|
|
'Warnings' => 'advertencias',
|
|
]];
|