修复翻译错误

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

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

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

Loading…
Cancel
Save