rosa-build/config/locales/devise.en.yml

69 lines
3.7 KiB
YAML
Raw Permalink Normal View History

2011-03-09 13:13:36 +00:00
en:
errors:
messages:
expired: "has expired, please request a new one"
2011-03-09 13:13:36 +00:00
not_found: "not found"
already_confirmed: "is already confirmed, please try signing in"
not_locked: "is not locked"
not_saved:
one: "1 error prohibited this %{resource} from being saved:"
other: "%{count} errors prevented %{resource} from being saved:"
2011-03-09 13:13:36 +00:00
devise:
2016-09-25 23:40:53 +01:00
shared:
providers:
sign_up_with: 'or sign in with'
2011-03-09 13:13:36 +00:00
failure:
already_authenticated: 'You are already signed in.'
2011-03-09 13:13:36 +00:00
unauthenticated: 'You need to sign in or sign up before continuing.'
unconfirmed: 'You have to confirm your account before continuing.'
locked: 'Your account is locked.'
invalid: 'Invalid email or password.'
invalid_token: 'Invalid authentication token.'
timeout: 'Your session expired, please sign in again to continue.'
inactive: 'Your account is not yet activated.'
2011-03-09 13:13:36 +00:00
sessions:
signed_in: 'Signed in successfully.'
signed_out: 'Signed out successfully.'
2012-02-28 20:43:17 +00:00
remember_me: 'Remember me'
2012-02-29 05:43:40 +00:00
login: 'Login or email'
password: 'Password'
2011-03-09 13:13:36 +00:00
passwords:
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
updated: 'Your password was changed successfully. You are now signed in.'
updated_not_active: 'Your password was changed successfully.'
send_paranoid_instructions: "If your e-mail exists on our database, you will receive a password recovery link on your e-mail"
2012-02-29 16:54:44 +00:00
forgot: 'Forgot password'
send: 'Send'
2012-03-01 16:05:00 +00:00
edit_button: 'Change'
new_password: 'New password'
2011-03-09 13:13:36 +00:00
confirmations:
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
send_paranoid_instructions: 'If your e-mail exists on our database, you will receive an email with instructions about how to confirm your account in a few minutes.'
2014-11-15 01:26:36 +00:00
confirmed: 'Your account was successfully confirmed. You are now can sign in.'
2014-03-31 11:25:56 +01:00
new:
title: "Resend confirmation instructions"
submit_html: "Resend the instructions »"
2011-03-09 13:13:36 +00:00
registrations:
signed_up: 'Welcome! You have signed up successfully.'
signed_up_but_unconfirmed: 'A message with a confirmation link has been sent to your email address. Please open the link to activate your account.'
signed_up_but_inactive: 'You have signed up successfully. However, we could not sign you in because your account is not yet activated.'
signed_up_but_locked: 'You have signed up successfully. However, we could not sign you in because your account is locked.'
2011-03-09 13:13:36 +00:00
updated: 'You updated your account successfully.'
update_needs_confirmation: "You updated your account successfully, but we need to verify your new email address. Please check your email and click on the confirm link to finalize confirming your new email address."
2011-03-09 13:13:36 +00:00
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
unlocks:
send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
unlocked: 'Your account has been unlocked successfully. Please sign in to continue.'
send_paranoid_instructions: 'If your account exists, you will receive an email with instructions about how to unlock it in a few minutes.'
omniauth_callbacks:
success: 'Successfully authorized from %{kind} account.'
failure: 'Could not authorize you from %{kind} due to "%{reason}".'
2011-03-09 13:13:36 +00:00
mailer:
confirmation_instructions:
subject: 'Confirmation instructions'
reset_password_instructions:
subject: 'Password reset instructions'
2011-03-09 13:13:36 +00:00
unlock_instructions:
subject: 'Unlock Instructions'