dify/web/i18n/en-US/pipeline.json
Jingyi 9b74df21d0
feat(web): refine onboarding UI (#37433)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: hjlarry <hjlarry@163.com>
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: Asuka Minato <i@asukaminato.eu.org>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: gigglewang <gigglewang@dify.ai>
Co-authored-by: Yunlu Wen <yunlu.wen@dify.ai>
Co-authored-by: chariri <w@chariri.moe>
Co-authored-by: Evan <2869018789@qq.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
2026-06-15 08:47:15 +00:00

25 lines
1.6 KiB
JSON

{
"common.confirmPublish": "Confirm Publish",
"common.confirmPublishContent": "After successfully publishing the knowledge pipeline, the chunk structure of this knowledge base cannot be modified. Are you sure you want to publish it?",
"common.goToAddDocuments": "Go to add documents",
"common.preparingDataSource": "Preparing Data Source",
"common.processing": "Processing",
"common.publishAs": "Publish as a Knowledge Pipeline",
"common.publishAsPipeline.description": "Knowledge description",
"common.publishAsPipeline.descriptionPlaceholder": "Please enter the description of this Knowledge Pipeline. (Optional) ",
"common.publishAsPipeline.name": "Pipeline name & icon",
"common.publishAsPipeline.namePlaceholder": "Please enter the name of this Knowledge Pipeline. (Required) ",
"common.reRun": "Re-run",
"common.testRun": "Test Run",
"inputField.create": "Create user input field",
"inputField.manage": "Manage",
"publishToast.desc": "When the pipeline is not published, you can modify the chunk structure in the knowledge base node, and the pipeline orchestration and changes will be automatically saved as a draft.",
"publishToast.title": "This pipeline has not yet been published",
"ragToolSuggestions.noRecommendationPlugins": "No recommended integrations, find more in <CustomLink>Marketplace</CustomLink>",
"ragToolSuggestions.title": "Suggestions for RAG",
"result.resultPreview.error": "Error occurred during execution",
"result.resultPreview.footerTip": "In test run mode, preview up to {{count}} chunks",
"result.resultPreview.loading": "Processing...Please wait",
"result.resultPreview.viewDetails": "View details"
}