billing.ts 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. const translation = {
  2. currentPlan: '当前套餐',
  3. usagePage: {
  4. teamMembers: '团队成员',
  5. buildApps: '构建应用程序数',
  6. annotationQuota: '标注回复数',
  7. documentsUploadQuota: '文档上传配额',
  8. vectorSpace: '知识库数据存储空间',
  9. vectorSpaceTooltip: '采用高质量索引模式的文档会消耗知识数据存储资源。当知识数据存储达到限制时,将不会上传新文档。',
  10. },
  11. upgradeBtn: {
  12. plain: '查看套餐',
  13. encourage: '立即升级',
  14. encourageShort: '升级',
  15. },
  16. viewBilling: '管理账单及订阅',
  17. buyPermissionDeniedTip: '请联系企业管理员订阅',
  18. plansCommon: {
  19. title: '为您的 AI 之旅提供动力的定价套餐',
  20. freeTrialTipPrefix: '注册即可',
  21. freeTrialTip: '免费试用 200 个 OpenAI 消息额度',
  22. freeTrialTipSuffix: '。无需信用卡',
  23. yearlyTip: '支付 10 个月,享受 1 年!',
  24. mostPopular: '最受欢迎',
  25. cloud: '云服务',
  26. self: '自部署',
  27. planRange: {
  28. monthly: '按月',
  29. yearly: '按年',
  30. },
  31. month: '月',
  32. year: '年',
  33. save: '节省',
  34. free: '免费',
  35. annualBilling: '按年计费',
  36. comparePlanAndFeatures: '对比套餐 & 功能特性',
  37. priceTip: '每个团队空间/',
  38. currentPlan: '当前计划',
  39. contractSales: '联系销售',
  40. contractOwner: '联系团队管理员',
  41. startForFree: '免费开始',
  42. getStarted: '立即开始',
  43. contactSales: '联系销售',
  44. talkToSales: '联系销售',
  45. modelProviders: '支持 OpenAI/Anthropic/Llama2/Azure OpenAI/Hugging Face/Replicate',
  46. teamWorkspace: '{{count,number}} 个团队空间',
  47. teamMember_one: '{{count,number}} 名团队成员',
  48. teamMember_other: '{{count,number}} 名团队成员',
  49. annotationQuota: '标注回复数',
  50. buildApps: '{{count, number}} 个应用程序',
  51. documents: '{{count, number}} 个知识库文档上传配额',
  52. documentsTooltip: '从知识库的数据源导入的文档数量配额。',
  53. vectorSpace: '{{size}} 知识库数据存储空间',
  54. vectorSpaceTooltip: '采用高质量索引模式的文档会消耗知识数据存储资源。当知识数据存储达到限制时,将不会上传新文档。',
  55. documentsRequestQuota: '{{count,number}}/分钟 知识库请求频率限制',
  56. documentsRequestQuotaTooltip: '指每分钟内,一个空间在知识库中可执行的操作总数,包括数据集的创建、删除、更新,文档的上传、修改、归档,以及知识库查询等,用于评估知识库请求的性能。例如,Sandbox 用户在 1 分钟内连续执行 10 次命中测试,其工作区将在接下来的 1 分钟内无法继续执行以下操作:数据集的创建、删除、更新,文档的上传、修改等操作。',
  57. documentProcessingPriority: '文档处理',
  58. priority: {
  59. 'standard': '标准',
  60. 'priority': '优先',
  61. 'top-priority': '最高优先级',
  62. },
  63. logsHistory: '{{days}}日志历史',
  64. customTools: '自定义工具',
  65. unavailable: '不可用',
  66. days: '天',
  67. unlimited: '无限制',
  68. support: '支持',
  69. supportItems: {
  70. communityForums: '社区论坛',
  71. emailSupport: '电子邮件支持',
  72. priorityEmail: '优先电子邮件和聊天支持',
  73. logoChange: 'Logo 更改',
  74. SSOAuthentication: 'SSO 认证',
  75. personalizedSupport: '个性化支持',
  76. dedicatedAPISupport: '专用 API 支持',
  77. customIntegration: '自定义集成和支持',
  78. ragAPIRequest: 'RAG API 请求',
  79. bulkUpload: '批量上传文档',
  80. agentMode: '代理模式',
  81. workflow: '工作流',
  82. llmLoadingBalancing: 'LLM 负载均衡',
  83. llmLoadingBalancingTooltip: '向模型添加多个 API 密钥,有效绕过 API 速率限制。',
  84. },
  85. comingSoon: '即将推出',
  86. member: '成员',
  87. memberAfter: '个成员',
  88. messageRequest: {
  89. title: '{{count,number}} 条消息额度',
  90. titlePerMonth: '{{count,number}} 条消息额度/月',
  91. tooltip: '为不同方案提供基于OpenAl模型的消息响应额度。',
  92. },
  93. annotatedResponse: {
  94. title: '{{count,number}} 个标注回复数',
  95. tooltip: '标注回复功能通过人工编辑标注为应用提供了可定制的高质量问答回复能力。',
  96. },
  97. ragAPIRequestTooltip: '指单独调用 Dify 知识库数据处理能力的 API。',
  98. receiptInfo: '只有团队所有者和团队管理员才能订阅和查看账单信息',
  99. },
  100. plans: {
  101. sandbox: {
  102. name: 'Sandbox',
  103. for: '核心能力的免费试用',
  104. description: '核心功能免费试用',
  105. },
  106. professional: {
  107. name: 'Professional',
  108. for: '适合独立开发者或小团队',
  109. description: '对于独立开发者/小团队',
  110. },
  111. team: {
  112. name: 'Team',
  113. for: '适合中等规模的团队',
  114. description: '对于中型团队',
  115. },
  116. community: {
  117. name: 'Community',
  118. for: '适用于个人用户、小型团队或非商业项目',
  119. description: '适用于个人用户、小型团队或非商业项目',
  120. price: '免费',
  121. btnText: '开始使用',
  122. includesTitle: '免费功能:',
  123. features: [
  124. '所有核心功能均在公共存储库下发布',
  125. '单一工作空间',
  126. '符合 Dify 开源许可证',
  127. ],
  128. },
  129. premium: {
  130. name: 'Premium',
  131. for: '对于中型组织和团队',
  132. description: '对于中型组织和团队',
  133. price: '可扩展',
  134. priceTip: '基于云市场',
  135. btnText: '获得 Premium 版',
  136. includesTitle: 'Community 版的所有功能,加上:',
  137. comingSoon: '即将支持 Microsoft Azure & Google Cloud',
  138. features: [
  139. '各个云提供商自行管理的可靠性',
  140. '单一工作空间',
  141. '自定义 WebApp & 品牌',
  142. '优先电子邮件 & 聊天支持',
  143. ],
  144. },
  145. enterprise: {
  146. name: 'Enterprise',
  147. for: '适合大人员规模的团队',
  148. description: '对于需要组织范围内的安全性、合规性、可扩展性、控制和更高级功能的企业',
  149. price: '定制',
  150. priceTip: '仅按年计费',
  151. btnText: '联系销售',
  152. includesTitle: 'Premium 版的所有功能,加上:',
  153. features: [
  154. '企业级可扩展部署解决方案',
  155. '商业许可授权',
  156. '专属企业级功能',
  157. '多个工作空间 & 企业级管理',
  158. 'SSO',
  159. '由 Dify 合作伙伴支持的可协商的 SLAs',
  160. '高级的安全 & 控制',
  161. '由 Dify 官方提供的更新 & 维护',
  162. '专业技术支持',
  163. ],
  164. },
  165. },
  166. vectorSpace: {
  167. fullTip: '知识库数据存储空间已满。',
  168. fullSolution: '升级您的套餐以获得更多空间。',
  169. },
  170. apps: {
  171. fullTipLine1: '升级您的套餐以',
  172. fullTipLine2: '构建更多的程序。',
  173. },
  174. annotatedResponse: {
  175. fullTipLine1: '升级您的套餐以',
  176. fullTipLine2: '标注更多对话。',
  177. quotaTitle: '标注的配额',
  178. },
  179. }
  180. export default translation