Add error handle for login page

This commit is contained in:
2023-09-01 16:16:34 +08:00
parent 239d1675af
commit 09a950486b
5 changed files with 29 additions and 3 deletions

View File

@@ -6,5 +6,8 @@
"password": "Password",
"save": "Save",
"login": "Login",
"titleBar": "EH Downloader"
"titleBar": "EH Downloader",
"incorrectUserPassword": "Incorrect username or password.",
"networkError": "Network error.",
"internalError": "Some internal error occurred. Please send the log file to the developer."
}

View File

@@ -6,5 +6,8 @@
"password": "密码",
"save": "保存",
"login": "登录",
"titleBar": "EH 下载器"
"titleBar": "EH 下载器",
"incorrectUserPassword": "不正确的用户名或密码。",
"networkError": "网络错误。",
"internalError": "出现了内部错误,请将日志发送给开发者。"
}