feat: update MCP tips

This commit is contained in:
nite-knite
2025-06-30 18:55:42 +08:00
parent 4fe3c7c63f
commit eb397bc96f
3 changed files with 17 additions and 9 deletions

View File

@ -167,11 +167,12 @@ const translation = {
name: 'Name & Icon',
namePlaceholder: 'Name your MCP server',
serverUrl: 'Server URL',
serverUrlPlaceholder: 'URL to server endpiont',
warning: 'Updating the server address may affect applications currently using this MCP',
serverUrlPlaceholder: 'URL to server endpoint',
serverUrlWarning: 'Updating the server address may disrupt applications that depend on this server',
serverIdentifier: 'Server Identifier',
serverIdentifierTip: 'This text will be displayed on the client side, providing basic guidance on how to use the application',
serverIdentifierPlaceholder: 'Unique identifier for this server',
serverIdentifierTip: 'Unique identifier for the MCP server ID within the workspace. Lowercase letters, numbers, underscores, and hyphens only. Up to 24 characters.',
serverIdentifierPlaceholder: 'Unique identifier, e.g., my-mcp-server',
serverIdentifierWarning: 'The server wont be recognized by existing apps after an ID change',
cancel: 'Cancel',
save: 'Save',
confirm: 'Add & Authorize',

View File

@ -168,10 +168,11 @@ const translation = {
namePlaceholder: '命名你的 MCP 服务',
serverUrl: '服务端点 URL',
serverUrlPlaceholder: '服务端点的 URL',
warning: '修改服务端点 URL 可能会影响使用当前 MCP 的应用。',
serverUrlWarning: '修改服务端点 URL 可能会影响使用当前 MCP 的应用。',
serverIdentifier: '服务器标识符',
serverIdentifierTip: '此文本将在客户端显示,为如何使用应用程序提供基本指导',
serverIdentifierPlaceholder: '此服务器的唯一标识符',
serverIdentifierWarning: '更改服务器标识符后,现有应用将无法识别此服务器',
cancel: '取消',
save: '保存',
confirm: '添加并授权',