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