mirror of
https://github.com/langgenius/dify.git
synced 2026-04-19 21:37:50 +08:00
25 lines
1.0 KiB
TypeScript
25 lines
1.0 KiB
TypeScript
const translation = {
|
|
common: {
|
|
goToAddDocuments: 'Go to add documents',
|
|
publishAs: 'Publish as a Knowledge Pipeline',
|
|
confirmPublish: 'Confirm Publish',
|
|
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?',
|
|
publishAsPipeline: {
|
|
name: 'Pipeline name & icon',
|
|
namePlaceholder: 'Please enter the name of this Knowledge Pipeline. (Required) ',
|
|
description: 'Knowledge description',
|
|
descriptionPlaceholder: 'Please enter the description of this Knowledge Pipeline. (Optional) ',
|
|
},
|
|
},
|
|
inputField: {
|
|
create: 'Create user input field',
|
|
manage: 'Manage',
|
|
},
|
|
publishToast: {
|
|
title: 'This pipeline has not yet been published',
|
|
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.',
|
|
},
|
|
}
|
|
|
|
export default translation
|