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', professional: 'Purchase the Professional Edition',
createDate: 'Create Date', createDate: 'Create Date',
createTime: 'Create Time', createTime: 'Create Time',
operation: 'Operation', operation: 'Action',
character: 'characters', character: 'characters',
export: 'Export', export: 'Export',
exportSuccess: 'Successful', exportSuccess: 'Successful',

View File

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

View File

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

View File

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