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:
@@ -16,7 +16,10 @@ const translation = {
|
||||
viewBilling: '管理账单及订阅',
|
||||
buyPermissionDeniedTip: '请联系企业管理员订阅',
|
||||
plansCommon: {
|
||||
title: '为您的 AI 之旅提供动力的定价套餐',
|
||||
title: {
|
||||
plans: '套餐',
|
||||
description: '选择最适合您团队需求的套餐。',
|
||||
},
|
||||
freeTrialTipPrefix: '注册即可',
|
||||
freeTrialTip: '免费试用 200 个 OpenAI 消息额度',
|
||||
freeTrialTipSuffix: '。无需信用卡',
|
||||
@@ -32,13 +35,14 @@ const translation = {
|
||||
year: '年',
|
||||
save: '节省',
|
||||
free: '免费',
|
||||
annualBilling: '按年计费',
|
||||
annualBilling: '按年计费节省 {{percent}}%',
|
||||
comparePlanAndFeatures: '对比套餐 & 功能特性',
|
||||
priceTip: '每个团队空间/',
|
||||
currentPlan: '当前计划',
|
||||
contractSales: '联系销售',
|
||||
contractOwner: '联系团队管理员',
|
||||
startForFree: '免费开始',
|
||||
startBuilding: '开始构建',
|
||||
getStarted: '立即开始',
|
||||
contactSales: '联系销售',
|
||||
talkToSales: '联系销售',
|
||||
@@ -106,22 +110,22 @@ const translation = {
|
||||
sandbox: {
|
||||
name: 'Sandbox',
|
||||
for: '核心能力的免费试用',
|
||||
description: '核心功能免费试用',
|
||||
description: '免费试用核心功能。',
|
||||
},
|
||||
professional: {
|
||||
name: 'Professional',
|
||||
for: '适合独立开发者或小团队',
|
||||
description: '对于独立开发者/小团队',
|
||||
description: '适合准备构建生产级 AI 应用的独立开发者和小团队。',
|
||||
},
|
||||
team: {
|
||||
name: 'Team',
|
||||
for: '适合中等规模的团队',
|
||||
description: '对于中型团队',
|
||||
description: '适合需要协作和更高吞吐量的中等规模团队。',
|
||||
},
|
||||
community: {
|
||||
name: 'Community',
|
||||
for: '适用于个人用户、小型团队或非商业项目',
|
||||
description: '适用于个人用户、小型团队或非商业项目',
|
||||
description: '适用于开源爱好者、个人开发者以及非商业项目',
|
||||
price: '免费',
|
||||
btnText: '开始使用',
|
||||
includesTitle: '免费功能:',
|
||||
@@ -134,7 +138,7 @@ const translation = {
|
||||
premium: {
|
||||
name: 'Premium',
|
||||
for: '对于中型组织和团队',
|
||||
description: '对于中型组织和团队',
|
||||
description: '适合需要部署灵活性和增强支持的中型组织和团队',
|
||||
price: '可扩展',
|
||||
priceTip: '基于云市场',
|
||||
btnText: '获得 Premium 版',
|
||||
@@ -150,11 +154,11 @@ const translation = {
|
||||
enterprise: {
|
||||
name: 'Enterprise',
|
||||
for: '适合大人员规模的团队',
|
||||
description: '对于需要组织范围内的安全性、合规性、可扩展性、控制和更高级功能的企业',
|
||||
description: '适合需要组织级安全性、合规性、可扩展性、控制和定制解决方案的企业',
|
||||
price: '定制',
|
||||
priceTip: '仅按年计费',
|
||||
btnText: '联系销售',
|
||||
includesTitle: 'Premium 版的所有功能,加上:',
|
||||
includesTitle: '<highlight>Premium</highlight> 版的所有功能,加上:',
|
||||
features: [
|
||||
'企业级可扩展部署解决方案',
|
||||
'商业许可授权',
|
||||
|
||||
Reference in New Issue
Block a user