Files
schisandra-album-cloud-micr…/app/core/api/resources/language/active.en.toml
2024-11-18 01:24:38 +08:00

23 lines
760 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[system]
error = "system error"
[captcha]
verificationFailure = "verification failure!"
[login]
invalidAccount = "invalid account"
notFoundAccount = "account not found"
invalidPassword = "invalid password"
loginFailed = "login failed"
phoneFormatError = "phone number format error"
captchaExpired = "captcha expired"
captchaError = "captcha error"
userNotRegistered = "user not registered"
registerError = "register error"
passwordNotMatch = "password not match"
passwordFormatError = "password format error"
resetPasswordError = "reset password error"
loginSuccess = "login success"
[sms]
smsSendTooFrequently = "sms send too frequently"
smsSendFailed = "sms send failed"
smsSendSuccess = "sms send success"