You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.3 KiB

  1. ---
  2. zh-TW:
  3. devise:
  4. confirmations:
  5. confirmed: 信箱驗證成功
  6. send_instructions: 您將會在幾分鐘內收到驗證信。
  7. send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將會在幾分鐘內收到信,確認您電子信箱的指示。
  8. failure:
  9. already_authenticated: 您已經登入了。
  10. inactive: 您的帳號尚未啟用。
  11. invalid: 不正確的 %{authentication_keys} 或密碼。
  12. last_attempt: 若您再次嘗試失敗,我們將鎖定您的帳號,以策安全。
  13. locked: 您的帳號已被鎖定
  14. not_found_in_database: 不正確的 %{authentication_keys} 或密碼。
  15. timeout: 您的登入階段已經逾期,請重新登入以繼續使用。
  16. unauthenticated: 您必須先登入或註冊,以繼續使用。
  17. unconfirmed: 您必須先完成信箱驗證,以繼續使用。
  18. mailer:
  19. confirmation_instructions:
  20. subject: 'Mastodon: 信箱驗證'
  21. password_change:
  22. subject: 'Mastodon: 更改密碼'
  23. reset_password_instructions:
  24. subject: 'Mastodon: 重設密碼'
  25. unlock_instructions:
  26. subject: 'Mastodon: 帳號解鎖'
  27. omniauth_callbacks:
  28. failure: 無法以 %{kind} 登入您的帳號,原因是︰「%{reason}」。
  29. success: 成功以 %{kind} 登入您的帳號。
  30. passwords:
  31. no_token: 您請使用重設密碼信中的網址,並確認您用了完整的網址。
  32. send_instructions: 您將在幾分鐘內收到重設密碼信。
  33. send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將會在幾分鐘內收到重設密碼信。
  34. updated: 您的密碼已經更新,您現在正登入本站。
  35. updated_not_active: 您的密碼已經更新。
  36. registrations:
  37. destroyed: 再見了!您的帳號已被取消,期待再相逢。
  38. signed_up: 歡迎您!您的已成功註冊。
  39. signed_up_but_inactive: 您已成功註冊,但由於您的帳號尚未啟用,我們暫時無法讓您登入。
  40. signed_up_but_locked: 您已成功註冊,但由於您的帳號已被鎖定,我們無法讓您登入。
  41. signed_up_but_unconfirmed: 驗證信已寄出。請使用該連結啟用您的帳號。
  42. update_needs_confirmation: 已更新您的帳號,但我們需要進行信箱驗證。請開啟您的信箱,使用確認信中的連結進行驗證。
  43. updated: 您的帳號已成功更新。
  44. sessions:
  45. already_signed_out: 成功登出。
  46. signed_in: 成功登入。
  47. signed_out: 成功登出。
  48. unlocks:
  49. send_instructions: 您將在幾分鐘內收到帳號解鎖信。
  50. send_paranoid_instructions: 如果您的電子信箱已經存在於我們的資料庫,您將在幾分鐘內收到帳號解鎖信。
  51. unlocked: 已解鎖您的帳號,請登入以繼續。
  52. errors:
  53. messages:
  54. already_confirmed: 已經確認,請嘗試登入
  55. confirmation_period_expired: 需要在 %{period} 內完成驗證。請重新申請
  56. expired: 已經過期,請重新申請
  57. not_found: 找不到
  58. not_locked: 並未被鎖定
  59. not_saved:
  60. one: '1 個錯誤使 %{resource} 無法被儲存︰'
  61. other: "%{count} 個錯誤使 %{resource} 無法被儲存︰"