add full i18n support for server info page

This commit is contained in:
杨黄林
2023-09-11 12:30:40 +08:00
parent 25d05eab9c
commit 29c7567095
7 changed files with 90 additions and 26 deletions

View File

@@ -72,5 +72,22 @@
"Last Close": "Last Close",
"Network Traffic": "Network Traffic",
"today": "today",
"now": "now"
"now": "now",
"Version": "Version",
"Bind Port": "Bind Port",
"KCP Bind Port": "KCP Bind Port",
"QUIC Bind Port": "QUIC Bind Port",
"HTTP Port": "HTTP Port",
"HTTPS Port": "HTTPS Port",
"TCPMUX Port": "TCPMUX Port",
"Subdomain Host": "Subdomain Host",
"Max Pool Count": "Max Pool Count",
"Max Ports Per Client": "Max Ports Per Client",
"Heart Beat Timeout": "Heart Beat Timeout",
"Allow Ports": "Allow Ports",
"TLS Only": "TLS Only",
"Current Connections": "Current Connections",
"Client Counts": "Client Counts",
"Proxy Counts": "Proxy Counts",
"Not Set": "Not Set"
}