blessing-skin-server/resources/lang/en/auth.yml

88 lines
3.0 KiB
YAML
Raw Normal View History

2016-09-11 11:10:02 +08:00
login:
2016-09-15 23:03:58 +08:00
title: Log In
button: Log In
2016-09-11 15:40:09 +08:00
message: Log in to manage your skin & players
2016-09-11 11:10:02 +08:00
keep: Remember me
2016-09-15 23:03:58 +08:00
success: Logged in successfully~
check:
anonymous: Illegal access. Please log in first.
2018-08-17 12:32:44 +08:00
verified: To access this page, you should verify your email address first.
2017-01-08 14:15:55 +08:00
admin: Only admins are permitted to access this page.
2016-09-15 23:03:58 +08:00
banned: You are banned on this site. Please contact the admin.
2016-09-11 11:10:02 +08:00
2016-09-11 15:40:09 +08:00
register:
2016-09-15 23:03:58 +08:00
title: Register
button: Register
message: Welcome to :sitename!
2016-09-11 15:40:09 +08:00
nickname-intro: Whatever you like expect special characters
repeat-pwd: Repeat your password
2016-09-15 23:03:58 +08:00
close: Well, this site doesn't allow any register.
success: Registered successfully. Redirecting...
max: You can't register more than :regs accounts.
registered: The email address is already registered.
2016-09-11 15:40:09 +08:00
forgot:
2016-09-15 23:03:58 +08:00
title: Forgot Password
button: Send
message: We will send you an E-mail to verify.
2016-09-11 15:40:09 +08:00
login-link: I do remember it
2018-08-17 12:32:44 +08:00
disabled: Password resetting is not available.
2016-09-15 23:03:58 +08:00
frequent-mail: You click the send button too fast. Wait for 60 secs, guy.
unregistered: The email address is not registered.
success: Mail is sent. Will be expired in 1 hour, please check.
failed: Fail to send mail, detailed message :msg
2016-09-11 15:40:09 +08:00
message: You are receiving this email because this email address was used to reset your password on :sitename
ignore: If you haven't signed up on our site, please ignore this email. No unsubscribing is required.
reset: Reset your password
notice: This mail is sending automatically, no reponses will be sent if you reply.
2018-08-16 18:10:09 +08:00
mail:
title: Reset your password on :sitename
message: You are receiving this email because we received a password reset request for your account on :sitename.
reset: "To reset your password, please visit: :url"
ignore: If you did not request a password reset, no further action is required.
2016-09-11 15:40:09 +08:00
reset:
2016-09-15 23:03:58 +08:00
title: Reset Password
button: Reset
invalid: Invalid link.
expired: This link is expired.
message: :username, reset your email address here.
success: Password resetted successfully.
2016-09-11 15:40:09 +08:00
bind:
2016-09-15 23:03:58 +08:00
title: Bind Email
button: Bind
message: You need to fill your email adderss to continue.
2016-09-11 15:40:09 +08:00
introduction: Email addresses will be used for password resetting. We won't send you any spam.
2016-09-15 23:03:58 +08:00
registered: The email address is already registered.
2018-08-17 12:32:44 +08:00
verify:
title: Email Verification
success: Your account was now verified.
message: Welcome to :sitename!
button: Homepage
invalid: Invalid link.
expired: This link is expired, please resend a verification email.
2016-09-15 23:03:58 +08:00
validation:
identification: Invalid format of email or player name.
email: Email format is invalid.
captcha: Wrong CAPTCHA.
user: Unexistent user.
2018-01-04 22:07:16 +08:00
password: Wrong password.
2016-09-15 23:03:58 +08:00
logout:
success: Logged out successfully~
fail: No valid session.
2016-09-11 15:40:09 +08:00
nickname: Nickname
2016-09-15 23:03:58 +08:00
email: Email
identification: Email or player name
2016-09-11 15:40:09 +08:00
password: Password
2017-11-09 20:49:15 +08:00
captcha: CAPTCHA
2016-09-15 23:03:58 +08:00
change-captcha: Click to change CAPTCHA image.
login-link: Already registered? Log in here.
2017-07-14 10:36:53 +08:00
forgot-link: Forgot password?
register-link: Register a new account