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": "繁體中文",

View File

@@ -1,5 +1,35 @@
{
"nezha": "哪吒监控",
"overview": "概览",
"whereTheTimeIs": "当前时间",
"serverOverview": {
"totalServers": "服务器总数",
"onlineServers": "在线服务器",
"offlineServers": "离线服务器",
"totalBandwidth": "总流量"
},
"serverCard": {
"mem": "内存",
"stg": "存储",
"upload": "上传",
"download": "下载"
},
"serverDetail": {
"status": "状态",
"online": "在线",
"offline": "离线",
"unknown": "未知",
"uptime": "运行时间",
"version": "版本",
"arch": "架构",
"mem": "内存",
"disk": "磁盘",
"region": "区域",
"system": "系统"
},
"footer": {
"themeBy": "主题-"
},
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",

View File

@@ -1,5 +1,35 @@
{
"nezha": "哪吒監控",
"overview": "概覽",
"whereTheTimeIs": "目前時間",
"serverOverview": {
"totalServers": "總服務器",
"onlineServers": "線上服務器",
"offlineServers": "離線服務器",
"totalBandwidth": "總帶寬"
},
"serverCard": {
"mem": "內存",
"stg": "存儲",
"upload": "上傳",
"download": "下載"
},
"serverDetail": {
"status": "狀態",
"online": "線上",
"offline": "離線",
"unknown": "未知",
"uptime": "運行時間",
"version": "版本",
"arch": "架構",
"mem": "內存",
"disk": "磁盤",
"region": "地區",
"system": "系統"
},
"footer": {
"themeBy": "主題-"
},
"language": {
"zh-CN": "简体中文",
"zh-TW": "繁體中文",
@@ -8,6 +38,6 @@
"theme": {
"light": "亮色",
"dark": "暗色",
"system": "跟系統"
"system": "跟系統"
}
}