style: MML接口设置多语言

This commit is contained in:
TsMask
2023-11-11 15:15:22 +08:00
parent b7340ff101
commit 66322caf23
3 changed files with 3 additions and 1 deletions

View File

@@ -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!",

View File

@@ -1117,6 +1117,7 @@ export default {
noUDM: "暂无UDM网元", noUDM: "暂无UDM网元",
}, },
mmlSet: { mmlSet: {
operationtitle: "接口设置",
saveText: "保存设置", saveText: "保存设置",
ipadd: "侦听IP地址", ipadd: "侦听IP地址",
ipaddPlease: "请输入侦听IP地址", ipaddPlease: "请输入侦听IP地址",

View File

@@ -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,