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',
|
is_hit_handling_method_list: 'List of segments that meet direct response criteria',
|
||||||
result: 'Search Result',
|
result: 'Search Result',
|
||||||
directly_return: 'Content of segments that meet direct response criteria',
|
directly_return: 'Content of segments that meet direct response criteria',
|
||||||
selectDatasetText: 'Related knowledge displayed here',
|
|
||||||
searchParam: 'Retrieval Parameters',
|
searchParam: 'Retrieval Parameters',
|
||||||
searchQuestion: {
|
searchQuestion: {
|
||||||
label: 'Question',
|
label: 'Question',
|
||||||
|
|||||||
@ -79,7 +79,7 @@ export default {
|
|||||||
},
|
},
|
||||||
relatedKnowledge: {
|
relatedKnowledge: {
|
||||||
label: 'Related Knowledge',
|
label: 'Related Knowledge',
|
||||||
placeholder: 'Associated knowledge are displayed here'
|
placeholder: 'Related knowledge are displayed here'
|
||||||
},
|
},
|
||||||
multipleRoundsDialogue: 'Multiple Rounds Dialogue',
|
multipleRoundsDialogue: 'Multiple Rounds Dialogue',
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ export default {
|
|||||||
},
|
},
|
||||||
delete: {
|
delete: {
|
||||||
confirmTitle: 'Confirm deletion of knowledge:',
|
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.'
|
confirmMessage2: 'APP. Deleting it will be irreversible, please proceed with caution.'
|
||||||
},
|
},
|
||||||
datasetForm: {
|
datasetForm: {
|
||||||
|
|||||||
@ -116,7 +116,6 @@ export default {
|
|||||||
is_hit_handling_method_list: '满足直接回答的分段列表',
|
is_hit_handling_method_list: '满足直接回答的分段列表',
|
||||||
result: '检索结果',
|
result: '检索结果',
|
||||||
directly_return: '满足直接回答的分段内容',
|
directly_return: '满足直接回答的分段内容',
|
||||||
selectDatasetText: '关联的知识库展示在这里',
|
|
||||||
searchParam: '检索参数',
|
searchParam: '检索参数',
|
||||||
searchQuestion: {
|
searchQuestion: {
|
||||||
label: '检索问题',
|
label: '检索问题',
|
||||||
|
|||||||
@ -71,7 +71,7 @@ export default {
|
|||||||
},
|
},
|
||||||
relatedKnowledge: {
|
relatedKnowledge: {
|
||||||
label: '关联知识库',
|
label: '关联知识库',
|
||||||
placeholder: '关联知识库展示在这里'
|
placeholder: '关联的知识库展示在这里'
|
||||||
},
|
},
|
||||||
multipleRoundsDialogue: '多轮对话',
|
multipleRoundsDialogue: '多轮对话',
|
||||||
|
|
||||||
|
|||||||
@ -116,7 +116,6 @@ export default {
|
|||||||
is_hit_handling_method_list: '滿足直接回答的分段列表',
|
is_hit_handling_method_list: '滿足直接回答的分段列表',
|
||||||
result: '檢索結果',
|
result: '檢索結果',
|
||||||
directly_return: '滿足直接回答的分段內容',
|
directly_return: '滿足直接回答的分段內容',
|
||||||
selectDatasetText: '關聯的知識庫展示在這裡',
|
|
||||||
searchParam: '檢索參數',
|
searchParam: '檢索參數',
|
||||||
searchQuestion: {
|
searchQuestion: {
|
||||||
label: '檢索問題',
|
label: '檢索問題',
|
||||||
|
|||||||
@ -72,7 +72,7 @@ export default {
|
|||||||
},
|
},
|
||||||
relatedKnowledge: {
|
relatedKnowledge: {
|
||||||
label: '關聯知識庫',
|
label: '關聯知識庫',
|
||||||
placeholder: '關聯知識庫展示在此處'
|
placeholder: '關聯的知識庫展示在這裡'
|
||||||
},
|
},
|
||||||
multipleRoundsDialogue: '多輪對話',
|
multipleRoundsDialogue: '多輪對話',
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<el-text type="info" v-if="form_data.dataset_id_list?.length === 0">
|
<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>
|
</el-text>
|
||||||
<template v-for="(item, index) in form_data.dataset_id_list" :key="index" v-else>
|
<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">
|
<div class="flex-between border border-r-4 white-bg mb-4" style="padding: 5px 8px">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user