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

View File

@@ -72,5 +72,22 @@
"Last Close": "上次断开时间",
"Network Traffic": "网络流量",
"today": "今日",
"now": "当前"
"now": "当前",
"Version": "版本号",
"Bind Port": "TCP 端口",
"KCP Bind Port": "KCP 端口",
"QUIC Bind Port": "QUIC 端口",
"HTTP Port": "HTTP 端口",
"HTTPS Port": "HTTPS 端口",
"TCPMUX Port": "TCPMUX 端口",
"Subdomain Host": "二级域名后缀",
"Max Pool Count": "每个代理最大连接池大小",
"Max Ports Per Client": "单个客户端最大同时存在代理数",
"Heart Beat Timeout": "心跳连接超时时间",
"Allow Ports": "端口限制",
"TLS Only": "仅接受启用 TLS 的客户端",
"Current Connections": "当前连接数",
"Client Counts": "客户端总数",
"Proxy Counts": "代理总数",
"Not Set": "未配置"
}