You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
4.0 KiB

  1. # Additional translations at https://github.com/plataformatec/devise/wiki/I18n
  2. en:
  3. devise:
  4. confirmations:
  5. confirmed: "Your email address has been successfully confirmed."
  6. send_instructions: "You will receive an email with instructions for how to confirm your email address in a few minutes."
  7. 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."
  8. failure:
  9. already_authenticated: "You are already signed in."
  10. inactive: "Your account is not activated yet."
  11. invalid: "Invalid %{authentication_keys} or password."
  12. locked: "Your account is locked."
  13. last_attempt: "You have one more attempt before your account is locked."
  14. not_found_in_database: "Invalid %{authentication_keys} or password."
  15. timeout: "Your session expired. Please sign in again to continue."
  16. unauthenticated: "You need to sign in or sign up before continuing."
  17. unconfirmed: "You have to confirm your email address before continuing."
  18. mailer:
  19. confirmation_instructions:
  20. subject: "Confirmation instructions"
  21. reset_password_instructions:
  22. subject: "Reset password instructions"
  23. unlock_instructions:
  24. subject: "Unlock instructions"
  25. password_change:
  26. subject: "Password Changed"
  27. omniauth_callbacks:
  28. failure: "Could not authenticate you from %{kind} because \"%{reason}\"."
  29. success: "Successfully authenticated from %{kind} account."
  30. passwords:
  31. 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."
  32. send_instructions: "You will receive an email with instructions on how to reset your password in a few minutes."
  33. 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."
  34. updated: "Your password has been changed successfully. You are now signed in."
  35. updated_not_active: "Your password has been changed successfully."
  36. registrations:
  37. destroyed: "Bye! Your account has been successfully cancelled. We hope to see you again soon."
  38. signed_up: "Welcome! You have signed up successfully."
  39. signed_up_but_inactive: "You have signed up successfully. However, we could not sign you in because your account is not yet activated."
  40. signed_up_but_locked: "You have signed up successfully. However, we could not sign you in because your account is locked."
  41. 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."
  42. 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."
  43. updated: "Your account has been updated successfully."
  44. sessions:
  45. signed_in: "Signed in successfully."
  46. signed_out: "Signed out successfully."
  47. already_signed_out: "Signed out successfully."
  48. unlocks:
  49. send_instructions: "You will receive an email with instructions for how to unlock your account in a few minutes."
  50. send_paranoid_instructions: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes."
  51. unlocked: "Your account has been unlocked successfully. Please sign in to continue."
  52. errors:
  53. messages:
  54. already_confirmed: "was already confirmed, please try signing in"
  55. confirmation_period_expired: "needs to be confirmed within %{period}, please request a new one"
  56. expired: "has expired, please request a new one"
  57. not_found: "not found"
  58. not_locked: "was not locked"
  59. not_saved:
  60. one: "1 error prohibited this %{resource} from being saved:"
  61. other: "%{count} errors prohibited this %{resource} from being saved:"