ja:
  activerecord:
    attributes:
      user:
        current_password: 
        current_sign_in_at: 
        email: 
        last_sign_in_at: 
        password: 
        password_confirmation: 
        remember_me: 
    models:
      user: 
  devise:
    confirmations:
      confirmed: 
      new:
        resend_confirmation_instructions: "アカウント確認メール再送"
      send_instructions: 
      send_paranoid_instructions: 
    failure:
      already_authenticated: 
      inactive: 
      invalid: 
      invalid_token: 
      locked: 
      not_found_in_database: 
      timeout: 
      unauthenticated: 
      unconfirmed: 
    mailer:
      confirmation_instructions:
        action: "アカウント確認"
        greeting: "ようこそ、%{recipient}さん!"
        instruction: "次のリンクでメールアドレスの確認が完了します:"
        subject: "アカウントの確認方法"
      reset_password_instructions:
        action: "パスワード変更"
        greeting: "こんにちは、%{recipient}さん!"
        instruction: "誰かがパスワードの再設定を希望しました。次のリンクでパスワードの再設定が出来ます。"
        instruction_2: "あなたが希望したのではないのなら、このメールは無視してください。"
        instruction_3: "上のリンクにアクセスして新しいパスワードを設定するまで、パスワードは変更されません。"
        subject: "パスワード再設定方法"
      unlock_instructions:
        action: "アカウントのロック解除"
        greeting: "こんにちは、%{recipient}さん!"
        instruction: "アカウントのロックを解除するには下のリンクをクリックしてください。"
        message: "ログイン失敗が繰り返されたため、アカウントはロックされています。"
        subject: "アカウントのロック解除方法"
    omniauth_callbacks:
      failure: 
      success: 
    passwords:
      edit:
        change_my_password: 
        change_your_password: 
        confirm_new_password: 
        new_password: 
      new:
        forgot_your_password: "パスワードを忘れましたか?"
        send_me_reset_password_instructions: "パスワードの再設定方法を送信する"
      no_token: 
      send_instructions: 
      send_paranoid_instructions: 
      updated: 
      updated_not_active: 
    registrations:
      destroyed: 
      edit:
        are_you_sure: "本当に良いですか?"
        cancel_my_account: "アカウント削除"
        currently_waiting_confirmation_for_email: 
        leave_blank_if_you_don_t_want_to_change_it: "空欄のままなら変更しません"
        title: "%{resource}編集"
        unhappy: 
        update: 
        we_need_your_current_password_to_confirm_your_changes: "変更を反映するには現在のパスワードを入力してください"
      new:
        sign_up: "アカウント登録"
      signed_up: 
      signed_up_but_inactive: 
      signed_up_but_locked: 
      signed_up_but_unconfirmed: 
      update_needs_confirmation: 
      updated: 
    sessions:
      new:
        sign_in: "ログイン"
      signed_in: 
      signed_out: 
    shared:
      links:
        back: 
        didn_t_receive_confirmation_instructions: "アカウント確認のメールを受け取っていませんか?"
        didn_t_receive_unlock_instructions: "アカウントの凍結解除方法のメールを受け取っていませんか?"
        forgot_your_password: "パスワードを忘れましたか?"
        sign_in: "ログイン"
        sign_in_with_provider: "%{provider}でログイン"
        sign_up: "アカウント登録"
    unlocks:
      new:
        resend_unlock_instructions: "アカウントの凍結解除方法を再送する"
      send_instructions: 
      send_paranoid_instructions: 
      unlocked: 
  errors:
    messages:
      already_confirmed: 
      confirmation_period_expired: 
      expired: 
      not_found: 
      not_locked: 
      not_saved: