Skip to content

Commit adbee39

Browse files
committed
chore: add translation key for MCP/Tool Execution Process
1 parent ff6714e commit adbee39

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

ui/src/locales/lang/en-US/views/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default {
129129
start: 'Start',
130130
end: 'End',
131131
},
132+
mcp_output_enable: 'Output MCP/Tool Execution Process',
132133
},
133134
buttons: {},
134135
dialog: {

ui/src/locales/lang/zh-CN/views/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default {
120120
start: '开始',
121121
end: '结束',
122122
},
123+
mcp_output_enable: '输出MCP/工具执行过程'
123124
},
124125

125126
dialog: {

ui/src/locales/lang/zh-Hant/views/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export default {
120120
start: '開始',
121121
end: '結束',
122122
},
123+
mcp_output_enable: '輸出MCP/工具執行過程',
123124
},
124125

125126
dialog: {

ui/src/views/application/ApplicationSetting.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
<template #label>
383383
<div class="flex-between">
384384
<span class="mr-4">
385-
输出MCP/工具执行过程
385+
{{ $t('views.application.form.mcp_output_enable') }}
386386
</span>
387387
<div class="flex">
388388
<el-switch

ui/src/workflow/nodes/ai-chat-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<template #label>
216216
<div class="flex-between">
217217
<span class="mr-4">
218-
输出MCP/工具执行过程
218+
{{ $t('views.application.form.mcp_output_enable') }}
219219
</span>
220220
<div class="flex">
221221
<el-switch

0 commit comments

Comments
 (0)