# Additional translations at https://github.com/heartcombo/devise/wiki/I18n

en:
  devise:
    confirmations:
      confirmed: "Your email address has been successfully confirmed."
      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 in a few minutes with instructions for how to confirm your email address."
    failure:
      already_authenticated: "You are already signed in."
      inactive: "Your account has not been activated yet."
      invalid: "Incorrect %{authentication_keys} or password."
      locked: "Your account has been locked."
      last_attempt: "You have one more attempt before your account is locked."
      not_found_in_database: "Incorrect %{authentication_keys} or password."
      timeout: "Your session expired. Sign in again to continue."
      unauthenticated: "You need to sign in or sign up before continuing."
      unconfirmed: "You must confirm your email address before continuing."
    mailer:
      confirmation_instructions:
        subject: "Confirmation instructions."
      reset_password_instructions:
        subject: "Reset password instructions."
      unlock_instructions:
        subject: "Unlock instructions."
      email_changed:
        subject: "Email successfully changed."
      password_change:
        subject: "Password successfully changed."
    omniauth_callbacks:
      failure: 'We could not authenticate you from %{kind} because "%{reason}"'
      success: "Successfully authenticated from %{kind} account."
    passwords:
      no_token: "You can’t access this page unless you’re trying to reset your password. Check you’re using the correct URL in the email we sent you."
      send_instructions: "You will receive an email in a few minutes with instructions on how to reset your password."
      send_paranoid_instructions: "If your email address exists in our database, you will receive an email in the next few minutes with a link to recover your password."
      updated: "Your password has been successfully changed. You are now signed in."
      updated_2FA: "Your password has been successfully changed. We’ve sent you a security code."
      updated_not_active: "Your password has been successfully changed."
    registrations:
      destroyed: "Your account has been successfully cancelled."
      signed_up: "You have successfully signed up for an account."
      signed_up_but_inactive: "You have successfully signed up for an account. You won’t be able to sign in until your account is activated."
      signed_up_but_locked: "You have successfully signed up for an account. We could not sign you in because your account is locked."
      signed_up_but_unconfirmed: "We’ve sent a confirmation link to your email address. Follow the link to activate your account."
      update_needs_confirmation: "You successfully updated your account. We need to verify your new email address. Check your email and follow the confirmation link to confirm your new email address."
      updated: "Your account has been successfully updated."
      updated_but_not_signed_in: "Your account has been successfully updated. You’ll need to sign in again."
    sessions:
      signed_in: ""
      signed_out: ""
      already_signed_out: ""
    unlocks:
      send_instructions: "You will receive an email in a few minutes with instructions for how to unlock your account."
      send_paranoid_instructions: "If your account exists, you will receive an email in a few minutes with instructions for how to unlock it."
      unlocked: "Your account has been successfully unlocked. Sign in to continue."
    activation:
      deactivated: "%{user_name} account has been deactivated."
      reactivated: "%{user_name} account has been reactivated."

  errors:
    messages:
      already_confirmed: "Email has already been confirmed. Sign in."
      blank: "can’t be blank"
      confirmation: "The passwords you entered do not match. Try again."
      confirmation_period_expired: "Email needs to be confirmed within %{period}. Request a new link below."
      expired: "Token has expired. Request a new token."
      not_found: "was not found."
      not_locked: "has not been locked."
      not_saved:
        one: "One error stopped this %{resource} from being saved:"
        other: "%{count} errors stopped this %{resource} from being saved:"