diff --git a/ui/src/locales/lang/en-US/views/document.ts b/ui/src/locales/lang/en-US/views/document.ts index 3b3d59110..e314fbcd4 100644 --- a/ui/src/locales/lang/en-US/views/document.ts +++ b/ui/src/locales/lang/en-US/views/document.ts @@ -171,8 +171,8 @@ export default { }, feishu: { selectDocument: 'Select Document', - tip1: 'Supports document and table types such as Feishu documents, TXT, Markdown, PDF, DOCX, HTML, XLS, XLSX, CSV, ZIP Feishu files. Documents will be segmented according to titles, and tables will be converted to Markdown format before segmentation.', - tip2: 'The system does not store the original document. Before importing the document, it is recommended to standardize the document segmentation markers.', + tip1: 'Supports document and table types, including TXT, Markdown, PDF, DOCX, HTML, XLS, XLSX, CSV, and ZIP formats;', + tip2: 'The system does not store the original documents. Before importing a document, it is recommended to standardize the paragraph segmentation markings of the document.', allCheck: 'Select All', errorMessage1: 'Please select a document' } diff --git a/ui/src/locales/lang/zh-CN/views/document.ts b/ui/src/locales/lang/zh-CN/views/document.ts index b3e6f1213..bfdf2907e 100644 --- a/ui/src/locales/lang/zh-CN/views/document.ts +++ b/ui/src/locales/lang/zh-CN/views/document.ts @@ -168,7 +168,7 @@ export default { }, feishu: { selectDocument: '选择文档', - tip1: '支持文档和表格类型飞书文档、支持TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP飞书文件,文档会根据标题分段,表格会转为Markdown格式后再分段。', + tip1: '支持文档和表格类型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;', tip2: '系统不存储原始文档,导入文档前,建议规范文档的分段标识。', allCheck: '全选', errorMessage1: '请选择文档' diff --git a/ui/src/locales/lang/zh-Hant/views/document.ts b/ui/src/locales/lang/zh-Hant/views/document.ts index 1942d5ebc..adfc8cc46 100644 --- a/ui/src/locales/lang/zh-Hant/views/document.ts +++ b/ui/src/locales/lang/zh-Hant/views/document.ts @@ -167,7 +167,7 @@ export default { }, feishu: { selectDocument: '選擇文檔', - tip1: '支持檔案和表格類型飛書檔案、支持TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP飛書檔案,檔案會根據標題分段,表格會轉為Markdown格式後再分段。', + tip1: '支持文檔和表格類型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;', tip2: '系統不存儲原始文檔,導入文檔前,建議規範文檔的分段標識。', allCheck: '全選', errorMessage1: '請選擇文檔'