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