You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/application-overview.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ export default {
17
17
msgConfirm1: 'Do you want to regenerate the public access link?',
18
18
msgConfirm2:
19
19
'Regenerating the public access link will affect third-party embedded scripts changes and will require re-embedding the new script into third-party sites. Please proceed with caution!',
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en-US/views/dataset.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ export default {
31
31
},
32
32
form: {
33
33
datasetName: {
34
-
label: 'Knowledge Name',
34
+
label: 'Name',
35
35
placeholder: 'Please enter the knowledge name',
36
36
requiredMessage: 'Please enter the knowledge name'
37
37
},
38
38
datasetDescription: {
39
-
label: 'Knowledge Description',
39
+
label: 'Description',
40
40
placeholder:
41
41
'Describe the content of the knowledge. A detailed description will help AI understand the content better, improving the accuracy of content retrieval and hit rate.',
42
42
requiredMessage: 'Please enter the knowledge description'
@@ -47,7 +47,7 @@ export default {
47
47
requiredMessage: 'Please select the embedding model'
tip1: '1. It is recommended to standardize the paragraph markers in the file before uploading.',
42
+
tip1: '1. It is recommended to standardize the segment markers in the file before uploading.',
43
43
tip2: '2. Up to 50 files can be uploaded at once, with each file not exceeding 100MB.'
44
44
},
45
45
table: {
@@ -59,11 +59,11 @@ export default {
59
59
setRules: {
60
60
title: {
61
61
setting: 'Set Segment Rules',
62
-
preview: 'Segment Preview'
62
+
preview: 'Preview'
63
63
},
64
64
intelligent: {
65
-
label: 'Intelligent Segmentation (Recommended)',
66
-
text: 'If you are unsure how to set segmentation rules, it is recommended to use intelligent segmentation.'
65
+
label: 'Automatic Segmentation (Recommended)',
66
+
text: 'If you are unsure how to set segmentation rules, it is recommended to use automatic segmentation.'
67
67
},
68
68
advanced: {
69
69
label: 'Advanced Segmentation',
@@ -91,11 +91,11 @@ export default {
91
91
prev: 'Previous',
92
92
next: 'Next',
93
93
import: 'Start Import',
94
-
preview: 'Generate Preview'
94
+
preview: 'Apply'
95
95
},
96
96
table: {
97
97
name: 'Document Name',
98
-
char_length: 'Words',
98
+
char_length: 'Charcter',
99
99
paragraph: 'Segment',
100
100
all: 'All',
101
101
updateTime: 'Update Time'
@@ -105,7 +105,7 @@ export default {
105
105
SUCCESS: 'Success',
106
106
FAILURE: 'Failure',
107
107
EMBEDDING: 'Indexing',
108
-
PENDING: 'Queued',
108
+
PENDING: 'Queuing',
109
109
GENERATE: 'Generating',
110
110
SYNC: 'Syncing',
111
111
REVOKE: 'Cancelling',
@@ -122,14 +122,14 @@ export default {
122
122
confirmMessage1:
123
123
'Syncing will delete existing data and retrieve new data. Please proceed with caution.',
124
124
confirmMessage2: 'Cannot sync, please set the document URL first.',
125
-
successMessage: 'Document synced successfully'
125
+
successMessage: 'Successful'
126
126
},
127
127
delete: {
128
128
confirmTitle1: 'Confirm batch deletion of',
129
129
confirmTitle2: 'documents?',
130
130
confirmMessage:
131
131
'Segments within the selected documents will also be deleted. Please proceed with caution.',
132
-
successMessage: 'Batch deletion successful',
132
+
successMessage: 'Successful',
133
133
confirmTitle3: 'Confirm deleting document:',
134
134
confirmMessage1: 'Under this document',
135
135
confirmMessage2: 'All segments will be deleted, please operate with caution. '
@@ -161,11 +161,11 @@ export default {
161
161
},
162
162
hitHandlingMethod: {
163
163
optimization: 'Model optimization',
164
-
directly_return: 'Direct answer'
164
+
directly_return: 'Respond directly'
165
165
},
166
166
generateQuestion: {
167
167
title: 'Generate Questions',
168
-
successMessage: 'Question generation successful',
168
+
successMessage: 'Successful',
169
169
tip1: 'The {data} in the prompt is a placeholder for segmented content, which is replaced by the segmented content when executed and sent to the AI model;',
170
170
tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the',
171
171
tip3: 'tags, and the system will automatically associate the questions within these tags;',
0 commit comments