style: MML接口设置多语言
This commit is contained in:
@@ -1094,6 +1094,7 @@ export default {
|
||||
},
|
||||
},
|
||||
mmlManage: {
|
||||
operationtitle: "Interface Settings",
|
||||
cmdTitle: "Command Navigator",
|
||||
cmdConsole: "consoles",
|
||||
cmdOpTip: "Select the item to be operated in the left command navigation!",
|
||||
|
||||
@@ -1117,6 +1117,7 @@ export default {
|
||||
noUDM: "暂无UDM网元",
|
||||
},
|
||||
mmlSet: {
|
||||
operationtitle: "接口设置",
|
||||
saveText: "保存设置",
|
||||
ipadd: "侦听IP地址",
|
||||
ipaddPlease: "请输入侦听IP地址",
|
||||
|
||||
@@ -22,7 +22,7 @@ type ModalStateType = {
|
||||
|
||||
/**接口设置信息状态 */
|
||||
let operationSetState: ModalStateType = reactive({
|
||||
title: '接口设置',
|
||||
title: t('views.mmlManage.mmlSet.operationtitle'),
|
||||
from: {
|
||||
listeningAddress: '',
|
||||
listeningPort: 3000,
|
||||
|
||||
Reference in New Issue
Block a user