@n8n/i18n 2.18.3 → 2.18.5

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
@@ -2011,6 +2011,7 @@ var en_default = {
2011
2011
  "aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
2012
2012
  "aiGateway.toggle.topUp": "Top up",
2013
2013
  "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2014
+ "aiGateway.wallet.noCredits": "No credits",
2014
2015
  "aiGateway.credentialMode.sectionLabel": "Credential",
2015
2016
  "aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
2016
2017
  "aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
@@ -3991,6 +3992,8 @@ var en_default = {
3991
3992
  "workflows.publishModal.noChanges": "No changes to publish",
3992
3993
  "workflows.publishModal.changes": "New changes to publish",
3993
3994
  "workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
3995
+ "workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
3996
+ "workflows.publishModal.aiGatewayWarning.body": "uses an n8n Connect credential. Once your n8n Connect balance is depleted, this workflow will stop working. | use n8n Connect credentials. Once your n8n Connect balance is depleted, this workflow will stop working.",
3994
3997
  "importCurlModal.title": "Import cURL command",
3995
3998
  "importCurlModal.input.label": "cURL Command",
3996
3999
  "importCurlModal.input.placeholder": "Paste the cURL command here",
@@ -4221,6 +4224,7 @@ var en_default = {
4221
4224
  "settings.n8nConnect.usage.col.cost": "Cost (USD)",
4222
4225
  "settings.n8nConnect.usage.empty": "No usage records found.",
4223
4226
  "settings.n8nConnect.usage.loadMore": "Load more",
4227
+ "settings.n8nConnect.usage.openExecution": "Open execution",
4224
4228
  "settings.n8nConnect.wallet.title": "Balance",
4225
4229
  "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
4226
4230
  "settings.n8nConnect.wallet.quota": "budget",
@@ -5114,6 +5118,27 @@ var en_default = {
5114
5118
  "instanceAi.sidebar.group.older": "Older",
5115
5119
  "instanceAi.sidebar.renameThread": "Rename",
5116
5120
  "instanceAi.sidebar.deleteThread": "Delete",
5121
+ "instanceAi.connections.title": "Connections",
5122
+ "instanceAi.connections.empty.title": "No connections yet",
5123
+ "instanceAi.connections.empty.cta": "Setup computer use",
5124
+ "instanceAi.connections.add.computerUse": "Computer Use",
5125
+ "instanceAi.connections.add.browserUse": "Browser Use",
5126
+ "instanceAi.connections.add.nothingAvailableTooltip": "All connections are already added",
5127
+ "instanceAi.connections.row.connect": "Connect",
5128
+ "instanceAi.connections.row.disconnect": "Disconnect",
5129
+ "instanceAi.connections.disconnectError.title": "Gateway disconnect failed",
5130
+ "instanceAi.connections.disconnectError.message": "Failed to disconnect gateway",
5131
+ "instanceAi.connections.row.remove": "Remove",
5132
+ "instanceAi.connections.row.settings": "Setup",
5133
+ "instanceAi.connections.row.status.connected": "Connected",
5134
+ "instanceAi.connections.row.status.waiting": "Waiting…",
5135
+ "instanceAi.connections.row.status.disconnected": "Disconnected",
5136
+ "instanceAi.connections.types.computerUse.subtitle": "Computer use",
5137
+ "instanceAi.connections.types.browserUse.subtitle": "Browser use",
5138
+ "instanceAi.browserUse.step.extension.title": "Install the Chrome extension",
5139
+ "instanceAi.browserUse.step.extension.description": "Install the n8n Browser Use extension for Google Chrome so the agent can control your browser.",
5140
+ "instanceAi.browserUse.step.extension.cta": "Install Chrome extension",
5141
+ "instanceAi.browserUse.step.extension.waiting": "Waiting for extension to connect…",
5117
5142
  "instanceAi.error.sendFailed": "Failed to send message",
5118
5143
  "instanceAi.view.reconnecting": "Reconnecting...",
5119
5144
  "instanceAi.agentTree.subAgent": "Sub-agent",
@@ -5127,6 +5152,7 @@ var en_default = {
5127
5152
  "instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
5128
5153
  "instanceAi.artifactsPanel.tasks": "Tasks",
5129
5154
  "instanceAi.artifactsPanel.openWorkflow": "Open",
5155
+ "instanceAi.artifactsPanel.archived": "Archived",
5130
5156
  "instanceAi.delegateCard.implementsStep": "Step {step}",
5131
5157
  "instanceAi.delegateCard.delegatingTo": "Delegating to",
5132
5158
  "instanceAi.delegateCard.briefing": "Briefing",
@@ -5491,12 +5517,6 @@ var en_default = {
5491
5517
  "instanceAi.activitySummary.messages": "{count} messages",
5492
5518
  "instanceAi.activitySummary.questions": "{count} answered questions",
5493
5519
  "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
5520
  "projects.menu.instanceAi": "AI Assistant",
5501
5521
  "chatInputBase.button.attach": "Attach files",
5502
5522
  "instanceAi.filesystem.access.read": "Read only",
@@ -5526,19 +5546,17 @@ var en_default = {
5526
5546
  "instanceAi.welcomeModal.enable": "Enable",
5527
5547
  "instanceAi.welcomeModal.skip": "Skip for now",
5528
5548
  "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.",
5549
+ "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
5550
  "instanceAi.welcomeModal.gateway.os.mac": "Mac",
5532
5551
  "instanceAi.welcomeModal.gateway.os.windows": "Windows",
5533
5552
  "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
5553
  "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"
5554
+ "instanceAi.welcomeModal.gateway.alreadyRunning": "Already running <code>npx {'@'}n8n/computer-use</code>?",
5555
+ "instanceAi.welcomeModal.gateway.connect": "Connect",
5556
+ "instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command below.",
5557
+ "instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
5558
+ "instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
5559
+ "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
5560
  };
5543
5561
 
5544
5562
  //#endregion