From b38444a201f82404e76e19044bffe729985b1c72 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Tue, 26 Sep 2023 10:36:02 +0800 Subject: [PATCH] =?UTF-8?q?---=E5=A2=9E=E5=8A=A0=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E7=95=8C=E9=9D=A2=E7=9A=84=E4=B8=AD=E8=8B=B1?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 69 +++++++++++++++++++++++++-------------- src/i18n/locales/zh-CN.ts | 25 +++++++++++--- 2 files changed, 65 insertions(+), 29 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index d359b7b5..59c1a0e6 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -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', }, }, }, diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 5a866e3d..cdc68c76 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -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: '自动确认配置', + }, + }, }, };