style: 跟踪管理多语言
This commit is contained in:
@@ -161,7 +161,7 @@ export default {
|
||||
neType: 'IMS Type',
|
||||
},
|
||||
},
|
||||
trace: {
|
||||
traceManage: {
|
||||
analysis: {
|
||||
imsi: 'IMSI',
|
||||
imsiPlease: 'Please enter IMSI',
|
||||
@@ -184,16 +184,29 @@ export default {
|
||||
pcap: {
|
||||
cardTitle: 'PCAP capture',
|
||||
neType: 'Type',
|
||||
neTypePlease: 'Please select the type of network element',
|
||||
neIp: 'IP address',
|
||||
capArg: 'Capture parameters',
|
||||
capArgPlease: 'Please enter tcpdump any support parameters!',
|
||||
capTime: 'Duration in seconds',
|
||||
capTimePlease: 'Please enter the duration, up to 120 seconds',
|
||||
capLog: 'Execution Log',
|
||||
capDownText: 'Download PCAP file',
|
||||
runText: 'Execute',
|
||||
runTimeText: 'Execute {s} seconds',
|
||||
stopText: 'Interrupt',
|
||||
capArgUPFPlease: 'Please enter the packet capture command supported by UPF',
|
||||
capStart: 'Start capturing packets',
|
||||
capStop: 'Stop capturing packets',
|
||||
execTimeout: 'Execution timeout',
|
||||
execSuccess: 'Execution completed',
|
||||
execFailed: 'Execution failed',
|
||||
execBreak: 'break execution',
|
||||
noFileName: 'Invalid file name',
|
||||
execUPFStartA: 'Executed, please stop capturing packets according to the situation',
|
||||
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',
|
||||
},
|
||||
task: {
|
||||
neTypePlease: 'Query network element type',
|
||||
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
neType: 'IMS网元类型',
|
||||
},
|
||||
},
|
||||
trace: {
|
||||
traceManage: {
|
||||
analysis: {
|
||||
imsi: 'IMSI',
|
||||
imsiPlease: '请输入IMSI',
|
||||
@@ -184,16 +184,29 @@ export default {
|
||||
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: '执行成功, 抓包已停止',
|
||||
},
|
||||
task: {
|
||||
neTypePlease: '请选择网元类型',
|
||||
|
||||
Reference in New Issue
Block a user