Files
frps-panel/assets/lang/en.json
杨黄林 92f3e6fe23 add some i18n support
add text border for chart
2023-09-10 23:15:12 +08:00

76 lines
2.8 KiB
JSON

{
"Frps Panel": "Frps Panel",
"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",
"User format error": "User cannot be empty or include space char. It only allowed alphanumeric and underline.",
"Token format error": "Token cannot be empty or include space char. It allow include those special char: _!@#$%^&*()",
"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",
"Server Info": "Server Info",
"Users": "Users",
"Proxies": "Proxies",
"Name": "Name",
"Port": "Port",
"Connections": "Connections",
"Traffic In": "Traffic In",
"Traffic Out": "Traffic Out",
"Client Version": "Client Version",
"Traffic Statistics": "Traffic Statistics",
"Type": "Type",
"Domains": "Domains",
"SubDomain": "SubDomain",
"Locations": "Locations",
"HostRewrite": "HostRewrite",
"Encryption": "Encryption",
"Compression": "Compression",
"Addr": "Addr",
"online": "online",
"offline": "offline",
"true": "Yes",
"false": "No",
"Last Start": "Last Start",
"Last Close": "Last Close",
"Network Traffic": "Network Traffic",
"today": "today",
"now": "now"
}