mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 14:27:01 +08:00
support frp>=v0.52.0
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
"Extra": "附加参数",
|
||||
"Proxy Name": "代理名称",
|
||||
"Custom Domains": "自定义域名",
|
||||
"Custom Domains Example": "[\"first.domain.org\",\"second.domain.net\"]",
|
||||
"Subdomain": "子域名",
|
||||
"Remote Port": "服务端端口",
|
||||
"Use Encryption": "加密传输",
|
||||
@@ -53,8 +54,12 @@
|
||||
"running": "运行中",
|
||||
"start error": "错误",
|
||||
"new": "新连接",
|
||||
"Proxy Name Example": "内网穿透",
|
||||
"Local IP": "本地IP",
|
||||
"Local IP Example": "127.0.0.1",
|
||||
"Local Port": "本地端口",
|
||||
"Local Port Example": "8080",
|
||||
"Remote Port Example": "18080",
|
||||
"Operation": "操作",
|
||||
"Confirm": "确定",
|
||||
"Cancel": "取消",
|
||||
@@ -68,5 +73,15 @@
|
||||
"Frp Client Error": "Frp客户端错误",
|
||||
"Proxy Exist": "代理名称重复",
|
||||
"Proxy Not Exist": "代理名称不存在",
|
||||
"Client Tips": "客户端提示"
|
||||
"Client Tips": "客户端提示",
|
||||
"and": "和",
|
||||
"Require Not All Empty": "不能同时为空",
|
||||
"Require Not Empty": "不能为空",
|
||||
"Require Number": "应当为数字",
|
||||
"Require Boolean": "应当为布尔值",
|
||||
"Require Array": "应当为JS数组",
|
||||
"Total": "共",
|
||||
"Items": "条记录",
|
||||
"Go to": "到第",
|
||||
"Per Page": "条/页"
|
||||
}
|
||||
Reference in New Issue
Block a user