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