billing.zh.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. free: '免费',
  23. startForFree: '免费开始',
  24. getStartedWith: '开始使用',
  25. contactSales: '联系销售',
  26. talkToSales: '联系销售',
  27. modelProviders: '支持的模型提供商',
  28. teamMembers: '团队成员',
  29. buildApps: '构建应用程序数',
  30. vectorSpace: '向量空间',
  31. vectorSpaceTooltip: '向量空间是 LLMs 理解您的数据所需的长期记忆系统。',
  32. documentProcessingPriority: '文档处理优先级',
  33. documentProcessingPriorityTip: '如需更高的文档处理优先级,请升级您的套餐',
  34. documentProcessingPriorityUpgrade: '以更快的速度、更高的精度处理更多的数据。',
  35. priority: {
  36. 'standard': '标准',
  37. 'priority': '优先',
  38. 'top-priority': '最高优先级',
  39. },
  40. logsHistory: '日志历史',
  41. days: '天',
  42. unlimited: '无限制',
  43. support: '支持',
  44. supportItems: {
  45. communityForums: '社区论坛',
  46. emailSupport: '电子邮件支持',
  47. priorityEmail: '优先电子邮件和聊天支持',
  48. logoChange: 'Logo更改',
  49. SSOAuthentication: 'SSO 认证',
  50. personalizedSupport: '个性化支持',
  51. dedicatedAPISupport: '专用 API 支持',
  52. customIntegration: '自定义集成和支持',
  53. },
  54. comingSoon: '即将推出',
  55. member: '成员',
  56. memberAfter: '个成员',
  57. },
  58. plans: {
  59. sandbox: {
  60. name: 'Sandbox',
  61. description: '200次 GPT 免费试用',
  62. includesTitle: '包括:',
  63. },
  64. professional: {
  65. name: 'Professional',
  66. description: '让个人和小团队能够以经济实惠的方式释放更多能力。',
  67. includesTitle: 'Sandbox 计划中的一切,加上:',
  68. },
  69. team: {
  70. name: 'Team',
  71. description: '协作无限制并享受顶级性能。',
  72. includesTitle: 'Professional 计划中的一切,加上:',
  73. },
  74. enterprise: {
  75. name: 'Enterprise',
  76. description: '获得大规模关键任务系统的完整功能和支持。',
  77. includesTitle: 'Team 计划中的一切,加上:',
  78. },
  79. },
  80. vectorSpace: {
  81. fullTip: '向量空间已满。',
  82. fullSolution: '升级您的套餐以获得更多空间。',
  83. },
  84. apps: {
  85. fullTipLine1: '升级您的套餐以',
  86. fullTipLine2: '构建更多的程序。',
  87. },
  88. }
  89. export default translation