fix: 修复英文翻译错误

This commit is contained in:
Eric_Lee 2022-01-20 12:28:00 +08:00 committed by GitHub
parent fae78f31c8
commit 68cc99d578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"navigate.language": "Language", "navigate.language": "Language",
"navigate.about": "About", "navigate.about": "About",
"navigate.login": "Login", "navigate.login": "Login",
"searchPlaceholder": "Please Code Panel Name", "searchPlaceholder": "Please Input Panel Name",
"commons": { "commons": {
"cancel": "Cancel", "cancel": "Cancel",
@ -24,11 +24,11 @@
"login": { "login": {
"title": "User Login", "title": "User Login",
"account": "Account:", "account": "Account:",
"accountPlaceholder": "Please Code Account", "accountPlaceholder": "Please Input Account",
"password": "Password:", "password": "Password:",
"passwordPlaceholder": "Please Code Password:", "passwordPlaceholder": "Please Input Password:",
"loginbtn": "Login", "loginbtn": "Login",
"pwdFmtError": "Password Must More Than 6 Character", "pwdFmtError": "Password Must More Than 6 Characters",
"uOrpwdError": "Invalid Account Or Password" "uOrpwdError": "Invalid Account Or Password"
}, },
"home": { "home": {
@ -61,4 +61,4 @@
} }
} }