mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 09:32:45 +08:00
Feature/mutil embedding model (#908)
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: jyong <jyong@dify.ai> Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
@@ -17,8 +17,11 @@ const translation = {
|
||||
action: {
|
||||
uploadFile: 'Upload new file',
|
||||
settings: 'Segment settings',
|
||||
add: 'Add new segment',
|
||||
addButton: 'Add segment',
|
||||
add: 'Add a segment',
|
||||
batchAdd: 'Batch add',
|
||||
archive: 'Archive',
|
||||
unarchive: 'Unarchive',
|
||||
delete: 'Delete',
|
||||
enableWarning: 'Archived file cannot be enabled',
|
||||
sync: 'Sync',
|
||||
@@ -53,6 +56,24 @@ const translation = {
|
||||
title: 'Are you sure Delete?',
|
||||
content: 'If you need to resume processing later, you will continue from where you left off',
|
||||
},
|
||||
batchModal: {
|
||||
title: 'Batch add segments',
|
||||
csvUploadTitle: 'Drag and drop your CSV file here, or ',
|
||||
browse: 'browse',
|
||||
tip: 'The CSV file must conform to the following structure:',
|
||||
question: 'question',
|
||||
answer: 'answer',
|
||||
contentTitle: 'segment content',
|
||||
content: 'content',
|
||||
template: 'Download the template here',
|
||||
cancel: 'Cancel',
|
||||
run: 'Run Batch',
|
||||
runError: 'Run batch failed',
|
||||
processing: 'In batch processing',
|
||||
completed: 'Import completed',
|
||||
error: 'Import Error',
|
||||
ok: 'OK',
|
||||
},
|
||||
},
|
||||
metadata: {
|
||||
title: 'Metadata',
|
||||
@@ -321,6 +342,7 @@ const translation = {
|
||||
contentEmpty: 'Content can not be empty',
|
||||
newTextSegment: 'New Text Segment',
|
||||
newQaSegment: 'New Q&A Segment',
|
||||
delete: 'Delete this segment ?',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user