Files
NodeBB/public/language/zh-CN/admin/development/info.json
2023-02-12 09:17:53 +00:00

25 lines
645 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"you-are-on": "您位于 <strong>%1:%2</strong>",
"ip": "IP <strong>%1</strong>",
"nodes-responded": "%1个节点在%2ms内响应",
"host": "主机",
"primary": "主/运行任务",
"pid": "pid",
"nodejs": "nodejs",
"online": "在线",
"git": "git",
"process-memory": "进程内存",
"system-memory": "系统内存",
"used-memory-process": "进程使用的内存",
"used-memory-os": "已使用系统内存",
"total-memory-os": "全部系统内存",
"load": "系统负载",
"cpu-usage": "CPU 使用情况",
"uptime": "运行时间",
"registered": "已注册",
"sockets": "接口",
"guests": "游客",
"info": "信息"
}