chore: add translation key for MCP/Tool Execution Process

v3.2
CaptainB 2025-09-08 18:10:27 +08:00
parent ff6714e505
commit adbee39082
5 changed files with 5 additions and 2 deletions

View File

@ -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: {

View File

@ -120,6 +120,7 @@ export default {
start: '开始', start: '开始',
end: '结束', end: '结束',
}, },
mcp_output_enable: '输出MCP/工具执行过程'
}, },
dialog: { dialog: {

View File

@ -120,6 +120,7 @@ export default {
start: '開始', start: '開始',
end: '結束', end: '結束',
}, },
mcp_output_enable: '輸出MCP/工具執行過程',
}, },
dialog: { dialog: {

View File

@ -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

View File

@ -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