diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index a373779f..954991e1 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -607,6 +607,7 @@ export default { upgradeDone: 'Update complete, service being reloaded', upgradeFail: 'The update fails, please check whether the software file exists and whether the service terminal environment is available!', upgradeModal: 'Network Element Version Updates', + noPath: 'Package File Not Found', }, neLicense: { status: "License Status", @@ -1108,7 +1109,7 @@ export default { exportAll: 'Export All', disPlayFilfter: 'Display Filters', alarmId:'Alarm ID', - alarmTitle:'Title', + alarmTitle:'Alarm Title', clearUser:'Clear User', clearType:'Clear Type', ackState: 'Ack Status', @@ -1159,7 +1160,7 @@ export default { alarmId:'Alarm ID', alarmSeq:'Sequence Number', alarmCode:'Alarm Code', - alarmTitle: 'Alarm Time', + alarmTitle: 'Alarm Title', alarmStatus:'Status', alarmType:'Alarm Type', origSeverity:'Severity', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 5bbaae68..1abf090f 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -607,6 +607,7 @@ export default { upgradeDone: '更新完成,服务正在重载', upgradeFail: '更新失败,请检查软件文件是否存在且服务终端环境是否可用!', upgradeModal: '网元版本更新', + noPath: '软件包文件未发现', }, neLicense: { status: "许可证状态", @@ -1108,7 +1109,7 @@ export default { exportAll: '导出全部', disPlayFilfter: '显示过滤', alarmId:'告警唯一标识', - alarmTitle:'告警名称', + alarmTitle:'告警标题', clearUser:'告警清除用户', clearType:'告警清除类型', ackState:'告警确认状态', diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue index f68df70a..3a42c7a1 100644 --- a/src/views/faultManage/active-alarm/index.vue +++ b/src/views/faultManage/active-alarm/index.vue @@ -920,7 +920,7 @@ onMounted(() => {