mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
chore(i18n): unify terminology by replacing "Link" and "Associate" with "Relate" for knowledge context (#2161)
This commit is contained in:
parent
621c0812d5
commit
ccd23eabb1
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue