chore: refine UI text consistency and translation accuracy for Knowledge

This commit is contained in:
guqing 2025-02-07 15:42:16 +08:00 committed by wangdan-fit2cloud
parent b45cd86edb
commit 4f9cc96eb6
4 changed files with 12 additions and 12 deletions

View File

@ -26,7 +26,7 @@ export default {
professional: 'Purchase the Professional Edition',
createDate: 'Create Date',
createTime: 'Create Time',
operation: 'Operation',
operation: 'Action',
character: 'characters',
export: 'Export',
exportSuccess: 'Successful',

View File

@ -203,9 +203,9 @@ export default {
copyUrl: 'Copy the link and fill it in'
},
hitTest: {
title: 'Retrieval Test',
text: 'Ensure effective response by matching segments to user inquiries.',
emptyMessage1: 'The matching segment is displayed here',
title: 'Retrieval Testing',
text: 'Test the hitting effect of the Knowledge based on the given query text.',
emptyMessage1: 'Retrieval Testing results will show here',
emptyMessage2: 'No matching sections found'
}
}

View File

@ -27,7 +27,7 @@ export default {
},
datasetForm: {
title: {
info: 'Basic Information'
info: 'Knowledge settings'
},
form: {
datasetName: {

View File

@ -2,7 +2,7 @@ export default {
title: 'Questions',
createProblem: 'Create Question',
detailProblem: 'Question Details',
quickCreateProblem: 'Quick Create Question',
quickCreateProblem: 'Quick Create',
quickCreateName: 'question',
tip: {
placeholder: 'Enter the question, support multiple entries, one per line.',
@ -12,14 +12,14 @@ export default {
},
setting: {
batchDelete: 'Batch Delete',
batchDelete: 'Bulk Delete',
cancelRelated: 'Cancel Association'
},
searchBar: {
placeholder: 'Search by name'
},
table: {
paragraph_count: 'Associated Segments',
paragraph_count: 'Linked Segments',
updateTime: 'Update Time'
},
delete: {
@ -28,10 +28,10 @@ export default {
confirmMessage2: 'segments. Please proceed with caution.'
},
relateParagraph: {
title: 'Associate Segments',
selectDocument: 'Select Document',
placeholder: 'Search by document name',
selectParagraph: 'Select Segment',
title: 'Link to Segment',
selectDocument: 'Select a Document',
placeholder: 'Search document by name',
selectParagraph: 'Select Segments',
selectedParagraph: 'Selected Segments',
count: 'Count'
}