UnisKB/ui/src/locales/lang/en-US/views/dataset.ts

87 lines
2.8 KiB
TypeScript

export default {
title: 'Knowledge',
createDataset: 'Create Knowledge',
general: 'General',
web: 'Web Site',
relatedApplications: 'Linked App',
document_count: 'docs',
relatedApp_count: 'linked apps',
searchBar: {
placeholder: 'Search by name'
},
setting: {
vectorization: 'Vectorization',
sync: 'Sync'
},
tip: {
professionalMessage:
'The community edition supports up to 50 knowledge. For more knowledge, please upgrade to the professional edition.',
syncSuccess: 'Sync task sent successfully',
updateModeMessage:
'After modifying the knowledge vector model, you need to vectorize the knowledge. Do you want to continue saving?'
},
delete: {
confirmTitle: 'Confirm deletion of knowledge:',
confirmMessage1: 'This knowledge is related with',
confirmMessage2: 'APP. Deleting it will be irreversible, please proceed with caution.'
},
datasetForm: {
title: {
info: 'Knowledge Settings'
},
form: {
datasetName: {
label: 'Name',
placeholder: 'Please enter the knowledge name',
requiredMessage: 'Please enter the knowledge name'
},
datasetDescription: {
label: 'Description',
placeholder:
'Describe the content of the knowledge. A detailed description will help AI understand the content better, improving the accuracy of content retrieval and hit rate.',
requiredMessage: 'Please enter the knowledge description'
},
EmbeddingModel: {
label: 'Embedding Model',
placeholder: 'Please select a embedding model',
requiredMessage: 'Please select the embedding model'
},
datasetType: {
label: 'Type',
generalInfo: 'Upload local documents',
webInfo: 'Sync text data from a web site'
},
source_url: {
label: 'Web Root URL',
placeholder: 'Please enter the web root URL',
requiredMessage: 'Please enter the web root URL'
},
selector: {
label: 'Selector',
placeholder: 'Default is body, can input .classname/#idname/tagname'
}
}
},
ResultSuccess: {
title: 'Knowledge Created Successfully',
paragraph: 'Segments',
paragraph_count: 'Segments',
documentList: 'Document List',
loading: 'Importing',
buttons: {
toDataset: 'Return to Knowledge List',
toDocument: 'Go to Document'
}
},
syncWeb: {
title: 'Sync Knowledge',
syncMethod: 'Sync Method',
replace: 'Replace Sync',
replaceText: 'Re-fetch Web site documents, replacing the documents in the local knowledge',
complete: 'Full Sync',
completeText:
'Delete all documents in the local knowledge and re-fetch web site documents',
tip: 'Note: All syncs will delete existing data and re-fetch new data. Please proceed with caution.'
}
}