oms-Monitoring/Theme/Backend/Lang/zh.lang.php

65 lines
2.1 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' => '爆击',
'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' => '内存使用',
'Release' => '释放',
'Report' => '报告',
'Source' => '来源',
'Status' => '状态',
'System' => '系统',
'SystemRAM' => '系统内存',
'Theme' => '主题',
'Time' => '时间',
'Timestamp' => '时间戳',
'Total' => '全部的',
'Unicode' => '统一',
'Uri' => '乌里',
'Version' => '版本',
'Warnings' => '警告',
]];