style: 补充跟踪栏目页面多语言

This commit is contained in:
TsMask
2023-11-10 09:50:10 +08:00
parent 22f2cd9a2e
commit b41d3c3882
5 changed files with 29 additions and 19 deletions

View File

@@ -360,6 +360,8 @@ export default {
execUPFStart: 'Execution successful, please stop capturing packets according to the situation',
execUPFStopA: 'Stopped, please start capturing packets according to the situation',
execUPFStop: 'Execution successful, packet capture stopped',
execUPFCmdA: 'Suitable for other network element anomalies',
execUPFCmdB: 'Suitable for UPF anomalies',
},
task: {
neTypePlease: 'Query network element type',

View File

@@ -360,6 +360,8 @@ export default {
execUPFStart: '执行成功, 请根据情况停止抓包',
execUPFStopA: '已经停止, 请根据情况开始抓包',
execUPFStop: '执行成功, 抓包已停止',
execUPFCmdA: '适合其他网元异常UPF配合抓包的情况',
execUPFCmdB: '适合UPF异常需要抓包分析的情况',
},
task: {
neTypePlease: '请选择网元类型',