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}?",
},
},
},
};