You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/en-US/dataset-pipeline.ts

26 lines
902 B
TypeScript

const translation = {
creation: {
title: 'Create knowledge pipeline',
createFromScratch: {
title: 'Create from scratch',
description: 'Blank knowledge pipeline',
},
ImportDSL: {
title: 'Import',
description: 'Import from a DSL file',
},
createKnowledge: 'Create Knowledge',
knowledgeNameAndIcon: 'Knowledge name & icon',
knowledgeNameAndIconPlaceholder: 'Please enter the name of the Knowledge Base',
knowledgeDescription: 'Knowledge description',
knowledgeDescriptionPlaceholder: 'Describe what is in this Knowledge Base. A detailed description allows AI to access the content of the dataset more accurately. If empty, Dify will use the default hit strategy. (Optional)',
knowledgePermissions: 'Permissions',
},
tabs: {
builtInPipeline: 'Built-in pipeline',
customized: 'Customized',
},
}
export default translation