fix(i18n): byAnomalyAutoRate 插值修正 + mttrUnit 單位改分鐘
All checks were successful
CD Pipeline / build-and-deploy (push) Successful in 12m22s

byAnomalyAutoRate: "自動修復率" → "自動修復率 {pct}%" (缺少 {pct} 插值導致顯示原始 key)
mttrUnit: "秒" → "分鐘" (前端已做 /60 換算)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-04-09 23:11:02 +08:00
parent af7b6beba8
commit 764dcf24e9
2 changed files with 4 additions and 4 deletions

View File

@@ -214,9 +214,9 @@
"cotTools": "Tool Calls",
"cotClickHint": "Click an event to view reasoning details",
"byAnomalyTitle": "Anomaly Type Distribution Top 5",
"byAnomalyAutoRate": "Auto-Repair Rate",
"byAnomalyAutoRate": "Auto {pct}%",
"mttrTitle": "MTTR Overview",
"mttrUnit": "s",
"mttrUnit": "min",
"mttrNoData": "No MTTR data yet"
},
"openclaw": {

View File

@@ -215,9 +215,9 @@
"cotTools": "工具呼叫",
"cotClickHint": "點擊事件查看推理細節",
"byAnomalyTitle": "異常類型分佈 Top 5",
"byAnomalyAutoRate": "自動修復率",
"byAnomalyAutoRate": "自動修復率 {pct}%",
"mttrTitle": "MTTR 概覽",
"mttrUnit": "",
"mttrUnit": "分鐘",
"mttrNoData": "尚無 MTTR 資料"
},
"openclaw": {