Newer
Older
ExoLauncher / src / locales / en.json
{
  "common": {
    "dashboard": "Dashboard",
    "configuration": "Configuration",
    "version": "v{{version}}",
    "loading": "Loading items...",
    "status": "Live"
  },
  "sidebar": {
    "queues": "QUEUES",
    "pending": "Pending Items",
    "history": "Approved History",
    "settings": "SETTINGS",
    "mcp_servers": "MCP Servers",
    "network": "Network & Security"
  },
  "views": {
    "pending_approvals": "Pending Approvals",
    "mcp_settings": "MCP Connection Settings",
    "empty": "Queue is empty. Everything is processed.",
    "approve": "Approve & Send",
    "reject": "Reject",
    "rejection_comment": "Enter rejection feedback:",
    "copy_json": "Copy JSON",
    "copied": "Copied!",
    "note": "Note",
    "sse_note": "ExoLauncher is running as an SSE-based MCP gateway. This allows multiple clients to connect concurrently without managing local executable paths.",
    "mcp_config_help": "Copy this snippet into your agent's mcp_config.json to connect to ExoLauncher."
  },
  "settings": {
    "language": "Language",
    "en": "English",
    "ja": "Japanese"
  }
}