mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-06 05:30:07 +00:00
feat: detail overview i18n
This commit is contained in:
@@ -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": "繁體中文",
|
||||
|
||||
Reference in New Issue
Block a user