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

Commit d29cfa3

Browse files
committed
Feat: optimize english text
1 parent 14d5572 commit d29cfa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/language/en_us.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default {
6666
daemonAvailable: "Number of correct connections / total number of configured",
6767
instanceStatus: "Instance running status",
6868
runningAndTotalInstance: "Number of Running / Total Instances",
69-
userLogin: "User login times",
69+
userLogin: "User login count",
7070
failedLogin: "Number of failed logins: Number of successful logins",
7171
systemType: "System Type",
7272
systemName: "System Version",
@@ -382,7 +382,7 @@ export default {
382382

383383
},
384384
instanceTypeList: {
385-
"General console program": "Console program (general)",
385+
"General console program": "Console program (General)",
386386
"Steam Game Server": "Steam Game Server",
387387
"MC Java Edition": "Minecraft Java Edition",
388388
"MC Bedrock Edition": "Minecraft Bedrock Edition",
@@ -1027,7 +1027,7 @@ export default {
10271027
},
10281028
businessWarning: {
10291029
title: "Commercial Rental Risk Warning",
1030-
youMayWillBeHack: "You may be hacked!",
1030+
youMayWillBeHack: "Safety tips!",
10311031
warningInfo: 'If you assign an instance to <b>Stranger</b> under <el-tag type="info" size="mini">Windows/Linux</el-tag>, then your host will At any time, others can invade the host by uploading malicious programs. ',
10321032
hotToProtect: "How do I protect my host?",
10331033
protectInfo: 'Your system must be a <el-tag type="info" size="mini">Linux</el-tag> system with Docker software installed, there is <el-tag type in the lower right corner of the instance setting interface ="info" size="mini">Process startup method</el-tag> selection box, please select the virtualization container scheme to ensure the security of your host. <br /><b>The virtualized container will allow your instance to run in a virtual sandbox environment</b>, and your sub-users will not be able to harm others no matter what malicious programs they upload. ',

0 commit comments

Comments
 (0)