Support named alert config

This commit is contained in:
2024-08-15 22:50:00 +08:00
parent 22b863f2bf
commit cfa61e1a8a
7 changed files with 34 additions and 11 deletions

View File

@ -17,6 +17,7 @@ const i18nEnglish = {
'alertNutrientId': 'Nutrient ID',
'alertMaxValue': 'Alert Max Value',
'alertMinValue': 'Alert Min Value',
'alertName': 'Alert Name',
'alerts': 'Alerts',
'alertOutOfRange':
'@count alert rules triggered, click the button on the right for details',

View File

@ -17,6 +17,7 @@ const i18nSimplifiedChinese = {
'alertNutrientId': '营养物质编号',
'alertMaxValue': '告警上限',
'alertMinValue': '告警下限',
'alertName': '告警规则名',
'alerts': '告警',
'alertOutOfRange': '有 @count 项告警规则触发,点击右侧按钮了解详情',
'alertUnclear': '有 @count 项告警规则并无数据支持,点击右侧按钮了解详情',