fix: i18n

This commit is contained in:
hamster1963
2024-12-05 09:24:54 +08:00
parent a1f5b9d62c
commit 4032ff62a2
8 changed files with 65 additions and 11 deletions

View File

@@ -26,6 +26,7 @@
"serverCard": {
"mem": "MEM",
"stg": "STG",
"days": "Days",
"upload": "Upload",
"download": "Download",
"system": "System",
@@ -33,9 +34,22 @@
"totalUpload": "Upload",
"totalDownload": "Download"
},
"cycleTransfer": {
"used": "used",
"total": "total",
"nextUpdate": "next update"
},
"serviceTracker": {
"noService": "No service data",
"uptime": "Uptime",
"daysAgo": "days ago",
"today": "Today",
"loading": "Loading..."
},
"serverDetail": {
"status": "Status",
"online": "Online",
"days": "Days",
"offline": "Offline",
"unknown": "Unknown",
"uptime": "Uptime",

View File

@@ -26,6 +26,7 @@
"serverCard": {
"mem": "内存",
"stg": "存储",
"days": "天",
"upload": "上传",
"download": "下载",
"system": "系统",
@@ -33,9 +34,22 @@
"totalUpload": "总上传",
"totalDownload": "总下载"
},
"cycleTransfer": {
"used": "已使用",
"total": "总计",
"nextUpdate": "下次更新"
},
"serviceTracker": {
"noService": "没有服务监测数据",
"uptime": "可用率",
"daysAgo": "天前",
"today": "今天",
"loading": "加载中..."
},
"serverDetail": {
"status": "状态",
"online": "在线",
"days": "天",
"offline": "离线",
"unknown": "未知",
"uptime": "运行时间",

View File

@@ -26,6 +26,7 @@
"serverCard": {
"mem": "內存",
"stg": "存儲",
"days": "天",
"upload": "上傳",
"download": "下載",
"system": "系統",
@@ -33,9 +34,22 @@
"totalUpload": "總上傳",
"totalDownload": "總下載"
},
"cycleTransfer": {
"used": "已使用",
"total": "總量",
"nextUpdate": "下次更新"
},
"serviceTracker": {
"noService": "沒有服務監控數據",
"uptime": "可用率",
"daysAgo": "天前",
"today": "今天",
"loading": "載入中..."
},
"serverDetail": {
"status": "狀態",
"online": "線上",
"days": "天",
"offline": "離線",
"unknown": "未知",
"uptime": "運行時間",