mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
71 lines
2.3 KiB
PHP
Executable File
71 lines
2.3 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' => 'Alertas',
|
|
'All' => 'Todo',
|
|
'Backtrace' => 'Backtrace',
|
|
'Browser' => '',
|
|
'CPUUsage' => 'Uso de CPU',
|
|
'Country' => '',
|
|
'Created' => 'Creado',
|
|
'CreatedBy' => 'Creado por',
|
|
'Criticals' => 'Críticas',
|
|
'Daily' => '',
|
|
'Debug' => 'Depurar',
|
|
'Deprecated' => 'Obsoleto',
|
|
'Description' => 'Descripción',
|
|
'DisabledFunctions' => 'Funciones deshabilitadas',
|
|
'DiskUsage' => 'Uso del disco',
|
|
'Domain' => '',
|
|
'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',
|
|
'Modules' => '',
|
|
'NG' => 'Ng',
|
|
'Notices' => 'Notificaciones',
|
|
'OK' => 'OK',
|
|
'OS' => 'Os',
|
|
'PHPSettings' => 'Configuraciones PHP',
|
|
'Penetrators' => 'Penetradores',
|
|
'RAMUsage' => 'Uso de RAM',
|
|
'Release' => 'Liberar',
|
|
'Report' => 'Reporte',
|
|
'Source' => 'Fuente',
|
|
'Status' => 'Estado',
|
|
'System' => 'Sistema',
|
|
'SystemRAM' => 'Arma del sistema',
|
|
'Theme' => 'Tema',
|
|
'Time' => 'Hora',
|
|
'Timestamp' => 'Marca de tiempo',
|
|
'Tools' => '',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Versión',
|
|
'Warnings' => 'Advertencias',
|
|
]];
|