@n8n/i18n 2.18.3 → 2.19.0
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 +58 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +52 -44
- package/dist/index.d.mts +52 -44
- package/dist/index.mjs +58 -50
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +52 -44
- package/dist/types2.d.mts +52 -44
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
|
@@ -222,7 +222,7 @@ var en_default = {
|
|
|
222
222
|
"auth.confirmPassword": "Confirm password",
|
|
223
223
|
"auth.confirmPassword.currentPassword": "Current password",
|
|
224
224
|
"auth.confirmPassword.confirmPasswordToChangeEmail": "Please confirm your password in order to change your email address.",
|
|
225
|
-
"auth.defaultPasswordRequirements": "
|
|
225
|
+
"auth.defaultPasswordRequirements": "{minimum}+ characters, at least 1 number and 1 capital letter",
|
|
226
226
|
"auth.validation.missingParameters": "Missing token or user id",
|
|
227
227
|
"auth.email": "Email",
|
|
228
228
|
"auth.firstName": "First Name",
|
|
@@ -552,6 +552,7 @@ var en_default = {
|
|
|
552
552
|
"chatHub.chat.header.button.editAgent": "Edit Agent",
|
|
553
553
|
"chatHub.chat.header.button.newChat": "New Chat",
|
|
554
554
|
"chatHub.chat.header.button.openWorkflow": "Open Workflow",
|
|
555
|
+
"chatHub.chat.header.button.manageConnections": "Manage connections",
|
|
555
556
|
"chatHub.chat.prompt.microphone.accessDenied": "Microphone access denied",
|
|
556
557
|
"chatHub.chat.prompt.microphone.allowAccess": "Please allow microphone access to use voice input",
|
|
557
558
|
"chatHub.chat.prompt.microphone.noSpeech": "No speech detected. Please try again",
|
|
@@ -1193,37 +1194,22 @@ var en_default = {
|
|
|
1193
1194
|
"experiments.personalizedTemplatesV3.recommendedForYou": "Recommended for you",
|
|
1194
1195
|
"experiments.resourceCenter.badge.noCredentials": "No Credentials Needed",
|
|
1195
1196
|
"experiments.resourceCenter.badge.noSetup": "No Setup Needed",
|
|
1196
|
-
"experiments.resourceCenter.
|
|
1197
|
+
"experiments.resourceCenter.badge.readyToRun": "Ready to Run",
|
|
1198
|
+
"experiments.resourceCenter.badge.template": "Template",
|
|
1199
|
+
"experiments.resourceCenter.badge.video": "Video",
|
|
1200
|
+
"experiments.resourceCenter.cta.runWorkflow": "Run workflow",
|
|
1197
1201
|
"experiments.resourceCenter.getInspired.title": "Get Inspired",
|
|
1198
|
-
"experiments.resourceCenter.gettingStarted.title": "Getting Started",
|
|
1199
|
-
"experiments.resourceCenter.learnAnything.title": "Learn Anything",
|
|
1200
|
-
"experiments.resourceCenter.quickStart.title": "Quick Start",
|
|
1201
|
-
"experiments.resourceCenter.seeMore": "See more",
|
|
1202
|
-
"experiments.resourceCenter.sidebar": "Resources",
|
|
1203
|
-
"experiments.resourceCenter.sidebar.inspiration": "Inspiration",
|
|
1204
|
-
"experiments.resourceCenter.templateCard.useNow": "▶ Run workflow",
|
|
1205
|
-
"experiments.resourceCenter.templatePreviews.title": "Popular Templates",
|
|
1206
|
-
"experiments.resourceCenter.title": "Resources",
|
|
1207
|
-
"experiments.resourceCenter.viewAllTemplates": "View all templates",
|
|
1208
|
-
"experiments.resourceCenter.youtubeInspiration.title": "Inspiration Videos",
|
|
1209
|
-
"experiments.resourceCenter.youtubeLearn.title": "Learning Videos",
|
|
1210
1202
|
"experiments.resourceCenter.getStarted.title": "Get started",
|
|
1211
1203
|
"experiments.resourceCenter.learnN8n.title": "Learn to use n8n",
|
|
1212
|
-
"experiments.resourceCenter.featuredVideos.title": "Featured video tutorials",
|
|
1213
|
-
"experiments.resourceCenter.quickTips.title": "Quick tips",
|
|
1214
|
-
"experiments.resourceCenter.masterclass.title": "Masterclasses",
|
|
1215
|
-
"experiments.resourceCenter.learnTemplates.title": "Starter templates",
|
|
1216
|
-
"experiments.resourceCenter.popularTemplates.title": "Popular templates",
|
|
1217
|
-
"experiments.resourceCenter.automationIdeas.title": "Automation ideas",
|
|
1218
1204
|
"experiments.resourceCenter.sandbox.easySetup": "No setup needed",
|
|
1219
|
-
"experiments.resourceCenter.
|
|
1220
|
-
"experiments.resourceCenter.
|
|
1205
|
+
"experiments.resourceCenter.search.noResults": "No results found",
|
|
1206
|
+
"experiments.resourceCenter.search.placeholder": "Search templates and guides…",
|
|
1221
1207
|
"experiments.resourceCenter.sandbox.nodes": "{count} nodes",
|
|
1222
|
-
"experiments.resourceCenter.
|
|
1223
|
-
"experiments.resourceCenter.course.lessons": "{count} lessons",
|
|
1224
|
-
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1208
|
+
"experiments.resourceCenter.sidebar": "Resources",
|
|
1225
1209
|
"experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
|
|
1210
|
+
"experiments.resourceCenter.title": "Resources",
|
|
1226
1211
|
"experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
|
|
1212
|
+
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1227
1213
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
1228
1214
|
error: "Error",
|
|
1229
1215
|
"error.goBack": "Go back",
|
|
@@ -1636,6 +1622,7 @@ var en_default = {
|
|
|
1636
1622
|
"mainSidebar.showMessage.handleSelect2.title": "Workflow created",
|
|
1637
1623
|
"mainSidebar.showMessage.handleSelect3.title": "Workflow created",
|
|
1638
1624
|
"mainSidebar.showMessage.handleArchive.title": "Workflow '{workflowName}' archived",
|
|
1625
|
+
"mainSidebar.showMessage.handleArchive.message": "Delete permanently",
|
|
1639
1626
|
"mainSidebar.showMessage.handleUnarchive.title": "Workflow '{workflowName}' unarchived",
|
|
1640
1627
|
"mainSidebar.showMessage.stopExecution.title": "Execution stopped",
|
|
1641
1628
|
"mainSidebar.workflows": "Workflows",
|
|
@@ -2273,6 +2260,10 @@ var en_default = {
|
|
|
2273
2260
|
"oauth.consentView.action.listWorkflows": "Get a list of your workflows",
|
|
2274
2261
|
"oauth.consentView.action.workflowDetails": "Get details for a specific workflow",
|
|
2275
2262
|
"oauth.consentView.action.executeWorkflows": "Execute workflows on your behalf",
|
|
2263
|
+
"oauth.consentView.action.executionDetails": "Get details for a specific workflow execution",
|
|
2264
|
+
"oauth.consentView.action.createUpdateWorkflows": "Create and update workflows on your behalf",
|
|
2265
|
+
"oauth.consentView.action.createDataTables": "Create and update data tables on your behalf",
|
|
2266
|
+
"oauth.consentView.action.searchProjectsAndFolders": "Search for projects and folders",
|
|
2276
2267
|
"oauth.consentView.readMore": "Read more <a href='{docsUrl}' target='_blank'>here</a>",
|
|
2277
2268
|
"oauth.consentView.error.deny": "Error denying access",
|
|
2278
2269
|
"oauth.consentView.error.allow": "Error allowing access",
|
|
@@ -2989,6 +2980,7 @@ var en_default = {
|
|
|
2989
2980
|
"settings.log-streaming.actionBox.description": "Log Streaming is available as a paid feature. Learn more about it.",
|
|
2990
2981
|
"settings.log-streaming.actionBox.button": "See plans",
|
|
2991
2982
|
"settings.log-streaming.infoText": "Send logs to external endpoints of your choice. You can also write logs to a file or the console using environment variables. <a href=\"https://docs.n8n.io/log-streaming/\" target=\"_blank\">More info</a>",
|
|
2983
|
+
"settings.log-streaming.managedByEnv": "Log streaming destinations are managed via environment variables and cannot be modified from the UI.",
|
|
2992
2984
|
"settings.log-streaming.addFirstTitle": "Set up a destination to get started",
|
|
2993
2985
|
"settings.log-streaming.addFirst": "Add your first destination by clicking on the button and selecting a destination type.",
|
|
2994
2986
|
"settings.log-streaming.saving": "Saving",
|
|
@@ -3130,6 +3122,8 @@ var en_default = {
|
|
|
3130
3122
|
"settings.provisioningConfirmDialog.button.cancel": "Cancel",
|
|
3131
3123
|
"settings.provisioningConfirmDialog.button.downloadProjectRolesCsv": "Existing project role access settings CSV",
|
|
3132
3124
|
"settings.provisioningConfirmDialog.button.downloadInstanceRolesCsv": "Existing instance role settings CSV",
|
|
3125
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.warning": "Existing project mapping rules will be permanently deleted.",
|
|
3126
|
+
"settings.provisioningConfirmDialog.projectRulesDeletion.description": "Saving this change removes all project role mapping rules. Download the project roles CSV above before saving so you can recreate them if needed.",
|
|
3133
3127
|
"settings.provisioningInstanceRolesHandledBySsoProvider.description": "User management and instance roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
3134
3128
|
"settings.provisioningInstanceRolesHandledByExpressionMapping.description": "Instance roles are managed automatically by expression-based role mapping rules. Manual role changes are disabled.",
|
|
3135
3129
|
"settings.provisioningProjectRolesHandledBySsoProvider.description": "User management and project roles are controlled by your SSO provider. Contact your n8n instance owner or admin to make changes.",
|
|
@@ -3991,6 +3985,8 @@ var en_default = {
|
|
|
3991
3985
|
"workflows.publishModal.noChanges": "No changes to publish",
|
|
3992
3986
|
"workflows.publishModal.changes": "New changes to publish",
|
|
3993
3987
|
"workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
|
|
3988
|
+
"workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
|
|
3989
|
+
"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
3990
|
"importCurlModal.title": "Import cURL command",
|
|
3995
3991
|
"importCurlModal.input.label": "cURL Command",
|
|
3996
3992
|
"importCurlModal.input.placeholder": "Paste the cURL command here",
|
|
@@ -4162,6 +4158,8 @@ var en_default = {
|
|
|
4162
4158
|
"dataTable.addRow.label": "Add Row",
|
|
4163
4159
|
"dataTable.addRow.error": "Error adding row",
|
|
4164
4160
|
"dataTable.updateRow.error": "Error updating row",
|
|
4161
|
+
"dataTable.updateRow.numberPrecisionWarning.title": "Number precision may be lost",
|
|
4162
|
+
"dataTable.updateRow.numberPrecisionWarning.message": "Values above 9,007,199,254,740,991 can lose precision. Store large numbers as text if you need exact values.",
|
|
4165
4163
|
"dataTable.deleteRows.title": "Delete Rows",
|
|
4166
4164
|
"dataTable.deleteRows.confirmation": "Are you sure you want to delete {count} row? | Are you sure you want to delete {count} rows?",
|
|
4167
4165
|
"dataTable.deleteRows.error": "Error deleting rows",
|
|
@@ -4221,6 +4219,7 @@ var en_default = {
|
|
|
4221
4219
|
"settings.n8nConnect.usage.col.cost": "Cost (USD)",
|
|
4222
4220
|
"settings.n8nConnect.usage.empty": "No usage records found.",
|
|
4223
4221
|
"settings.n8nConnect.usage.loadMore": "Load more",
|
|
4222
|
+
"settings.n8nConnect.usage.openExecution": "Open execution",
|
|
4224
4223
|
"settings.n8nConnect.wallet.title": "Balance",
|
|
4225
4224
|
"settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
|
|
4226
4225
|
"settings.n8nConnect.wallet.quota": "budget",
|
|
@@ -4393,14 +4392,6 @@ var en_default = {
|
|
|
4393
4392
|
"settings.sso.settings.oidc.prompt.consent": "Consent (Ask the user to consent)",
|
|
4394
4393
|
"settings.sso.settings.oidc.prompt.select_account": "Select Account (Allow the user to select an account)",
|
|
4395
4394
|
"settings.sso.settings.oidc.prompt.create": "Create (Ask the OP to show the registration page first)",
|
|
4396
|
-
"settings.sso.settings.oidc.overrideBanner": "OIDC connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4397
|
-
"settings.sso.settings.userRoleProvisioning.label": "User role provisioning",
|
|
4398
|
-
"settings.sso.settings.userRoleProvisioning.help": "Manage instance and project roles from your SSO provider.",
|
|
4399
|
-
"settings.sso.settings.userRoleProvisioning.help.linkText": "Link to docs",
|
|
4400
|
-
"settings.sso.settings.userRoleProvisioning.option.disabled.label": "Managed in n8n",
|
|
4401
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceRole.label": "Instance role",
|
|
4402
|
-
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4403
|
-
"settings.sso.settings.userRoleProvisioning.option.expressionBased.label": "Expression-based mapping",
|
|
4404
4395
|
"settings.sso.settings.roleAssignment.label": "Role assignment",
|
|
4405
4396
|
"settings.sso.settings.roleAssignment.description": "Choose how roles are assigned to SSO users",
|
|
4406
4397
|
"settings.sso.settings.roleAssignment.manual": "Assigned manually in n8n",
|
|
@@ -4453,6 +4444,7 @@ var en_default = {
|
|
|
4453
4444
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
4454
4445
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
4455
4446
|
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
4447
|
+
"settings.sso.settings.envConfigBanner": "SSO connection is configured via environment variables. To modify, update the environment variables and restart n8n.",
|
|
4456
4448
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
4457
4449
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|
|
4458
4450
|
"settings.sso.actionBox.buttonText": "See plans",
|
|
@@ -5114,6 +5106,27 @@ var en_default = {
|
|
|
5114
5106
|
"instanceAi.sidebar.group.older": "Older",
|
|
5115
5107
|
"instanceAi.sidebar.renameThread": "Rename",
|
|
5116
5108
|
"instanceAi.sidebar.deleteThread": "Delete",
|
|
5109
|
+
"instanceAi.connections.title": "Connections",
|
|
5110
|
+
"instanceAi.connections.empty.title": "No connections yet",
|
|
5111
|
+
"instanceAi.connections.empty.cta": "Setup computer use",
|
|
5112
|
+
"instanceAi.connections.add.computerUse": "Computer Use",
|
|
5113
|
+
"instanceAi.connections.add.browserUse": "Browser Use",
|
|
5114
|
+
"instanceAi.connections.add.nothingAvailableTooltip": "All connections are already added",
|
|
5115
|
+
"instanceAi.connections.row.connect": "Connect",
|
|
5116
|
+
"instanceAi.connections.row.disconnect": "Disconnect",
|
|
5117
|
+
"instanceAi.connections.disconnectError.title": "Gateway disconnect failed",
|
|
5118
|
+
"instanceAi.connections.disconnectError.message": "Failed to disconnect gateway",
|
|
5119
|
+
"instanceAi.connections.row.remove": "Remove",
|
|
5120
|
+
"instanceAi.connections.row.settings": "Setup",
|
|
5121
|
+
"instanceAi.connections.row.status.connected": "Connected",
|
|
5122
|
+
"instanceAi.connections.row.status.waiting": "Waiting…",
|
|
5123
|
+
"instanceAi.connections.row.status.disconnected": "Disconnected",
|
|
5124
|
+
"instanceAi.connections.types.computerUse.subtitle": "Computer use",
|
|
5125
|
+
"instanceAi.connections.types.browserUse.subtitle": "Browser use",
|
|
5126
|
+
"instanceAi.browserUse.step.extension.title": "Install the Chrome extension",
|
|
5127
|
+
"instanceAi.browserUse.step.extension.description": "Install the n8n Browser Use extension for Google Chrome so the agent can control your browser.",
|
|
5128
|
+
"instanceAi.browserUse.step.extension.cta": "Install Chrome extension",
|
|
5129
|
+
"instanceAi.browserUse.step.extension.waiting": "Waiting for extension to connect…",
|
|
5117
5130
|
"instanceAi.error.sendFailed": "Failed to send message",
|
|
5118
5131
|
"instanceAi.view.reconnecting": "Reconnecting...",
|
|
5119
5132
|
"instanceAi.agentTree.subAgent": "Sub-agent",
|
|
@@ -5127,6 +5140,10 @@ var en_default = {
|
|
|
5127
5140
|
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5128
5141
|
"instanceAi.artifactsPanel.tasks": "Tasks",
|
|
5129
5142
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5143
|
+
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5144
|
+
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5145
|
+
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5146
|
+
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5130
5147
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5131
5148
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
5132
5149
|
"instanceAi.delegateCard.briefing": "Briefing",
|
|
@@ -5184,7 +5201,6 @@ var en_default = {
|
|
|
5184
5201
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5185
5202
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5186
5203
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5187
|
-
"instanceAi.workflowSetup.configureParameters": "Configure {count} parameter | Configure {count} parameters",
|
|
5188
5204
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5189
5205
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5190
5206
|
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
@@ -5491,12 +5507,6 @@ var en_default = {
|
|
|
5491
5507
|
"instanceAi.activitySummary.messages": "{count} messages",
|
|
5492
5508
|
"instanceAi.activitySummary.questions": "{count} answered questions",
|
|
5493
5509
|
"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
5510
|
"projects.menu.instanceAi": "AI Assistant",
|
|
5501
5511
|
"chatInputBase.button.attach": "Attach files",
|
|
5502
5512
|
"instanceAi.filesystem.access.read": "Read only",
|
|
@@ -5521,24 +5531,22 @@ var en_default = {
|
|
|
5521
5531
|
"instanceAi.welcomeModal.toggle.enabled": "Enabled",
|
|
5522
5532
|
"instanceAi.welcomeModal.toggle.disabled": "Disabled",
|
|
5523
5533
|
"instanceAi.welcomeModal.disclaimer": "Conversations are processed by external AI providers.",
|
|
5524
|
-
"instanceAi.welcomeModal.readMore": "Read more
|
|
5534
|
+
"instanceAi.welcomeModal.readMore": "Read more",
|
|
5525
5535
|
"instanceAi.welcomeModal.continue": "Continue",
|
|
5526
5536
|
"instanceAi.welcomeModal.enable": "Enable",
|
|
5527
5537
|
"instanceAi.welcomeModal.skip": "Skip for now",
|
|
5528
5538
|
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|
|
5529
|
-
"instanceAi.welcomeModal.gateway.
|
|
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.",
|
|
5539
|
+
"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
5540
|
"instanceAi.welcomeModal.gateway.os.mac": "Mac",
|
|
5532
5541
|
"instanceAi.welcomeModal.gateway.os.windows": "Windows",
|
|
5533
5542
|
"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
5543
|
"instanceAi.welcomeModal.gateway.waiting": "Waiting for connection...",
|
|
5537
|
-
"instanceAi.welcomeModal.gateway.
|
|
5538
|
-
"instanceAi.welcomeModal.gateway.
|
|
5539
|
-
"instanceAi.welcomeModal.gateway.instructions.
|
|
5540
|
-
"instanceAi.welcomeModal.gateway.
|
|
5541
|
-
"instanceAi.welcomeModal.gateway.
|
|
5544
|
+
"instanceAi.welcomeModal.gateway.alreadyRunning": "Already running <code>npx {'@'}n8n/computer-use</code>?",
|
|
5545
|
+
"instanceAi.welcomeModal.gateway.connect": "Connect",
|
|
5546
|
+
"instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command below.",
|
|
5547
|
+
"instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
|
|
5548
|
+
"instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
|
|
5549
|
+
"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
5550
|
};
|
|
5543
5551
|
|
|
5544
5552
|
//#endregion
|