mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-06-18 01:47:07 +08:00
17 lines
409 B
JSON
17 lines
409 B
JSON
{
|
|
"": "Linux",
|
|
"server_monitor": "服务器状态",
|
|
"description": "Linux 是 RP 主机的基础服务,负责进行资源限制",
|
|
"widget": {
|
|
"hour_cpu": "一小时 CPU 时间",
|
|
"hour_memory": "一小时内存占用",
|
|
"storage": "储存空间",
|
|
"month_transfer": "月流量"
|
|
},
|
|
"monitor": {
|
|
"system": "操作系统",
|
|
"system_info": "系统信息",
|
|
"cpu": "CPU"
|
|
}
|
|
}
|