🏗️ update
This commit is contained in:
28
app/auth/resources/language/active.en.toml
Normal file
28
app/auth/resources/language/active.en.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[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!"
|
||||
|
||||
[comment]
|
||||
tooManyImages = "too many images!"
|
||||
commentError = "comment error!"
|
||||
LikeError = "like error!"
|
||||
CancelLikeError = "cancel like error!"
|
Reference in New Issue
Block a user