@n8n/i18n 2.18.3 → 2.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -5114,6 +5114,27 @@ var en_default = {
5114
5114
  "instanceAi.sidebar.group.older": "Older",
5115
5115
  "instanceAi.sidebar.renameThread": "Rename",
5116
5116
  "instanceAi.sidebar.deleteThread": "Delete",
5117
+ "instanceAi.connections.title": "Connections",
5118
+ "instanceAi.connections.empty.title": "No connections yet",
5119
+ "instanceAi.connections.empty.cta": "Setup computer use",
5120
+ "instanceAi.connections.add.computerUse": "Computer Use",
5121
+ "instanceAi.connections.add.browserUse": "Browser Use",
5122
+ "instanceAi.connections.add.nothingAvailableTooltip": "All connections are already added",
5123
+ "instanceAi.connections.row.connect": "Connect",
5124
+ "instanceAi.connections.row.disconnect": "Disconnect",
5125
+ "instanceAi.connections.disconnectError.title": "Gateway disconnect failed",
5126
+ "instanceAi.connections.disconnectError.message": "Failed to disconnect gateway",
5127
+ "instanceAi.connections.row.remove": "Remove",
5128
+ "instanceAi.connections.row.settings": "Setup",
5129
+ "instanceAi.connections.row.status.connected": "Connected",
5130
+ "instanceAi.connections.row.status.waiting": "Waiting…",
5131
+ "instanceAi.connections.row.status.disconnected": "Disconnected",
5132
+ "instanceAi.connections.types.computerUse.subtitle": "Computer use",
5133
+ "instanceAi.connections.types.browserUse.subtitle": "Browser use",
5134
+ "instanceAi.browserUse.step.extension.title": "Install the Chrome extension",
5135
+ "instanceAi.browserUse.step.extension.description": "Install the n8n Browser Use extension for Google Chrome so the agent can control your browser.",
5136
+ "instanceAi.browserUse.step.extension.cta": "Install Chrome extension",
5137
+ "instanceAi.browserUse.step.extension.waiting": "Waiting for extension to connect…",
5117
5138
  "instanceAi.error.sendFailed": "Failed to send message",
5118
5139
  "instanceAi.view.reconnecting": "Reconnecting...",
5119
5140
  "instanceAi.agentTree.subAgent": "Sub-agent",
@@ -5491,12 +5512,6 @@ var en_default = {
5491
5512
  "instanceAi.activitySummary.messages": "{count} messages",
5492
5513
  "instanceAi.activitySummary.questions": "{count} answered questions",
5493
5514
  "instanceAi.activitySummary.subagents": "{count} subagents",
5494
- "instanceAi.filesystem.label": "Allow AI Assistant to Connect to My Computer",
5495
- "instanceAi.filesystem.description": "Enables the AI Assistant to use your local computer to read and write files, execute commands and use your browser",
5496
- "instanceAi.filesystem.connected": "Files connected",
5497
- "instanceAi.filesystem.connectWaiting": "Connecting...",
5498
- "instanceAi.filesystem.copied": "Copied!",
5499
- "instanceAi.filesystem.setupCommand": "Run in your terminal to connect:",
5500
5515
  "projects.menu.instanceAi": "AI Assistant",
5501
5516
  "chatInputBase.button.attach": "Attach files",
5502
5517
  "instanceAi.filesystem.access.read": "Read only",
@@ -5526,19 +5541,17 @@ var en_default = {
5526
5541
  "instanceAi.welcomeModal.enable": "Enable",
5527
5542
  "instanceAi.welcomeModal.skip": "Skip for now",
5528
5543
  "instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
5529
- "instanceAi.welcomeModal.gateway.optional": "Optional",
5530
- "instanceAi.welcomeModal.gateway.description": "Allow AI Assistant to work with local files, run terminal commands, and control your browser so it can help build automations on your machine.<br><br>It connects through n8n Computer Use, a lightweight local process you can disconnect anytime.",
5544
+ "instanceAi.welcomeModal.gateway.description": "Allow AI Assistant to work with local files, run terminal commands, and control your browser so it can help build automations on your machine. It connects through n8n Computer Use, a lightweight local process you can disconnect anytime.",
5531
5545
  "instanceAi.welcomeModal.gateway.os.mac": "Mac",
5532
5546
  "instanceAi.welcomeModal.gateway.os.windows": "Windows",
5533
5547
  "instanceAi.welcomeModal.gateway.os.linux": "Linux",
5534
- "instanceAi.welcomeModal.gateway.commandLabel": "Copy and run this in your terminal:",
5535
- "instanceAi.welcomeModal.gateway.connected": "Connected successfully",
5536
5548
  "instanceAi.welcomeModal.gateway.waiting": "Waiting for connection...",
5537
- "instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command above. You can enable this later under Settings > Computer Use.",
5538
- "instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command above. You can enable this later under Settings > Computer Use.",
5539
- "instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command above. You can enable this later under Settings > Computer Use.",
5540
- "instanceAi.welcomeModal.gateway.skip": "Skip and set up later",
5541
- "instanceAi.welcomeModal.gateway.done": "Done"
5549
+ "instanceAi.welcomeModal.gateway.alreadyRunning": "Already running <code>npx {'@'}n8n/computer-use</code>?",
5550
+ "instanceAi.welcomeModal.gateway.connect": "Connect",
5551
+ "instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command below.",
5552
+ "instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
5553
+ "instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
5554
+ "instanceAi.welcomeModal.gateway.browserAutomationHint": "Want browser automation? Install the <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">n8n Browser Use Chrome extension</a> so the agent can control your browser."
5542
5555
  };
5543
5556
 
5544
5557
  //#endregion