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