You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/language/en_us.js
+23-22Lines changed: 23 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ export default {
119
119
instances: {
120
120
instancesList: "Application instances",
121
121
selectDaemon: "Please select the remote node address",
122
+
searchInstanceName: "Enter a name to search",
122
123
selectOne: "Please select at least one item",
123
124
instanceName: "Instance Name",
124
125
showCardList: "Simple View",
@@ -294,16 +295,16 @@ export default {
294
295
cwd: "Working Directory",
295
296
cwdInfo: "The working directory of the instance running, absolute path and relative path can be filled",
296
297
cwdExample: "Example: D:/MyServers/0001",
297
-
updateCmd: "Update/installer files command",
298
+
updateCmd: "Update/Install files command",
298
299
updateCmdInfo:
299
300
"This command will be executed when the user performs an update/install operation, ${mcsm_workspace} represents the working directory, which isEmpty does not provide this function",
"A Docker-based virtualization solution that can run each instance in a one-off box and destroy it after use to ensure host security.",
320
321
dockerImage: "Environment Image",
321
322
dockerImageInfo: "Specify instance image",
322
323
openPort: "Open Port",
323
-
openPortInfo: "Multiple are separated by spaces. The left side of the colon is the exposed port of the host machine, and the right side is the exposed port of the container, which is usually the same.",
324
+
openPortInfo: "Multiple are separated by spaces.",
324
325
portExample: "Optional, example 25565:25565/tcp 3380:3380/udp",
325
326
quickEdit: "Quick Edit",
326
327
extraVolumes: "Additional mount paths",
@@ -338,7 +339,7 @@ export default {
338
339
netAliasesTooltip: "Optional, it is not recommended to fill in this item without special needs",
339
340
netAliasesExample: "optional, example login-server-1",
340
341
limitCpu: "Limit CPU usage (percent)",
341
-
limitCpuInfo: "Limit the total usage of all CPUs, there will be a slight deviation",
342
+
limitCpuInfo: "Limit the total usage of all CPUs",
342
343
limitCpuTooltip:
343
344
"Filling in 50 means all core usage and capping at 50%, if filling in 200 means allowing the use of all cores with a total of 200% usage",
344
345
limitCpuExample: "optional, 0 to infinity",
@@ -347,7 +348,7 @@ export default {
347
348
cpuSetCpusTooltip:
348
349
"Specify the process to run on some cores. Reasonable allocation can make better use of your system hardware resources. For example, 0,1 means run on the 1st and 2nd cores, separated by commas",
349
350
cpuSetCpusExample: "Optional, such as 0,1,2,3",
350
-
maxMem: "Maximum memory (in MB)",
351
+
maxMem: "Maximum memory (MB)",
351
352
maxMemInfo: "For example, 1024, 2048, etc., please do not add units",
352
353
maxMemExample: "Optional, eg 1024",
353
354
newImage: "--- New Image ---",
@@ -855,49 +856,49 @@ export default {
855
856
createTaskError: "Failed to create",
856
857
},
857
858
settings: {
858
-
setOperate: "Configuration operation",
859
+
setOperate: "Operation",
859
860
updateSet: "Update Configuration",
860
861
updateSetInfo: "Some configurations may require restarting the panel to take effect",
861
862
862
-
languageSetting: "Language Setting",
863
+
languageSetting: "Language",
863
864
languageSettingInfo: "After changing the language, the control panel will synchronize all nodes, interfaces, etc. to the same language.",
864
865
basicSetting: "Basic Settings",
865
-
accessPort: "Panel access port",
866
+
accessPort: "Web Port",
866
867
accessPortInfo: "The port for the browser to access the web panel. This port must be released by the firewall. Restart the panel to take effect.",
867
-
inputNum: "Please fill in a number",
868
+
inputNum: "Please write a number",
868
869
869
-
bindIP: "Panel bind IP",
870
+
bindIP: "Bind IP",
870
871
bindIPInfo: "In general, please keep the default value. Generally, it is suitable for multiple IP and network card binding scenarios.",
871
-
inputIP: "Default 0.0.0.0 I don't need to fill in by default",
872
+
inputIP: "Default 0.0.0.0, I don't need to write by default",
872
873
873
-
loginPage: "A brief description of the login interface",
874
+
loginPage: "Login Page Info",
874
875
loginPageInfo: "Used to display a brief description text on the login interface. It can be used for administrator identity introduction and filing information introduction.",
875
-
inputCopy: "Please enter the copy, for example: Beijing ICP No. 00000001",
876
+
inputCopy: "A line displayed on the login page",
876
877
877
878
referenceLink: "Notes",
878
879
referenceLinksInfo:
879
880
"Most settings of the panel are very important. Under normal circumstances, most parameters do not need to be changed. If you do not know what a parameter represents, it is recommended that you do not modify it.",
880
881
881
-
limitAndSecurity: "Limit and Security",
882
-
canFileManager: "Allow general users to use the file management function",
882
+
limitAndSecurity: "Security",
883
+
canFileManager: "File management",
883
884
canFileManagerInfo:
884
885
"File management is a resource-consuming and difficult-to-control function. If your general users do not have any requirements for file management, you can prohibit users from using file management.",
885
886
886
887
crossAPI: "Cross-Origin Request API",
887
888
crossAPIInfo:
888
889
"The HTTP response will add access-control-allow-origin: *, which may reduce security, but improve development scalability.",
889
-
loginCheckIp: "The limit of the number of logins with the same IP",
890
+
loginCheckIp: "Login IP limit",
890
891
loginCheckIpInfo:
891
892
"This feature will protect your panel from brute force password cracking by a single host with only 10 password errors per IP.",
892
893
attention: "Notes",
893
894
attentionInfo:
894
895
"These configuration settings require some professional knowledge, and you can roughly guess which values are suitable for you based on your hardware equipment. <br />In general, the default values can meet the daily usage scenarios of individuals, if the scale is larger, the hardware The requirements are higher, in order not to lose the user experience excessively, a suitable threshold is very important.",
895
896
896
-
about: "about",
897
+
about: "About",
897
898
aboutTitle:
898
-
"The software is based on <a target='black' href='https://github.com/MCSManager/MCSManager-Daemon/blob/master/LICENSE'>Apache-2.0</a> Open Source Software License Release<br />Copyright MCSManager Team ",
899
+
"<p>Copyright MCSManager Team</p> ",
899
900
aboutTitleInfo:
900
-
"This agreement allows everyone to copy and modify copies of the code, and to charge the user for the service.<br />",
0 commit comments