zh_tw:
  errors:
    messages:
      not_found: "沒有找到"
      already_confirmed: "已被確認過了"
      not_locked: "被鎖定了"

  devise:
    failure:
      unauthenticated: '您需要先註冊、登入後才能繼續。'
      unconfirmed: '您的帳號需需要經過確認後,才能繼續。'
      ldap_invalid: '您的LDAP帳號錯誤'
      ldap_connection_failed: '與LDAP之間連線異常'
      ldap_pass_but_account_not_in_orbit: '很抱歉,您的LDAP帳號並不支援在此網站登入'
      locked: '您的帳號已被鎖定。'
      invalid: 'Email 或密碼是無效的。'
      invalid_token: '無效的認證代碼。'
      timeout: '您的登入時效過期,請重新登入,才能繼續。'
      inactive: '您的帳號尚未被啟用。'
    sessions:
      signed_in: '成功登入了。'
      signed_out: '成功登出了。'
    passwords:
      send_instructions: '您將在幾分鐘後收到一封電子郵件,內有重新設定密碼的步驟說明。'
      updated: '您的密碼已被修改,而您現在已重新登入。'
    confirmations:
      send_instructions: '您將在幾分鐘後收到一封電子郵件,內有確認帳號的步驟說明。'
      confirmed: '您的帳號已經過確認,現在您已成功登入。'
    registrations:
      signed_up: '您已經成功的登錄,確認信件已送至您的 Email 信箱。'
      updated: '您已經成功的更新帳號資訊。'
      destroyed: '再會!您的帳號已被取消。有緣再會。'
    unlocks:
      send_instructions: '您將在幾分鐘後收到一封電子郵件,內有將帳號解除鎖定的步驟說明。'
      unlocked: '您的帳號已被解鎖,現在您已成功登入。'
    mailer:
      confirmation_instructions:
        subject: '確認步驟'
      reset_password_instructions:
        subject: '重設密碼步驟'
      unlock_instructions:
        subject: '解鎖步驟'