feat: detail overview i18n

This commit is contained in:
hamster1963
2024-11-24 21:44:12 +08:00
parent 8812cd1d3f
commit ee03928a56
9 changed files with 157 additions and 36 deletions

View File

@@ -1,5 +1,35 @@
{
"nezha": "Nezha Monitoring",
"overview": "Overview",
"whereTheTimeIs": "Where the time is",
"serverOverview": {
"totalServers": "Total Servers",
"onlineServers": "Online Servers",
"offlineServers": "Offline Servers",
"totalBandwidth": "Total Bandwidth"
},
"serverCard": {
"mem": "MEM",
"stg": "STG",
"upload": "Upload",
"download": "Download"
},
"serverDetail": {
"status": "Status",
"online": "Online",
"offline": "Offline",
"unknown": "Unknown",
"uptime": "Uptime",
"version": "Version",
"arch": "Arch",
"mem": "Mem",
"disk": "Disk",
"region": "Region",
"system": "System"
},
"footer": {
"themeBy": "Theme by "
},
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",