mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38:40 +00:00
71 lines
2.2 KiB
PHP
Executable File
71 lines
2.2 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' => '后卫',
|
|
'Browser' => '',
|
|
'CPUUsage' => 'CPU使用率',
|
|
'Country' => '',
|
|
'Created' => '创造了',
|
|
'CreatedBy' => '由...制作',
|
|
'Criticals' => '关键人物',
|
|
'Daily' => '',
|
|
'Debug' => '调试',
|
|
'Deprecated' => '弃用',
|
|
'Description' => '描述',
|
|
'DisabledFunctions' => '禁用功能',
|
|
'DiskUsage' => '磁盘使用情况',
|
|
'Domain' => '',
|
|
'Emergencies' => '紧急情况',
|
|
'Errors' => '错误',
|
|
'Exception' => '例外',
|
|
'File' => '文件',
|
|
'Files' => '文件',
|
|
'Info' => '信息',
|
|
'Inspect' => '检查',
|
|
'Inspection' => '检查',
|
|
'Integrity' => '正直',
|
|
'Level' => '等级',
|
|
'Line' => '线',
|
|
'Logs' => '日志',
|
|
'MemoryLimit' => '记忆限制',
|
|
'Message' => '信息',
|
|
'Modified' => '修改的',
|
|
'Modules' => '',
|
|
'NG' => 'NG.',
|
|
'Notices' => '通知',
|
|
'OK' => '行',
|
|
'OS' => 'OS.',
|
|
'PHPSettings' => 'PHP设置',
|
|
'Penetrators' => '渗透者',
|
|
'RAMUsage' => 'RAM使用率',
|
|
'Release' => '发布',
|
|
'Report' => '报告',
|
|
'Source' => '来源',
|
|
'Status' => '地位',
|
|
'System' => '系统',
|
|
'SystemRAM' => '系统RAM.',
|
|
'Theme' => '主题',
|
|
'Time' => '时间',
|
|
'Timestamp' => '时间戳',
|
|
'Tools' => '',
|
|
'Total' => '全部的',
|
|
'Unicode' => 'unicode.',
|
|
'Uri' => 'Uri.',
|
|
'Version' => '版本',
|
|
'Warnings' => '警告',
|
|
]];
|