zh_TW.toml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. [OauthExpired]
  46. description = "Oauth expired."
  47. one = "OAuth 已過期,請重試。"
  48. other = "OAuth 已過期,請重試。"
  49. [OauthFailed]
  50. description = "Oauth failed."
  51. one = "OAuth 失敗。"
  52. other = "OAuth 失敗。"
  53. [OauthHasBindOtherUser]
  54. description = "Oauth has bind other user."
  55. one = "OAuth 已綁定其他使用者。"
  56. other = "OAuth 已綁定其他使用者。"
  57. [ParamIsEmpty]
  58. description = "Param is empty."
  59. one = "{{.P0}} 為空。"
  60. other = "{{.P0}} 為空。"
  61. [BindFail]
  62. description = "Bind fail."
  63. one = "綁定失敗。"
  64. other = "綁定失敗。"
  65. [BindSuccess]
  66. description = "Bind success."
  67. one = "綁定成功。"
  68. other = "綁定成功。"
  69. [OauthHasBeenSuccess]
  70. description = "Oauth has been success."
  71. one = "OAuth 已成功。"
  72. other = "OAuth 已成功。"
  73. [OauthSuccess]
  74. description = "Oauth success."
  75. one = "OAuth 成功。"
  76. other = "OAuth 成功。"
  77. [OauthRegisterSuccess]
  78. description = "Oauth register success."
  79. one = "OAuth 註冊成功。"
  80. other = "OAuth 註冊成功。"
  81. [OauthRegisterFailed]
  82. description = "Oauth register failed."
  83. one = "OAuth 註冊失敗。"
  84. other = "OAuth 註冊失敗。"
  85. [GetOauthTokenError]
  86. description = "Get oauth token error."
  87. one = "取得 OAuth 權杖錯誤。"
  88. other = "取得 OAuth 權杖錯誤。"
  89. [GetOauthUserInfoError]
  90. description = "Get oauth user info error."
  91. one = "取得 OAuth 使用者資訊錯誤。"
  92. other = "取得 OAuth 使用者資訊錯誤。"
  93. [DecodeOauthUserInfoError]
  94. description = "Decode oauth user info error."
  95. one = "解析 OAuth 使用者資訊錯誤。"
  96. other = "解析 OAuth 使用者資訊錯誤。"
  97. [OldPasswordError]
  98. description = "Old password error."
  99. one = "舊密碼錯誤。"
  100. other = "舊密碼錯誤。"
  101. [DefaultGroup]
  102. description = "Default group."
  103. one = "預設群組"
  104. other = "預設群組"
  105. [ShareGroup]
  106. description = "Share group."
  107. one = "共享群組"
  108. other = "共享群組"
  109. [RegisterClosed]
  110. description = "Register closed."
  111. one = "註冊已關閉。"
  112. other = "註冊已關閉。"
  113. [CaptchaRequired]
  114. description = "Captcha required."
  115. one = "需要驗證碼。"
  116. other = "需要驗證碼。"
  117. [CaptchaError]
  118. description = "Captcha error."
  119. one = "驗證碼錯誤。"
  120. other = "驗證碼錯誤。"
  121. [PwdLoginDisabled]
  122. description = "Password login disabled."
  123. one = "密碼登入已停用。"
  124. other = "密碼登入已停用。"
  125. [CannotShareToSelf]
  126. description = "Cannot share to self."
  127. one = "無法分享給自己。"
  128. other = "無法分享給自己。"
  129. [Banned]
  130. description = "Banned."
  131. one = "已被禁用。"
  132. other = "已被禁用。"
  133. [RegisterSuccessWaitAdminConfirm]
  134. description = "Register success, wait admin confirm."
  135. one = "註冊成功,等待管理員確認。"
  136. other = "註冊成功,等待管理員確認。"