Skip to content

Commit 4f9cc96

Browse files
guqingwangdan-fit2cloud
authored andcommitted
chore: refine UI text consistency and translation accuracy for Knowledge
1 parent b45cd86 commit 4f9cc96

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

ui/src/locales/lang/en-US/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default {
2626
professional: 'Purchase the Professional Edition',
2727
createDate: 'Create Date',
2828
createTime: 'Create Time',
29-
operation: 'Operation',
29+
operation: 'Action',
3030
character: 'characters',
3131
export: 'Export',
3232
exportSuccess: 'Successful',

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ export default {
203203
copyUrl: 'Copy the link and fill it in'
204204
},
205205
hitTest: {
206-
title: 'Retrieval Test',
207-
text: 'Ensure effective response by matching segments to user inquiries.',
208-
emptyMessage1: 'The matching segment is displayed here',
206+
title: 'Retrieval Testing',
207+
text: 'Test the hitting effect of the Knowledge based on the given query text.',
208+
emptyMessage1: 'Retrieval Testing results will show here',
209209
emptyMessage2: 'No matching sections found'
210210
}
211211
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
},
2828
datasetForm: {
2929
title: {
30-
info: 'Basic Information'
30+
info: 'Knowledge settings'
3131
},
3232
form: {
3333
datasetName: {

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
title: 'Questions',
33
createProblem: 'Create Question',
44
detailProblem: 'Question Details',
5-
quickCreateProblem: 'Quick Create Question',
5+
quickCreateProblem: 'Quick Create',
66
quickCreateName: 'question',
77
tip: {
88
placeholder: 'Enter the question, support multiple entries, one per line.',
@@ -12,14 +12,14 @@ export default {
1212
},
1313

1414
setting: {
15-
batchDelete: 'Batch Delete',
15+
batchDelete: 'Bulk Delete',
1616
cancelRelated: 'Cancel Association'
1717
},
1818
searchBar: {
1919
placeholder: 'Search by name'
2020
},
2121
table: {
22-
paragraph_count: 'Associated Segments',
22+
paragraph_count: 'Linked Segments',
2323
updateTime: 'Update Time'
2424
},
2525
delete: {
@@ -28,10 +28,10 @@ export default {
2828
confirmMessage2: 'segments. Please proceed with caution.'
2929
},
3030
relateParagraph: {
31-
title: 'Associate Segments',
32-
selectDocument: 'Select Document',
33-
placeholder: 'Search by document name',
34-
selectParagraph: 'Select Segment',
31+
title: 'Link to Segment',
32+
selectDocument: 'Select a Document',
33+
placeholder: 'Search document by name',
34+
selectParagraph: 'Select Segments',
3535
selectedParagraph: 'Selected Segments',
3636
count: 'Count'
3737
}

0 commit comments

Comments
 (0)