zh-TW:
  activerecord:
    attributes:
      user:
        current_password: 
        email: 
        password: 
        password_confirmation: 
        remember_me: 
    models:
      user: 
  devise:
    confirmations:
      new:
        resend_confirmation_instructions: "重新發送確認信"
    mailer:
      confirmation_instructions:
        action: "確認帳號"
        greeting: "%{recipient} 你好!"
        instruction: "您可以利用下面的連結確認您的帳戶的電子郵件:"
      reset_password_instructions:
        action: "更改我的密碼"
        greeting: "你好 %{recipient}!"
        instruction: "有人要求更改密碼的連結,你可以利用下面的連結更改密碼。"
        instruction_2: "如果你沒有要求,請忽略此電子郵件。"
        instruction_3: "如果你沒有進入上面的連結,並建立新的密碼,你的密碼不會被改變。"
      unlock_instructions:
        action: "帳戶解鎖"
        greeting: "你好 %{recipient}!"
        instruction: "點擊下面的連結到您的帳戶進行解鎖:"
        message: "由於多次的不成功的登入嘗試,您的帳戶已被鎖定。"
    passwords:
      edit:
        change_my_password: "更改我的密碼"
        change_your_password: "更改您的密碼"
        confirm_new_password: "確認新密碼"
        new_password: "新密碼"
      new:
        forgot_your_password: "忘記密碼?"
        send_me_reset_password_instructions: "請寄重設密碼的說明信件給我"
    registrations:
      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: "註冊"
    sessions:
      new:
        sign_in: "登入"
    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: "重發解鎖說明信件"