mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
add some i18n support
add text border for chart
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
"Operation": "操作",
|
||||
"Confirm": "确定",
|
||||
"Cancel": "取消",
|
||||
"Confirm to remove user": "确定删除用户 ?",
|
||||
"Confirm to disable user": "确定禁用用户 ?",
|
||||
"Confirm to enable user": "确定启用用户 ?",
|
||||
"Confirm to remove user": "确定删除用户?",
|
||||
"Confirm to disable user": "确定禁用用户?",
|
||||
"Confirm to enable user": "确定启用用户?",
|
||||
"Operate success": "操作成功",
|
||||
"Operate failed": "操作失败",
|
||||
"Operate error": "操作异常",
|
||||
@@ -48,5 +48,29 @@
|
||||
"None": "无",
|
||||
"Server Info": "服务器信息",
|
||||
"Users": "用户列表",
|
||||
"Proxies": "代理列表"
|
||||
"Proxies": "代理列表",
|
||||
"Name": "名称",
|
||||
"Port": "端口",
|
||||
"Connections": "连接数",
|
||||
"Traffic In": "入站流量",
|
||||
"Traffic Out": "出站流量",
|
||||
"Client Version": "客户端版本",
|
||||
"Traffic Statistics": "流量统计",
|
||||
"Type": "连接类型",
|
||||
"Domains": "自定义域名",
|
||||
"SubDomain": "二级域名",
|
||||
"Locations": "路由",
|
||||
"HostRewrite": "自定义请求头",
|
||||
"Encryption": "数据加密",
|
||||
"Compression": "数据压缩",
|
||||
"Addr": "使用端口",
|
||||
"online": "在线",
|
||||
"offline": "离线",
|
||||
"true": "是",
|
||||
"false": "否",
|
||||
"Last Start": "上次连接时间",
|
||||
"Last Close": "上次断开时间",
|
||||
"Network Traffic": "网络流量",
|
||||
"today": "今日",
|
||||
"now": "当前"
|
||||
}
|
||||
Reference in New Issue
Block a user