chore: add tool creation labels in multiple languages

--bug=1060683 --user=刘瑞斌 【工具】-创建功能列表中,“空白创建”应该改成“创建工具” https://www.tapd.cn/62980211/s/1759252
v3.2
CaptainB 2025-08-21 14:08:58 +08:00
parent 452fd53310
commit 878f8c0ac4
4 changed files with 8 additions and 4 deletions

View File

@ -38,6 +38,8 @@ export default {
},
form: {
create: 'Create Tool',
createMcp: 'Create MCP',
toolName: {
label: 'Name',
name: 'Tool Name',

View File

@ -32,6 +32,8 @@ export default {
saveMessage: '当前的更改尚未保存,确认退出吗?',
},
form: {
create: '创建工具',
createMcp: '创建MCP',
toolName: {
label: '名称',
name: '工具名称',

View File

@ -35,6 +35,8 @@ export default {
confirmMessage: '停用後,引用該工具的應用在查詢時會報錯,請謹慎操作。',
},
form: {
create: '建立工具',
createMcp: '建立MCP',
toolName: {
label: '名稱',
name: '工具名稱',

View File

@ -50,9 +50,7 @@
<img src="@/assets/workflow/icon_tool.svg" style="width: 58%" alt="" />
</el-avatar>
<div class="pre-wrap ml-8">
<div class="lighter">
{{ $t('views.application.form.appTemplate.blankApp.title') }}
</div>
<div class="lighter">{{ $t('views.tool.form.create') }}</div>
</div>
</div>
</el-dropdown-item>
@ -62,7 +60,7 @@
<img src="@/assets/workflow/icon_mcp.svg" style="width: 75%" alt="" />
</el-avatar>
<div class="pre-wrap ml-8">
<div class="lighter">{{ $t('common.create') }} MCP</div>
<div class="lighter">{{ $t('views.tool.form.createMcp') }}</div>
</div>
</div>
</el-dropdown-item>