billing.en.ts 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. const translation = {
  2. currentPlan: 'Current Plan',
  3. upgradeBtn: {
  4. plain: 'Upgrade Plan',
  5. encourage: 'Upgrade Now',
  6. encourageShort: 'Upgrade',
  7. },
  8. viewBilling: 'View billing information',
  9. buyPermissionDeniedTip: 'Please contact your enterprise administrator to subscribe',
  10. plansCommon: {
  11. title: 'Choose a plan that’s right for you',
  12. yearlyTip: 'Get 2 months for free by subscribing yearly!',
  13. mostPopular: 'Most Popular',
  14. planRange: {
  15. monthly: 'Monthly',
  16. yearly: 'Yearly',
  17. },
  18. month: 'month',
  19. year: 'year',
  20. save: 'Save ',
  21. free: 'Free',
  22. currentPlan: 'Current Plan',
  23. startForFree: 'Start for free',
  24. getStartedWith: 'Get started with ',
  25. contactSales: 'Contact Sales',
  26. talkToSales: 'Talk to Sales',
  27. modelProviders: 'Model Providers',
  28. teamMembers: 'Team Members',
  29. buildApps: 'Build Apps',
  30. vectorSpace: 'Vector Space',
  31. vectorSpaceTooltip: 'Vector Space is the long-term memory system required for LLMs to comprehend your data.',
  32. documentProcessingPriority: 'Document Processing Priority',
  33. documentProcessingPriorityTip: 'For higher document processing priority, please upgrade your plan.',
  34. documentProcessingPriorityUpgrade: 'Process more data with higher accuracy at faster speeds.',
  35. priority: {
  36. 'standard': 'Standard',
  37. 'priority': 'Priority',
  38. 'top-priority': 'Top Priority',
  39. },
  40. logsHistory: 'Logs history',
  41. days: 'days',
  42. unlimited: 'Unlimited',
  43. support: 'Support',
  44. supportItems: {
  45. communityForums: 'Community forums',
  46. emailSupport: 'Email support',
  47. priorityEmail: 'Priority email & chat support',
  48. logoChange: 'Logo change',
  49. SSOAuthentication: 'SSO authentication',
  50. personalizedSupport: 'Personalized support',
  51. dedicatedAPISupport: 'Dedicated API support',
  52. customIntegration: 'Custom integration and support',
  53. },
  54. comingSoon: 'Coming soon',
  55. member: 'Member',
  56. memberAfter: 'Member',
  57. },
  58. plans: {
  59. sandbox: {
  60. name: 'Sandbox',
  61. description: '200 times GPT free trial',
  62. includesTitle: 'Includes:',
  63. },
  64. professional: {
  65. name: 'Professional',
  66. description: 'For individuals and small teams to unlock more power affordably.',
  67. includesTitle: 'Everything in free plan, plus:',
  68. },
  69. team: {
  70. name: 'Team',
  71. description: 'Collaborate without limits and enjoy top-tier performance.',
  72. includesTitle: 'Everything in Professional plan, plus:',
  73. },
  74. enterprise: {
  75. name: 'Enterprise',
  76. description: 'Get full capabilities and support for large-scale mission-critical systems.',
  77. includesTitle: 'Everything in Team plan, plus:',
  78. },
  79. },
  80. vectorSpace: {
  81. fullTip: 'Vector Space is full.',
  82. fullSolution: 'Upgrade your plan to get more space.',
  83. },
  84. apps: {
  85. fullTipLine1: 'Upgrade your plan to',
  86. fullTipLine2: 'build more apps.',
  87. },
  88. }
  89. export default translation