Skip to content

Commit b0a4e9e

Browse files
perf: Optimize copywriting
1 parent 36809b3 commit b0a4e9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ui/src/locales/lang/en-US/views/document.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ export default {
171171
},
172172
feishu: {
173173
selectDocument: 'Select Document',
174-
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.',
175-
tip2: 'The system does not store the original document. Before importing the document, it is recommended to standardize the document segmentation markers.',
174+
tip1: 'Supports document and table types, including TXT, Markdown, PDF, DOCX, HTML, XLS, XLSX, CSV, and ZIP formats;',
175+
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.',
176176
allCheck: 'Select All',
177177
errorMessage1: 'Please select a document'
178178
}

ui/src/locales/lang/zh-CN/views/document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export default {
168168
},
169169
feishu: {
170170
selectDocument: '选择文档',
171-
tip1: '支持文档和表格类型飞书文档、支持TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP飞书文件,文档会根据标题分段,表格会转为Markdown格式后再分段。',
171+
tip1: '支持文档和表格类型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;',
172172
tip2: '系统不存储原始文档,导入文档前,建议规范文档的分段标识。',
173173
allCheck: '全选',
174174
errorMessage1: '请选择文档'

ui/src/locales/lang/zh-Hant/views/document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167
},
168168
feishu: {
169169
selectDocument: '選擇文檔',
170-
tip1: '支持檔案和表格類型飛書檔案、支持TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP飛書檔案,檔案會根據標題分段,表格會轉為Markdown格式後再分段。',
170+
tip1: '支持文檔和表格類型,包含TXT、Markdown、PDF、DOCX、HTML、XLS、XLSX、CSV、ZIP格式;',
171171
tip2: '系統不存儲原始文檔,導入文檔前,建議規範文檔的分段標識。',
172172
allCheck: '全選',
173173
errorMessage1: '請選擇文檔'

0 commit comments

Comments
 (0)