✨ Matching alert
This commit is contained in:
@ -12,4 +12,5 @@ const i18nEnglish = {
|
||||
'alertNutrientId': 'Nutrient ID',
|
||||
'alertMaxValue': 'Max',
|
||||
'alertMinValue': 'Min',
|
||||
'alerts': 'Alerts',
|
||||
};
|
||||
|
@ -12,4 +12,10 @@ const i18nSimplifiedChinese = {
|
||||
'alertNutrientId': '营养物质编号',
|
||||
'alertMaxValue': '告警上限',
|
||||
'alertMinValue': '告警下限',
|
||||
'alerts': '告警',
|
||||
'alertOutOfRange': '有 @count 项告警规则触发,点击右侧按钮了解详情',
|
||||
'alertUnclear': '有 @count 项告警规则并无数据支持,点击右侧按钮了解详情',
|
||||
'alertEmpty': '无告警规则配置,前往设置添加规则',
|
||||
'alertSafe': '无告警规则触发,可安心食用',
|
||||
'alertDetectResult': '告警匹配详情',
|
||||
};
|
||||
|
Reference in New Issue
Block a user