mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
the first commit, finish almost all function what i need
This commit is contained in:
48
assets/lang/en.json
Normal file
48
assets/lang/en.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"User Manage": "User Manage",
|
||||
"User": "User",
|
||||
"Token": "Token",
|
||||
"Notes": "Notes",
|
||||
"Search": "Search",
|
||||
"Reset": "Reset",
|
||||
"New user": "New user",
|
||||
"Remove user": "Remove user",
|
||||
"Disable user": "Disable user",
|
||||
"will take sometime to make effective": " will take sometime to make effective",
|
||||
"Enable user": "Enable user",
|
||||
"Remove": "Remove",
|
||||
"Disable": "Disable",
|
||||
"Enable": "Enable",
|
||||
"Please input user account": "Please input user account",
|
||||
"Please input user token": "Please input user token",
|
||||
"Please input user notes": "Please input user notes",
|
||||
"Status": "Status",
|
||||
"Operation": "Operation",
|
||||
"Confirm": "Confirm",
|
||||
"Cancel": "Cancel",
|
||||
"Confirm to remove user": "Confirm to remove user ?",
|
||||
"Confirm to disable user": "Confirm to disable user ?",
|
||||
"Confirm to enable user": "Confirm to enable user ?",
|
||||
"Operate success": "Operate success",
|
||||
"Operate failed": "Operate failed",
|
||||
"Operate error": "Operate error",
|
||||
"Other error": "Other error",
|
||||
"Param error": "Param error",
|
||||
"User exist": "User exist",
|
||||
"Token cannot be empty": "Token cannot be empty",
|
||||
"Please check at least one user": "Please Check at least one user",
|
||||
"Operation confirm": "Operation confirm",
|
||||
"Empty data": "Empty data",
|
||||
"Allowed ports": "Allowed ports",
|
||||
"Please input allowed ports": "Please input allowed ports, example: 8081, 9000-9010",
|
||||
"Allowed domains": "Allowed domains",
|
||||
"Please input allowed domains": "Please input allowed domains, example: web01.domain.com,web02.domain.com",
|
||||
"Allowed subdomains": "Allowed subdomains",
|
||||
"Please input allowed subdomains": "Please input allowed subdomains, example: web01,web02",
|
||||
"Ports is invalid": "Ports is invalid",
|
||||
"Domains is invalid": "Domains is invalid",
|
||||
"Subdomains is invalid": "Subdomains is invalid",
|
||||
"Comment is invalid": "Comment is invalid, it cannot include line breaks",
|
||||
"Not limit": "Not limit",
|
||||
"None": "None"
|
||||
}
|
||||
Reference in New Issue
Block a user