mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
71 lines
2.4 KiB
PHP
Executable File
71 lines
2.4 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' => 'Alerte',
|
|
'All' => 'Tout',
|
|
'Backtrace' => 'Backtrage',
|
|
'Browser' => '',
|
|
'CPUUsage' => 'L\'utilisation du processeur',
|
|
'Country' => '',
|
|
'Created' => 'Établi',
|
|
'CreatedBy' => 'Créé par',
|
|
'Criticals' => 'Critique',
|
|
'Daily' => '',
|
|
'Debug' => 'Déboguer',
|
|
'Deprecated' => 'Obsolète',
|
|
'Description' => 'La description',
|
|
'DisabledFunctions' => 'Fonctions désactivées',
|
|
'DiskUsage' => 'Utilisation du disque',
|
|
'Domain' => '',
|
|
'Emergencies' => 'Urgences',
|
|
'Errors' => 'les erreurs',
|
|
'Exception' => 'Exception',
|
|
'File' => 'Déposer',
|
|
'Files' => 'Des dossiers',
|
|
'Info' => 'Info',
|
|
'Inspect' => 'Inspecter',
|
|
'Inspection' => 'Inspection',
|
|
'Integrity' => 'Intégrité',
|
|
'Level' => 'Niveau',
|
|
'Line' => 'Ligne',
|
|
'Logs' => 'Journaux',
|
|
'MemoryLimit' => 'Limite de mémoire',
|
|
'Message' => 'Message',
|
|
'Modified' => 'Modifié',
|
|
'Modules' => '',
|
|
'NG' => 'Ng',
|
|
'Notices' => 'Notification',
|
|
'OK' => 'd\'accord',
|
|
'OS' => 'Système d\'exploitation',
|
|
'PHPSettings' => 'Paramètres PHP',
|
|
'Penetrators' => 'Pénétrateurs',
|
|
'RAMUsage' => 'Usage de RAM',
|
|
'Release' => 'Libérer',
|
|
'Report' => 'Reportage',
|
|
'Source' => 'La source',
|
|
'Status' => 'Statut',
|
|
'System' => 'Système',
|
|
'SystemRAM' => 'Bélier du système',
|
|
'Theme' => 'Thème',
|
|
'Time' => 'Temps',
|
|
'Timestamp' => 'Horodatage',
|
|
'Tools' => '',
|
|
'Total' => 'Le total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Mises en garde',
|
|
]];
|