Sha256: 59e640271590c0fb8e114cdbb3338e3cab81fc9fdb9be06cf9f0b47a7be663b5

Contents?: true

Size: 1.76 KB

Versions: 14

Compression:

Stored size: 1.76 KB

Contents

en:
  errors:
    messages:
      not_found: "not found"
      already_confirmed: "was already confirmed"
      not_locked: "was not locked"

  devise:
    failure:
      unauthenticated: 'You need to sign in or sign up before continuing.'
      unconfirmed: 'You have to confirm your account before continuing.'
      locked: 'Your account is locked.'
      invalid: 'Invalid email or password.'
      invalid_token: 'Invalid authentication token.'
      timeout: 'Your session expired, please sign in again to continue.'
      inactive: 'Your account was not activated yet.'
    sessions:
      signed_in: 'Signed in successfully.'
      signed_out: 'Signed out successfully.'
    passwords:
      send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
      updated: 'Your password was changed successfully. You are now signed in.'
    confirmations:
      send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
      confirmed: 'Your account was successfully confirmed. You are now signed in.'
    registrations:
      signed_up: 'You have signed up successfully.'
      updated: 'You updated your account successfully.'
      destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
    unlocks:
      send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
      unlocked: 'Your account was successfully unlocked. You are now signed in.'
    mailer:
      confirmation_instructions:
        subject: 'Confirmation instructions'
      reset_password_instructions:
        subject: 'Reset password instructions'
      unlock_instructions: 
        subject: 'Unlock Instructions'

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
sunrise-core-0.2.2 config/locales/devise.en.yml
sunrise-core-0.2.1 config/locales/devise.en.yml
sunrise-core-0.2.0 config/locales/devise.en.yml
sunrise-core-0.1.5 config/locales/devise.en.yml
sunrise-core-0.1.4 config/locales/devise.en.yml
sunrise-core-0.1.3 config/locales/devise.en.yml
sunrise-core-0.1.2 config/locales/devise.en.yml
sunrise-core-0.1.1 config/locales/devise.en.yml
sunrise-core-0.1.0 config/locales/devise.en.yml
freeberry-0.3.0 config/locales/devise.en.yml
freeberry-0.2.9 config/locales/devise.en.yml
freeberry-0.2.7 config/locales/devise.en.yml
freeberry-0.2.6 config/locales/devise.en.yml
freeberry-0.2.5 config/locales/devise.en.yml