Merge branch 'main' of http://192.168.2.166:3180/OMC/ems_frontend_vue3
This commit is contained in:
@@ -14,6 +14,7 @@ export default {
|
||||
msgSuccess: 'Success {msg}',
|
||||
errorFields: 'Please fill in the required information in {num} correctly!',
|
||||
tablePaginationTotal: 'A total of {total} items',
|
||||
noData: "No Data",
|
||||
zebra:'Tabular zebra pattern',
|
||||
ok: 'Ok',
|
||||
cancel: 'Cancel',
|
||||
@@ -818,6 +819,39 @@ export default {
|
||||
unlockSure:'Confirm to unlock user [{username}] data item?',
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
mmlManage: {
|
||||
cmdTitle: "Command Navigator",
|
||||
cmdConsole: "consoles",
|
||||
cmdOpTip: "Select the item to be operated in the left command navigation!",
|
||||
cmdNoTip: "{num} no optional command operation",
|
||||
require: "Mandatory parameter: {num}",
|
||||
requireUn: "{display} input value is of unknown type",
|
||||
requireString: "The {display} parameter value does not make sense.",
|
||||
requireInt: "{display} Parameter value not in reasonable range {filter}",
|
||||
requireIpv4: "{display} not a legitimate IPV4 address",
|
||||
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",
|
||||
exec: "Execute",
|
||||
cmdAwait: "Waiting for a command to be sent",
|
||||
omcOperate:{
|
||||
noOMC: "No OMC network elements",
|
||||
},
|
||||
udmOpesrate:{
|
||||
noUDM: "No UDM network elements",
|
||||
},
|
||||
mmlSet: {
|
||||
saveText: "Save Settings",
|
||||
ipadd: "Listening to IP addresses",
|
||||
ipaddPlease: "Please enter the listening IP address",
|
||||
port: "listening port",
|
||||
portPlease: "Please enter the remote port, 0~65535",
|
||||
okChange: "Interface settings saved successfully",
|
||||
noChange: "No change in interface settings",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -14,6 +14,7 @@ export default {
|
||||
msgSuccess: '{msg} 成功',
|
||||
errorFields: '请正确填写 {num} 处必填信息!',
|
||||
tablePaginationTotal: '总共 {total} 条',
|
||||
noData: "暂无数据",
|
||||
zebraL:'表格斑马纹',
|
||||
ok: '确定',
|
||||
cancel: '取消',
|
||||
@@ -817,7 +818,40 @@ export default {
|
||||
unlockSuss:'{userName} 解锁成功',
|
||||
unlockSure:'确认解锁用户 【{username}】 数据项?',
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
mmlManage: {
|
||||
cmdTitle: "命令导航",
|
||||
cmdConsole: "控制台",
|
||||
cmdOpTip: "左侧命令导航中选择要操作项!",
|
||||
cmdNoTip: "{num} 无可选命令操作",
|
||||
require: "必填参数:{num}",
|
||||
requireUn: "{display} 输入值是未知类型",
|
||||
requireString: "{display} 参数值不合理",
|
||||
requireInt: "{display} 参数值不在合理范围 {filter}",
|
||||
requireIpv4: "{display} 不是合法的IPV4地址",
|
||||
requireIpv6: "{display} 不是合法的IPV6地址",
|
||||
requireEnum: "{display} 不是合理的枚举值",
|
||||
requireBool: "{display} 不是合理的布尔类型的值",
|
||||
clearForm: "清除表单",
|
||||
clearLog: "清除日志",
|
||||
exec: "执行",
|
||||
cmdAwait: "等待发送命令",
|
||||
omcOperate:{
|
||||
noOMC: "暂无OMC网元",
|
||||
},
|
||||
udmOpesrate:{
|
||||
noUDM: "暂无UDM网元",
|
||||
},
|
||||
mmlSet: {
|
||||
saveText: "保存设置",
|
||||
ipadd: "侦听IP地址",
|
||||
ipaddPlease: "请输入侦听IP地址",
|
||||
port: "侦听端口",
|
||||
portPlease: "请输入远程端口,0~65535",
|
||||
okChange: "接口设置保存成功",
|
||||
noChange: "接口设置无变更",
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user