en.json
1 { 2 "desc": {}, 3 "dxt": { 4 "title": "MCP Bundles", 5 "name": "Name", 6 "version": "Version", 7 "description": "Description", 8 "author": { 9 "name": "Author Name", 10 "email": "E-mail", 11 "url": "URL" 12 }, 13 "license": "License", 14 "url": "URL", 15 "type": "Type", 16 "user-config": "User Config", 17 "platform": "Platform", 18 "keywords": "Keywords", 19 "repository": "Repository", 20 "homepage": "Homepage", 21 "support": "Support", 22 "documentation": "Documentation", 23 "tools": "Tools", 24 "required": "Please provide the parameter", 25 "number-range": "Allowed value range is {min} ~ {max}" 26 }, 27 "elicitation": { 28 "title": "Elicitation", 29 "accept": "Accept", 30 "decline": "Decline", 31 "string": { 32 "too-short": "Minimum allowed length is {min}", 33 "too-long": "Maximium allowed length is {max}" 34 } 35 }, 36 "title": { 37 "main": "MCP Screen", 38 "chat": "Chat Screen", 39 "agent": "Agent Screen", 40 "setting": "Setting Screen", 41 "error": "Unknown Error" 42 }, 43 "mcp": { 44 "config": "Server Config", 45 "stdio": "Stdio Config", 46 "file": "Archive File", 47 "add": "Add MCP Server", 48 "init": "Start MCP Servers", 49 "stop": "Stop MCP Servers", 50 "search": "MCP Registry Lookup", 51 "total": "Total Servers", 52 "read": "Read", 53 "minutes": "minutes", 54 "open": "Reveal Config File", 55 "updated": "MCP Severs Updated" 56 }, 57 "menu": { 58 "change-theme": "Change Theme", 59 "change-language": "Change Language", 60 "increase-count": "Count 1 increment", 61 "documentation": "Documentation", 62 "github": "Source Code", 63 "open-file": "Open a text file" 64 }, 65 "locale": { 66 "title": "Language" 67 }, 68 "chat": { 69 "wipe": "Wipe", 70 "reg": "Regenerate", 71 "continue": "Continue", 72 "reduce": "Drop older messages", 73 "token-refresh": "Invalid API key, updating now...", 74 "token-fail": "Update API key failed.", 75 "select-model": "Select Model", 76 "select-agent": "Select Agent", 77 "delete": "Delete History", 78 "download": "Download History" 79 }, 80 "prompt": { 81 "title": "Server Prompt", 82 "get": "Get" 83 }, 84 "resource": { 85 "list": "Resource List", 86 "total": "Total Resources" 87 }, 88 "agent": { 89 "config": "Agent Config", 90 "prompt": "System Prompt", 91 "tools": "List of tools", 92 "no-tools": "No MCP servers with tools was connected.", 93 "all": "All tools", 94 "selected": "Selected Tools", 95 "cancel": "Cancel", 96 "save": "Save", 97 "add": "Add Agent", 98 "reset": "Reset Agent" 99 }, 100 "sampling": { 101 "title": "Sampling", 102 "comp": "Start completions", 103 "pause": "Pause", 104 "continue": "Continue", 105 "reject": "Reject sampling", 106 "confirm": "Confirm completions", 107 "confirm-last": "Confirm completions with last sampling" 108 }, 109 "setting": { 110 "title-api": "API Setting", 111 "title-model": "Model Configuration", 112 "name": "Name", 113 "apikey": "API Key", 114 "dialog": "CLI Execution", 115 "exec": "EXEC", 116 "url": "URL", 117 "path": "Path", 118 "model": "Model", 119 "advanced": "Advanced", 120 "method": "HTTP Method", 121 "stream": "Stream", 122 "mcp": "Tools", 123 "max-tokens-prefix": "Max Tokens Prefix", 124 "temperature": "Temperature", 125 "topP": "Top P", 126 "enable-thinking": "Enable Thinking", 127 "enable-thinking-tip": "Will override thinking/enable_thinking in extra body", 128 "enable-extra-body": "Enable Extra Body", 129 "extra-body": "Extra Body", 130 "reasoning-effort": "Reasoning Effort", 131 "auth-header": "Auth Header", 132 "auth-prefix": "Auth Prefix", 133 "config-file": "Load Config File", 134 "add": "Add Config", 135 "reset": "Reset Config" 136 }, 137 "validation": { 138 "invalid-number": "Should be a valid number", 139 "number-range": "Value range should between {min} and {max}" 140 }, 141 "snackbar": { 142 "addnew": "New session Initiated.", 143 "addfail": "Already in a fresh session.", 144 "no-mcp-config": "Please provide a valid MCP Config JSON with server name", 145 "stopped": "Generating stopped.", 146 "parse-stream-fail": "Cannot read the stream.", 147 "parse-config-fail": "Cannot parse the config file.", 148 "copied": "Copied to clipboard." 149 }, 150 "general": { 151 "edit": "Edit", 152 "example": "Example", 153 "delete": "Delete", 154 "reset": "Reset" 155 } 156 }