feat: knowledge pipeline (#25360)
Signed-off-by: -LAN- <laipz8200@outlook.com> Co-authored-by: twwu <twwu@dify.ai> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: jyong <718720800@qq.com> Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com> Co-authored-by: lyzno1 <yuanyouhuilyz@gmail.com> Co-authored-by: quicksand <quicksandzn@gmail.com> Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: lyzno1 <92089059+lyzno1@users.noreply.github.com> Co-authored-by: zxhlyh <jasonapring2015@outlook.com> Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: nite-knite <nkCoding@gmail.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Harry <xh001x@hotmail.com>
This commit is contained in:
@@ -17,7 +17,10 @@ const translation = {
|
||||
viewBilling: 'Manage billing and subscriptions',
|
||||
buyPermissionDeniedTip: 'Please contact your enterprise administrator to subscribe',
|
||||
plansCommon: {
|
||||
title: 'Pricing that powers your AI journey',
|
||||
title: {
|
||||
plans: 'plans',
|
||||
description: 'Select the plan that best fits your team\'s needs.',
|
||||
},
|
||||
freeTrialTipPrefix: 'Sign up and get a ',
|
||||
freeTrialTip: 'free trial of 200 OpenAI calls. ',
|
||||
freeTrialTipSuffix: 'No credit card required',
|
||||
@@ -33,13 +36,14 @@ const translation = {
|
||||
year: 'year',
|
||||
save: 'Save ',
|
||||
free: 'Free',
|
||||
annualBilling: 'Annual Billing',
|
||||
annualBilling: 'Bill Annually Save {{percent}}%',
|
||||
comparePlanAndFeatures: 'Compare plans & features',
|
||||
priceTip: 'per workspace/',
|
||||
currentPlan: 'Current Plan',
|
||||
contractSales: 'Contact sales',
|
||||
contractOwner: 'Contact team manager',
|
||||
startForFree: 'Start for Free',
|
||||
startBuilding: 'Start Building',
|
||||
getStarted: 'Get Started',
|
||||
contactSales: 'Contact Sales',
|
||||
talkToSales: 'Talk to Sales',
|
||||
@@ -107,24 +111,24 @@ const translation = {
|
||||
sandbox: {
|
||||
name: 'Sandbox',
|
||||
for: 'Free Trial of Core Capabilities',
|
||||
description: 'Free Trial of Core Capabilities',
|
||||
description: 'Try core features for free.',
|
||||
},
|
||||
professional: {
|
||||
name: 'Professional',
|
||||
for: 'For Independent Developers/Small Teams',
|
||||
description: 'For Independent Developers/Small Teams',
|
||||
description: 'For independent developers & small teams ready to build production AI applications.',
|
||||
},
|
||||
team: {
|
||||
name: 'Team',
|
||||
for: 'For Medium-sized Teams',
|
||||
description: 'For Medium-sized Teams',
|
||||
description: 'For medium-sized teams requiring collaboration and higher throughput.',
|
||||
},
|
||||
community: {
|
||||
name: 'Community',
|
||||
for: 'For Individual Users, Small Teams, or Non-commercial Projects',
|
||||
description: 'For Individual Users, Small Teams, or Non-commercial Projects',
|
||||
description: 'For open-source enthusiasts, individual developers, and non-commercial projects',
|
||||
price: 'Free',
|
||||
btnText: 'Get Started with Community',
|
||||
btnText: 'Get Started',
|
||||
includesTitle: 'Free Features:',
|
||||
features: [
|
||||
'All Core Features Released Under the Public Repository',
|
||||
@@ -135,10 +139,10 @@ const translation = {
|
||||
premium: {
|
||||
name: 'Premium',
|
||||
for: 'For Mid-sized Organizations and Teams',
|
||||
description: 'For Mid-sized Organizations and Teams',
|
||||
description: 'For Mid-sized organizations needing deployment flexibility and enhanced support',
|
||||
price: 'Scalable',
|
||||
priceTip: 'Based on Cloud Marketplace',
|
||||
btnText: 'Get Premium in',
|
||||
btnText: 'Get Premium on',
|
||||
includesTitle: 'Everything from Community, plus:',
|
||||
comingSoon: 'Microsoft Azure & Google Cloud Support Coming Soon',
|
||||
features: [
|
||||
@@ -151,11 +155,11 @@ const translation = {
|
||||
enterprise: {
|
||||
name: 'Enterprise',
|
||||
for: 'For large-sized Teams',
|
||||
description: 'For Enterprise Require Organization-wide Security, Compliance, Scalability, Control and More Advanced Features',
|
||||
description: 'For enterprise requiring organization-grade security, compliance, scalability, control and custom solutions',
|
||||
price: 'Custom',
|
||||
priceTip: 'Annual Billing Only',
|
||||
btnText: 'Contact Sales',
|
||||
includesTitle: 'Everything from Premium, plus:',
|
||||
includesTitle: 'Everything from <highlight>Premium</highlight>, plus:',
|
||||
features: [
|
||||
'Enterprise-grade Scalable Deployment Solutions',
|
||||
'Commercial License Authorization',
|
||||
|
||||
Reference in New Issue
Block a user