en.toml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. [Test]
  2. description = "test"
  3. one = "test1 "
  4. other = "Test2 {{.P0}}"
  5. [ParamsError]
  6. description = "Params validation failed."
  7. one = "Params validation failed."
  8. other = "Params validation failed."
  9. [OperationFailed]
  10. description = "OperationFailed."
  11. one = "the operation failed."
  12. other = "the operation failed."
  13. [OperationSuccess]
  14. description = "OperationSuccess."
  15. one = "the operation success."
  16. other = "the operation success."
  17. [ItemExists]
  18. description = "Item already exists."
  19. one = "Item already exists."
  20. other = "Item already exists."
  21. [ItemNotFound]
  22. description = "Item not found."
  23. one = "Item not found."
  24. other = "Item not found."
  25. [NoAccess]
  26. description = "No access."
  27. one = "No access."
  28. other = "No access."
  29. [UsernameOrPasswordError]
  30. description = "Username or password error."
  31. one = "Username or password error."
  32. other = "Username or password error."
  33. [SystemError]
  34. description = "System error."
  35. one = "System error."
  36. other = "System error."
  37. [ConfigNotFound]
  38. description = "Config not found."
  39. one = "Config not found."
  40. other = "Config not found."
  41. [OauthExpired]
  42. description = "Oauth expired."
  43. one = "Oauth expired, please try again."
  44. other = "Oauth expired,please try again."
  45. [OauthFailed]
  46. description = "Oauth failed."
  47. one = "Oauth failed."
  48. other = "Oauth failed."
  49. [OauthHasBindOtherUser]
  50. description = "Oauth has bind other user."
  51. one = "Oauth has bind other user."
  52. other = "Oauth has bind other user."
  53. [ParamIsEmpty]
  54. description = "Param is empty."
  55. one = "{{.P0}} is empty."
  56. other = "{{.P0}} is empty."
  57. [BindFail]
  58. description = "Bind fail."
  59. one = "Bind fail."
  60. other = "Bind fail."
  61. [BindSuccess]
  62. description = "Bind success."
  63. one = "Bind success."
  64. other = "Bind success."
  65. [OauthHasBeenSuccess]
  66. description = "Oauth has been success."
  67. one = "Oauth has been success."
  68. other = "Oauth has been success."
  69. [OauthSuccess]
  70. description = "Oauth success."
  71. one = "Oauth success."
  72. other = "Oauth success."
  73. [OauthRegisterSuccess]
  74. description = "Oauth register success."
  75. one = "Oauth register success."
  76. other = "Oauth register success."
  77. [OauthRegisterFailed]
  78. description = "Oauth register failed."
  79. one = "Oauth register failed."
  80. other = "Oauth register failed."
  81. [GetOauthTokenError]
  82. description = "Get oauth token error."
  83. one = "Get oauth token error."
  84. other = "Get oauth token error."
  85. [GetOauthUserInfoError]
  86. description = "Get oauth user info error."
  87. one = "Get oauth user info error."
  88. other = "Get oauth user info error."
  89. [DecodeOauthUserInfoError]
  90. description = "Decode oauth user info error."
  91. one = "Decode oauth user info error."
  92. other = "Decode oauth user info error."
  93. [OldPasswordError]
  94. description = "Old password error."
  95. one = "Old password error."
  96. other = "Old password error."
  97. [DefaultGroup]
  98. description = "Default group"
  99. one = "Default Group"
  100. other = "Default Group"
  101. [ShareGroup]
  102. description = "Share group"
  103. one = "Share Group"
  104. other = "Share Group"
  105. [RegisterClosed]
  106. description = "Register closed."
  107. one = "Register closed."
  108. other = "Register closed."
  109. [CaptchaRequired]
  110. description = "Captcha required."
  111. one = "Captcha required."
  112. other = "Captcha required."
  113. [CaptchaError]
  114. description = "Captcha error."
  115. one = "Captcha error."
  116. other = "Captcha error."
  117. [PwdLoginDisabled]
  118. description = "Password login disabled."
  119. one = "Password login disabled."
  120. other = "Password login disabled."
  121. [CannotShareToSelf]
  122. description = "Cannot share to self."
  123. one = "Cannot share to self."
  124. other = "Cannot share to self."
  125. [Banned]
  126. description = "Banned."
  127. one = "Banned."
  128. other = "Banned."