feat: detail chart i18n

This commit is contained in:
hamster1963
2024-11-24 21:55:37 +08:00
parent ee03928a56
commit a949bf7e03
5 changed files with 68 additions and 11 deletions

View File

@@ -2,6 +2,12 @@
"nezha": "Nezha Monitoring",
"overview": "Overview",
"whereTheTimeIs": "Where the time is",
"info": {
"websocketConnecting": "WebSocket connecting",
"websocketConnected": "WebSocket connected",
"websocketDisconnected": "WebSocket disconnected",
"processing": "Processing..."
},
"serverOverview": {
"totalServers": "Total Servers",
"onlineServers": "Online Servers",
@@ -27,6 +33,14 @@
"region": "Region",
"system": "System"
},
"serverDetailChart": {
"process": "Process",
"disk": "Disk",
"mem": "Mem",
"swap": "Swap",
"upload": "Upload",
"download": "Download"
},
"footer": {
"themeBy": "Theme by "
},

View File

@@ -2,6 +2,12 @@
"nezha": "哪吒监控",
"overview": "概览",
"whereTheTimeIs": "当前时间",
"info": {
"websocketConnecting": "WebSocket 连接中",
"websocketConnected": "WebSocket 连接成功",
"websocketDisconnected": "WebSocket 连接断开",
"processing": "处理中..."
},
"serverOverview": {
"totalServers": "服务器总数",
"onlineServers": "在线服务器",
@@ -27,6 +33,14 @@
"region": "区域",
"system": "系统"
},
"serverDetailChart": {
"process": "进程数",
"disk": "磁盘",
"mem": "内存",
"swap": "虚拟内存",
"upload": "上传",
"download": "下载"
},
"footer": {
"themeBy": "主题-"
},

View File

@@ -2,6 +2,12 @@
"nezha": "哪吒監控",
"overview": "概覽",
"whereTheTimeIs": "目前時間",
"info": {
"websocketConnecting": "WebSocket 連接中",
"websocketConnected": "WebSocket 連接成功",
"websocketDisconnected": "WebSocket 連接斷開",
"processing": "處理中..."
},
"serverOverview": {
"totalServers": "總服務器",
"onlineServers": "線上服務器",
@@ -27,6 +33,14 @@
"region": "地區",
"system": "系統"
},
"serverDetailChart": {
"process": "進程數",
"disk": "磁盤",
"mem": "內存",
"swap": "虛擬記憶體",
"upload": "上傳",
"download": "下載"
},
"footer": {
"themeBy": "主題-"
},