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