Merge pull request #761 from KevinLu2000/master

updated i18n en_us
This commit is contained in:
Unitwk 2022-11-12 19:40:27 +08:00 committed by GitHub
commit ac87df9d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,67 +2,66 @@
"common": {
"title": "Title"
},
"app": {
"developInfo": "Unable to start, this project is used by MCSManager developers and cannot be run directly by ordinary users.\nPlease go to https://mcsmanager.com/ for the latest installation method.\nIf you want to run in development mode, please create a public , src/public directory and place the front-end static files and re-run.",
"panelStarted": "Control Panel has been started",
"reference": "Project Reference: https://github.com/mcsmanager",
"developInfo": "Unable to start! This is a developmenet project used by MCSManager developers.\nPlease go to https://mcsmanager.com/ for installation instructions.\nIf you insist to run this project in development mode, please manually create the following directory: public, src/public, put frontend static file in it to run.",
"panelStarted": "Panel started.",
"reference": "Project reference: https://github.com/mcsmanager",
"host": "Access address: http://localhost:{{port}}",
"portTip": "Open port {{port}} and daemon port for software public network access",
"exitTip": "To close this program please use Ctrl+C shortcut"
"portTip": "You need to open daemon port and port {{port}} for public access.",
"exitTip": "Use Ctrl+C to close this program."
},
"permission": {
"forbidden": "Insufficient permissions",
"forbiddenTokenError": "Token verification failed, access denied",
"xmlhttprequestError": "Cannot find request header x-requested-with: xmlhttprequest",
"apiError": "Incorrect key",
"forbiddenInstance": "[Forbidden] [Middleware] Incorrect parameters or illegal access to the instance",
"tooFast": "Too fast"
"forbidden": "Insufficient permission",
"forbiddenTokenError": "Failed to verify token (Token), access denied.",
"xmlhttprequestError": "Unable to find request head x-requested-with: xmlhttprequest",
"apiError": "Wrong key",
"forbiddenInstance": "[Forbidden] [Middleware] Incorrect parameters or illegal access.",
"tooFast": "Too many requests in a short time, please try again later."
},
"systemRemoteService": {
"nodeCount": "Number of remote nodes: {{n}}",
"nodeCount": "Remote nodes: {{n}}",
"loadDaemonTitle": "Attempting to read local daemon {{localKeyFilePath}}",
"autoCheckDaemon": "Detected local daemon, getting key and port automatically...",
"error": "The local daemon configuration file cannot be obtained automatically, please go to the panel to manually connect the daemon, go to https://docs.mcsmanager.com/ to learn more."
"autoCheckDaemon": "Local daemon detected, trying to fetch key and port...",
"error": "Unable to load configuration from local daemon, please configure the daemon manually. Visit https://docs.mcsmanager.com/ for more information."
},
"systemUser": {
"userCount": "Number of local users: {{n}}"
"userCount": "Local users{{n}}"
},
"router": {
"user": {
"invalidUserName": "Invalid username format",
"invalidPassword": "Invalid password format",
"existsUserName": "Username has been occupied",
"deleteFailure": "Failed to complete user data deletion",
"passwordCheck": "The password is not standardized, it must have uppercase and lowercase letters, numbers, and the length is between 9 and 36"
"existsUserName": "Username already exist.",
"deleteFailure": "Unable to delete user data",
"passwordCheck": "Password must contains the following: uppercase letter, lowercase letter, numbers, and a length between 9 and 36."
},
"instance": {
"createError": "Failed to create instance"
"createError": "Failed to create instance."
},
"file": {
"off": "The administrator has restricted all users from using the file management function"
"off": "The system administrator has choose to restrict file management function for all users."
},
"schedule": {
"invalidName": "Invalid scheduled task name"
"invalidName": "Invalid task name"
},
"login": {
"ban": "Too many authentications, your IP address has been locked for 10 minutes",
"nameOrPassError": "Incorrect account or password",
"init": "[Install Panel] Initializing panel admin account: {{userName}}",
"installed": "Panel is already installed and cannot be reinstalled, please backup and delete the data folder for a fresh install"
"ban": "Your IP was blocked for 10 minutes due to multiple authentication failure.",
"nameOrPassError": "Incorrect username or password.",
"init": "[Installation] Initializing administrator account: {{userName}}",
"installed": "Unable to install panel: already installed. For reinstallation, backup and delete data folder."
}
},
"daemonInfo": {
"setLanguage": "set remote node language",
"connect": "The remote node {{v}} is connected",
"disconnect": "The remote node {{v}} has been disconnected",
"connectError": "Error connecting to remote node: {{v}}",
"authSuccess": "Authentication of the remote node {{v}} succeeded",
"authFailure": "Authentication failed on remote node {{v}}",
"authError": "Authentication error on remote node {{v}}",
"closed": "Actively disconnect the remote node {{v}}",
"resetConnect": "The user initiates a reconnection to a remote node that is already available, and is resetting the connection channel",
"replaceConnect": "The user initiates a repeated connection request, now to reset the connection configuration",
"tryConnect": "Attempting to connect to remote node"
"connect": "Remote node {{- v}} connected",
"disconnect": "Remote node {{- v}} disconnected",
"connectError": "Error connecting to remote node:{{- v}} ",
"authSuccess": "Remote node {{- v}} token verification succeed.",
"authFailure": "Remote node {{- v}} token verification failed.",
"authError": "Remote node {{- v}} token verification error.",
"closed": "Actively dissconnect from the remote node {{- v}} ",
"resetConnect": "User request to reconnect all available remote node, reconnecting...",
"replaceConnect": "User initiated a duplicate connection request, resetting the connection.",
"tryConnect": "Trying to connect remote node.",
"setLanguage": "Set node language."
}
}