jan/web-app/src/locales/en/mcp-servers.json
2025-09-19 23:25:01 +07:00

48 lines
2.0 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",
"success": "MCP server {{serverName}} deleted successfully"
},
"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",
"errorInvalidType": "Invalid type '{{type}}' for server '{{serverName}}'. Type 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"
}