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": "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"
|
||||
}
|
||||
Reference in New Issue
Block a user