mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: Optimize copywriting
This commit is contained in:
parent
36809b3314
commit
b0a4e9e78f
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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: '请选择文档'
|
||||
|
|
|
|||
|
|
@ -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: '請選擇文檔'
|
||||
|
|
|
|||
Loading…
Reference in New Issue