logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

devise.th.yml (4024B)


  1. ---
  2. th:
  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. last_attempt: You have one more attempt before your account is locked.
  13. locked: 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: 'Mastodon: Confirmation instructions for %{instance}'
  21. password_change:
  22. subject: 'Mastodon: Password changed'
  23. reset_password_instructions:
  24. subject: 'Mastodon: Reset password instructions'
  25. unlock_instructions:
  26. subject: 'Mastodon: Unlock instructions'
  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: If your email address exists in our database, you will receive a password recovery link at your email address 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. already_signed_out: Signed out successfully.
  46. signed_in: Signed in successfully.
  47. 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:"