2011-10-13 18:14:09 +04:00
# Additional translations at https://github.com/plataformatec/devise/wiki/I18n
2011-03-06 07:56:53 +08:00
2009-10-08 08:35:35 -03:00
en :
2013-01-23 10:39:58 +09: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-23 10:39:58 +09:00
failure :
already_authenticated : "You are already signed in."
2013-07-26 14:24:13 +01:00
inactive : "Your account is not activated yet."
2014-09-23 18:42:11 +02:00
invalid : "Invalid %{authentication_keys} or password."
2013-01-23 10:39:58 +09: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 18:42:11 +02:00
not_found_in_database : "Invalid %{authentication_keys} or password."
2013-07-26 14:24:19 +01:00
timeout : "Your session expired. Please sign in again to continue."
2013-01-23 10:39:58 +09: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-23 10:39:58 +09: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 08:56:33 -03:00
email_changed :
2017-03-06 16:34:38 -03:00
subject : "Email Changed"
2015-06-24 11:01:46 -05:00
password_change :
subject : "Password Changed"
2013-01-23 10:39:58 +09: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 10:29:50 -06:00
send_instructions : "You will receive an email with instructions on how to reset your password in a few minutes."
2013-01-23 10:39:58 +09: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-23 10:39:58 +09: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-23 10:39:58 +09: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."
update_needs_confirmation : "You updated your account successfully, but we need to verify your new email address. Please check your email and follow the confirm link to confirm your new email address."
updated : "Your account has been updated successfully."
2018-12-28 22:29:58 +09: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-23 10:39:58 +09:00
sessions :
signed_in : "Signed in successfully."
signed_out : "Signed out successfully."
2014-04-08 15:49:59 -03:00
already_signed_out : "Signed out successfully."
2013-01-23 10:39:58 +09: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-23 10:39:58 +09:00
unlocked : "Your account has been unlocked successfully. Please sign in to continue."
2010-02-16 17:00:36 +01:00
errors :
messages :
2013-01-23 10:39:58 +09: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 19:17:21 +02:00
expired : "has expired, please request a new one"
2010-02-16 17:00:36 +01:00
not_found : "not found"
not_locked : "was not locked"
2010-10-04 15:13:29 +08:00
not_saved :
one : "1 error prohibited this %{resource} from being saved:"
other : "%{count} errors prohibited this %{resource} from being saved:"