strings.json 1.4 KB

12345678910111213141516171819202122
  1. {
  2. "mcpPassthroughConfig": "MCP Passthrough Configuration",
  3. "mcpPassthroughConfigCustom": "Custom (Reserved)",
  4. "mcpPassthroughConfigGlm": "GLM",
  5. "mcpPassthroughConfigMinimax": "Minimax",
  6. "mcpPassthroughConfigNone": "Disabled",
  7. "mcpPassthroughCustomDesc": "Pass through to custom MCP service (reserved, not implemented yet)",
  8. "mcpPassthroughCustomLabel": "Custom",
  9. "mcpPassthroughDesc": "When enabled, pass through MCP tool calls to specified AI provider (e.g. minimax for image recognition, web search)",
  10. "mcpPassthroughGlmDesc": "Pass through to GLM MCP service (supports image analysis, video analysis, etc.)",
  11. "mcpPassthroughGlmLabel": "GLM",
  12. "mcpPassthroughHint": "Hint: MCP passthrough allows Claude Code client to use tool capabilities provided by third-party AI providers (e.g. image recognition, web search)",
  13. "mcpPassthroughMinimaxDesc": "Pass through to minimax MCP service (supports image recognition, web search, etc.)",
  14. "mcpPassthroughMinimaxLabel": "Minimax",
  15. "mcpPassthroughNoneDesc": "Do not enable MCP passthrough (default)",
  16. "mcpPassthroughNoneLabel": "Disabled",
  17. "mcpPassthroughSelect": "Passthrough Type",
  18. "mcpPassthroughUrlAuto": "Auto-extracted: {url}",
  19. "mcpPassthroughUrlDesc": "MCP service base URL. Leave empty to auto-extract from provider URL",
  20. "mcpPassthroughUrlLabel": "MCP Passthrough URL",
  21. "mcpPassthroughUrlPlaceholder": "https://api.minimaxi.com"
  22. }