mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-20 12:38:41 +00:00
65 lines
2.3 KiB
PHP
Executable File
65 lines
2.3 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' => 'التنبيهات',
|
|
'All' => 'الجميع',
|
|
'Backtrace' => 'المتتبع الخلفي',
|
|
'CPUUsage' => 'استخدام المعالج',
|
|
'Created' => 'مخلوق',
|
|
'CreatedBy' => 'انشأ من قبل',
|
|
'Criticals' => 'Criticals',
|
|
'Debug' => 'التصحيح',
|
|
'Deprecated' => 'إهمال',
|
|
'Description' => 'وصف',
|
|
'DisabledFunctions' => 'وظائف للمعاقين',
|
|
'DiskUsage' => 'إستخدام القرص',
|
|
'Emergencies' => 'حالات الطوارئ',
|
|
'Errors' => 'أخطاء',
|
|
'Exception' => 'استثناء',
|
|
'File' => 'ملف',
|
|
'Files' => 'ملفات',
|
|
'Info' => 'معلومات',
|
|
'Inspect' => 'فحص',
|
|
'Inspection' => 'تفتيش',
|
|
'Integrity' => 'النزاهة',
|
|
'Level' => 'مستوى',
|
|
'Line' => 'خط',
|
|
'Logs' => 'السجلات',
|
|
'MemoryLimit' => 'الحد الذاكرة',
|
|
'Message' => 'رسالة',
|
|
'Modified' => 'المعدل',
|
|
'NG' => 'NG',
|
|
'Notices' => 'إشعارات',
|
|
'OK' => 'موافق',
|
|
'OS' => 'OS',
|
|
'PHPSettings' => 'إعدادات PHP',
|
|
'Penetrators' => 'المخترقون',
|
|
'RAMUsage' => 'RAM الاستخدام',
|
|
'Release' => 'إطلاق سراح',
|
|
'Report' => 'نقل',
|
|
'Source' => 'مصدر',
|
|
'Status' => 'حالة',
|
|
'System' => 'نظام',
|
|
'SystemRAM' => 'RAM النظام',
|
|
'Theme' => 'سمة',
|
|
'Time' => 'وقت',
|
|
'Timestamp' => 'الطابع الزمني',
|
|
'Total' => 'مجموع',
|
|
'Unicode' => 'يونيكود',
|
|
'Uri' => 'أوري',
|
|
'Version' => 'الإصدار',
|
|
'Warnings' => 'تحذيرات',
|
|
]];
|