---增加活动告警界面的中英文

This commit is contained in:
lai
2023-09-26 10:36:02 +08:00
parent ac3a4f2d0e
commit b38444a201
2 changed files with 65 additions and 29 deletions

View File

@@ -127,26 +127,26 @@ export default {
neTypePlease: 'Query network element type',
neType: 'UDM Type',
export: 'Export',
exportConfirm: "Are you sure to export all authentication user data?",
exportConfirm: 'Are you sure to export all authentication user data?',
import: 'Import',
loadDataConfirm: "Are you sure you want to reload the data?",
loadData: "LoadData",
loadDataConfirm: 'Are you sure you want to reload the data?',
loadData: 'LoadData',
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
num:'Number allocation',
num: 'Number allocation',
batchAddText: 'Batch Add',
batchDelText: 'Batch Del',
batchDelText: 'Batch Del',
},
sub:{
sub: {
neTypePlease: 'Query network element type',
neType: 'UDM Type',
export: 'Export',
exportConfirm: "Are you sure to export all signed user data?",
exportConfirm: 'Are you sure to export all signed user data?',
import: 'Import',
loadDataConfirm: "Are you sure you want to reload the data?",
loadData: "LoadData",
loadDataConfirm: 'Are you sure you want to reload the data?',
loadData: 'LoadData',
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
num:'Number of deletions',
startIMSI:'start IMSI',
num: 'Number of deletions',
startIMSI: 'start IMSI',
},
base5G: {
neTypePlease: 'Query network element type',
@@ -170,25 +170,25 @@ export default {
trackTaskId: 'Tracking task tag',
srcIp: 'Source IP address',
dstIp: 'Destination IP address',
signalType: 'Signaling type',
msgDirect: 'Message direct',
signalType: 'Signaling type',
msgDirect: 'Message direct',
msgType: 'Message type',
rowTime: 'Record time',
signalData: 'Signaling data',
signalDetail: 'Signaling details',
noData: 'No information content',
taskTitle: "Task {num}",
taskDownText: "Download HTML",
taskDownTip: "Confirm downloading the signaling details HTML file?",
taskTitle: 'Task {num}',
taskDownText: 'Download HTML',
taskDownTip: 'Confirm downloading the signaling details HTML file?',
},
pcap: {
cardTitle: 'PCAP capture',
neType: 'Type',
neIp: 'IP address',
capArg: 'Capture parameters',
capTime: "Duration in seconds",
capLog: "Execution Log",
capDownText: "Download PCAP file",
capTime: 'Duration in seconds',
capLog: 'Execution Log',
capDownText: 'Download PCAP file',
runText: 'Execute',
runTimeText: 'Execute {s} seconds',
stopText: 'Interrupt',
@@ -225,12 +225,31 @@ export default {
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}?",
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}?',
},
},
alarm: {
alarmAct: {
neType: 'Alarm device type',
neName: 'Alarm network element name',
neId: 'Alarm network element identification',
alarmCode: 'Alarm Code',
origLevel: 'Alarm Level',
eventTime: 'Alarm generation time',
pvFlag: 'Virtualization Identity',
alarmType: 'Alarm Type',
confirm: 'Confirm',
handSync: 'Manual synchronization',
clear: 'Clear',
mySelf: 'Personalization',
exportAll: 'Export All',
disPlayFilfter: 'Display Filters',
autoConfirm: 'Automatic confirmation of configuration',
},
},
},

View File

@@ -131,8 +131,7 @@ export default {
import: '导入',
loadDataConfirm: '确认要重新加载数据吗?',
loadData: '更新数据',
loadDataTip:
'成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
num: '放号数',
batchAddText: '批量新增',
batchDelText: '批量删除',
@@ -145,8 +144,7 @@ export default {
import: '导入',
loadDataConfirm: '确认要重新加载数据吗?',
loadData: '更新数据',
loadDataTip:
'成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
num: '删除个数',
startIMSI: '起始IMSI',
},
@@ -235,5 +233,24 @@ export default {
delTaskTip: '确认删除记录编号为 {num} 的数据项?',
},
},
alarm: {
alarmAct: {
neType: '告警设备类型',
neName: '告警网元名称',
neId: '告警网元标识',
alarmCode: '告警编号',
origLevel: '告警级别',
eventTime: '告警产生时间',
pvFlag: '虚拟化标识',
alarmType: '告警类型',
confirm: '确认',
handSync: '手动同步',
clear: '清除',
mySelf: '个性化设置',
exportAll: '导出全部',
disPlayFilfter: '显示过滤',
autoConfirm: '自动确认配置',
},
},
},
};