2020-02-03 11:33:17 -05:00
# Additional translations at https://github.com/heartcombo/devise/wiki/I18n
2011-03-05 18:56:53 -05:00
2009-10-08 07:35:35 -04:00
en :
2013-01-22 20:39:58 -05:00
devise :
confirmations :
2014-02-28 02:03:37 -05:00
confirmed : "Your email address has been successfully confirmed."
2014-02-28 15:12:07 -05:00
send_instructions : "You will receive an email with instructions for how to confirm your email address in a few minutes."
send_paranoid_instructions : "If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes."
2013-01-22 20:39:58 -05:00
failure :
already_authenticated : "You are already signed in."
2013-07-26 09:24:13 -04:00
inactive : "Your account is not activated yet."
2014-09-23 12:42:11 -04:00
invalid : "Invalid %{authentication_keys} or password."
2013-01-22 20:39:58 -05:00
locked : "Your account is locked."
2014-02-28 02:03:37 -05:00
last_attempt : "You have one more attempt before your account is locked."
2014-09-23 12:42:11 -04:00
not_found_in_database : "Invalid %{authentication_keys} or password."
2013-07-26 09:24:19 -04:00
timeout : "Your session expired. Please sign in again to continue."
2013-01-22 20:39:58 -05:00
unauthenticated : "You need to sign in or sign up before continuing."
2014-02-28 02:03:37 -05:00
unconfirmed : "You have to confirm your email address before continuing."
2013-01-22 20:39:58 -05:00
mailer :
confirmation_instructions :
subject : "Confirmation instructions"
reset_password_instructions :
subject : "Reset password instructions"
unlock_instructions :
2014-02-28 02:04:35 -05:00
subject : "Unlock instructions"
2017-03-10 06:56:33 -05:00
email_changed :
2017-03-06 14:34:38 -05:00
subject : "Email Changed"
2015-06-24 12:01:46 -04:00
password_change :
subject : "Password Changed"
2013-01-22 20:39:58 -05:00
omniauth_callbacks :
failure : "Could not authenticate you from %{kind} because \"%{reason}\"."
success : "Successfully authenticated from %{kind} account."
passwords :
no_token : "You can't access this page without coming from a password reset email. If you do come from a password reset email, please make sure you used the full URL provided."
2013-11-28 11:29:50 -05:00
send_instructions : "You will receive an email with instructions on how to reset your password in a few minutes."
2013-01-22 20:39:58 -05:00
send_paranoid_instructions : "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
2014-02-28 02:03:37 -05:00
updated : "Your password has been changed successfully. You are now signed in."
updated_not_active : "Your password has been changed successfully."
2013-01-22 20:39:58 -05:00
registrations :
2014-02-28 02:03:37 -05:00
destroyed : "Bye! Your account has been successfully cancelled. We hope to see you again soon."
2013-01-22 20:39:58 -05:00
signed_up : "Welcome! You have signed up successfully."
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."
2014-02-28 02:03:37 -05:00
signed_up_but_unconfirmed : "A message with a confirmation link has been sent to your email address. Please follow the link to activate your account."
2019-08-30 13:35:19 -04:00
update_needs_confirmation : "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirmation link to confirm your new email address."
2014-02-28 02:03:37 -05:00
updated : "Your account has been updated successfully."
2018-12-28 08:29:58 -05:00
updated_but_not_signed_in : "Your account has been updated successfully, but since your password was changed, you need to sign in again"
2013-01-22 20:39:58 -05:00
sessions :
signed_in : "Signed in successfully."
signed_out : "Signed out successfully."
2014-04-08 14:49:59 -04:00
already_signed_out : "Signed out successfully."
2013-01-22 20:39:58 -05:00
unlocks :
2014-02-28 02:03:37 -05:00
send_instructions : "You will receive an email with instructions for how to unlock your account in a few minutes."
send_paranoid_instructions : "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes."
2013-01-22 20:39:58 -05:00
unlocked : "Your account has been unlocked successfully. Please sign in to continue."
2010-02-16 11:00:36 -05:00
errors :
messages :
2013-01-22 20:39:58 -05:00
already_confirmed : "was already confirmed, please try signing in"
confirmation_period_expired : "needs to be confirmed within %{period}, please request a new one"
2011-04-21 13:17:21 -04:00
expired : "has expired, please request a new one"
2010-02-16 11:00:36 -05:00
not_found : "not found"
not_locked : "was not locked"
2010-10-04 03:13:29 -04:00
not_saved :
one : "1 error prohibited this %{resource} from being saved:"
other : "%{count} errors prohibited this %{resource} from being saved:"