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
2.4 KiB

  1. ---
  2. zh-CN:
  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: 仅允许通过密码重置邮件访问本页面,或确认完整 URL。
  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: '保存失败: %{resource}'
  61. other: "保存失败:%{count}"