mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Add error handle for login page
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
@@ -6,5 +6,8 @@
|
||||
"password": "密码",
|
||||
"save": "保存",
|
||||
"login": "登录",
|
||||
"titleBar": "EH 下载器"
|
||||
"titleBar": "EH 下载器",
|
||||
"incorrectUserPassword": "不正确的用户名或密码。",
|
||||
"networkError": "网络错误。",
|
||||
"internalError": "出现了内部错误,请将日志发送给开发者。"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user