迁移预警中心模块
- 新增计划与生产预警中心 V2 页面 - 新增预警中心接口、路由和中英文文案 - 更新迁移任务列表中的预警中心状态
This commit is contained in:
@@ -994,6 +994,51 @@
|
||||
"previous_process": "Previous Process",
|
||||
"current_process": "Current Process"
|
||||
}
|
||||
},
|
||||
"alert_center": {
|
||||
"refresh": "Refresh",
|
||||
"continuous_count": "Consecutive Channel Errors (3x)",
|
||||
"cumulative_count": "Cumulative Channel Errors (10x)",
|
||||
"continuous": "3 Consecutive Errors",
|
||||
"cumulative": "10 Cumulative Errors",
|
||||
"error_channel_count": "Error Channel Count",
|
||||
"last_clear_time": "Last Cleared At",
|
||||
"update_time": "Update Time",
|
||||
"detail_continuous": "3 Consecutive Error Details",
|
||||
"detail_cumulative": "10 Cumulative Error Details",
|
||||
"view_data": "View Data",
|
||||
"operation": "Actions",
|
||||
"detail": "Details",
|
||||
"clear": "Clear",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"error_code": "Error Code",
|
||||
"error_message": "Error Message",
|
||||
"error_time": "Error Time",
|
||||
"clear_confirm": "Confirmed resolved. Clear alarm data?",
|
||||
"clear_success": "Cleared successfully",
|
||||
"clear_cancel": "Operation canceled",
|
||||
"prompt": "Notice",
|
||||
"device_name": "Device Name",
|
||||
"channel": "Channel",
|
||||
"channel_no": "Channel No.",
|
||||
"device_code": "Device Code",
|
||||
"query": "Search",
|
||||
"reset": "Reset",
|
||||
"export": "Export",
|
||||
"select_time": "Select Time",
|
||||
"start_date": "Start Date",
|
||||
"end_date": "End Date",
|
||||
"workstation": "Workstation",
|
||||
"select_device": "Please select device",
|
||||
"select_workstation": "Please select workstation",
|
||||
"please_select_time": "Please select time",
|
||||
"please_select_workstation": "Please select a workstation to query",
|
||||
"export_confirm_message": "Exporting requires creating a download task first. Continue?",
|
||||
"create_download_task_success": "Download task created successfully",
|
||||
"continuous_detail": "{device_name} ({device_code}): 3 Consecutive Error Details",
|
||||
"accumulated_detail": "{device_name} ({device_code}): 10 Cumulative Error Details",
|
||||
"workstation_detail": "Workstation [{device_name}] Channel Error Details"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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