Update strings.js

This commit is contained in:
SiderealArt 2021-06-07 01:06:22 +08:00 committed by GitHub
parent f99a826236
commit 405c340318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1092,7 +1092,7 @@ var translations = {
invalid_password: {
ja: null,
en: "Cannot use this password, please check that your password is at least 6 characters long",
tw: "無法使用此密碼,密碼至少要 6 個字。"
tw: "無法使用此密碼,密碼長度至少要 6 個字。"
},
invalid_username_password: {
ja: null,
@ -1117,7 +1117,7 @@ var translations = {
invalid_new_password: {
ja: null,
en: "Cannot use this password, please check that your new password is at least 6 characters long",
tw: "無法使用此密碼,請確認您的新密碼的長度大於 6 個字"
tw: "無法使用此密碼,您的新密碼長度至少要 6 個字"
},
verify_password_invalid: {
ja: null,