chore(i18n): unify terminology by replacing "Link" and "Associate" with "Relate" for knowledge context (#2161)

This commit is contained in:
guqing 2025-02-08 17:13:28 +08:00 committed by GitHub
parent 621c0812d5
commit ccd23eabb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -168,7 +168,7 @@ export default {
successMessage: 'Successful',
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;',
tip2: 'The AI model generates relevant questions based on the segmented content. Please place the generated questions within the',
tip3: 'tags, and the system will automatically associate the questions within these tags;',
tip3: 'tags, and the system will automatically relate the questions within these tags;',
tip4: 'The generation effect depends on the selected model and prompt. Users can adjust to achieve the best effect.',
prompt1:
'Content: {data}\n \n Please summarize the above content and generate a summary based on the content 5 a question. \nAnswer requirements: \n - Please output only questions; \n - Please place each question in',

View File

@ -19,7 +19,7 @@ export default {
placeholder: 'Search by name'
},
table: {
paragraph_count: 'Linked Segments',
paragraph_count: 'Related Segments',
updateTime: 'Update Time'
},
delete: {
@ -28,7 +28,7 @@ export default {
confirmMessage2: 'segments. Please proceed with caution.'
},
relateParagraph: {
title: 'Link to Segment',
title: 'Relate to Segment',
selectDocument: 'Select a Document',
placeholder: 'Search document by name',
selectParagraph: 'Select Segments',