Merge #77 into develop_web from feature/20251219_yjp
feat(knowledgeBase): enhance file upload and dataset creation with abort support and improved UX * feature/20251219_yjp: (1 commits) feat(knowledgeBase): enhance file upload and dataset creation with abort support and improved UX Signed-off-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com> Merged-by: vrhs@163.com <accounts_660b6454a0eb398d3f8d2c76@mail.teambition.com> CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/77
This commit is contained in:
@@ -296,7 +296,9 @@ export const en = {
|
||||
add: 'Add',
|
||||
addOption: 'Add Option',
|
||||
viewDetail: 'View Detail',
|
||||
confirmRemoveFile: 'Are you sure you want to remove this file?',
|
||||
deleteSuccess: 'Delete successfully',
|
||||
deleteFailed: 'Delete Failure',
|
||||
foldUp: 'Collapse',
|
||||
expanded: 'Expand',
|
||||
clickUploadIcon: 'click on the upload icon',
|
||||
@@ -473,7 +475,7 @@ export const en = {
|
||||
knowledgeBase: 'Knowledge Base',
|
||||
selectDataSource: 'Select Source',
|
||||
localFile: 'Local File',
|
||||
uploadFileTypes: 'Upload PDF, TXT, DOCX and other format files',
|
||||
uploadFileTypes: 'Upload PDF, TXT, DOCX, IMAGE, MEDIA and other format files',
|
||||
webLink: 'Web Link',
|
||||
webLinkPlaceholder:'Please enter',
|
||||
webLinkDesc: 'Only static links are supported. If the uploaded data shows as empty, the link may not be readable. One per line, with a maximum of {{count}} links at a time',
|
||||
@@ -481,6 +483,7 @@ export const en = {
|
||||
readStaticWebPage: 'Read static web page content as dataset',
|
||||
customText: 'Custom Text',
|
||||
customContent: 'Custom Content',
|
||||
createContentError: 'Failed to create custom content',
|
||||
manuallyInputText: 'Manually input a text as dataset',
|
||||
importTemplate: 'Template Import',
|
||||
importBackup: 'Backup Import',
|
||||
|
||||
@@ -94,7 +94,7 @@ export const zh = {
|
||||
operation: '操作',
|
||||
selectDataSource: '选择来源',
|
||||
localFile: '本地文件',
|
||||
uploadFileTypes: '上传 PDF、TXT、DOCX 等格式的文件',
|
||||
uploadFileTypes: '上传 PDF、TXT、DOCX, IMAGE, MEDIA 等格式的文件',
|
||||
webLink: '网页链接',
|
||||
webLinkPlaceholder: '请输入',
|
||||
webLinkDesc: '仅支持静态链接。如果上传的数据显示为空,则该链接可能无法读取。每行一个,一次最多{{count}}个链接',
|
||||
@@ -102,6 +102,7 @@ export const zh = {
|
||||
readStaticWebPage: '读取静态网页内容作为数据集',
|
||||
customText: '自定义文本',
|
||||
customContent: '自定义内容',
|
||||
createContentError: '创建自定义文件失败',
|
||||
manuallyInputText: '手动输入一段文本作为数据集',
|
||||
openKnowledgeBase: '打开知识库',
|
||||
searchPlaceholder: '搜索',
|
||||
@@ -796,7 +797,9 @@ export const zh = {
|
||||
add: '添加',
|
||||
addOption: '添加选项',
|
||||
viewDetail: '查看详情',
|
||||
confirmRemoveFile: '确定要移除此文件吗?',
|
||||
deleteSuccess: '删除成功',
|
||||
deleteFailed: '删除失败',
|
||||
foldUp: '收起',
|
||||
expanded: '展开',
|
||||
clickUploadIcon: '点击上传图标',
|
||||
|
||||
Reference in New Issue
Block a user