Matching alert

This commit is contained in:
2024-08-15 15:57:58 +08:00
parent 22f3027d6f
commit 09e904f52f
7 changed files with 230 additions and 11 deletions

View File

@ -12,4 +12,5 @@ const i18nEnglish = {
'alertNutrientId': 'Nutrient ID',
'alertMaxValue': 'Max',
'alertMinValue': 'Min',
'alerts': 'Alerts',
};

View File

@ -12,4 +12,10 @@ const i18nSimplifiedChinese = {
'alertNutrientId': '营养物质编号',
'alertMaxValue': '告警上限',
'alertMinValue': '告警下限',
'alerts': '告警',
'alertOutOfRange': '有 @count 项告警规则触发,点击右侧按钮了解详情',
'alertUnclear': '有 @count 项告警规则并无数据支持,点击右侧按钮了解详情',
'alertEmpty': '无告警规则配置,前往设置添加规则',
'alertSafe': '无告警规则触发,可安心食用',
'alertDetectResult': '告警匹配详情',
};