mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:39:26 +08:00
Feat/dataset notion import (#392)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com> Co-authored-by: JzoNg <jzongcode@gmail.com>
This commit is contained in:
@@ -13,6 +13,7 @@ const translation = {
|
||||
},
|
||||
stepOne: {
|
||||
filePreview: 'File Preview',
|
||||
pagePreview: 'Page Preview',
|
||||
dataSourceType: {
|
||||
file: 'Import from text file',
|
||||
notion: 'Sync from Notion',
|
||||
@@ -32,6 +33,9 @@ const translation = {
|
||||
change: 'Change',
|
||||
failed: 'Upload failed',
|
||||
},
|
||||
notionSyncTitle: 'Notion is not connected',
|
||||
notionSyncTip: 'To sync with Notion, connection to Notion must be established first.',
|
||||
connect: 'Go to connect',
|
||||
button: 'next',
|
||||
emptyDatasetCreation: 'I want to create an empty dataset',
|
||||
modal: {
|
||||
@@ -73,7 +77,11 @@ const translation = {
|
||||
emstimateSegment: 'Estimated segments',
|
||||
segmentCount: 'segments',
|
||||
calculating: 'Calculating...',
|
||||
fileName: 'Preprocess document',
|
||||
fileSource: 'Preprocess documents',
|
||||
notionSource: 'Preprocess pages',
|
||||
other: 'and other ',
|
||||
fileUnit: ' files',
|
||||
notionUnit: ' pages',
|
||||
lastStep: 'Last step',
|
||||
nextStep: 'Save & Process',
|
||||
save: 'Save & Process',
|
||||
|
||||
Reference in New Issue
Block a user