feat: Ghost error page for improved error display

This commit is contained in:
Maksim Eltyshev
2025-11-06 23:11:06 +01:00
parent 33a7a6ccb1
commit 22baf5ab12
42 changed files with 553 additions and 55 deletions
+3
View File
@@ -19,11 +19,14 @@ export default {
unknownError: '未知錯誤,請稍後重試',
useSingleSignOn: '使用單一登入',
usernameAlreadyInUse: '使用者名稱已被佔用',
whoops_title: '哎呀!',
},
action: {
cancelAndClose: '取消並關閉',
continue: '繼續',
goBack: '返回',
goHome: '回到首頁',
logIn: '登入',
logInWithSso: '使用SSO登入',
},