feat: mml命令操作支持输入多行发送

This commit is contained in:
TsMask
2023-11-22 15:27:13 +08:00
parent a960e77fc6
commit d870f12daf
5 changed files with 747 additions and 309 deletions

View File

@@ -216,7 +216,7 @@ export default {
tabPane1: 'Account password login',
tabPane2: 'Login with phone number',
registerBtn: 'Register an account',
loginBtn: 'Login',
loginBtn: 'Sign In',
loginSuccess: 'Login successful',
loginMethod: 'Other login methods:',
loginMethodWX: 'WeChat Scan Login',
@@ -1252,7 +1252,6 @@ export default {
},
},
mmlManage: {
operationtitle: "Interface Settings",
cmdTitle: "Command Navigator",
cmdConsole: "consoles",
cmdOpTip: "Select the item to be operated in the left command navigation!",
@@ -1265,8 +1264,10 @@ export default {
requireIpv6: "{display} Not a legitimate IPV6 address.",
requireEnum: "{display} is not a reasonable enumeration value.",
requireBool: "{display} is not a reasonable boolean value.",
clearForm: "Clear Forms",
clearLog: "Clearing logs",
cmdQuickEntry: "Command Quick Entry",
cmdParamPanel: "Parameter Panel",
clearForm: "Reset",
clearLog: "Clear Logs",
exec: "Execute",
cmdAwait: "Waiting for a command to be sent",
omcOperate:{
@@ -1276,6 +1277,7 @@ export default {
noUDM: "No UDM network elements",
},
mmlSet: {
operationtitle: "Interface Settings",
saveText: "Save Settings",
ipadd: "Listening to IP addresses",
ipaddPlease: "Please enter the listening IP address",

View File

@@ -1264,7 +1264,9 @@ export default {
requireIpv6: "{display} 不是合法的IPV6地址",
requireEnum: "{display} 不是合理的枚举值",
requireBool: "{display} 不是合理的布尔类型的值",
clearForm: "清除表单",
cmdQuickEntry: "命令快速输入",
cmdParamPanel: "参数面板",
clearForm: "重置",
clearLog: "清除日志",
exec: "执行",
cmdAwait: "等待发送命令",