12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # Additional translations at https://github.com/plataformatec/devise/wiki/I18n
- en:
- errors:
- messages:
- expired: "has expired, please request a new one"
- not_found: "not found"
- already_confirmed: "was already confirmed, please try signing in"
- not_locked: "was not locked"
- not_saved:
- one: "1 error prohibited this %{resource} from being saved:"
- other: "%{count} errors prohibited this %{resource} from being saved:"
- devise:
- failure:
- already_authenticated:
- unauthenticated:
- unconfirmed:
- locked:
- invalid:
- invalid_token:
- timeout:
- inactive:
- sessions:
- signed_in:
- signed_out:
- passwords:
- send_instructions:
- updated:
- updated_not_active:
- 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."
- 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."
- confirmations:
- send_instructions:
- send_paranoid_instructions:
- confirmed:
- registrations:
- signed_up:
- signed_up_but_unconfirmed:
- signed_up_but_inactive:
- signed_up_but_locked:
- updated:
- 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."
- destroyed:
- unlocks:
- send_instructions:
- unlocked:
- send_paranoid_instructions:
- omniauth_callbacks:
- success:
- failure:
- mailer:
- confirmation_instructions:
- subject:
- reset_password_instructions:
- subject:
- unlock_instructions:
- subject:
|