oms-Monitoring/Theme/Backend/Lang/zh.lang.php
Dennis Eichhorn 5d6a95cb7f update
2023-10-09 22:06:38 +00:00

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' => '警告',
]];