fix(i18n): Add missing incident.systemStable and activeAlerts translations

Fixes translation key leak in production UI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-24 16:19:09 +08:00
parent b20987e7b6
commit 417ed4594d
2 changed files with 4 additions and 0 deletions

View File

@@ -153,6 +153,8 @@
"title": "Incident Management",
"activeIncidents": "Active Incidents",
"noActiveIncidents": "No active incidents",
"systemStable": "System Stable",
"activeAlerts": "active alerts",
"signals": "signals",
"proposals": "proposals",
"affectedServices": "Affected Services",

View File

@@ -153,6 +153,8 @@
"title": "事件管理",
"activeIncidents": "活躍事件",
"noActiveIncidents": "目前無活躍事件",
"systemStable": "系統穩定",
"activeAlerts": "筆活躍告警",
"signals": "筆告警",
"proposals": "筆提案",
"affectedServices": "受影響服務",