This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
schisandra-cloud-album/i18n/language/en.toml
2024-08-12 22:05:59 +08:00

36 lines
1.3 KiB
TOML

welcome = "hello"
NotFoundUser = "User not found"
DeletedSuccess = "deleted successfully!"
DeletedFailed = "delete failed!"
UpdatedSuccess = "updated successfully!"
UpdatedFailed = "update failed!"
CreatedSuccess = "created successfully!"
CreatedFailed = "create failed!"
LoginSuccess = "login successfully!"
LoginFailed = "login failed!"
LogoutSuccess = "logout successfully!"
LogoutFailed = "logout failed!"
RegisterSuccess = "register successfully!"
RegisterFailed = "register failed!"
PhoneNotRegister = "phone number not register!"
EmailNotRegister = "email not register!"
UsernameNotRegister = "username not register!"
PasswordError = "password error!"
EmailError = "email error!"
PhoneError = "phone error!"
UsernameError = "username error!"
UsernameExists = "username already exists!"
EmailExists = "email already exists!"
PhoneExists = "phone number already exists!"
PasswordNotSame = "password not same!"
PasswordTooShort = "password length must be greater than 6!"
PasswordTooLong = "password length must be less than 20!"
CaptchaError = "captcha error!"
CaptchaExpired = "captcha expired!"
CaptchaNotMatch = "captcha not match!"
CaptchaSendFailed = "captcha send failed!"
CaptchaSendSuccess = "captcha send successfully!"
CaptchaTooOften = "captcha too often!"
PhoneNotEmpty = "phone number can not be empty!"
EmailNotEmpty = "email can not be empty!"