mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: refine translation
This commit is contained in:
parent
bf24f195f2
commit
5ec072ef17
|
|
@ -115,7 +115,6 @@ export default {
|
|||
is_hit_handling_method_list: 'List of segments that meet direct response criteria',
|
||||
result: 'Search Result',
|
||||
directly_return: 'Content of segments that meet direct response criteria',
|
||||
selectDatasetText: 'Related knowledge displayed here',
|
||||
searchParam: 'Retrieval Parameters',
|
||||
searchQuestion: {
|
||||
label: 'Question',
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ export default {
|
|||
},
|
||||
relatedKnowledge: {
|
||||
label: 'Related Knowledge',
|
||||
placeholder: 'Associated knowledge are displayed here'
|
||||
placeholder: 'Related knowledge are displayed here'
|
||||
},
|
||||
multipleRoundsDialogue: 'Multiple Rounds Dialogue',
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export default {
|
|||
},
|
||||
delete: {
|
||||
confirmTitle: 'Confirm deletion of knowledge:',
|
||||
confirmMessage1: 'This knowledge is associated with',
|
||||
confirmMessage1: 'This knowledge is related with',
|
||||
confirmMessage2: 'APP. Deleting it will be irreversible, please proceed with caution.'
|
||||
},
|
||||
datasetForm: {
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ export default {
|
|||
is_hit_handling_method_list: '满足直接回答的分段列表',
|
||||
result: '检索结果',
|
||||
directly_return: '满足直接回答的分段内容',
|
||||
selectDatasetText: '关联的知识库展示在这里',
|
||||
searchParam: '检索参数',
|
||||
searchQuestion: {
|
||||
label: '检索问题',
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ export default {
|
|||
},
|
||||
relatedKnowledge: {
|
||||
label: '关联知识库',
|
||||
placeholder: '关联知识库展示在这里'
|
||||
placeholder: '关联的知识库展示在这里'
|
||||
},
|
||||
multipleRoundsDialogue: '多轮对话',
|
||||
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ export default {
|
|||
is_hit_handling_method_list: '滿足直接回答的分段列表',
|
||||
result: '檢索結果',
|
||||
directly_return: '滿足直接回答的分段內容',
|
||||
selectDatasetText: '關聯的知識庫展示在這裡',
|
||||
searchParam: '檢索參數',
|
||||
searchQuestion: {
|
||||
label: '檢索問題',
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ export default {
|
|||
},
|
||||
relatedKnowledge: {
|
||||
label: '關聯知識庫',
|
||||
placeholder: '關聯知識庫展示在此處'
|
||||
placeholder: '關聯的知識庫展示在這裡'
|
||||
},
|
||||
multipleRoundsDialogue: '多輪對話',
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</template>
|
||||
<div class="w-full">
|
||||
<el-text type="info" v-if="form_data.dataset_id_list?.length === 0">
|
||||
{{ $t('views.applicationWorkflow.nodes.searchDatasetNode.selectDatasetText') }}
|
||||
{{ $t('views.application.applicationForm.form.relatedKnowledge.placeholder') }}
|
||||
</el-text>
|
||||
<template v-for="(item, index) in form_data.dataset_id_list" :key="index" v-else>
|
||||
<div class="flex-between border border-r-4 white-bg mb-4" style="padding: 5px 8px">
|
||||
|
|
|
|||
Loading…
Reference in New Issue