zh_CN.toml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. [Test]
  2. description = "test"
  3. one = "测试1 {{.P0}}"
  4. other = "测试2 {{.P0}}"
  5. [ParamsError]
  6. description = "Params validation failed."
  7. one = "参数错误。"
  8. other = "参数错误。"
  9. [OperationFailed]
  10. description = "OperationFailed."
  11. one = "操作失败。"
  12. other = "操作失败。"
  13. [OperationSuccess]
  14. description = "OperationSuccess."
  15. one = "操作成功。"
  16. other = "操作成功。"
  17. [ItemExists]
  18. description = "Item already exists."
  19. one = "数据已存在。"
  20. other = "数据已存在。"
  21. [ItemNotFound]
  22. description = "Item not found."
  23. one = "数据不存在。"
  24. other = "数据不存在。"
  25. [NoAccess]
  26. description = "No access."
  27. one = "无权限。"
  28. other = "无权限。"
  29. [UsernameOrPasswordError]
  30. description = "Username or password error."
  31. one = "用户名或密码错误。"
  32. other = "用户名或密码错误。"
  33. [SystemError]
  34. description = "System error."
  35. one = "系统错误。"
  36. other = "系统错误。"
  37. [ConfigNotFound]
  38. description = "Config not found."
  39. one = "配置不存在。"
  40. other = "配置不存在。"
  41. #授权过期
  42. [OauthExpired]
  43. description = "Oauth expired."
  44. one = "授权过期,请重新授权。"
  45. other = "授权过期,请重新授权。"
  46. [OauthFailed]
  47. description = "Oauth failed."
  48. one = "授权失败。"
  49. other = "授权失败。"
  50. [OauthHasBindOtherUser]
  51. description = "Oauth has bind other user."
  52. one = "授权已绑定其他用户。"
  53. other = "授权已绑定其他用户。"
  54. [ParamIsEmpty]
  55. description = "Param is empty."
  56. one = "{{.P0}} 为空。"
  57. other = "{{.P0}} 为空。"
  58. [BindFail]
  59. description = "Bind fail."
  60. one = "绑定失败。"
  61. other = "绑定失败。"
  62. [BindSuccess]
  63. description = "Bind success."
  64. one = "绑定成功。"
  65. other = "绑定成功。"
  66. [OauthHasBeenSuccess]
  67. description = "Oauth has been success."
  68. one = "授权已成功。"
  69. other = "授权已成功。"
  70. [OauthSuccess]
  71. description = "Oauth success."
  72. one = "授权成功。"
  73. other = "授权成功。"
  74. [OauthRegisterSuccess]
  75. description = "Oauth register success."
  76. one = "授权注册成功。"
  77. other = "授权注册成功。"
  78. [OauthRegisterFailed]
  79. description = "Oauth register failed."
  80. one = "授权注册失败。"
  81. other = "授权注册失败。"
  82. [GetOauthTokenError]
  83. description = "Get oauth token error."
  84. one = "获取授权token失败。"
  85. other = "获取授权token失败。"
  86. [GetOauthUserInfoError]
  87. description = "Get oauth user info error."
  88. one = "获取授权用户信息失败。"
  89. other = "获取授权用户信息失败。"
  90. [DecodeOauthUserInfoError]
  91. description = "Decode oauth user info error."
  92. one = "解析授权用户信息失败。"
  93. other = "解析授权用户信息失败。"
  94. [OldPasswordError]
  95. description = "Old password error."
  96. one = "旧密码错误。"
  97. other = "旧密码错误。"
  98. [DefaultGroup]
  99. description = "Default group."
  100. one = "默认组"
  101. other = "默认组"
  102. [ShareGroup]
  103. description = "Share group."
  104. one = "共享组"
  105. other = "共享组"
  106. [RegisterClosed]
  107. description = "Register closed."
  108. one = "注册已关闭。"
  109. other = "注册已关闭。"
  110. [CaptchaRequired]
  111. description = "Captcha required."
  112. one = "需要验证码。"
  113. other = "需要验证码。"
  114. [CaptchaError]
  115. description = "Captcha error."
  116. one = "验证码错误。"
  117. other = "验证码错误。"
  118. [PwdLoginDisabled]
  119. description = "Password login disabled."
  120. one = "密码登录已禁用。"
  121. other = "密码登录已禁用。"
  122. [CannotShareToSelf]
  123. description = "Cannot share to self."
  124. one = "不能共享给自己。"
  125. other = "不能共享给自己。"
  126. [Banned]
  127. description = "Banned."
  128. one = "已被封禁。"
  129. other = "已被封禁。"