zh-TW.yaml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. # Chinese (Traditional) translations
  2. # 中文(繁體)翻譯檔案
  3. # Common messages
  4. common.invalid_params: "無效的參數"
  5. common.database_error: "資料庫錯誤,請稍後重試"
  6. common.retry_later: "請稍後重試"
  7. common.generate_failed: "生成失敗"
  8. common.not_found: "未找到"
  9. common.unauthorized: "未授權"
  10. common.forbidden: "無權限"
  11. common.invalid_id: "無效的ID"
  12. common.id_empty: "ID 為空!"
  13. common.feature_disabled: "該功能未啟用"
  14. common.operation_success: "操作成功"
  15. common.operation_failed: "操作失敗"
  16. common.update_success: "更新成功"
  17. common.update_failed: "更新失敗"
  18. common.create_success: "建立成功"
  19. common.create_failed: "建立失敗"
  20. common.delete_success: "刪除成功"
  21. common.delete_failed: "刪除失敗"
  22. common.already_exists: "已存在"
  23. common.name_cannot_be_empty: "名稱不能為空"
  24. # Token messages
  25. token.name_too_long: "令牌名稱過長"
  26. token.quota_negative: "額度值不能為負數"
  27. token.quota_exceed_max: "額度值超出有效範圍,最大值為 {{.Max}}"
  28. token.generate_failed: "生成令牌失敗"
  29. token.get_info_failed: "獲取令牌資訊失敗,請稍後重試"
  30. token.expired_cannot_enable: "令牌已過期,無法啟用,請先修改令牌過期時間,或者設定為永不過期"
  31. token.exhausted_cannot_enable: "令牌可用額度已用盡,無法啟用,請先修改令牌剩餘額度,或者設定為無限額度"
  32. token.invalid: "無效的令牌"
  33. token.not_provided: "未提供令牌"
  34. token.expired: "該令牌已過期"
  35. token.exhausted: "該令牌額度已用盡 TokenStatusExhausted[sk-{{.Prefix}}***{{.Suffix}}]"
  36. token.status_unavailable: "該令牌狀態不可用"
  37. token.db_error: "無效的令牌,資料庫查詢出錯,請聯繫管理員"
  38. # Redemption messages
  39. redemption.name_length: "兌換碼名稱長度必須在1-20之間"
  40. redemption.count_positive: "兌換碼個數必須大於0"
  41. redemption.count_max: "一次兌換碼批量生成的個數不能大於 100"
  42. redemption.create_failed: "建立兌換碼失敗,請稍後重試"
  43. redemption.invalid: "無效的兌換碼"
  44. redemption.used: "該兌換碼已被使用"
  45. redemption.expired: "該兌換碼已過期"
  46. redemption.failed: "兌換失敗,請稍後重試"
  47. redemption.not_provided: "未提供兌換碼"
  48. redemption.expire_time_invalid: "過期時間不能早於當前時間"
  49. # User messages
  50. user.password_login_disabled: "管理員關閉了密碼登錄"
  51. user.register_disabled: "管理員關閉了新使用者註冊"
  52. user.password_register_disabled: "管理員關閉了通過密碼進行註冊,請使用第三方帳號驗證的形式進行註冊"
  53. user.username_or_password_empty: "使用者名或密碼為空"
  54. user.username_or_password_error: "使用者名或密碼錯誤,或使用者已被封禁"
  55. user.email_or_password_empty: "信箱位址或密碼為空!"
  56. user.exists: "使用者名已存在,或已註銷"
  57. user.not_exists: "使用者不存在"
  58. user.disabled: "該使用者已被禁用"
  59. user.session_save_failed: "無法保存對話,請重試"
  60. user.require_2fa: "請輸入雙重驗證碼"
  61. user.email_verification_required: "管理員開啟了信箱驗證,請輸入信箱位址和驗證碼"
  62. user.verification_code_error: "驗證碼錯誤或已過期"
  63. user.input_invalid: "輸入不合法 {{.Error}}"
  64. user.no_permission_same_level: "無權獲取同級或更高等級使用者的資訊"
  65. user.no_permission_higher_level: "無權更新同權限等級或更高權限等級的使用者資訊"
  66. user.cannot_create_higher_level: "無法建立權限大於等於自己的使用者"
  67. user.cannot_delete_root_user: "不能刪除超級管理員帳號"
  68. user.cannot_disable_root_user: "無法禁用超級管理員使用者"
  69. user.cannot_demote_root_user: "無法降級超級管理員使用者"
  70. user.already_admin: "該使用者已經是管理員"
  71. user.already_common: "該使用者已經是普通使用者"
  72. user.admin_cannot_promote: "普通管理員使用者無法提升其他使用者為管理員"
  73. user.original_password_error: "原密碼錯誤"
  74. user.invite_quota_insufficient: "邀請額度不足!"
  75. user.transfer_quota_minimum: "轉移額度最小為{{.Min}}!"
  76. user.transfer_success: "劃轉成功"
  77. user.transfer_failed: "劃轉失敗 {{.Error}}"
  78. user.topup_processing: "充值處理中,請稍後重試"
  79. user.register_failed: "使用者註冊失敗或使用者ID獲取失敗"
  80. user.default_token_failed: "生成預設令牌失敗"
  81. user.aff_code_empty: "affCode 為空!"
  82. user.email_empty: "email 為空!"
  83. user.github_id_empty: "GitHub id 為空!"
  84. user.discord_id_empty: "discord id 為空!"
  85. user.oidc_id_empty: "oidc id 為空!"
  86. user.wechat_id_empty: "WeChat id 為空!"
  87. user.telegram_id_empty: "Telegram id 為空!"
  88. user.telegram_not_bound: "該 Telegram 帳號未綁定"
  89. user.linux_do_id_empty: "Linux DO id 為空!"
  90. # Quota messages
  91. quota.negative: "額度不能為負數!"
  92. quota.exceed_max: "額度值超出有效範圍"
  93. quota.insufficient: "額度不足"
  94. quota.warning_invalid: "無效的預警類型"
  95. quota.threshold_gt_zero: "預警閾值必須大於0"
  96. # Subscription messages
  97. subscription.not_enabled: "訂閱方案未啟用"
  98. subscription.title_empty: "訂閱方案標題不能為空"
  99. subscription.price_negative: "價格不能為負數"
  100. subscription.price_max: "價格不能超過9999"
  101. subscription.purchase_limit_negative: "購買上限不能為負數"
  102. subscription.quota_negative: "總額度不能為負數"
  103. subscription.group_not_exists: "升級分組不存在"
  104. subscription.reset_cycle_gt_zero: "自訂重置週期需大於0秒"
  105. subscription.purchase_max: "已達到該訂閱方案購買上限"
  106. subscription.invalid_id: "無效的訂閱ID"
  107. subscription.invalid_user_id: "無效的使用者ID"
  108. # Payment messages
  109. payment.not_configured: "當前管理員未設定支付資訊"
  110. payment.method_not_exists: "不存在此支付方式"
  111. payment.callback_error: "回調位址設定錯誤"
  112. payment.create_failed: "建立訂單失敗"
  113. payment.start_failed: "啟用支付失敗"
  114. payment.amount_too_low: "訂閱方案金額過低"
  115. payment.stripe_not_configured: "Stripe 未設定或密鑰無效"
  116. payment.webhook_not_configured: "Webhook 未設定"
  117. payment.price_id_not_configured: "該訂閱方案未設定 StripePriceId"
  118. payment.creem_not_configured: "該訂閱方案未設定 CreemProductId"
  119. # Topup messages
  120. topup.not_provided: "未提供支付單號"
  121. topup.order_not_exists: "充值訂單不存在"
  122. topup.order_status: "充值訂單狀態錯誤"
  123. topup.failed: "充值失敗,請稍後重試"
  124. topup.invalid_quota: "無效的充值額度"
  125. # Channel messages
  126. channel.not_exists: "管道不存在"
  127. channel.id_format_error: "管道ID格式錯誤"
  128. channel.no_available_key: "沒有可用的管道密鑰"
  129. channel.get_list_failed: "獲取管道列表失敗,請稍後重試"
  130. channel.get_tags_failed: "獲取標籤失敗,請稍後重試"
  131. channel.get_key_failed: "獲取管道密鑰失敗"
  132. channel.get_ollama_failed: "獲取Ollama模型失敗"
  133. channel.query_failed: "查詢管道失敗"
  134. channel.no_valid_upstream: "無有效上游管道"
  135. channel.upstream_saturated: "當前分組上游負載已飽和,請稍後再試"
  136. channel.get_available_failed: "獲取分組 {{.Group}} 下模型 {{.Model}} 的可用管道失敗"
  137. # Model messages
  138. model.name_empty: "模型名稱不能為空"
  139. model.name_exists: "模型名稱已存在"
  140. model.id_missing: "缺少模型 ID"
  141. model.get_list_failed: "獲取模型列表失敗,請稍後重試"
  142. model.get_failed: "獲取上游模型失敗"
  143. model.reset_success: "重置模型倍率成功"
  144. # Vendor messages
  145. vendor.name_empty: "供應商名稱不能為空"
  146. vendor.name_exists: "供應商名稱已存在"
  147. vendor.id_missing: "缺少供應商 ID"
  148. # Group messages
  149. group.name_type_empty: "組名稱和類型不能為空"
  150. group.name_exists: "組名稱已存在"
  151. group.id_missing: "缺少組 ID"
  152. # Checkin messages
  153. checkin.disabled: "簽到功能未啟用"
  154. checkin.already_today: "今日已簽到"
  155. checkin.failed: "簽到失敗,請稍後重試"
  156. checkin.quota_failed: "簽到失敗:更新額度出錯"
  157. # Passkey messages
  158. passkey.create_failed: "無法建立 Passkey 憑證"
  159. passkey.login_abnormal: "Passkey 登錄狀態異常"
  160. passkey.update_failed: "Passkey 憑證更新失敗"
  161. passkey.invalid_user_id: "無效的使用者 ID"
  162. passkey.verify_failed: "Passkey 驗證失敗,請重試或聯繫管理員"
  163. # 2FA messages
  164. twofa.not_enabled: "使用者未啟用2FA"
  165. twofa.user_id_empty: "使用者ID不能為空"
  166. twofa.already_exists: "使用者已存在2FA設定"
  167. twofa.record_id_empty: "2FA記錄ID不能為空"
  168. twofa.code_invalid: "驗證碼或備用碼不正確"
  169. # Rate limit messages
  170. rate_limit.reached: "您已達到請求數限制:{{.Minutes}}分鐘內最多請求{{.Max}}次"
  171. rate_limit.total_reached: "您已達到總請求數限制:{{.Minutes}}分鐘內最多請求{{.Max}}次,包括失敗次數"
  172. # Setting messages
  173. setting.invalid_type: "無效的預警類型"
  174. setting.webhook_empty: "Webhook位址不能為空"
  175. setting.webhook_invalid: "無效的Webhook位址"
  176. setting.email_invalid: "無效的信箱位址"
  177. setting.bark_url_empty: "Bark推送URL不能為空"
  178. setting.bark_url_invalid: "無效的Bark推送URL"
  179. setting.gotify_url_empty: "Gotify伺服器位址不能為空"
  180. setting.gotify_token_empty: "Gotify令牌不能為空"
  181. setting.gotify_url_invalid: "無效的Gotify伺服器位址"
  182. setting.url_must_http: "URL必須以http://或https://開頭"
  183. setting.saved: "設定已更新"
  184. # Deployment messages (io.net)
  185. deployment.not_enabled: "io.net 模型部署功能未啟用或 API 密鑰缺失"
  186. deployment.id_required: "deployment ID 為必填項"
  187. deployment.container_id_required: "container ID 為必填項"
  188. deployment.name_empty: "deployment 名稱不能為空"
  189. deployment.name_taken: "deployment 名稱已被使用,請選擇其他名稱"
  190. deployment.hardware_id_required: "hardware_id 參數為必填項"
  191. deployment.hardware_invalid_id: "無效的 hardware_id 參數"
  192. deployment.api_key_required: "api_key 為必填項"
  193. deployment.invalid_payload: "無效的請求內容"
  194. deployment.not_found: "未找到容器詳情"
  195. # Performance messages
  196. performance.disk_cache_cleared: "不活躍的磁碟快取已清理"
  197. performance.stats_reset: "統計資訊已重置"
  198. performance.gc_executed: "GC 已執行"
  199. # Ability messages
  200. ability.db_corrupted: "資料庫一致性被破壞"
  201. ability.repair_running: "已經有一個修復任務在運行中,請稍後再試"
  202. # OAuth messages
  203. oauth.invalid_code: "無效的授權碼"
  204. oauth.get_user_error: "獲取使用者資訊失敗"
  205. oauth.account_used: "該帳號已被其他使用者綁定"
  206. oauth.unknown_provider: "未知的 OAuth 供應者"
  207. oauth.state_invalid: "state 參數為空或不匹配"
  208. oauth.not_enabled: "管理員未開啟通過 {{.Provider}} 登錄以及註冊"
  209. oauth.user_deleted: "使用者已註銷"
  210. oauth.user_banned: "使用者已被封禁"
  211. oauth.bind_success: "綁定成功"
  212. oauth.already_bound: "該 {{.Provider}} 帳號已被綁定"
  213. oauth.connect_failed: "無法連接至 {{.Provider}} 伺服器,請稍後重試"
  214. oauth.token_failed: "{{.Provider}} 獲取 Token 失敗,請檢查設定"
  215. oauth.user_info_empty: "{{.Provider}} 獲取使用者資訊為空,請檢查設定"
  216. oauth.trust_level_low: "Linux DO 信任等級未達到管理員設定的最低信任等級"
  217. # Model layer error messages
  218. redeem.failed: "兌換失敗,請稍後重試"
  219. user.create_default_token_error: "建立預設令牌失敗"
  220. common.uuid_duplicate: "請重試,系統生成的 UUID 竟然重複了!"
  221. common.invalid_input: "輸入不合法"
  222. # Custom OAuth provider messages
  223. custom_oauth.not_found: "自訂 OAuth 供應者不存在"
  224. custom_oauth.slug_empty: "標識符不能為空"
  225. custom_oauth.slug_exists: "標識符已存在"
  226. custom_oauth.name_empty: "供應者名稱不能為空"
  227. custom_oauth.has_bindings: "無法刪除已有使用者綁定的供應者"
  228. custom_oauth.binding_not_found: "OAuth 綁定不存在"
  229. custom_oauth.provider_id_field_invalid: "無法從供應者響應中提取使用者 ID"