@n8n/i18n 2.38.1 → 2.39.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.mjs CHANGED
@@ -245,6 +245,8 @@ var en_default = {
245
245
  "auth.signin.error": "Problem logging in",
246
246
  "auth.signin.accessDenied.title": "You don't have access to n8n",
247
247
  "auth.signin.accessDenied": "Your role or permissions do not currently give you access to n8n. Please speak to your administrator if you think this is incorrect.",
248
+ "auth.signin.ssoLoginFailed.title": "Couldn't sign you in",
249
+ "auth.signin.ssoLoginFailed": "Your identity provider could not sign you in. Please try again, or contact your administrator if the problem continues.",
248
250
  "auth.signin.sessionExpired.title": "Session expired",
249
251
  "auth.signin.sessionExpired": "Your session has expired. Please log in again to continue using n8n.",
250
252
  "auth.signout": "Sign out",
@@ -978,37 +980,10 @@ var en_default = {
978
980
  "codeNodeEditor.linter.eachItem.preferFirst": "Prefer `.first()` over `.item` so n8n can optimize execution",
979
981
  "codeNodeEditor.linter.bothModes.syntaxError": "Syntax error",
980
982
  "codeNodeEditor.linter.bothModes.dollarSignVariable": "Use a string literal instead of a variable so n8n can optimize execution.",
981
- "codeNodeEditor.askAi.placeholder": "Tell AI what you want the code to achieve. You can reference input data fields using dot notation (e.g. user.email)",
982
- "codeNodeEditor.askAi.intro": "Hey AI, generate JavaScript code that...",
983
- "codeNodeEditor.askAi.help": "Help",
984
- "codeNodeEditor.askAi.generateCode": "Generate Code",
985
983
  "codeNodeEditor.askAi.noInputData": "You can generate code once this node has incoming input data (from a node earlier in your workflow)",
986
- "codeNodeEditor.askAi.sureLeaveTab": "Are you sure you want to switch tab? The code generation will stop",
987
- "codeNodeEditor.askAi.areYouSure": "Are you sure?",
988
- "codeNodeEditor.askAi.switchTab": "Switch Tab",
989
984
  "codeNodeEditor.askAi.noPrompt": "First enter a prompt above before generating code",
990
- "codeNodeEditor.askAi.onlyAllItemsMode": "Ask AI generation works only in 'Run Once for All Items' mode",
991
- "codeNodeEditor.askAi.promptTooShort": "Enter a minimum of {minLength} characters before attempting to generate code",
992
- "codeNodeEditor.askAi.generateCodeAndReplace": "Generate and Replace Code",
993
- "codeNodeEditor.askAi.replaceCurrentCode": "Replace current code?",
994
- "codeNodeEditor.askAi.areYouSureToReplace": "Are you sure you want to generate new code? Your current code will be replaced.",
995
- "codeNodeEditor.askAi.loadingPhrase0": "AI cogs whirring, almost there…",
996
- "codeNodeEditor.askAi.loadingPhrase1": "up up down down left right b a start…",
997
- "codeNodeEditor.askAi.loadingPhrase2": "Consulting Jan Oberhauser…",
998
- "codeNodeEditor.askAi.loadingPhrase3": "Gathering bytes and pieces…",
999
- "codeNodeEditor.askAi.loadingPhrase4": "Checking if another AI knows the answer…",
1000
- "codeNodeEditor.askAi.loadingPhrase5": "Checking on Stack Overflow…",
1001
- "codeNodeEditor.askAi.loadingPhrase6": "Crunching data, AI-style…",
1002
- "codeNodeEditor.askAi.loadingPhrase7": "Stand by, AI magic at work…",
1003
985
  "codeNodeEditor.askAi.generationCompleted": "✨ Code generation completed",
1004
986
  "codeNodeEditor.askAi.generationFailed": "Code generation failed",
1005
- "codeNodeEditor.askAi.generationFailedUnknown": "Code generation failed due to an unknown reason. Try again in a few minutes",
1006
- "codeNodeEditor.askAi.generationFailedWithReason": "Code generation failed with error: {error}. Try again in a few minutes",
1007
- "codeNodeEditor.askAi.generationFailedDown": "We're sorry, our AI service is currently unavailable. Please try again later. If the problem persists, contact support.",
1008
- "codeNodeEditor.askAi.generationFailedRate": "We've hit our rate limit with our AI partner (too many requests). Please wait a minute before trying again.",
1009
- "codeNodeEditor.askAi.generationFailedTooLarge": "Your workflow data is too large for AI to process. Simplify the data being sent into the Code node and retry.",
1010
- "codeNodeEditor.tabs.askAi": "✨ Ask AI",
1011
- "codeNodeEditor.tabs.code": "Code",
1012
987
  "codeNodeEditor.examples": "Examples",
1013
988
  "codeNodeEditor.parameters": "Parameters",
1014
989
  "codeNodeEditor.optional": "optional",
@@ -1275,9 +1250,6 @@ var en_default = {
1275
1250
  "dataMapping.schemaView.variablesUpgrade": "Set global variables and use them across workflows with the Pro or Enterprise plan. <a href=\"https://docs.n8n.io/code/variables/\" target=\"_blank\">Details</a>",
1276
1251
  "dataMapping.schemaView.variablesEmpty": "Create variables that can be used across workflows <a href=\"/variables\" target=\"_blank\">here</a>",
1277
1252
  "dataMapping.schemaView.mergeNotice": "This schema shows fields from multiple items. Some fields may be absent in individual items.",
1278
- "displayWithChange.cancelEdit": "Cancel Edit",
1279
- "displayWithChange.clickToChange": "Click to Change",
1280
- "displayWithChange.setValue": "Set Value",
1281
1253
  "duplicateWorkflowDialog.cancel": "@:_reusableBaseText.cancel",
1282
1254
  "duplicateWorkflowDialog.chooseOrCreateATag": "Choose or create a tag",
1283
1255
  "duplicateWorkflowDialog.duplicateWorkflow": "Duplicate Workflow",
@@ -1680,6 +1652,9 @@ var en_default = {
1680
1652
  "workerList.pageTitle": "Workers",
1681
1653
  "workerList.empty": "No workers are responding or available",
1682
1654
  "workerList.item.lastUpdated": "Last updated",
1655
+ "workerList.item.pool": "Pool",
1656
+ "workerList.item.pool.default": "default",
1657
+ "workerList.item.queue": "Queue",
1683
1658
  "workerList.item.jobList.empty": "No current jobs",
1684
1659
  "workerList.item.jobListTitle": "Current Jobs",
1685
1660
  "workerList.item.netListTitle": "Network Interfaces",
@@ -1691,8 +1666,6 @@ var en_default = {
1691
1666
  "workerList.actionBox.description.link": "More info",
1692
1667
  "workerList.actionBox.buttonText": "See plans",
1693
1668
  "workerList.docs.url": "https://docs.n8n.io/hosting/scaling/queue-mode/#view-running-workers",
1694
- "executionSidebar.executionName": "Execution {id}",
1695
- "executionSidebar.searchPlaceholder": "Search executions...",
1696
1669
  "executionView.onPaste.title": "Cannot paste here",
1697
1670
  "executionView.onPaste.message": "This view is read-only. Switch to <i>Workflow</i> tab to be able to edit the current workflow",
1698
1671
  "executionView.notFound.message": "Execution with id '{executionId}' could not be found!",
@@ -2101,6 +2074,7 @@ var en_default = {
2101
2074
  "node.enable": "Activate",
2102
2075
  "node.delete": "Delete",
2103
2076
  "node.addToAi": "Add to n8n AI",
2077
+ "node.addToChat": "Add to chat",
2104
2078
  "node.focusNode": "Focus node",
2105
2079
  "node.moreActions": "More actions",
2106
2080
  "node.add": "Add",
@@ -2129,7 +2103,6 @@ var en_default = {
2129
2103
  "node.settings.dynamicCredentials": "This node is set up to use the credentials of the person it's running on behalf of.",
2130
2104
  "node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
2131
2105
  "sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
2132
- "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
2133
2106
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
2134
2107
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
2135
2108
  "nodeCreator.actionsCategory.actions": "Actions",
@@ -2151,13 +2124,15 @@ var en_default = {
2151
2124
  "nodeCreator.categoryNames.otherCategories": "Results in other categories",
2152
2125
  "nodeCreator.categoryNames.moreFromCommunity": "More from the community",
2153
2126
  "nodeCreator.subnodes": "sub-nodes",
2154
- "nodeCreator.noResults.dontWorryYouCanProbablyDoItWithThe": "Don’t worry, you can probably do it with the",
2127
+ "nodeCreator.noResults.connectUsingSuggestedNode": "Connect to almost any service or API using our",
2155
2128
  "nodeCreator.noResults.httpRequest": "HTTP Request",
2129
+ "nodeCreator.noResults.needAnotherCapability": "Need another capability?",
2130
+ "nodeCreator.noResults.needNativeIntegration": "Need a native integration?",
2156
2131
  "nodeCreator.noResults.node": "node",
2132
+ "nodeCreator.noResults.noResultsFor": "No results for \"{query}\"",
2157
2133
  "nodeCreator.noResults.or": "or",
2158
- "nodeCreator.noResults.requestTheNode": "Request the node",
2159
- "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
2160
- "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
2134
+ "nodeCreator.noResults.suggestNode": "Suggest a node",
2135
+ "nodeCreator.noResults.suggestTool": "Suggest a tool",
2161
2136
  "nodeCreator.noResults.webhook": "Webhook",
2162
2137
  "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
2163
2138
  "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
@@ -2299,7 +2274,7 @@ var en_default = {
2299
2274
  "aiGateway.toggle.label": "Use Gateway credits",
2300
2275
  "aiGateway.toggle.description": "Gateway credits are the easy way to manage AI model usage",
2301
2276
  "aiGateway.toggle.topUp": "Top up",
2302
- "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2277
+ "aiGateway.wallet.balanceRemaining": "{balance} left",
2303
2278
  "aiGateway.wallet.noCredits": "No credits",
2304
2279
  "aiGateway.picker.useN8nCredits": "Use Gateway credits",
2305
2280
  "aiGateway.picker.readyToRun": "Ready to run",
@@ -2547,6 +2522,7 @@ var en_default = {
2547
2522
  "contextMenu.tidyUpSelection": "Tidy up selection",
2548
2523
  "contextMenu.extract": "Convert node to sub-workflow | Convert {subject} to sub-workflow",
2549
2524
  "contextMenu.group": "Group node | Group nodes",
2525
+ "contextMenu.addNodesToChat": "Add node to chat | Add {count} nodes to chat",
2550
2526
  "contextMenu.renameGroup": "Rename group",
2551
2527
  "contextMenu.ungroupNodes": "Ungroup nodes",
2552
2528
  "contextMenu.expandAllGroups": "Expand all groups",
@@ -3250,7 +3226,7 @@ var en_default = {
3250
3226
  "settings.communityNodes.viewDocsAction.label": "Documentation",
3251
3227
  "settings.communityNodes.uninstallAction.label": "Uninstall package",
3252
3228
  "settings.communityNodes.upToDate.tooltip": "You are up to date",
3253
- "settings.communityNodes.failedToLoad.tooltip": "There is a problem with this package, try uninstalling it then reinstalling to resolve this issue",
3229
+ "settings.communityNodes.failedToLoad.tooltip": "This package failed to load. It may be corrupted, or it may need a newer version of n8n. Try uninstalling and reinstalling it, or upgrade n8n.",
3254
3230
  "settings.communityNodes.managedByEnv": "Community packages are managed via environment variables and cannot be modified from the UI.",
3255
3231
  "settings.communityNodes.fetchError.title": "Problem fetching installed packages",
3256
3232
  "settings.communityNodes.fetchError.message": "There may be a problem with your internet connection or your n8n instance",
@@ -3300,20 +3276,28 @@ var en_default = {
3300
3276
  "settings.opentelemetry.enable.action.enableAriaLabel": "Enable OpenTelemetry",
3301
3277
  "settings.opentelemetry.enable.action.enabledAriaLabel": "OpenTelemetry enabled. Open status menu",
3302
3278
  "settings.opentelemetry.collectorConnection.title": "Collector connection",
3279
+ "settings.opentelemetry.exporterProtocol.label": "Protocol",
3280
+ "settings.opentelemetry.exporterProtocol.description": "How spans are sent to the collector. Most collectors accept HTTP on port 4318 and gRPC on port 4317.",
3281
+ "settings.opentelemetry.exporterProtocol.option.httpProtobuf": "HTTP (protobuf)",
3282
+ "settings.opentelemetry.exporterProtocol.option.grpc": "gRPC",
3303
3283
  "settings.opentelemetry.exporterEndpoint.label": "OTLP endpoint",
3304
3284
  "settings.opentelemetry.exporterEndpoint.description": "The base URL of your OTLP collector (e.g. https://collector.example.com).",
3305
3285
  "settings.opentelemetry.exporterEndpoint.placeholder": "https://collector.example.com",
3286
+ "settings.opentelemetry.exporterEndpoint.grpcDescription": "The URL of your OTLP collector, including the gRPC port. Use https:// for TLS.",
3287
+ "settings.opentelemetry.exporterEndpoint.grpcPlaceholder": "http://collector.example.com:4317",
3306
3288
  "settings.opentelemetry.exporterServiceName.label": "Service name",
3307
3289
  "settings.opentelemetry.exporterServiceName.description": "How this instance appears in your collector.",
3308
3290
  "settings.opentelemetry.exporterServiceName.placeholder": "n8n-production",
3309
3291
  "settings.opentelemetry.exporterHeaders.label": "Custom headers",
3310
3292
  "settings.opentelemetry.exporterHeaders.description": "Sent with every OTLP export. Use for Bearer tokens or tenant IDs.",
3293
+ "settings.opentelemetry.exporterHeaders.grpcDescription": "Sent as gRPC metadata with every export. Use for Bearer tokens or tenant IDs.",
3311
3294
  "settings.opentelemetry.exporterHeaders.keyLabel": "Key",
3312
3295
  "settings.opentelemetry.exporterHeaders.valueLabel": "Value",
3313
3296
  "settings.opentelemetry.exporterHeaders.remove": "Remove header",
3314
3297
  "settings.opentelemetry.exporterHeaders.keyPlaceholder": "Key",
3315
3298
  "settings.opentelemetry.exporterHeaders.valuePlaceholder": "Value",
3316
3299
  "settings.opentelemetry.exporterHeaders.addHeader": "Add header",
3300
+ "settings.opentelemetry.exporterHeaders.hiddenValuePlaceholder": "Configured value not shown",
3317
3301
  "settings.opentelemetry.exporterTracingPath.label": "Trace path",
3318
3302
  "settings.opentelemetry.exporterTracingPath.description": "Appended to the endpoint. /v1/traces is the OTLP default.",
3319
3303
  "settings.opentelemetry.exporterTracingPath.placeholder": "/v1/traces",
@@ -3997,8 +3981,7 @@ var en_default = {
3997
3981
  "settings.usageAndPlan.dialog.activation.cancel": "@:_reusableBaseText.cancel",
3998
3982
  "settings.usageAndPlan.license.activation.error.title": "Activation failed",
3999
3983
  "settings.usageAndPlan.license.activation.success.title": "License activated",
4000
- "settings.usageAndPlan.license.activation.success.message": "Your {name} {type} has been successfully activated.",
4001
- "settings.usageAndPlan.license.activation.success.message.eula": "You have accepted the EULA and successfully activated your {name} plan.",
3984
+ "settings.usageAndPlan.license.activation.success.message": "Restart n8n to make all licensed features available.",
4002
3985
  "settings.usageAndPlan.dialog.eula.title": "Confirmation needed",
4003
3986
  "settings.usageAndPlan.dialog.eula.description": "To activate your license, you must review and accept our End User License Agreement (EULA). Please confirm that you have read and agree to the terms in order to continue.",
4004
3987
  "settings.usageAndPlan.dialog.eula.audit.notice": "Your acceptance will be recorded for audit purposes.",
@@ -4527,6 +4510,7 @@ var en_default = {
4527
4510
  "workflowProductionChecklist.timeSaved.description": "Configure the time saved on each run to track the manual work it saves.",
4528
4511
  "canvas.selection.toolbar.group": "Group nodes",
4529
4512
  "canvas.selection.toolbar.ungroup": "Ungroup nodes",
4513
+ "canvas.selection.toolbar.addToChat": "Add node to chat | Add {count} nodes to chat",
4530
4514
  "canvas.nodeGroup.defaultTitle": "Group",
4531
4515
  "canvas.nodeGroup.connectionAddBlocked.title": "Connection not added",
4532
4516
  "canvas.nodeGroup.connectionRemoveBlocked.title": "Connection not removed",
@@ -4544,6 +4528,7 @@ var en_default = {
4544
4528
  "canvas.nodeGroup.titlePlaceholder": "Group name",
4545
4529
  "canvas.nodeGroup.expand": "Expand",
4546
4530
  "canvas.nodeGroup.collapse": "Collapse",
4531
+ "canvas.nodeGroup.addToChat": "Add group to chat",
4547
4532
  "canvas.nodeGroup.prompt.renameGroup": "Rename group",
4548
4533
  "canvas.nodeGroup.duplicateName": "A group with this name already exists",
4549
4534
  "canvas.nodeGroup.renameBlocked.title": "Group not renamed",
@@ -4838,11 +4823,6 @@ var en_default = {
4838
4823
  "workflowHistory.upgrade": "{link} to activate full history",
4839
4824
  "workflowHistory.upgrade.link": "Upgrade plan",
4840
4825
  "workflowHistory.action.error.title": "Failed to {action}",
4841
- "workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
4842
- "workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
4843
- "workflowHistory.action.restore.modal.publishedNote": "This will not affect the published version",
4844
- "workflowHistory.action.restore.modal.button.restore": "Restore",
4845
- "workflowHistory.action.restore.modal.button.cancel": "Cancel",
4846
4826
  "workflowHistory.action.restore.success.title": "Successfully restored workflow version",
4847
4827
  "workflowHistory.action.restore.alreadyRestored": "Workflow version is already restored",
4848
4828
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
@@ -4855,6 +4835,7 @@ var en_default = {
4855
4835
  "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
4856
4836
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
4857
4837
  "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
4838
+ "workflowHistory.action.unpublish.modal.affected": "These resources use this workflow and will stop working until you publish again:",
4858
4839
  "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
4859
4840
  "workflowHistory.group.unnamedVersions": "1 version | {count} versions",
4860
4841
  "workflowHistory.publishModal.title": "Publish {versionName}",
@@ -4901,6 +4882,10 @@ var en_default = {
4901
4882
  "resourceActions.mcpAccess.disabled.message": "Turn on instance-level MCP access before managing workflow access<br><br><a href=\"{link}\">Manage MCP settings</a>",
4902
4883
  "workflows.publish": "Publish",
4903
4884
  "workflows.published": "Published",
4885
+ "workflows.publicationStatus.partial": "Partial publish",
4886
+ "workflows.publicationStatus.failed": "Failed publish",
4887
+ "workflows.publicationStatus.partial.tooltip": "Some triggers failed to activate — open the workflow to see which.",
4888
+ "workflows.publicationStatus.failed.tooltip": "This workflow isn't running — open the workflow for details.",
4904
4889
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
4905
4890
  "workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
4906
4891
  "workflows.publish.publishing": "Publishing…",
@@ -4940,10 +4925,6 @@ var en_default = {
4940
4925
  "workflows.dependencies.search.placeholder": "Search...",
4941
4926
  "workflows.dependencies.search.empty": "No matching dependencies",
4942
4927
  "workflows.dependencies.hiddenNotice": "+1 not accessible to you | +{count} not accessible to you",
4943
- "resourceDependents.tooltip": "Used by 1 workflow | Used by {count} workflows",
4944
- "resourceDependents.modal.title": "Used by workflows",
4945
- "resourceDependents.modal.search": "Search workflows...",
4946
- "resourceDependents.type.workflows": "Workflows",
4947
4928
  "workflows.item.enableMCPAccess": "Enable MCP access",
4948
4929
  "workflows.item.disableMCPAccess": "Remove MCP access",
4949
4930
  "workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
@@ -5044,7 +5025,6 @@ var en_default = {
5044
5025
  "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
5045
5026
  "workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
5046
5027
  "workflows.archivedOnly.hint.link": "Update filters",
5047
- "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
5048
5028
  "workflows.publishModal.title": "Publish workflow",
5049
5029
  "workflows.publishModal.noTriggerMessage": "This workflow has no trigger nodes that require publishing",
5050
5030
  "workflows.publishModal.versionNameLabel": "Version name",
@@ -5286,7 +5266,7 @@ var en_default = {
5286
5266
  "settings.n8nConnect.usage.loadMore": "Load more",
5287
5267
  "settings.n8nConnect.usage.openExecution": "Open execution",
5288
5268
  "settings.n8nConnect.wallet.title": "Balance",
5289
- "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
5269
+ "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} left",
5290
5270
  "settings.n8nConnect.wallet.quota": "budget",
5291
5271
  "settings.n8nConnect.wallet.topUp": "Top up balance",
5292
5272
  "settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
@@ -5968,6 +5948,9 @@ var en_default = {
5968
5948
  "projects.settings.member.removed.title": "Member removed successfully",
5969
5949
  "projects.settings.member.added.title": "Member added successfully",
5970
5950
  "projects.settings.users.search.error": "An error occurred while searching for users",
5951
+ "projects.settings.workerPools.title": "Worker pool",
5952
+ "projects.settings.workerPools.defaultQueue": "Default queue",
5953
+ "projects.settings.workerPools.help": "Route all executions in this project to a specific worker pool. Leave on \"Default queue\" to use the system default.",
5971
5954
  "projects.settings.externalSecrets": "External secret vaults",
5972
5955
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
5973
5956
  "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets vault with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
@@ -6845,14 +6828,6 @@ var en_default = {
6845
6828
  "commandBar.instanceAi.newThread": "New conversation",
6846
6829
  "commandBar.instanceAi.openThread": "Open conversation",
6847
6830
  "commandBar.instanceAi.openThread.searchPlaceholder": "Search by title...",
6848
- "browserNotifications.permission.request.title": "Enable desktop notifications",
6849
- "browserNotifications.permission.request.message": "Get notified when your workflows complete or need attention.",
6850
- "browserNotifications.permission.request.allow": "Allow notifications",
6851
- "browserNotifications.permission.request.dismiss": "Not now",
6852
- "browserNotifications.permission.denied.title": "Notifications blocked",
6853
- "browserNotifications.permission.denied.message": "Desktop notifications are blocked. To enable them, click the lock icon in your browser's address bar and allow notifications.",
6854
- "browserNotifications.permission.denied.checkAgain": "Check again",
6855
- "browserNotifications.permission.granted.message": "Desktop notifications are enabled",
6856
6831
  "focusedNodes.nodesLabel": "nodes",
6857
6832
  "focusedNodes.nodesCount": "{count} nodes",
6858
6833
  "focusedNodes.noMatches": "No nodes matching \"{query}\"",
@@ -6872,9 +6847,14 @@ var en_default = {
6872
6847
  "instanceAi.handoff.openFailed.title": "Couldn't open AI Assistant",
6873
6848
  "instanceAi.handoff.openFailed.message": "The conversation couldn't be opened. Try again.",
6874
6849
  "instanceAi.input.placeholder": "Ask anything...",
6850
+ "instanceAi.input.newAgentPlaceholder": "Describe the agent you want to build",
6875
6851
  "instanceAi.input.suspendedPlaceholder": "Complete or skip the setup above to continue",
6876
6852
  "instanceAi.input.workflowBuilderUnavailablePlaceholder": "Workflow builder unavailable",
6877
6853
  "instanceAi.input.send": "Send",
6854
+ "instanceAi.send.userLimit.title": "Too many conversations running",
6855
+ "instanceAi.send.userLimit.message": "Wait for one of your other conversations to finish, or stop it, then send this again.",
6856
+ "instanceAi.send.instanceLimit.title": "The assistant is busy",
6857
+ "instanceAi.send.instanceLimit.message": "This n8n instance is running as many conversations as it can handle. Try again in a moment.",
6878
6858
  "instanceAi.input.stop": "Stop",
6879
6859
  "instanceAi.launch.template.message": "I want to start from the workflow template '{name}' (template id: {id}). Load it and give me a short, plain summary: what triggers it, what it does, and which apps it uses. Keep it to a few sentences. Then ask me a few questions specific to this template's steps and apps so I can adapt it, like which of its apps to swap, what to connect, or what behavior to change. Make each question quick to answer: give me numbered choices or ask for a short reply. Don't build anything until I answer.",
6880
6860
  "instanceAi.launch.templateById.message": "I want to start from the workflow template with id {id}. Load it and give me a short, plain summary: what triggers it, what it does, and which apps it uses. Keep it to a few sentences. Then ask me a few questions specific to this template's steps and apps so I can adapt it, like which of its apps to swap, what to connect, or what behavior to change. Make each question quick to answer: give me numbered choices or ask for a short reply. Don't build anything until I answer.",
@@ -6902,6 +6882,8 @@ var en_default = {
6902
6882
  "instanceAi.connections.types.browserUse.description": "Let the agent automate tasks in your browser",
6903
6883
  "instanceAi.connections.modal.title": "Connectors",
6904
6884
  "instanceAi.connections.modal.searchPlaceholder": "Search all connectors...",
6885
+ "instanceAi.connections.modal.suggestion.prompt": "Missing a service?",
6886
+ "instanceAi.connections.modal.suggestion.action": "Suggest a connector",
6905
6887
  "instanceAi.inputMenu.open": "Add context with connectors, files and more",
6906
6888
  "instanceAi.inputMenu.connectionNeedsAttention": "1 connection needs attention",
6907
6889
  "instanceAi.inputMenu.connectionsNeedAttention": "{count} connections need attention",
@@ -6994,11 +6976,13 @@ var en_default = {
6994
6976
  "instanceAi.artifactsPanel.context.agentPreviewNamed": "{name} session",
6995
6977
  "instanceAi.artifactsPanel.context.agentPreviewTitled": "{agentName} — {sessionTitle}",
6996
6978
  "instanceAi.artifactsPanel.context.agentPreviewSessionTitled": "{sessionTitle}",
6979
+ "instanceAi.setupPanel.executeMessage": "Run a test execution of this workflow.",
6997
6980
  "instanceAi.projectSelect.tooltip": "Where AI assistant creates automations",
6998
6981
  "instanceAi.projectSelect.placeholder": "Select a project",
6999
6982
  "instanceAi.projectSelect.search": "Search projects",
7000
6983
  "instanceAi.projectSelect.noResults": "No results",
7001
6984
  "instanceAi.projectSelect.personalSpace": "Personal space",
6985
+ "instanceAi.agentPreview.building": "AI Assistant is making changes…",
7002
6986
  "instanceAi.previewTabBar.expand": "Expand panel",
7003
6987
  "instanceAi.previewTabBar.collapse": "Collapse panel",
7004
6988
  "instanceAi.previewTabBar.openInEditor": "Open in editor",
@@ -7056,7 +7040,6 @@ var en_default = {
7056
7040
  "instanceAi.credential.setupTitle": "Set up {name}",
7057
7041
  "instanceAi.credential.continueButton": "Continue",
7058
7042
  "instanceAi.credential.fieldLabel": "{name} credentials",
7059
- "instanceAi.credential.modal.title": "Set up credentials",
7060
7043
  "instanceAi.workflowSetup.usedByNodes": "Used by {count} node | Used by {count} nodes",
7061
7044
  "instanceAi.workflowSetup.nodesUsing": "Nodes using this credential:",
7062
7045
  "instanceAi.workflowSetup.parameterIssues": "Parameters need attention:",
@@ -7503,6 +7486,11 @@ var en_default = {
7503
7486
  "instanceAi.filesystem.category.filesystem": "Files",
7504
7487
  "instanceAi.filesystem.category.shell": "Shell",
7505
7488
  "instanceAi.tools.patch-workflow": "Updating workflow",
7489
+ "instanceAi.nodeContext.nodesBundle": "{count} nodes",
7490
+ "instanceAi.nodeContext.collapse": "Collapse",
7491
+ "instanceAi.nodeContext.expand": "Expand",
7492
+ "instanceAi.nodeContext.truncated.title": "Some nodes were left out",
7493
+ "instanceAi.nodeContext.truncated.message": "The selection was too large, so only some of the nodes were added to chat.",
7506
7494
  "agents.home.untitledAgent": "Untitled Agent",
7507
7495
  "agents.relativeTime.justNow": "just now",
7508
7496
  "agents.relativeTime.secondsAgo": "{count}s ago",
@@ -7650,10 +7638,13 @@ var en_default = {
7650
7638
  "agents.versionHistory.publish.error": "Could not publish the selected version",
7651
7639
  "agents.search.placeholder": "Search agents...",
7652
7640
  "agents.tools.added": "Tool added",
7641
+ "agents.tools.suggestion.prompt": "Need another capability?",
7642
+ "agents.tools.suggestion.action": "Suggest a tool",
7653
7643
  "agents.tools.workflow.incompatible.title": "Workflow is not compatible",
7654
7644
  "agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
7655
7645
  "agents.tools.workflow.disabled.incompatibleNodes": "Contains nodes that aren't supported as agent tools (Wait, Form)",
7656
- "agents.tools.workflow.disabled.noSupportedTrigger": "No supported trigger node",
7646
+ "agents.tools.workflow.disabled.noSupportedTrigger": "Needs a '{trigger}' trigger",
7647
+ "agents.tools.workflow.notPublished": "Not published",
7657
7648
  "agents.tools.workflow.createFailed.title": "Couldn't create workflow",
7658
7649
  "agents.tools.workflow.createFailed.message": "Try creating the workflow again.",
7659
7650
  "agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
@@ -7667,17 +7658,23 @@ var en_default = {
7667
7658
  "agents.toolConfig.workflow.allOutputs": "Return all node outputs",
7668
7659
  "agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
7669
7660
  "agents.toolConfig.workflow.target": "Workflow",
7670
- "agents.toolConfig.workflow.target.notice": "This tool calls the workflow selected below and returns its output. Only workflows that start with a supported trigger, such as Execute Workflow or Chat, can be used.",
7661
+ "agents.toolConfig.workflow.target.notice": "This tool calls the workflow selected below and returns its output. Only workflows that start with a '{trigger}' trigger can be used. The workflow must be published before the published agent can call it.",
7662
+ "agents.toolConfig.workflow.target.notPublished": "This workflow is not published.",
7671
7663
  "agents.toolConfig.workflow.target.unavailable": "Workflow \"{name}\" isn't available. It may have been deleted, moved, or you may not have access. Select another workflow.",
7672
7664
  "agents.toolConfig.workflow.target.placeholder": "Select a workflow",
7673
7665
  "agents.toolConfig.workflow.target.duplicateName": "More than one workflow in this project is called \"{name}\". The agent may call either one.",
7674
- "agents.toolConfig.workflow.target.idNotFound": "No workflow with this ID can be used here. It has to be in this project and start with a supported trigger.",
7666
+ "agents.toolConfig.workflow.target.idNotFound": "No workflow with this ID can be used here. It has to be in this project and start with a '{trigger}' trigger.",
7675
7667
  "agents.toolConfig.workflow.target.open": "Open workflow in a new tab",
7676
- "agents.toolConfig.workflow.inputs": "Workflow Inputs",
7677
- "agents.toolConfig.workflow.inputs.hint": "Choose which fields the agent fills in and which stay fixed.",
7668
+ "agents.toolConfig.workflow.inputs": "Workflow inputs",
7669
+ "agents.toolConfig.workflow.inputs.hint": "The agent fills in these fields when it calls the workflow. Set a fixed value for any field the agent should not choose.",
7678
7670
  "agents.toolConfig.workflow.inputs.mode.ai": "Determined by agent",
7679
7671
  "agents.toolConfig.workflow.inputs.mode.fixed": "Fixed value",
7680
7672
  "agents.toolConfig.workflow.inputs.value.placeholder": "Enter a fixed value",
7673
+ "agents.toolConfig.workflow.inputs.value.placeholder.string": "Enter text",
7674
+ "agents.toolConfig.workflow.inputs.value.placeholder.number": "Enter a number",
7675
+ "agents.toolConfig.workflow.inputs.value.placeholder.boolean": "true or false",
7676
+ "agents.toolConfig.workflow.inputs.value.placeholder.array": "Enter a JSON array, e.g. [\"a\", \"b\"]",
7677
+ "agents.toolConfig.workflow.inputs.value.placeholder.object": "Enter a JSON object, e.g. {'{'}\"key\": \"value\"{'}'}",
7681
7678
  "agents.toolConfig.save": "Save",
7682
7679
  "agents.toolConfig.cancel": "Cancel",
7683
7680
  "agents.toolConfig.approval.label": "Require approval",
@@ -7711,6 +7708,9 @@ var en_default = {
7711
7708
  "agents.builder.agent.name.placeholder": "My agent",
7712
7709
  "agents.builder.agent.personalisation.change": "Change agent icon",
7713
7710
  "agents.builder.agent.model.label": "Model",
7711
+ "agents.builder.agent.model.deploymentName.label": "Deployment name",
7712
+ "agents.builder.agent.model.deploymentName.placeholder": "Azure deployment name",
7713
+ "agents.builder.agent.model.deploymentName.description": "The name of the deployment in your Azure OpenAI resource. Required for classic Azure endpoints.",
7714
7714
  "agents.builder.agent.model.defaultSelected.title": "Default model selected",
7715
7715
  "agents.builder.agent.model.defaultSelected.description": "A sensible default has been chosen for you. You can change it anytime.",
7716
7716
  "agents.builder.agent.model.defaultSelected.dismiss": "Got it",
@@ -7893,7 +7893,7 @@ var en_default = {
7893
7893
  "agents.builder.skills.allowedTools.addModal.empty": "Attach tools to this agent before adding allowed tools.",
7894
7894
  "agents.builder.skills.allowedTools.addModal.allSelected": "All attached tools are already allowed.",
7895
7895
  "agents.builder.skills.instructions.label": "Instructions",
7896
- "agents.builder.skills.instructions.byteCount": "{count} / {max} bytes",
7896
+ "agents.builder.skills.instructions.characterCount": "{count} / {max} characters",
7897
7897
  "agents.builder.skills.filesNav.label": "Skill files",
7898
7898
  "agents.builder.skills.import.skillFile": "Upload SKILL.md",
7899
7899
  "agents.builder.skills.import.folder": "Upload folder",
@@ -7907,8 +7907,8 @@ var en_default = {
7907
7907
  "agents.builder.skills.import.referenceMarkdownOnly": "References must be markdown files.",
7908
7908
  "agents.builder.skills.import.duplicateReference": "Reference file paths must be unique.",
7909
7909
  "agents.builder.skills.import.tooManyReferences": "The skill folder has too many reference files.",
7910
- "agents.builder.skills.import.referenceTooLarge": "Each reference file must be 65 KB or smaller.",
7911
- "agents.builder.skills.import.referencesTooLarge": "Reference files must be 256 KB or smaller in total.",
7910
+ "agents.builder.skills.import.referenceTooLarge": "Each reference file must be 65,536 characters or fewer.",
7911
+ "agents.builder.skills.import.referencesTooLarge": "Reference files must be 262,144 characters or fewer in total.",
7912
7912
  "agents.builder.skills.import.invalidFolder": "Could not import the skill folder.",
7913
7913
  "agents.builder.skills.references.title": "References",
7914
7914
  "agents.builder.skills.references.add": "Add reference",
@@ -7924,10 +7924,10 @@ var en_default = {
7924
7924
  "agents.builder.skills.references.name.invalidCharacters": "Use only letters, numbers, spaces, underscores, and hyphens.",
7925
7925
  "agents.builder.skills.references.name.duplicate": "A reference with this file name already exists.",
7926
7926
  "agents.builder.skills.references.contentRequired": "Enter reference content.",
7927
- "agents.builder.skills.references.contentMaxBytes": "Reference content must be {max} bytes or fewer.",
7927
+ "agents.builder.skills.references.contentMaxLength": "Reference content must be {max} characters or fewer.",
7928
7928
  "agents.builder.skills.references.maxCount": "Skills can have up to {max} reference files.",
7929
7929
  "agents.builder.skills.references.invalidSummary": "Fix reference files before saving.",
7930
- "agents.builder.skills.references.byteCount": "{count} / {max} bytes",
7930
+ "agents.builder.skills.references.characterCount": "{count} / {max} characters",
7931
7931
  "agents.builder.skills.create.title": "Add skill",
7932
7932
  "agents.builder.skills.create.cancel": "Cancel",
7933
7933
  "agents.builder.skills.create.save": "Save skill",
@@ -7941,7 +7941,7 @@ var en_default = {
7941
7941
  "agents.builder.skills.validation.descriptionRequired": "Enter a description.",
7942
7942
  "agents.builder.skills.validation.descriptionMaxLength": "Description must be 512 characters or fewer.",
7943
7943
  "agents.builder.skills.validation.instructionsRequired": "Enter instructions.",
7944
- "agents.builder.skills.validation.instructionsMaxLength": "Instructions must be {max} bytes or fewer.",
7944
+ "agents.builder.skills.validation.instructionsMaxLength": "Instructions must be {max} characters or fewer.",
7945
7945
  "agents.builder.skills.missingContent.callout": "This skill's content is missing. Fill it in and save to recreate it.",
7946
7946
  "agents.builder.skills.remove": "Remove skill",
7947
7947
  "agents.builder.skills.back": "Back to skills",
@@ -8045,7 +8045,8 @@ var en_default = {
8045
8045
  "agents.builder.validation.issue.tool.workflow.missingReference": "Workflow \"{id}\" can't be found. Select another workflow.",
8046
8046
  "agents.builder.validation.issue.tool.workflow.incompatibleReference": "Workflow \"{id}\" can't be used as an agent tool",
8047
8047
  "agents.builder.validation.issue.tool.workflow.incompatibleNodes": "Workflow \"{id}\" contains nodes that aren't supported as agent tools (e.g. Wait, Form). Remove them or pick another workflow.",
8048
- "agents.builder.validation.issue.tool.workflow.noSupportedTrigger": "Workflow \"{id}\" has no supported trigger node. Add a Manual, Chat, Webhook, Form, or Execute Workflow Trigger.",
8048
+ "agents.builder.validation.issue.tool.workflow.noSupportedTrigger": "Workflow \"{id}\" has no supported trigger. Replace the trigger with '{trigger}'.",
8049
+ "agents.builder.validation.issue.tool.workflow.notPublished": "Workflow \"{id}\" is not published",
8049
8050
  "agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
8050
8051
  "agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
8051
8052
  "agents.builder.validation.issue.mcpServer.incompatibleCredential": "The credential type doesn't match the server's authentication method",
@@ -8262,6 +8263,8 @@ var en_default = {
8262
8263
  "agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
8263
8264
  "agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
8264
8265
  "agents.builder.addTrigger.telegram.validation.required": "Add at least one Telegram user ID or username.",
8266
+ "agents.builder.addTrigger.session.idleTimeout.label": "New session after inactivity",
8267
+ "agents.builder.addTrigger.session.idleTimeout.hint": "Start a fresh session once the chat has been idle this long. Users can also start one immediately by sending /new.",
8265
8268
  "agents.builder.addTrigger.linear.setup.title": "Set up a Linear app",
8266
8269
  "agents.builder.addTrigger.linear.setup.description": "Create a Linear app to get the credential values, then add these URLs in Linear.",
8267
8270
  "agents.builder.addTrigger.linear.setup.link": "Create a Linear app",
@@ -8371,7 +8374,33 @@ var en_default = {
8371
8374
  "instanceAi.workflowSetup.stepIncompleteTooltip": "To continue, complete the required fields above or skip setup for now",
8372
8375
  "agents.chat.askCredential.skipped": "Skipped",
8373
8376
  "agents.chat.askQuestions.skipped": "Skipped",
8374
- "agents.chat.configureChannel.skipped": "Skipped"
8377
+ "agents.chat.configureChannel.skipped": "Skipped",
8378
+ "promotions.modal.title": "Promote changes",
8379
+ "promotions.modal.search.placeholder": "Search changes...",
8380
+ "promotions.modal.refresh": "Refresh",
8381
+ "promotions.modal.status.new": "New",
8382
+ "promotions.modal.status.modified": "Modified",
8383
+ "promotions.modal.status.archived": "Will be archived",
8384
+ "promotions.modal.status.deleted": "Will be deleted",
8385
+ "promotions.modal.dependencies": "{count} dependencies",
8386
+ "promotions.modal.dependency": "1 dependency",
8387
+ "promotions.modal.noDependencies": "No dependencies",
8388
+ "promotions.modal.changedBy": "Changed by {name}",
8389
+ "promotions.modal.empty": "Nothing to promote",
8390
+ "promotions.modal.empty.description": "All workflows in this project are up to date.",
8391
+ "promotions.modal.noResults": "No changes match your search.",
8392
+ "promotions.modal.error": "Could not load changes",
8393
+ "promotions.modal.error.description": "Something went wrong while loading changes.",
8394
+ "promotions.modal.retry": "Retry",
8395
+ "promotions.modal.createBranch": "Create branch",
8396
+ "promotions.modal.close": "Close",
8397
+ "promotions.modal.promote": "Promote {count} changes",
8398
+ "promotions.modal.promoteSingle": "Promote 1 change",
8399
+ "promotions.modal.promoteSuccess": "Changes promoted successfully",
8400
+ "promotions.modal.promoteError": "Failed to promote changes",
8401
+ "promotions.banner.changesAvailable": "{count} changes available to promote.",
8402
+ "promotions.banner.singleChangeAvailable": "1 change available to promote.",
8403
+ "promotions.banner.viewChanges": "View changes"
8375
8404
  };
8376
8405
 
8377
8406
  //#endregion