修复翻译错误

main
落雨楓 6 days ago
parent 886b5d3d1a
commit 7977f2b5c2

@ -102,13 +102,13 @@
"sendVerificationCode": "${msg("sendSmsBtn")}", "sendVerificationCode": "${msg("sendSmsBtn")}",
"resendVerificationCode": "${msg("resendSmsBtn")}", "resendVerificationCode": "${msg("resendSmsBtn")}",
"second": "${msg("second")}", "second": "${msg("second")}",
"phoneNumberIsEmpty": "${msg("errorPhoneNumberIsEmpty")}", "phoneNumberIsEmpty": "${msg("missingPhoneNumber")}",
"sendSmsCodeError": "${msg("errorSendSmsCodeInternalError")}", "sendSmsCodeError": "${msg("cannotSendSmsCodeInternalError")}",
"areaNotSupported": "${msg("errorPhoneAreaNotSupported")}", "areaNotSupported": "${msg("phoneAreaNotSupported")}",
"captchaNotCompleted": "${msg("errorCaptchaRequired")}", "captchaNotCompleted": "${msg("captchaRequired")}",
"cannotGetConfig": "${msg("errorCannotGetConfig")}", "cannotGetConfig": "${msg("cannotGetCaptchaConfig")}",
"userNotExists": "${msg("errorPhoneUserNotFound")}", "userNotExists": "${msg("phoneUserNotFound")}",
"sendVerificationError": "${msg("errorSendVerificationError")}" "sendVerificationError": "${msg("cannotSendSmsCode")}"
} }
</script> </script>
<script type="module" src="${url.resourcesPath}/js/loginPhoneOrPassword.js"></script> <script type="module" src="${url.resourcesPath}/js/loginPhoneOrPassword.js"></script>

@ -93,13 +93,13 @@
"sendVerificationCode": "${msg("sendSmsBtn")}", "sendVerificationCode": "${msg("sendSmsBtn")}",
"resendVerificationCode": "${msg("resendSmsBtn")}", "resendVerificationCode": "${msg("resendSmsBtn")}",
"second": "${msg("second")}", "second": "${msg("second")}",
"phoneNumberIsEmpty": "${msg("errorPhoneNumberIsEmpty")}", "phoneNumberIsEmpty": "${msg("missingPhoneNumber")}",
"sendSmsCodeError": "${msg("errorSendSmsCodeInternalError")}", "sendSmsCodeError": "${msg("cannotSendSmsCodeInternalError")}",
"areaNotSupported": "${msg("errorPhoneAreaNotSupported")}", "areaNotSupported": "${msg("phoneAreaNotSupported")}",
"captchaNotCompleted": "${msg("errorCaptchaRequired")}", "captchaNotCompleted": "${msg("captchaRequired")}",
"cannotGetConfig": "${msg("errorCannotGetConfig")}", "cannotGetConfig": "${msg("cannotGetCaptchaConfig")}",
"userNotExists": "${msg("errorPhoneUserNotFound")}", "userNotExists": "${msg("phoneUserNotFound")}",
"sendVerificationError": "${msg("errorSendVerificationError")}" "sendVerificationError": "${msg("cannotSendSmsCode")}"
} }
</script> </script>
<script type="module" src="${url.resourcesPath}/js/resetPasswordPhoneOrEmail.js"></script> <script type="module" src="${url.resourcesPath}/js/resetPasswordPhoneOrEmail.js"></script>

Loading…
Cancel
Save