jan/web-app/src/locales/en/mcp-servers.json
2025-09-16 17:20:14 +07:00

50 lines
2.2 KiB
JSON

{
"editServer": "Edit MCP Server",
"addServer": "Add MCP Server",
"serverName": "Server Name",
"enterServerName": "Enter server name",
"command": "Command",
"enterCommand": "Enter command (uvx or npx)",
"arguments": "Arguments",
"argument": "Argument {{index}}",
"envVars": "Environment Variables",
"key": "Key",
"value": "Value",
"save": "Save",
"status": "Status",
"connected": "Connected",
"disconnected": "Disconnected",
"deleteServer": {
"title": "Delete MCP Server",
"description": "Are you sure you want to delete the MCP server {{serverName}}? This action cannot be undone.",
"delete": "Delete"
},
"editJson": {
"title": "Edit JSON for MCP Server: {{serverName}}",
"titleAll": "Edit All MCP Servers JSON",
"placeholder": "Enter JSON configuration",
"errorParse": "Failed to parse initial data",
"errorPaste": "Invalid JSON format in pasted content",
"errorFormat": "Invalid JSON format",
"errorServerName": "Server name is required and cannot be empty",
"errorMissingServerNameKey": "JSON must be structured as {\"serverName\": {config}} - missing server name key",
"errorServerConfig": "Invalid server configuration for '{{serverName}}'",
"errorMissingCommand": "Missing required 'command' field for server '{{serverName}}'",
"errorMissingUrl": "Missing required 'url' field for server '{{serverName}}'",
"errorInvalidType": "Invalid transport type for server '{{serverName}}'. Must be 'stdio', 'http', or 'sse'",
"save": "Save"
},
"checkParams": "Please check the parameters according to the tutorial.",
"title": "MCP Servers",
"experimental": "Experimental",
"editAllJson": "Edit All Servers JSON",
"findMore": "Find more MCP servers at",
"allowPermissions": "Allow All MCP Tool Permissions",
"allowPermissionsDesc": "When enabled, all MCP tool calls will be automatically approved without showing permission dialogs. This setting applies globally to all conversations, including new chats.",
"noServers": "No MCP servers found",
"args": "Args",
"env": "Env",
"serverStatusActive": "Server {{serverKey}} activated successfully",
"serverStatusInactive": "Server {{serverKey}} deactivated successfully"
}