chore: add translation key for MCP/Tool Execution Process
parent
ff6714e505
commit
adbee39082
|
|
@ -129,6 +129,7 @@ export default {
|
||||||
start: 'Start',
|
start: 'Start',
|
||||||
end: 'End',
|
end: 'End',
|
||||||
},
|
},
|
||||||
|
mcp_output_enable: 'Output MCP/Tool Execution Process',
|
||||||
},
|
},
|
||||||
buttons: {},
|
buttons: {},
|
||||||
dialog: {
|
dialog: {
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,7 @@ export default {
|
||||||
start: '开始',
|
start: '开始',
|
||||||
end: '结束',
|
end: '结束',
|
||||||
},
|
},
|
||||||
|
mcp_output_enable: '输出MCP/工具执行过程'
|
||||||
},
|
},
|
||||||
|
|
||||||
dialog: {
|
dialog: {
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,7 @@ export default {
|
||||||
start: '開始',
|
start: '開始',
|
||||||
end: '結束',
|
end: '結束',
|
||||||
},
|
},
|
||||||
|
mcp_output_enable: '輸出MCP/工具執行過程',
|
||||||
},
|
},
|
||||||
|
|
||||||
dialog: {
|
dialog: {
|
||||||
|
|
|
||||||
|
|
@ -382,7 +382,7 @@
|
||||||
<template #label>
|
<template #label>
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<span class="mr-4">
|
<span class="mr-4">
|
||||||
输出MCP/工具执行过程
|
{{ $t('views.application.form.mcp_output_enable') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<el-switch
|
<el-switch
|
||||||
|
|
|
||||||
|
|
@ -215,7 +215,7 @@
|
||||||
<template #label>
|
<template #label>
|
||||||
<div class="flex-between">
|
<div class="flex-between">
|
||||||
<span class="mr-4">
|
<span class="mr-4">
|
||||||
输出MCP/工具执行过程
|
{{ $t('views.application.form.mcp_output_enable') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<el-switch
|
<el-switch
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue