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

95 lines
3.1 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
2018-08-14 01:00:02 +08:00
success: Logged in successfully.
2016-09-15 23:03:58 +08:00
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.
super-admin: Only super admin is permitted to access this page.
2016-09-15 23:03:58 +08:00
banned: You are banned on this site. Please contact the admin.
2018-08-14 01:00:02 +08:00
token: Token expired. Please log in.
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
2018-08-14 01:00:02 +08:00
close: We don't accept any registration.
success: Your account was registered. Redirecting...
2016-09-15 23:03:58 +08:00
max: You can't register more than :regs accounts.
2018-08-14 01:00:02 +08:00
registered: The email address was 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.
2018-08-14 01:00:02 +08:00
frequent-mail: You click the send button too fast. Wait for some minutes.
2016-09-15 23:03:58 +08:00
unregistered: The email address is not registered.
2018-08-14 01:00:02 +08:00
success: Mail sent, please check your inbox. The link will be expired in 1 hour.
failed: Failed to send verification mail. :msg
2016-09-11 15:40:09 +08:00
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.
2018-08-21 11:29:54 +08:00
reset: 'To reset your password, please visit: <a href=":url">:url</a>'
2018-08-16 18:10:09 +08:00
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
2018-08-14 01:00:02 +08:00
message: You need to provide your email adderss to continue.
introduction: We won't send you any spam.
registered: The email address was already taken.
2016-09-15 23:03:58 +08:00
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:
2018-08-14 01:00:02 +08:00
identification: The email or player name is invalid.
2016-09-15 23:03:58 +08:00
email: Email format is invalid.
captcha: Wrong CAPTCHA.
2018-08-14 01:00:02 +08:00
user: No such user.
2018-01-04 22:07:16 +08:00
password: Wrong password.
2016-09-15 23:03:58 +08:00
logout:
2018-08-14 01:00:02 +08:00
success: You are now logged out.
2016-09-15 23:03:58 +08:00
fail: No valid session.
2016-09-11 15:40:09 +08:00
2019-04-25 23:24:24 +08:00
oauth:
authorization:
title: Authorization
introduction: A 3rd-party application ":name" is requesting permission to access your account.
button: Authorize
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