---增加活动告警界面的中英文
This commit is contained in:
@@ -127,26 +127,26 @@ export default {
|
|||||||
neTypePlease: 'Query network element type',
|
neTypePlease: 'Query network element type',
|
||||||
neType: 'UDM Type',
|
neType: 'UDM Type',
|
||||||
export: 'Export',
|
export: 'Export',
|
||||||
exportConfirm: "Are you sure to export all authentication user data?",
|
exportConfirm: 'Are you sure to export all authentication user data?',
|
||||||
import: 'Import',
|
import: 'Import',
|
||||||
loadDataConfirm: "Are you sure you want to reload the data?",
|
loadDataConfirm: 'Are you sure you want to reload the data?',
|
||||||
loadData: "LoadData",
|
loadData: 'LoadData',
|
||||||
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
|
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',
|
batchAddText: 'Batch Add',
|
||||||
batchDelText: 'Batch Del',
|
batchDelText: 'Batch Del',
|
||||||
},
|
},
|
||||||
sub:{
|
sub: {
|
||||||
neTypePlease: 'Query network element type',
|
neTypePlease: 'Query network element type',
|
||||||
neType: 'UDM Type',
|
neType: 'UDM Type',
|
||||||
export: 'Export',
|
export: 'Export',
|
||||||
exportConfirm: "Are you sure to export all signed user data?",
|
exportConfirm: 'Are you sure to export all signed user data?',
|
||||||
import: 'Import',
|
import: 'Import',
|
||||||
loadDataConfirm: "Are you sure you want to reload the data?",
|
loadDataConfirm: 'Are you sure you want to reload the data?',
|
||||||
loadData: "LoadData",
|
loadData: 'LoadData',
|
||||||
loadDataTip: 'Successfully obtained updated data: {num} items. The system is updating the data internally. Please do not click repeatedly to obtain updates!!!',
|
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',
|
num: 'Number of deletions',
|
||||||
startIMSI:'start IMSI',
|
startIMSI: 'start IMSI',
|
||||||
},
|
},
|
||||||
base5G: {
|
base5G: {
|
||||||
neTypePlease: 'Query network element type',
|
neTypePlease: 'Query network element type',
|
||||||
@@ -170,25 +170,25 @@ export default {
|
|||||||
trackTaskId: 'Tracking task tag',
|
trackTaskId: 'Tracking task tag',
|
||||||
srcIp: 'Source IP address',
|
srcIp: 'Source IP address',
|
||||||
dstIp: 'Destination IP address',
|
dstIp: 'Destination IP address',
|
||||||
signalType: 'Signaling type',
|
signalType: 'Signaling type',
|
||||||
msgDirect: 'Message direct',
|
msgDirect: 'Message direct',
|
||||||
msgType: 'Message type',
|
msgType: 'Message type',
|
||||||
rowTime: 'Record time',
|
rowTime: 'Record time',
|
||||||
signalData: 'Signaling data',
|
signalData: 'Signaling data',
|
||||||
signalDetail: 'Signaling details',
|
signalDetail: 'Signaling details',
|
||||||
noData: 'No information content',
|
noData: 'No information content',
|
||||||
taskTitle: "Task {num}",
|
taskTitle: 'Task {num}',
|
||||||
taskDownText: "Download HTML",
|
taskDownText: 'Download HTML',
|
||||||
taskDownTip: "Confirm downloading the signaling details HTML file?",
|
taskDownTip: 'Confirm downloading the signaling details HTML file?',
|
||||||
},
|
},
|
||||||
pcap: {
|
pcap: {
|
||||||
cardTitle: 'PCAP capture',
|
cardTitle: 'PCAP capture',
|
||||||
neType: 'Type',
|
neType: 'Type',
|
||||||
neIp: 'IP address',
|
neIp: 'IP address',
|
||||||
capArg: 'Capture parameters',
|
capArg: 'Capture parameters',
|
||||||
capTime: "Duration in seconds",
|
capTime: 'Duration in seconds',
|
||||||
capLog: "Execution Log",
|
capLog: 'Execution Log',
|
||||||
capDownText: "Download PCAP file",
|
capDownText: 'Download PCAP file',
|
||||||
runText: 'Execute',
|
runText: 'Execute',
|
||||||
runTimeText: 'Execute {s} seconds',
|
runTimeText: 'Execute {s} seconds',
|
||||||
stopText: 'Interrupt',
|
stopText: 'Interrupt',
|
||||||
@@ -225,12 +225,31 @@ export default {
|
|||||||
rangePickerPlease: 'Please select the start and end time of the task',
|
rangePickerPlease: 'Please select the start and end time of the task',
|
||||||
comment: 'Task description',
|
comment: 'Task description',
|
||||||
commentPlease: 'Task description can be entered',
|
commentPlease: 'Task description can be entered',
|
||||||
addTask: "Add Task",
|
addTask: 'Add Task',
|
||||||
editTask: "Modify Task",
|
editTask: 'Modify Task',
|
||||||
viewTask: "View Task",
|
viewTask: 'View Task',
|
||||||
errorTaskInfo: "Failed to obtain task information",
|
errorTaskInfo: 'Failed to obtain task information',
|
||||||
delTask: "Successfully deleted task {num}",
|
delTask: 'Successfully deleted task {num}',
|
||||||
delTaskTip: "Are you sure to delete the data item with record number {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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -131,8 +131,7 @@ export default {
|
|||||||
import: '导入',
|
import: '导入',
|
||||||
loadDataConfirm: '确认要重新加载数据吗?',
|
loadDataConfirm: '确认要重新加载数据吗?',
|
||||||
loadData: '更新数据',
|
loadData: '更新数据',
|
||||||
loadDataTip:
|
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
|
||||||
'成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
|
|
||||||
num: '放号数',
|
num: '放号数',
|
||||||
batchAddText: '批量新增',
|
batchAddText: '批量新增',
|
||||||
batchDelText: '批量删除',
|
batchDelText: '批量删除',
|
||||||
@@ -145,8 +144,7 @@ export default {
|
|||||||
import: '导入',
|
import: '导入',
|
||||||
loadDataConfirm: '确认要重新加载数据吗?',
|
loadDataConfirm: '确认要重新加载数据吗?',
|
||||||
loadData: '更新数据',
|
loadData: '更新数据',
|
||||||
loadDataTip:
|
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
|
||||||
'成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
|
|
||||||
num: '删除个数',
|
num: '删除个数',
|
||||||
startIMSI: '起始IMSI',
|
startIMSI: '起始IMSI',
|
||||||
},
|
},
|
||||||
@@ -235,5 +233,24 @@ export default {
|
|||||||
delTaskTip: '确认删除记录编号为 {num} 的数据项?',
|
delTaskTip: '确认删除记录编号为 {num} 的数据项?',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
alarm: {
|
||||||
|
alarmAct: {
|
||||||
|
neType: '告警设备类型',
|
||||||
|
neName: '告警网元名称',
|
||||||
|
neId: '告警网元标识',
|
||||||
|
alarmCode: '告警编号',
|
||||||
|
origLevel: '告警级别',
|
||||||
|
eventTime: '告警产生时间',
|
||||||
|
pvFlag: '虚拟化标识',
|
||||||
|
alarmType: '告警类型',
|
||||||
|
confirm: '确认',
|
||||||
|
handSync: '手动同步',
|
||||||
|
clear: '清除',
|
||||||
|
mySelf: '个性化设置',
|
||||||
|
exportAll: '导出全部',
|
||||||
|
disPlayFilfter: '显示过滤',
|
||||||
|
autoConfirm: '自动确认配置',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user