mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore: refine UI text consistency and translation accuracy for Knowledge
This commit is contained in:
parent
b45cd86edb
commit
4f9cc96eb6
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export default {
|
|||
},
|
||||
datasetForm: {
|
||||
title: {
|
||||
info: 'Basic Information'
|
||||
info: 'Knowledge settings'
|
||||
},
|
||||
form: {
|
||||
datasetName: {
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue