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