Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
chore: add i18n text
  • Loading branch information
erha19 committed Mar 6, 2025
commit caf10136878780f24630586cc38db9fd0fcd2a5d
15 changes: 15 additions & 0 deletions packages/i18n/src/common/zh-CN.lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1352,9 +1352,24 @@ export const localizationBundle = {
'ai.native.mcp.terminal.allow-question': '是否允许运行命令?',
'ai.native.mcp.terminal.allow': '允许',
'ai.native.mcp.terminal.deny': '拒绝',

// MCP Server Configuration
'ai.native.mcp.name': '名称:',
'ai.native.mcp.command': '命令:',
'ai.native.mcp.args': '参数:',
'ai.native.mcp.env': '环境变量:',
'ai.native.mcp.type': '类型:',
'ai.native.mcp.stdio': 'Command',
'ai.native.mcp.sse': 'SSE',
'ai.native.mcp.buttonSave': '添加',
'ai.native.mcp.buttonUpdate': '更新',
'ai.native.mcp.buttonCancel': '取消',
'ai.native.mcp.addMCPServer.title': '添加 MCP 服务器',
'ai.native.mcp.editMCPServer.title': '编辑 MCP 服务器',
'ai.native.mcp.serverHost.placeHolder': '输入服务器主机',
'ai.native.mcp.command.placeHolder': '输入命令',
'ai.native.mcp.args.placeHolder': '输入参数',
'ai.native.mcp.env.placeHolder': 'KEY=value(每行一个)',
'ai.native.mcp.name.placeHolder': '输入服务器名称',
},
};
Loading