zh_TW.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 = "禁止使用。"