迁移预警中心模块
- 新增计划与生产预警中心 V2 页面 - 新增预警中心接口、路由和中英文文案 - 更新迁移任务列表中的预警中心状态
This commit is contained in:
@@ -994,6 +994,51 @@
|
||||
"previous_process": "上一工序",
|
||||
"current_process": "当前工序"
|
||||
}
|
||||
},
|
||||
"alert_center": {
|
||||
"refresh": "刷新",
|
||||
"continuous_count": "连续3次通道异常设备数量",
|
||||
"cumulative_count": "累计10次通道异常设备数量",
|
||||
"continuous": "连续3次通道异常",
|
||||
"cumulative": "累计10次通道异常",
|
||||
"error_channel_count": "异常通道数量",
|
||||
"last_clear_time": "上次清除时间",
|
||||
"update_time": "更新时间",
|
||||
"detail_continuous": "3次连续通道异常详情",
|
||||
"detail_cumulative": "10次累计通道异常详情",
|
||||
"view_data": "查看数据",
|
||||
"operation": "操作",
|
||||
"detail": "详情",
|
||||
"clear": "清除",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"error_code": "异常码",
|
||||
"error_message": "异常信息",
|
||||
"error_time": "异常时间",
|
||||
"clear_confirm": "此操作是已确认通道报警信息已解决,是否继续清除",
|
||||
"clear_success": "清除成功!",
|
||||
"clear_cancel": "已取消操作",
|
||||
"prompt": "提示",
|
||||
"device_name": "设备名称",
|
||||
"channel": "通道",
|
||||
"channel_no": "通道号",
|
||||
"device_code": "设备编码",
|
||||
"query": "查询",
|
||||
"reset": "重置",
|
||||
"export": "导出",
|
||||
"select_time": "选择时间",
|
||||
"start_date": "开始日期",
|
||||
"end_date": "结束日期",
|
||||
"workstation": "工作站",
|
||||
"select_device": "请选择设备",
|
||||
"select_workstation": "请选择工作站",
|
||||
"please_select_time": "请选择时间",
|
||||
"please_select_workstation": "请选择要查询工作站",
|
||||
"export_confirm_message": "数据导出需要先创建下载任务(可在系统顶部系统下载任务中查看下载进度并下载文件),是否继续?",
|
||||
"create_download_task_success": "创建下载任务成功",
|
||||
"continuous_detail": "{device_name}({device_code}) 3次连续通道异常详情",
|
||||
"accumulated_detail": "{device_name}({device_code}) 10次累计通道异常详情",
|
||||
"workstation_detail": "【{device_name}】工作站设备通道异常详情"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user