ref: 重构抓包功能页面

This commit is contained in:
TsMask
2024-01-16 18:47:20 +08:00
parent 0829a0b29c
commit 6b04f8fe04
4 changed files with 472 additions and 472 deletions

View File

@@ -685,33 +685,29 @@ export default {
taskDownTip: '确认下载信令详情HTML文件?',
},
pcap: {
cardTitle: 'PCAP捕获',
neType: '网元类型',
neTypePlease: '请选择网元类型',
neIp: '网元IP地址',
capArg: '抓包参数',
capArgPlease: '请输入tcpdump any支持参数!',
capTime: "时长(秒's",
capTimePlease: '请输入持续时长最长120秒',
capLog: '执行日志',
capDownText: '下载PCAP文件',
runText: '执行',
runTimeText: '执行 {s} 秒',
stopText: '中断',
capArgUPFPlease: '请选择UPF支持的抓包命令',
capStart: '开始抓包',
capStop: '停止抓包',
execTimeout: '执行超时',
execSuccess: '执行完成',
execFailed: '执行失败',
execBreak: '中断执行',
noFileName: '无效文件名',
execUPFStartA: '已经执行, 请根据情况停止抓包',
execUPFStart: '执行成功, 请根据情况停止抓包',
execUPFStopA: '已经停止, 请根据情况开始抓包',
execUPFStop: '执行成功, 抓包已停止',
capArgPlease: '请输入tcpdump -i any支持参数',
cmd: '命令',
execCmd: "通用tcpdump抓包命令",
execCmdsSctp: "过滤sctp和port命令",
execUPFCmdA: '适合其他网元异常UPF配合抓包的情况',
execUPFCmdB: '适合UPF异常需要抓包分析的情况',
textStart: "开始",
textStartBatch: "批量开始",
textStop: "停止",
textStopBatch: "批量停止",
textLog: "日志",
textLogMsg: "日志信息",
textDown: "下载",
downOk: "{title} 文件下载完成",
downErr: "{title} 文件下载异常",
textSelect: "勾选的",
startTip: "确认要开始 {title} 抓包任务吗?",
startOk: "{title} 任务已开始",
startErr: "{title} 任务异常",
stopTip: "确认要停止 {title} 抓包任务吗?",
stopOk: "{title} 任务已结束",
stopErr: "{title} 任务异常",
stopNotRun: "{title} 任务未运行",
},
task: {
neTypePlease: '请选择网元类型',