feat: 跟踪任务

This commit is contained in:
TsMask
2023-09-25 19:50:56 +08:00
parent f37abd2f62
commit 67d77b1ae9
5 changed files with 821 additions and 115 deletions

View File

@@ -17,6 +17,7 @@ export default {
close: 'Close',
search: 'Search',
reset: 'Reset',
viewText: 'View',
addText: 'Add',
editText: 'Edit',
deleteText: 'Delete',
@@ -175,6 +176,43 @@ export default {
capStart: 'Start capturing packets',
capStop: 'Stop capturing packets',
},
task: {
neTypePlease: 'Query network element type',
neType: 'Type',
neID: 'Identifying',
trackType: 'Tracking type',
trackTypePlease: 'Please select a tracking type',
creater: 'Created by',
startTime: 'Start time',
endTime: 'End time',
msisdn: 'MSISDN',
msisdnPlease: 'Please enter MSISDN',
msisdnTip: 'Mobile communication MSISDN number',
imsi: 'IMSI',
imsiPlease: 'Please enter IMSI',
imsiTip: 'Mobile communication IMSI number',
srcIp: 'Source IP address',
srcIpPlease: 'Please enter the source IP address',
srcIpTip: 'Current sender IPv4 address',
dstIp: 'Destination IP address',
dstIpPlease: 'Please enter the destination IP address',
dstIpTip: 'IPv4 address of the receiving end of the other party',
interfaces: 'Signaling interface',
interfacesPlease: 'Please enter the signaling interface',
signalPort: 'SignalPort',
signalPortPlease: 'Please enter the signaling port',
signalPortTip: 'Port corresponding to the interface',
rangePicker: 'Start End Time',
rangePickerPlease: 'Please select the start and end time of the task',
comment: 'Task description',
commentPlease: 'Task description can be entered',
addTask: "Add Task",
editTask: "Modify Task",
viewTask: "View Task",
errorTaskInfo: "Failed to obtain task information",
delTask: "Successfully deleted task {num}",
delTaskTip: "Are you sure to delete the data item with record number {num}?",
},
},
},
};

View File

@@ -17,6 +17,7 @@ export default {
close: '关闭',
search: '搜索',
reset: '重置',
viewText: '查看详情',
addText: '新增',
editText: '编辑',
deleteText: '删除',
@@ -175,6 +176,43 @@ export default {
capStart: '开始抓包',
capStop: '停止抓包',
},
task: {
neTypePlease: '请选择网元类型',
neType: '网元类型',
neID: '网元内部标识',
trackType: '跟踪类型',
trackTypePlease: '请选择跟踪类型',
creater: '创建人',
startTime: '开始时间',
endTime: '结束时间',
msisdn: 'MSISDN',
msisdnPlease: '请输入MSISDN',
msisdnTip: '移动通信MSISDN编号',
imsi: 'IMSI',
imsiPlease: '请输入IMSI',
imsiTip: '移动通信IMSI编号',
srcIp: '源IP地址',
srcIpPlease: '请输入源IP地址',
srcIpTip: '当前发送端IPv4地址',
dstIp: '目标IP地址',
dstIpPlease: '请输入目标IP地址',
dstIpTip: '对方接收端IPv4地址',
interfaces: '信令接口',
interfacesPlease: '请输入信令接口',
signalPort: '信令端口',
signalPortPlease: '请输入信令端口',
signalPortTip: '接口对应的端口',
rangePicker: '开始结束时间',
rangePickerPlease: '请选择任务时间开始结束时间',
comment: '任务说明',
commentPlease: '可输入任务说明',
addTask: "添加任务",
editTask: "修改任务",
viewTask: "查看任务",
errorTaskInfo: "获取任务信息失败",
delTask: "成功删除任务 {num}",
delTaskTip: "确认删除记录编号为 {num} 的数据项?",
},
},
},
};