mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-20 20:48:40 +00:00
65 lines
2.8 KiB
PHP
Executable File
65 lines
2.8 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' => 'การใช้ CPU',
|
|
'Created' => 'ที่สร้างไว้',
|
|
'CreatedBy' => 'สร้างโดย',
|
|
'Criticals' => 'Criticals',
|
|
'Debug' => 'ตรวจแก้จุดบกพร่อง',
|
|
'Deprecated' => 'เลิก',
|
|
'Description' => 'ลักษณะ',
|
|
'DisabledFunctions' => 'ฟังก์ชั่นสำหรับผู้พิการ',
|
|
'DiskUsage' => 'DiskUsage',
|
|
'Emergencies' => 'กรณีฉุกเฉิน',
|
|
'Errors' => 'ข้อผิดพลาด',
|
|
'Exception' => 'ข้อยกเว้น',
|
|
'File' => 'ไฟล์',
|
|
'Files' => 'ไฟล์',
|
|
'Info' => 'ข้อมูล',
|
|
'Inspect' => 'ตรวจ',
|
|
'Inspection' => 'การตรวจสอบ',
|
|
'Integrity' => 'ความสมบูรณ์',
|
|
'Level' => 'ชั้น',
|
|
'Line' => 'ไลน์',
|
|
'Logs' => 'ท่อน',
|
|
'MemoryLimit' => 'หน่วยความจำ จำกัด',
|
|
'Message' => 'ข่าวสาร',
|
|
'Modified' => 'ดัดแปลง',
|
|
'NG' => 'NG',
|
|
'Notices' => 'การบอกกล่าว',
|
|
'OK' => 'ตกลง',
|
|
'OS' => 'ระบบปฏิบัติการ',
|
|
'PHPSettings' => 'การตั้งค่า PHP',
|
|
'Penetrators' => 'penetrators',
|
|
'RAMUsage' => 'การใช้ RAM',
|
|
'Release' => 'ปล่อย',
|
|
'Report' => 'รายงาน',
|
|
'Source' => 'แหล่ง',
|
|
'Status' => 'สถานะ',
|
|
'System' => 'ระบบ',
|
|
'SystemRAM' => 'แรมระบบ',
|
|
'Theme' => 'กระทู้',
|
|
'Time' => 'เวลา',
|
|
'Timestamp' => 'การประทับเวลา',
|
|
'Total' => 'รวม',
|
|
'Unicode' => 'Unicode',
|
|
'Uri' => 'ยูริ',
|
|
'Version' => 'รุ่น',
|
|
'Warnings' => 'คำเตือน',
|
|
]];
|