feat: implement backend error handling and improve error messaging in Server component

This commit is contained in:
hamster1963
2026-07-05 13:17:36 +08:00
parent d295d549da
commit 056c357b6e
12 changed files with 187 additions and 27 deletions
+3 -1
View File
@@ -98,7 +98,9 @@
},
"error": {
"pageNotFound": "頁面不存在",
"backToHome": "回到主頁"
"backToHome": "回到主頁",
"backendUnavailableTitle": "後端 API 無法存取",
"backendUnavailableDescription": "頁面仍會正常顯示,但暫時無法載入監控資料。"
},
"tabSwitch": {
"detail": "詳細資訊",