You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

billing.ts 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. const translation = {
  2. currentPlan: '當前套餐',
  3. upgradeBtn: {
  4. plain: '升級套餐',
  5. encourage: '立即升級',
  6. encourageShort: '升級',
  7. },
  8. viewBilling: '管理賬單及訂閱',
  9. buyPermissionDeniedTip: '請聯絡企業管理員訂閱',
  10. plansCommon: {
  11. title: '選擇適合您的套餐',
  12. yearlyTip: '訂閱年度計劃可免費獲得 2 個月!',
  13. mostPopular: '最受歡迎',
  14. planRange: {
  15. monthly: '按月',
  16. yearly: '按年',
  17. },
  18. month: '月',
  19. year: '年',
  20. save: '節省',
  21. currentPlan: '當前計劃',
  22. contractSales: '聯絡銷售',
  23. contractOwner: '聯絡團隊管理員',
  24. free: '免費',
  25. startForFree: '免費開始',
  26. contactSales: '聯絡銷售',
  27. talkToSales: '聯絡銷售',
  28. modelProviders: '支援的模型提供商',
  29. buildApps: '構建應用程式數',
  30. vectorSpace: '向量空間',
  31. vectorSpaceTooltip: '向量空間是 LLMs 理解您的資料所需的長期記憶系統。',
  32. documentProcessingPriority: '文件處理優先順序',
  33. documentProcessingPriorityUpgrade: '以更快的速度、更高的精度處理更多的資料。',
  34. priority: {
  35. 'standard': '標準',
  36. 'priority': '優先',
  37. 'top-priority': '最高優先順序',
  38. },
  39. logsHistory: '日誌歷史',
  40. customTools: '自定義工具',
  41. unavailable: '不可用',
  42. days: '天',
  43. unlimited: '無限制',
  44. support: '支援',
  45. supportItems: {
  46. communityForums: '社群論壇',
  47. emailSupport: '電子郵件支援',
  48. priorityEmail: '優先電子郵件和聊天支援',
  49. logoChange: 'Logo 更改',
  50. SSOAuthentication: 'SSO 認證',
  51. personalizedSupport: '個性化支援',
  52. dedicatedAPISupport: '專用 API 支援',
  53. customIntegration: '自定義整合和支援',
  54. ragAPIRequest: 'RAG API 請求',
  55. bulkUpload: '批次上傳文件',
  56. agentMode: '代理模式',
  57. workflow: '工作流',
  58. llmLoadingBalancing: 'LLM 負載均衡',
  59. llmLoadingBalancingTooltip: '向模型添加多個 API 金鑰,從而有效地繞過 API 速率限制。',
  60. },
  61. comingSoon: '即將推出',
  62. member: '成員',
  63. memberAfter: '個成員',
  64. messageRequest: {
  65. title: '訊息額度',
  66. tooltip: '為不同方案提供基於 OpenAI 模型的訊息響應額度。',
  67. titlePerMonth: '{{count,number}} 消息/月',
  68. },
  69. annotatedResponse: {
  70. title: '標註回覆數',
  71. tooltip: '標註回覆功能透過人工編輯標註為應用提供了可定製的高質量問答回覆能力',
  72. },
  73. ragAPIRequestTooltip: '指單獨呼叫 Dify 知識庫資料處理能力的 API。',
  74. receiptInfo: '只有團隊所有者和團隊管理員才能訂閱和檢視賬單資訊',
  75. annotationQuota: '註釋配額',
  76. self: '自我主持',
  77. apiRateLimitUnit: '{{count,number}}/天',
  78. freeTrialTipPrefix: '註冊並獲得一個',
  79. annualBilling: '年度計費',
  80. freeTrialTipSuffix: '無需信用卡',
  81. comparePlanAndFeatures: '比較計劃和功能',
  82. teamMember_one: '{{count,number}} 團隊成員',
  83. priceTip: '每個工作區/',
  84. cloud: '雲服務',
  85. documentsRequestQuota: '{{count,number}}/分鐘 知識請求速率限制',
  86. unlimitedApiRate: '沒有 API 速率限制',
  87. apiRateLimitTooltip: 'API 使用次數限制適用於通過 Dify API 所做的所有請求,包括文本生成、聊天對話、工作流執行和文檔處理。',
  88. getStarted: '開始使用',
  89. freeTrialTip: '200 次 OpenAI 通話的免費試用。',
  90. teamWorkspace: '{{count,number}} 團隊工作空間',
  91. documents: '{{count,number}} 知識文件',
  92. apiRateLimit: 'API 限速',
  93. teamMember_other: '{{count,number}} 團隊成員',
  94. documentsTooltip: '從知識數據來源導入的文件數量配額。',
  95. documentsRequestQuotaTooltip: '指定工作區在知識基礎中每分鐘可以執行的總操作次數,包括數據集的創建、刪除、更新、文檔上傳、修改、歸檔和知識基礎查詢。這個指標用於評估知識基礎請求的性能。例如,如果一個沙箱用戶在一分鐘內連續執行 10 次命中測試,他們的工作區將在接下來的一分鐘內暫時禁止執行以下操作:數據集的創建、刪除、更新以及文檔上傳或修改。',
  96. },
  97. plans: {
  98. sandbox: {
  99. name: 'Sandbox',
  100. description: '200 次 GPT 免費試用',
  101. for: '核心功能免費試用',
  102. },
  103. professional: {
  104. name: 'Professional',
  105. description: '讓個人和小團隊能夠以經濟實惠的方式釋放更多能力。',
  106. for: '適合獨立開發者/小型團隊',
  107. },
  108. team: {
  109. name: 'Team',
  110. description: '協作無限制並享受頂級效能。',
  111. for: '適用於中型團隊',
  112. },
  113. enterprise: {
  114. name: 'Enterprise',
  115. description: '獲得大規模關鍵任務系統的完整功能和支援。',
  116. includesTitle: 'Team 計劃中的一切,加上:',
  117. features: {
  118. },
  119. price: '自訂',
  120. btnText: '聯繫銷售',
  121. priceTip: '年度計費のみ',
  122. for: '適用於大規模團隊',
  123. },
  124. community: {
  125. features: {
  126. },
  127. includesTitle: '免費功能:',
  128. btnText: '開始使用社區',
  129. name: '社區',
  130. for: '適用於個別用戶、小型團隊或非商業項目',
  131. description: '適用於個別用戶、小型團隊或非商業項目',
  132. price: '免費',
  133. },
  134. premium: {
  135. features: {
  136. },
  137. for: '適用於中型組織和團隊',
  138. comingSoon: '微軟 Azure 與 Google Cloud 支持即將推出',
  139. priceTip: '根據雲端市場',
  140. btnText: '獲取高級版在',
  141. name: '高級',
  142. description: '適用於中型組織和團隊',
  143. price: '可擴展的',
  144. includesTitle: '來自社群的一切,加上:',
  145. },
  146. },
  147. vectorSpace: {
  148. fullTip: '向量空間已滿。',
  149. fullSolution: '升級您的套餐以獲得更多空間。',
  150. },
  151. apps: {
  152. fullTip1: '升級以創建更多應用程序',
  153. fullTip2des: '建議清除不活躍的應用程式以釋放使用空間,或聯繫我們。',
  154. contactUs: '聯繫我們',
  155. fullTip1des: '您已達到此計劃建構應用程序的限制',
  156. fullTip2: '計劃限制已達',
  157. },
  158. annotatedResponse: {
  159. fullTipLine1: '升級您的套餐以',
  160. fullTipLine2: '標註更多對話。',
  161. quotaTitle: '標註的配額',
  162. },
  163. usagePage: {
  164. documentsUploadQuota: '文件上傳配額',
  165. vectorSpaceTooltip: '使用高品質索引模式的文件將消耗知識數據存儲資源。當知識數據存儲達到限制後,將不會上傳新文件。',
  166. annotationQuota: '註解配額',
  167. vectorSpace: '知識數據儲存',
  168. buildApps: '建構應用程式',
  169. teamMembers: '團隊成員',
  170. },
  171. teamMembers: '團隊成員',
  172. }
  173. export default translation