fix: show error message on login page when backend is unreachable (#2063)

This commit is contained in:
Nody the lobster
2026-03-14 07:20:01 -04:00
committed by GitHub
parent 351350ea03
commit eed72b1c12
5 changed files with 78 additions and 2 deletions
+3
View File
@@ -11,6 +11,9 @@ const zhHant = {
continueToLogin: '登入以繼續',
loginSuccess: '登入成功',
loginFailed: '登入失敗,請檢查電子郵件和密碼是否正確',
loginLoadError: '無法連線到伺服器',
loginLoadErrorDesc: '無法連線到 LangBot 後端服務,請確認服務已啟動後重試。',
retry: '重試',
enterEmail: '輸入電子郵件地址',
enterPassword: '輸入密碼',
invalidEmail: '請輸入有效的電子郵件地址',