support frp>=v0.52.0

This commit is contained in:
2024-01-11 18:22:37 +08:00
parent 18792a395c
commit cd81e22d53
24 changed files with 339 additions and 11048 deletions

View File

@@ -37,6 +37,7 @@
"Extra": "Extra Params",
"Proxy Name": "Proxy Name",
"Custom Domains": "Custom Domains",
"Custom Domains Example": "[\"first.domain.org\",\"second.domain.net\"]",
"Subdomain": "Subdomain",
"Remote Port": "Remote Port",
"Use Encryption": "Use Encryption",
@@ -53,8 +54,12 @@
"running": "running",
"start error": "start error",
"new": "new",
"Proxy Name Example": "Intranet Penetration",
"Local IP": "Local IP",
"Local IP Example": "127.0.0.1",
"Local Port": "Local Port",
"Local Port Example": "8080",
"Remote Port Example": "18080",
"Operation": "Operation",
"Confirm": "Confirm",
"Cancel": "Cancel",
@@ -68,5 +73,15 @@
"Frp Client Error": "Frp client error",
"Proxy Exist,": "Proxy name exist",
"Proxy Not Exist": "Proxy name not exist",
"Client Tips": "Client tips"
"Client Tips": "Client tips",
"and": " and ",
"Require Not All Empty": " can't be empty at the same time",
"Require Not Empty": " can't be empty",
"Require Number": " should be a number",
"Require Boolean": " should be a boolean",
"Require Array": " should be an js array",
"Total": "Total ",
"Items": " items",
"Go to": "Go to",
"Per Page": " / page"
}

View File

@@ -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": "条/页"
}