Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 74f7e93

Browse files
committed
Update en_us.json
English typos fixes and some clarity changes.
1 parent bfd7ef4 commit 74f7e93

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

src/i18n/language/en_us.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"addr": "Access URL: http://<IP>:{{port}}/ or ws://<IP>:{{port}}",
1111
"configPathTip": "Configuration file: data/Config/global.json",
1212
"password": "Access token: {{key}}",
13-
"passwordTip": "The access token served as the only access credential, please use the MCSManager WebPanel to connect.",
13+
"passwordTip": "The access token serves as the only access credential, please use the MCSManager WebPanel to connect.",
1414
"exitTip": "Use Ctrl+C to close this program.",
1515
"sysinfo": "SysInfo",
1616
"httpSetupError": "The port may already be in use or the network device is unavailable."
@@ -28,7 +28,7 @@
2828
"instanceNotOpen": "Failed to execute command, could not find the instance process."
2929
},
3030
"instance": {
31-
"dirEmpty": "start command, I/O encoding, or working directory is empty.",
31+
"dirEmpty": "Start command, I/O encoding, or working directory is empty.",
3232
"dirNoE": "The working directory does not exist.",
3333
"invalidCpu": "Illegal CPU core specification {{v}}",
3434
"invalidContainerName": "Invalid container name {{v}}",
@@ -37,7 +37,7 @@
3737
"start": {
3838
"instanceNotDown": "Could not start instance: already running.",
3939
"instanceMaturity": "Could not start instance: instance expired.",
40-
"startInstance": "starting instance..."
40+
"startInstance": "Starting instance..."
4141
},
4242
"restart": {
4343
"start": "Executing scheduled restart.",
@@ -53,15 +53,15 @@
5353
"instanceUuid": "Instance identifier: [{{uuid}}]",
5454
"startCmd": "Start command: {{cmdList}}",
5555
"cwd": "Working directory: {{cwd}}",
56-
"pidErr": "Failed to start instance/container (empty PID), Possible cause:\n1. Incorrect start command, please double check the start command and parameters.\n2. Incorrect configured host environment (e.g. no Java installed or PATH issue).\n\nNative start command: \n{{startCommand}}\n\nStart command parsing body:\nProgram: {{commandExeFile}}\nParameter(s): {{commandParameters}}\n\nPlease report to system administrator, consult with tenical specialist, or troubleshoo on your own.",
56+
"pidErr": "Failed to start instance/container (empty PID), Possible cause:\n1. Incorrect start command, please double check the start command and parameters.\n2. Incorrectly configured host environment (e.g. no Java installed or PATH issue).\n\nNative start command: \n{{startCommand}}\n\nStart command parsing body:\nProgram: {{commandExeFile}}\nParameter(s): {{commandParameters}}\n\nPlease report to the system administrator, check with a technical specialist, or troubleshoot on your own.",
5757
"startErr": "Failed to start instance: Please check the starting command, host environment, or configuration file.",
5858
"startSuccess": "Instance {{instanceUuid}} started, PID: {{pid}}",
59-
"startOrdinaryTerminal": "Instance running. You can use command at the input box located at the bottom. If you need to use function keys like CTRL or TAB, please enable the emulation mode in terminal settings."
59+
"startOrdinaryTerminal": "Instance running. You can use command at the input box located at the bottom. If you need to use function keys like CTRL or TAB, please enable the emulation mode in terminal settings."
6060
},
6161
"general_stop": {
6262
"notRunning": "Failed to stop instance: not running.",
63-
"execCmd": "Executed pre-defined stop command: {{stopCommand}}\nPlease set the correct stop command in the instance settings if the instance are not stopping.",
64-
"stopErr": "Failed to stop instance: stop command sent but the instance is not shutting down. Please double check your stop command or if instance is frozen. The status was reset to running. You can also force terminate the instance process."
63+
"execCmd": "Executed pre-defined stop command: {{stopCommand}}\nPlease set the correct stop command in the instance settings if the instances are not stopping.",
64+
"stopErr": "Failed to stop instance: stop command sent but the instance is not shutting down. Please double check your stop command or if the instance is frozen. The status was reset to running. You can also force terminate the instance process."
6565
},
6666
"general_update": {
6767
"statusErr_notStop": "Unable to update: incorrect instance status, it has to be stopped first.",
@@ -91,30 +91,30 @@
9191
"ptyPath": "PTY Path: {{path}}",
9292
"ptyParams": "PTY parameter: {{param}}",
9393
"ptyCwd": "Working directory: {{cwd}}",
94-
"pidErr": "Failed to start instance/container (empty PID), Possible cause:\n1. Incorrect start command, please double check the start command and parameters.\n2. Incorrect configured host environment (e.g. no Java installed or PATH issue).\n\nNative start command: \n{{startCommand}}\n\nEmulation terminal tranPlease report to system administrator, consult with tenical specialist, or troubleshoo on your own.\nIf you think this is a panel issue, please switch back to general terminal mode by disabling the emulation mode.",
94+
"pidErr": "Failed to start instance/container (empty PID), Possible cause:\n1. Incorrect start command, please double check the start command and parameters.\n2. Incorrectly configured host environment (e.g. no Java installed or PATH issue).\n\nNative start command: \n{{startCommand}}\n\nEmulation terminal: Please report to the system administrator, check with a technical specialist, or troubleshoot on your own.\nIf you think this is a panel issue, please switch back to general terminal mode by disabling the emulation mode.",
9595
"instanceStartErr": "Failed to start instance: Please check the starting command, host environment, or configuration file.",
9696
"startSuccess": "Instance {{instanceUuid}} Successfullly started PID: {{pid}}",
9797
"startEmulatedTerminal": "Active emulation terminal, you can use function keys (like CTRL, TAB) directly.",
98-
"mustAbsolutePath": "In order to use the emulation terminal, you must use absolute path for your instance."
98+
"mustAbsolutePath": "In order to use the emulation terminal, you must use an absolute path for your instance."
9999
},
100100
"pty_stop": {
101101
"notRunning": "Failed to stop: not running.",
102-
"execCmd": "Executed pre-defined stop command: {{stopCommand}}\nPlease set the correct stop command in the instance settings if the instance are not stopping.",
103-
"stopErr": "Failed to stop instance: stop command sent but the instance is not shutting down. Please double check your stop command or if instance is frozen. The status was reset to running. You can also force terminate the instance process."
102+
"execCmd": "Executed pre-defined stop command: {{stopCommand}}\nPlease set the correct stop command in the instance settings if the instances are not stopping.",
103+
"stopErr": "Failed to stop instance: stop command sent but the instance is not shutting down. Please double check your stop command or if the instance is frozen. The status was reset to running. You can also force terminate the instance process."
104104
},
105105
"instanceConf": {
106106
"initInstanceErr": "Failed to initialize instance: empty identifier or configuration.",
107107
"cantModifyInstanceType": "Unable change instance type: instance running.",
108108
"cantModifyProcessType": "Unable to change instance process type: instance running.",
109109
"cantModifyPtyModel": "Unable to change PTY mode: instance running.",
110-
"ptyNotExist": "Unable to use emulation terminal: {{path}} dependencies not exist. Youcan contact system administrator to install it by restarting the Daemon under Linux environment.",
110+
"ptyNotExist": "Unable to use emulation terminal: {{path}} dependencies missing. You can contact the system administrator to install it by restarting the Daemon under Linux environment.",
111111
"instanceLock": "Failed to execute operation {{info}} : instance locked, please try again later.",
112112
"instanceBusy": "Instance busy, unable to perform any actions.",
113113
"info": "Info",
114114
"error": "Error",
115115
"autoRestart": "Unexpected stop detected, restarting...",
116116
"autoRestartErr": "Failed to auto restart: {{err}}",
117-
"instantExit": "Instance exited short after started, might be due to a wrong start command or configuration."
117+
"instantExit": "Instance exited shortly after being started, possibly due to a wrong start command or configuration."
118118
},
119119
"preset": {
120120
"actionErr": "Pre-defined command {{action}} unavailable."
@@ -140,20 +140,20 @@
140140
},
141141
"file_router": {
142142
"instanceNotExist": "Instance {{instanceUuid}} does not exist.",
143-
"unzipLimit": "Exceeded the maximum allowed decompresson tasks. Limit: {{maxFileTask}}, currently running: {{fileLock}}. Please wait patiently."
143+
"unzipLimit": "Exceeded the maximum allowed decompression tasks. Limit: {{maxFileTask}}, currently running: {{fileLock}}. Please wait patiently."
144144
},
145145
"http_router": {
146146
"instanceNotExist": "Instance doesn't exist.",
147-
"fileNameNotSpec": "File requested by user does not conform to hte specification.",
147+
"fileNameNotSpec": "File requested by user does not conform to the specifications.",
148148
"downloadErr": "Download error: {{error}}",
149-
"updateErr": "Unkonwn reason: Upload error"
149+
"updateErr": "Unknown reason: Upload error"
150150
},
151151
"Instance_router": {
152152
"requestIO": "Session {{id}} Request to redirect I/O stream of instance {{targetInstanceUuid}}",
153153
"cancelIO": "Session {{id}} Request to stop redirect I/O stream of instance {{targetInstanceUuid}}",
154154
"openInstanceErr": "Error starting instance {{instanceUuid}} : ",
155155
"performTasks": "Session {{id}} asks instance {{uuid}} to execute async task: {{taskName}}",
156-
"performTasksErr": "instance {{uuid}} reported an error while executing async task {{taskName}} error: {{err}}",
156+
"performTasksErr": "Instance {{uuid}} reported an error while executing async task {{taskName}} error: {{err}}",
157157
"taskEmpty": "No async task running",
158158
"accessFileErr": "Access denied due to path error or non-existent file.",
159159
"terminalLogNotExist": "terminal log file does not exist."
@@ -162,8 +162,8 @@
162162
"registerErr": "Invalid task name or empty token."
163163
},
164164
"stream_router": {
165-
"unauthorizedAccess": "Insufficient perission, Illegal access.",
166-
"taskNotExist": "Task not exist.",
165+
"unauthorizedAccess": "Insufficient permission, Illegal access.",
166+
"taskNotExist": "Task does not exist.",
167167
"instanceNotExist": "Instance does not exist.",
168168
"authSuccess": "Session {{id}} {{address}} I/O channel authenticated.",
169169
"establishConnection": "Established data channel between session {{id}} {{address}} and {{uuid}}",
@@ -175,12 +175,12 @@
175175
},
176176
"install": {
177177
"ptyNotSupportSystem": "Emulation terminal can only support Windows/Linux x86_64 architecture, fall back to general terminal.",
178-
"ptySupport": "Found installed dependencies, emulation terminal is available now.",
178+
"ptySupport": "Found installed dependencies, emulation terminal is now available.",
179179
"skipInstall": "Non-Linux environment, skipping dependencies installation.",
180-
"installed": "Optional depencies installed, emulation terminal and some advanced features are now available.",
180+
"installed": "Optional dependencies installed, emulation terminal and some advanced features are now available.",
181181
"guide": "Dependency reference: https://github.com/mcsmanager/pty",
182-
"changeModeErr": "Failed to change permission of {{path}} .Please set it to chmod 755 or above manually.",
183-
"installErr": "Dependencies installation failed. Emulation terminal and some advancced features are not available. The installation task will be retried on next start."
182+
"changeModeErr": "Failed to change permission of {{path}} . Please set it to chmod 755 or above manually.",
183+
"installErr": "Dependencies installation failed. Emulation terminal and some advanced features will not be available. The installation task will be retried on next start."
184184
},
185185
"protocol": {
186186
"socketErr": "Invalid response from session {{id}}({{address}})/{{event}} :\n"
@@ -190,16 +190,16 @@
190190
},
191191
"system_file": {
192192
"illegalAccess": "Illegal access directory.",
193-
"unzipLimit": "File decompression only support file size up to {{max}}GB . You can change this limit in data/Config/global.json",
193+
"unzipLimit": "File decompression only supports file sizes up to {{max}}GB . You can change this limit in data/Config/global.json",
194194
"execLimit": "Exceeded the maximum file edit size limit."
195195
},
196196
"system_instance_control": {
197197
"execLimit": "Unable to create scheduled task: limit reached.",
198198
"existRepeatTask": "A duplicate task already exists",
199199
"illegalName": "Illegal task name. Only underscore, digit, and letters are supported.",
200200
"crateTask": "Create scheduled task {{name}}:\n{{task}}",
201-
"crateTaskErr": "Error on creating scheduled task: incorrect time expression: \n{{name}}: {{timeArray}}\nPlease try remove file data/TaskConfig/{{name}}.json",
202-
"crateSuccess": "Successfully created schedule task: {{name}}",
201+
"crateTaskErr": "Error on creating scheduled task: incorrect time expression: \n{{name}}: {{timeArray}}\nPlease try removing file data/TaskConfig/{{name}}.json",
202+
"crateSuccess": "Successfully created scheduled task: {{name}}",
203203
"execCmdErr": "Error on executing scheduled task {{name}} for instance {{uuid}}. Error: \n {{error}}"
204204
},
205205
"system_instance": {
@@ -216,12 +216,12 @@
216216
"versionDetectErr": "Version check failed."
217217
},
218218
"quick_install": {
219-
"unzipError": "Failed decompress file.",
219+
"unzipError": "Failed to decompress file.",
220220
"hiperError": "Unable to start another HiPer process: HiPer is running!"
221221
},
222222
"frp": {
223223
"downloadErr": "Downloading the FRP application failed, and the FRP intranet mapping program cannot be started normally.",
224224
"installing": "Downloading and installing the FRP intranet mapping program at the same time, we will automatically start the mapping function later...",
225-
"done": "The FRP intranet mapping program is installed. You can check the mapping status from the upper left corner. If it is not displayed, it may be blocked by antivirus software, file permissions are insufficient, or the FRP key is wrong."
225+
"done": "The FRP intranet mapping program is installed. You can check the mapping status from the upper left corner. If it is not displayed, it may be blocked by antivirus software, file permissions may be insufficient, or the FRP key might be wrong."
226226
}
227227
}

0 commit comments

Comments
 (0)