From 343b1612aa4cefd80189fa74226c170bd7977c6c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 22 Apr 2025 14:22:31 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A1=A5=E5=85=85=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 47 +++++++++++++-------------------------- src/i18n/locales/zh-CN.ts | 43 ++++++++++++----------------------- 2 files changed, 30 insertions(+), 60 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 119c4a3c..28519e30 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -16,7 +16,6 @@ export default { errorFields: 'Please fill in the required information in {num} correctly!', tablePaginationTotal: 'Total {total} items', noData: "No Data", - zebra:'Tabular zebra pattern', ok: 'Ok', cancel: 'Cancel', close: 'Close', @@ -131,7 +130,7 @@ export default { }, LockScreen: { inputPlacePwd:'Lock Screen Password', - validSucc:'Validation Passed', + enter:'Enter', validError:'Validation Failure', backLogin:'Logout to Relogin', backReload:'Restarting now, please wait...', @@ -504,7 +503,7 @@ export default { delTip: 'Confirm deletion of network element information data items?', oam: { title: 'OAM Configuration', - sync: 'Sync to NE', + restart: 'Restart NE', oamEnable: 'Service', oamPort: 'Port', snmpEnable: 'Service', @@ -1000,25 +999,6 @@ export default { }, }, traceManage: { - analysis: { - imsi: 'IMSI', - imsiPlease: 'Please enter IMSI', - msisdn: 'MSISDN', - msisdnPlease: 'Please enter MSISDN', - trackTaskId: 'Task ID', - srcIp: 'Source IP Address', - dstIp: 'Destination IP Address', - signalType: 'Signaling Type', - msgDirect: 'Message Direction', - 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?', - }, pcap: { capArgPlease: 'Please enter tcpdump -i any support parameter', cmd: 'Command', @@ -1069,30 +1049,35 @@ export default { imsiTip: 'Mobile communication IMSI number', srcIp: 'Source IP Address', srcIpPlease: 'Please enter the IP address', - srcIpTip: 'Current sender IPv4 address', + srcIpTip: 'sending IPv4 address', dstIp: 'Destination IP Address', dstIpPlease: 'Please enter the IP address', - dstIpTip: 'IPv4 address of the receiving end of the other party', + dstIpTip: 'receiving end IPv4 address', interfaces: 'Signaling Interface', interfacesPlease: 'Please enter the signaling interface', - signalPort: 'Signal Port', - signalPortPlease: 'Please enter the signaling port', - signalPortTip: 'Port of the side corresponding to the destination IP address or source IP address', - rangePicker: 'Start/End Time', + rangePicker: 'Task Time', rangePickerPlease: 'Please select the start and end time of the task', remark: 'Remark', remarkPlease: 'Task description can be entered', addTask: 'Add Task', - editTask: 'Modify Task', viewTask: 'View Task', errorTaskInfo: 'Failed to obtain task information', delTaskTip: 'Are you sure to delete the data item with record ID {id} ?', stopTask: 'Successful cessation of tasks {id}', stopTaskTip: 'Confirm stopping the task with record ID {id} ?', - pcapView: "Tracking Data Analysis", - traceFile: "Tracking File", + pcapView: "Track Data Analysis", + traceFile: "Track File", errMsg: "Error Message", imsiORmsisdn: "imsi or msisdn is null, cannot start task", + dataView: "Track Data", + protocolOrInterface: "Protocol/Interface", + msgNe: 'Network Element', + msgEvent: 'Event', + msgType: 'Type', + msgDirect: 'Direction', + msgLen: 'Length', + rowTime: 'Time', + taskInfo: 'Task information', }, }, faultManage: { diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index e865ea0b..f3fcd715 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -16,7 +16,6 @@ export default { errorFields: '请正确填写 {num} 处必填信息!', tablePaginationTotal: '总共 {total} 条', noData: "暂无数据", - zebra:'表格斑马纹', ok: '确定', cancel: '取消', close: '关闭', @@ -131,7 +130,7 @@ export default { }, LockScreen: { inputPlacePwd:'请输入锁屏密码', - validSucc:'校验通过', + enter:'进入', validError:'校验失败', backLogin:'退出并重新登录', backReload:'正在重启,请稍等...', @@ -504,7 +503,7 @@ export default { delTip: '确认删除网元信息数据项吗?', oam: { title: 'OAM配置', - sync: '同步到网元', + restart: '下发后重启网元', oamEnable: '服务', oamPort: '端口', snmpEnable: '服务', @@ -1000,25 +999,6 @@ export default { }, }, traceManage: { - analysis: { - imsi: 'IMSI', - imsiPlease: '请输入IMSI', - msisdn: 'MSISDN', - msisdnPlease: '请输入MSISDN', - trackTaskId: '跟踪任务标记', - srcIp: '源IP地址', - dstIp: '目标IP地址', - signalType: '信令类型', - msgDirect: '消息元', - msgType: '消息类型', - rowTime: '记录时间', - signalData: '信令数据', - signalDetail: '信令详情', - noData: '无信息内容', - taskTitle: '任务 {num}', - taskDownText: '下载HTML', - taskDownTip: '确认下载信令详情HTML文件?', - }, pcap: { capArgPlease: '请输入tcpdump -i any支持参数', cmd: '命令', @@ -1069,21 +1049,17 @@ export default { imsiTip: '移动通信IMSI编号', srcIp: '源IP地址', srcIpPlease: '请输入源IP地址', - srcIpTip: '当前发送端IPv4地址', + srcIpTip: '发送端IPv4地址', dstIp: '目标IP地址', dstIpPlease: '请输入目标IP地址', - dstIpTip: '对方接收端IPv4地址', + dstIpTip: '接收端IPv4地址', interfaces: '信令接口', interfacesPlease: '请输入信令接口', - signalPort: '信令端口', - signalPortPlease: '请输入信令端口', - signalPortTip: '目标IP地址或源IP地址对应一方的端口', - rangePicker: '开始结束时间', + rangePicker: '任务时间', rangePickerPlease: '请选择任务时间开始结束时间', remark: '说明', remarkPlease: '可输入任务说明', addTask: '添加任务', - editTask: '修改任务', viewTask: '查看任务', errorTaskInfo: '获取任务信息失败', delTaskTip: '确认删除记录编号为 {id} 的数据项?', @@ -1093,6 +1069,15 @@ export default { traceFile: "跟踪文件", errMsg: "错误信息", imsiORmsisdn: "imsi 或 msisdn 是空值,不能开始任务", + dataView: "跟踪数据", + protocolOrInterface: "协议/接口", + msgNe: '消息网元', + msgEvent: '消息事件', + msgType: '消息类型', + msgDirect: '消息方向', + msgLen: '消息长度', + rowTime: '消息时间', + taskInfo: '任务信息', }, }, faultManage: {