zh_CN.toml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. [NeedLogin]
  30. description = "Need login."
  31. one = "请先登录。"
  32. other = "请先登录。"
  33. [UsernameOrPasswordError]
  34. description = "Username or password error."
  35. one = "用户名或密码错误。"
  36. other = "用户名或密码错误。"
  37. [SystemError]
  38. description = "System error."
  39. one = "系统错误。"
  40. other = "系统错误。"
  41. [ConfigNotFound]
  42. description = "Config not found."
  43. one = "配置不存在。"
  44. other = "配置不存在。"
  45. #授权过期
  46. [OauthExpired]
  47. description = "Oauth expired."
  48. one = "授权过期,请重新授权。"
  49. other = "授权过期,请重新授权。"
  50. [OauthFailed]
  51. description = "Oauth failed."
  52. one = "授权失败。"
  53. other = "授权失败。"
  54. [OauthHasBindOtherUser]
  55. description = "Oauth has bind other user."
  56. one = "授权已绑定其他用户。"
  57. other = "授权已绑定其他用户。"
  58. [ParamIsEmpty]
  59. description = "Param is empty."
  60. one = "{{.P0}} 为空。"
  61. other = "{{.P0}} 为空。"
  62. [BindFail]
  63. description = "Bind fail."
  64. one = "绑定失败。"
  65. other = "绑定失败。"
  66. [BindSuccess]
  67. description = "Bind success."
  68. one = "绑定成功。"
  69. other = "绑定成功。"
  70. [OauthHasBeenSuccess]
  71. description = "Oauth has been success."
  72. one = "授权已成功。"
  73. other = "授权已成功。"
  74. [OauthSuccess]
  75. description = "Oauth success."
  76. one = "授权成功。"
  77. other = "授权成功。"
  78. [OauthRegisterSuccess]
  79. description = "Oauth register success."
  80. one = "授权注册成功。"
  81. other = "授权注册成功。"
  82. [OauthRegisterFailed]
  83. description = "Oauth register failed."
  84. one = "授权注册失败。"
  85. other = "授权注册失败。"
  86. [GetOauthTokenError]
  87. description = "Get oauth token error."
  88. one = "获取授权token失败。"
  89. other = "获取授权token失败。"
  90. [GetOauthUserInfoError]
  91. description = "Get oauth user info error."
  92. one = "获取授权用户信息失败。"
  93. other = "获取授权用户信息失败。"
  94. [DecodeOauthUserInfoError]
  95. description = "Decode oauth user info error."
  96. one = "解析授权用户信息失败。"
  97. other = "解析授权用户信息失败。"
  98. [OldPasswordError]
  99. description = "Old password error."
  100. one = "旧密码错误。"
  101. other = "旧密码错误。"
  102. [DefaultGroup]
  103. description = "Default group."
  104. one = "默认组"
  105. other = "默认组"
  106. [ShareGroup]
  107. description = "Share group."
  108. one = "共享组"
  109. other = "共享组"
  110. [RegisterClosed]
  111. description = "Register closed."
  112. one = "注册已关闭。"
  113. other = "注册已关闭。"
  114. [CaptchaRequired]
  115. description = "Captcha required."
  116. one = "需要验证码。"
  117. other = "需要验证码。"
  118. [CaptchaError]
  119. description = "Captcha error."
  120. one = "验证码错误。"
  121. other = "验证码错误。"
  122. [PwdLoginDisabled]
  123. description = "Password login disabled."
  124. one = "密码登录已禁用。"
  125. other = "密码登录已禁用。"
  126. [CannotShareToSelf]
  127. description = "Cannot share to self."
  128. one = "不能共享给自己。"
  129. other = "不能共享给自己。"
  130. [Banned]
  131. description = "Banned."
  132. one = "已被封禁。"
  133. other = "已被封禁。"
  134. [RegisterSuccessWaitAdminConfirm]
  135. description = "Register success, wait for admin confirm."
  136. one = "注册成功,请等待管理员审核。"
  137. other = "注册成功,请等待管理员审核。"