mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-21 13:08:39 +00:00
65 lines
2.2 KiB
PHP
65 lines
2.2 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' => 'alertes',
|
|
'All' => 'Tout',
|
|
'Backtrace' => 'backtrace',
|
|
'CPUUsage' => 'L\'utilisation du processeur',
|
|
'Created' => 'Créé',
|
|
'CreatedBy' => 'Créé par',
|
|
'Criticals' => 'criticals',
|
|
'Debug' => 'Déboguer',
|
|
'Deprecated' => 'Obsolète',
|
|
'Description' => 'Description',
|
|
'DisabledFunctions' => 'Fonctions handicapés',
|
|
'DiskUsage' => 'Utilisation du disque',
|
|
'Emergencies' => 'Situations d\'urgence',
|
|
'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' => 'mémoire limite',
|
|
'Message' => 'Un message',
|
|
'Modified' => 'Modifié',
|
|
'NG' => 'NG',
|
|
'Notices' => 'Avis',
|
|
'OK' => 'd\'accord',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'Paramètres PHP',
|
|
'Penetrators' => 'pénétrateurs',
|
|
'RAMUsage' => 'RAM Utilisation',
|
|
'Release' => 'Libérer',
|
|
'Report' => 'Signaler',
|
|
'Source' => 'La source',
|
|
'Status' => 'Statut',
|
|
'System' => 'Système',
|
|
'SystemRAM' => 'RAM système',
|
|
'Theme' => 'Thème',
|
|
'Time' => 'Temps',
|
|
'Timestamp' => 'timestamp',
|
|
'Total' => 'Total',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'Uri',
|
|
'Version' => 'Version',
|
|
'Warnings' => 'Mises en garde',
|
|
]];
|