mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 23:16:04 +08:00
change "Import from text file" to "Import from file" (#4935)
This commit is contained in:
parent
b20d173324
commit
3d276f4a7f
@ -15,12 +15,12 @@ const translation = {
|
|||||||
filePreview: 'File Preview',
|
filePreview: 'File Preview',
|
||||||
pagePreview: 'Page Preview',
|
pagePreview: 'Page Preview',
|
||||||
dataSourceType: {
|
dataSourceType: {
|
||||||
file: 'Import from text file',
|
file: 'Import from file',
|
||||||
notion: 'Sync from Notion',
|
notion: 'Sync from Notion',
|
||||||
web: 'Sync from website',
|
web: 'Sync from website',
|
||||||
},
|
},
|
||||||
uploader: {
|
uploader: {
|
||||||
title: 'Upload text file',
|
title: 'Upload file',
|
||||||
button: 'Drag and drop file, or',
|
button: 'Drag and drop file, or',
|
||||||
browse: 'Browse',
|
browse: 'Browse',
|
||||||
tip: 'Supports {{supportTypes}}. Max {{size}}MB each.',
|
tip: 'Supports {{supportTypes}}. Max {{size}}MB each.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user