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 "
},