This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch alarm-1-3 in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit a6d6a95f9deba6814dc36b1ca8703fcb630f0e5d Author: tomsun28 <[email protected]> AuthorDate: Fri Jan 3 10:41:03 2025 +0800 [webapp] update alert inhibit Signed-off-by: tomsun28 <[email protected]> --- web-app/src/assets/i18n/zh-CN.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/assets/i18n/zh-CN.json b/web-app/src/assets/i18n/zh-CN.json index 83098a1dc..f4fc65bd0 100644 --- a/web-app/src/assets/i18n/zh-CN.json +++ b/web-app/src/assets/i18n/zh-CN.json @@ -824,7 +824,7 @@ "alert.group-converge.group-labels.input": "输入自定义标签后按回车", "alert.group-converge.group-labels.placeholder": "请输入标签", "alert.group-converge.name.tip": "标识此分组策略的名称,需要唯一", - "alert.group-converge.group-labels.tip": "根据告警标签对告警消息进行分组,支持配置多个标签,如 alertname、severity、instance 等", + "alert.group-converge.group-labels.tip": "根据告警标签Key对告警消息进行分组,支持配置多个标签Key,如 alertname、severity、instance 等", "alert.group-converge.group-wait.tip": "新告警产生后等待时间,在此时间内收到的相同告警将被分组,默认30秒", "alert.group-converge.group-interval.tip": "发送分组告警通知的最小时间间隔,避免告警通知过于频繁,默认5分钟", "alert.group-converge.repeat-interval.tip": "重复告警的最小通知间隔,对于持续触发的告警,避免重复发送通知,默认4小时", @@ -833,7 +833,7 @@ "alert.inhibit.target_labels": "目标标签", "alert.inhibit.target_labels.tip": "匹配这些标签的告警将被抑制", "alert.inhibit.equal_labels": "相等标签", - "alert.inhibit.equal_labels.tip": "源告警和目标告警这些标签值必须相等,常用标签如 alertname、instance、severity 等", + "alert.inhibit.equal_labels.tip": "源告警和目标告警这些标签Key和对应值必须相等,常用标签Key如 alertname、instance、severity 等", "alert.inhibit.equal_labels.placeholder": "输入标签名称后按回车,或从下拉列表选择", "alert.inhibit.equal_labels.more": "还有 {{count}} 个标签", "alert.inhibit.equal_labels.common": "常用标签", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
