@n8n/i18n 2.38.0 → 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.cjs 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!",
@@ -1907,6 +1880,7 @@ var en_default = {
1907
1880
  "mainSidebar.credentials": "Credentials",
1908
1881
  "mainSidebar.variables": "Variables",
1909
1882
  "mainSidebar.help": "Help",
1883
+ "mainSidebar.helpMenuItems.contactSupport": "Contact Support",
1910
1884
  "mainSidebar.helpMenuItems.course": "Course",
1911
1885
  "mainSidebar.helpMenuItems.documentation": "Documentation",
1912
1886
  "mainSidebar.helpMenuItems.forum": "Forum",
@@ -2100,6 +2074,7 @@ var en_default = {
2100
2074
  "node.enable": "Activate",
2101
2075
  "node.delete": "Delete",
2102
2076
  "node.addToAi": "Add to n8n AI",
2077
+ "node.addToChat": "Add to chat",
2103
2078
  "node.focusNode": "Focus node",
2104
2079
  "node.moreActions": "More actions",
2105
2080
  "node.add": "Add",
@@ -2128,7 +2103,6 @@ var en_default = {
2128
2103
  "node.settings.dynamicCredentials": "This node is set up to use the credentials of the person it's running on behalf of.",
2129
2104
  "node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
2130
2105
  "sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
2131
- "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
2132
2106
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
2133
2107
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
2134
2108
  "nodeCreator.actionsCategory.actions": "Actions",
@@ -2150,13 +2124,15 @@ var en_default = {
2150
2124
  "nodeCreator.categoryNames.otherCategories": "Results in other categories",
2151
2125
  "nodeCreator.categoryNames.moreFromCommunity": "More from the community",
2152
2126
  "nodeCreator.subnodes": "sub-nodes",
2153
- "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",
2154
2128
  "nodeCreator.noResults.httpRequest": "HTTP Request",
2129
+ "nodeCreator.noResults.needAnotherCapability": "Need another capability?",
2130
+ "nodeCreator.noResults.needNativeIntegration": "Need a native integration?",
2155
2131
  "nodeCreator.noResults.node": "node",
2132
+ "nodeCreator.noResults.noResultsFor": "No results for \"{query}\"",
2156
2133
  "nodeCreator.noResults.or": "or",
2157
- "nodeCreator.noResults.requestTheNode": "Request the node",
2158
- "nodeCreator.noResults.wantUsToMakeItFaster": "Want us to make it faster?",
2159
- "nodeCreator.noResults.weDidntMakeThatYet": "We didn't make that... yet",
2134
+ "nodeCreator.noResults.suggestNode": "Suggest a node",
2135
+ "nodeCreator.noResults.suggestTool": "Suggest a tool",
2160
2136
  "nodeCreator.noResults.webhook": "Webhook",
2161
2137
  "nodeCreator.ragStarterTemplate.openTemplateItem.title": "RAG starter template",
2162
2138
  "nodeCreator.ragStarterTemplate.openTemplateItem.description": "Get a feel for vector stores in n8n",
@@ -2298,7 +2274,7 @@ var en_default = {
2298
2274
  "aiGateway.toggle.label": "Use Gateway credits",
2299
2275
  "aiGateway.toggle.description": "Gateway credits are the easy way to manage AI model usage",
2300
2276
  "aiGateway.toggle.topUp": "Top up",
2301
- "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2277
+ "aiGateway.wallet.balanceRemaining": "{balance} left",
2302
2278
  "aiGateway.wallet.noCredits": "No credits",
2303
2279
  "aiGateway.picker.useN8nCredits": "Use Gateway credits",
2304
2280
  "aiGateway.picker.readyToRun": "Ready to run",
@@ -2546,6 +2522,7 @@ var en_default = {
2546
2522
  "contextMenu.tidyUpSelection": "Tidy up selection",
2547
2523
  "contextMenu.extract": "Convert node to sub-workflow | Convert {subject} to sub-workflow",
2548
2524
  "contextMenu.group": "Group node | Group nodes",
2525
+ "contextMenu.addNodesToChat": "Add node to chat | Add {count} nodes to chat",
2549
2526
  "contextMenu.renameGroup": "Rename group",
2550
2527
  "contextMenu.ungroupNodes": "Ungroup nodes",
2551
2528
  "contextMenu.expandAllGroups": "Expand all groups",
@@ -3087,6 +3064,8 @@ var en_default = {
3087
3064
  "roles.instance.assignments.fetch.error": "Error loading members",
3088
3065
  "roles.fetch.error": "Error loading roles",
3089
3066
  "projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
3067
+ "projectRoles.assignments.restrictedEmptyState": "This role is assigned in {count} project you don't have access to. | This role is assigned in {count} projects you don't have access to.",
3068
+ "projectRoles.assignments.restrictedNotice": "Showing {count} of {total} projects. Projects you're not a member of are hidden.",
3090
3069
  "projectRoles.assignments.projectColumn": "Project",
3091
3070
  "projectRoles.assignments.membersColumn": "Members assigned",
3092
3071
  "projectRoles.assignments.lastAssignedColumn": "Last assigned",
@@ -3247,7 +3226,7 @@ var en_default = {
3247
3226
  "settings.communityNodes.viewDocsAction.label": "Documentation",
3248
3227
  "settings.communityNodes.uninstallAction.label": "Uninstall package",
3249
3228
  "settings.communityNodes.upToDate.tooltip": "You are up to date",
3250
- "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.",
3251
3230
  "settings.communityNodes.managedByEnv": "Community packages are managed via environment variables and cannot be modified from the UI.",
3252
3231
  "settings.communityNodes.fetchError.title": "Problem fetching installed packages",
3253
3232
  "settings.communityNodes.fetchError.message": "There may be a problem with your internet connection or your n8n instance",
@@ -3297,20 +3276,28 @@ var en_default = {
3297
3276
  "settings.opentelemetry.enable.action.enableAriaLabel": "Enable OpenTelemetry",
3298
3277
  "settings.opentelemetry.enable.action.enabledAriaLabel": "OpenTelemetry enabled. Open status menu",
3299
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",
3300
3283
  "settings.opentelemetry.exporterEndpoint.label": "OTLP endpoint",
3301
3284
  "settings.opentelemetry.exporterEndpoint.description": "The base URL of your OTLP collector (e.g. https://collector.example.com).",
3302
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",
3303
3288
  "settings.opentelemetry.exporterServiceName.label": "Service name",
3304
3289
  "settings.opentelemetry.exporterServiceName.description": "How this instance appears in your collector.",
3305
3290
  "settings.opentelemetry.exporterServiceName.placeholder": "n8n-production",
3306
3291
  "settings.opentelemetry.exporterHeaders.label": "Custom headers",
3307
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.",
3308
3294
  "settings.opentelemetry.exporterHeaders.keyLabel": "Key",
3309
3295
  "settings.opentelemetry.exporterHeaders.valueLabel": "Value",
3310
3296
  "settings.opentelemetry.exporterHeaders.remove": "Remove header",
3311
3297
  "settings.opentelemetry.exporterHeaders.keyPlaceholder": "Key",
3312
3298
  "settings.opentelemetry.exporterHeaders.valuePlaceholder": "Value",
3313
3299
  "settings.opentelemetry.exporterHeaders.addHeader": "Add header",
3300
+ "settings.opentelemetry.exporterHeaders.hiddenValuePlaceholder": "Configured value not shown",
3314
3301
  "settings.opentelemetry.exporterTracingPath.label": "Trace path",
3315
3302
  "settings.opentelemetry.exporterTracingPath.description": "Appended to the endpoint. /v1/traces is the OTLP default.",
3316
3303
  "settings.opentelemetry.exporterTracingPath.placeholder": "/v1/traces",
@@ -3994,8 +3981,7 @@ var en_default = {
3994
3981
  "settings.usageAndPlan.dialog.activation.cancel": "@:_reusableBaseText.cancel",
3995
3982
  "settings.usageAndPlan.license.activation.error.title": "Activation failed",
3996
3983
  "settings.usageAndPlan.license.activation.success.title": "License activated",
3997
- "settings.usageAndPlan.license.activation.success.message": "Your {name} {type} has been successfully activated.",
3998
- "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.",
3999
3985
  "settings.usageAndPlan.dialog.eula.title": "Confirmation needed",
4000
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.",
4001
3987
  "settings.usageAndPlan.dialog.eula.audit.notice": "Your acceptance will be recorded for audit purposes.",
@@ -4524,6 +4510,7 @@ var en_default = {
4524
4510
  "workflowProductionChecklist.timeSaved.description": "Configure the time saved on each run to track the manual work it saves.",
4525
4511
  "canvas.selection.toolbar.group": "Group nodes",
4526
4512
  "canvas.selection.toolbar.ungroup": "Ungroup nodes",
4513
+ "canvas.selection.toolbar.addToChat": "Add node to chat | Add {count} nodes to chat",
4527
4514
  "canvas.nodeGroup.defaultTitle": "Group",
4528
4515
  "canvas.nodeGroup.connectionAddBlocked.title": "Connection not added",
4529
4516
  "canvas.nodeGroup.connectionRemoveBlocked.title": "Connection not removed",
@@ -4541,6 +4528,7 @@ var en_default = {
4541
4528
  "canvas.nodeGroup.titlePlaceholder": "Group name",
4542
4529
  "canvas.nodeGroup.expand": "Expand",
4543
4530
  "canvas.nodeGroup.collapse": "Collapse",
4531
+ "canvas.nodeGroup.addToChat": "Add group to chat",
4544
4532
  "canvas.nodeGroup.prompt.renameGroup": "Rename group",
4545
4533
  "canvas.nodeGroup.duplicateName": "A group with this name already exists",
4546
4534
  "canvas.nodeGroup.renameBlocked.title": "Group not renamed",
@@ -4835,11 +4823,6 @@ var en_default = {
4835
4823
  "workflowHistory.upgrade": "{link} to activate full history",
4836
4824
  "workflowHistory.upgrade.link": "Upgrade plan",
4837
4825
  "workflowHistory.action.error.title": "Failed to {action}",
4838
- "workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
4839
- "workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
4840
- "workflowHistory.action.restore.modal.publishedNote": "This will not affect the published version",
4841
- "workflowHistory.action.restore.modal.button.restore": "Restore",
4842
- "workflowHistory.action.restore.modal.button.cancel": "Cancel",
4843
4826
  "workflowHistory.action.restore.success.title": "Successfully restored workflow version",
4844
4827
  "workflowHistory.action.restore.alreadyRestored": "Workflow version is already restored",
4845
4828
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
@@ -4852,6 +4835,7 @@ var en_default = {
4852
4835
  "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
4853
4836
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
4854
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:",
4855
4839
  "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
4856
4840
  "workflowHistory.group.unnamedVersions": "1 version | {count} versions",
4857
4841
  "workflowHistory.publishModal.title": "Publish {versionName}",
@@ -4898,6 +4882,10 @@ var en_default = {
4898
4882
  "resourceActions.mcpAccess.disabled.message": "Turn on instance-level MCP access before managing workflow access<br><br><a href=\"{link}\">Manage MCP settings</a>",
4899
4883
  "workflows.publish": "Publish",
4900
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.",
4901
4889
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
4902
4890
  "workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
4903
4891
  "workflows.publish.publishing": "Publishing…",
@@ -4937,10 +4925,6 @@ var en_default = {
4937
4925
  "workflows.dependencies.search.placeholder": "Search...",
4938
4926
  "workflows.dependencies.search.empty": "No matching dependencies",
4939
4927
  "workflows.dependencies.hiddenNotice": "+1 not accessible to you | +{count} not accessible to you",
4940
- "resourceDependents.tooltip": "Used by 1 workflow | Used by {count} workflows",
4941
- "resourceDependents.modal.title": "Used by workflows",
4942
- "resourceDependents.modal.search": "Search workflows...",
4943
- "resourceDependents.type.workflows": "Workflows",
4944
4928
  "workflows.item.enableMCPAccess": "Enable MCP access",
4945
4929
  "workflows.item.disableMCPAccess": "Remove MCP access",
4946
4930
  "workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
@@ -5041,7 +5025,6 @@ var en_default = {
5041
5025
  "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
5042
5026
  "workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
5043
5027
  "workflows.archivedOnly.hint.link": "Update filters",
5044
- "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
5045
5028
  "workflows.publishModal.title": "Publish workflow",
5046
5029
  "workflows.publishModal.noTriggerMessage": "This workflow has no trigger nodes that require publishing",
5047
5030
  "workflows.publishModal.versionNameLabel": "Version name",
@@ -5283,7 +5266,7 @@ var en_default = {
5283
5266
  "settings.n8nConnect.usage.loadMore": "Load more",
5284
5267
  "settings.n8nConnect.usage.openExecution": "Open execution",
5285
5268
  "settings.n8nConnect.wallet.title": "Balance",
5286
- "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} remaining",
5269
+ "settings.n8nConnect.wallet.remaining": "${remaining} / ${budget} left",
5287
5270
  "settings.n8nConnect.wallet.quota": "budget",
5288
5271
  "settings.n8nConnect.wallet.topUp": "Top up balance",
5289
5272
  "settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
@@ -5965,6 +5948,9 @@ var en_default = {
5965
5948
  "projects.settings.member.removed.title": "Member removed successfully",
5966
5949
  "projects.settings.member.added.title": "Member added successfully",
5967
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.",
5968
5954
  "projects.settings.externalSecrets": "External secret vaults",
5969
5955
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
5970
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.",
@@ -6842,14 +6828,6 @@ var en_default = {
6842
6828
  "commandBar.instanceAi.newThread": "New conversation",
6843
6829
  "commandBar.instanceAi.openThread": "Open conversation",
6844
6830
  "commandBar.instanceAi.openThread.searchPlaceholder": "Search by title...",
6845
- "browserNotifications.permission.request.title": "Enable desktop notifications",
6846
- "browserNotifications.permission.request.message": "Get notified when your workflows complete or need attention.",
6847
- "browserNotifications.permission.request.allow": "Allow notifications",
6848
- "browserNotifications.permission.request.dismiss": "Not now",
6849
- "browserNotifications.permission.denied.title": "Notifications blocked",
6850
- "browserNotifications.permission.denied.message": "Desktop notifications are blocked. To enable them, click the lock icon in your browser's address bar and allow notifications.",
6851
- "browserNotifications.permission.denied.checkAgain": "Check again",
6852
- "browserNotifications.permission.granted.message": "Desktop notifications are enabled",
6853
6831
  "focusedNodes.nodesLabel": "nodes",
6854
6832
  "focusedNodes.nodesCount": "{count} nodes",
6855
6833
  "focusedNodes.noMatches": "No nodes matching \"{query}\"",
@@ -6869,9 +6847,14 @@ var en_default = {
6869
6847
  "instanceAi.handoff.openFailed.title": "Couldn't open AI Assistant",
6870
6848
  "instanceAi.handoff.openFailed.message": "The conversation couldn't be opened. Try again.",
6871
6849
  "instanceAi.input.placeholder": "Ask anything...",
6850
+ "instanceAi.input.newAgentPlaceholder": "Describe the agent you want to build",
6872
6851
  "instanceAi.input.suspendedPlaceholder": "Complete or skip the setup above to continue",
6873
6852
  "instanceAi.input.workflowBuilderUnavailablePlaceholder": "Workflow builder unavailable",
6874
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.",
6875
6858
  "instanceAi.input.stop": "Stop",
6876
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.",
6877
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.",
@@ -6899,6 +6882,8 @@ var en_default = {
6899
6882
  "instanceAi.connections.types.browserUse.description": "Let the agent automate tasks in your browser",
6900
6883
  "instanceAi.connections.modal.title": "Connectors",
6901
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",
6902
6887
  "instanceAi.inputMenu.open": "Add context with connectors, files and more",
6903
6888
  "instanceAi.inputMenu.connectionNeedsAttention": "1 connection needs attention",
6904
6889
  "instanceAi.inputMenu.connectionsNeedAttention": "{count} connections need attention",
@@ -6991,11 +6976,13 @@ var en_default = {
6991
6976
  "instanceAi.artifactsPanel.context.agentPreviewNamed": "{name} session",
6992
6977
  "instanceAi.artifactsPanel.context.agentPreviewTitled": "{agentName} — {sessionTitle}",
6993
6978
  "instanceAi.artifactsPanel.context.agentPreviewSessionTitled": "{sessionTitle}",
6979
+ "instanceAi.setupPanel.executeMessage": "Run a test execution of this workflow.",
6994
6980
  "instanceAi.projectSelect.tooltip": "Where AI assistant creates automations",
6995
6981
  "instanceAi.projectSelect.placeholder": "Select a project",
6996
6982
  "instanceAi.projectSelect.search": "Search projects",
6997
6983
  "instanceAi.projectSelect.noResults": "No results",
6998
6984
  "instanceAi.projectSelect.personalSpace": "Personal space",
6985
+ "instanceAi.agentPreview.building": "AI Assistant is making changes…",
6999
6986
  "instanceAi.previewTabBar.expand": "Expand panel",
7000
6987
  "instanceAi.previewTabBar.collapse": "Collapse panel",
7001
6988
  "instanceAi.previewTabBar.openInEditor": "Open in editor",
@@ -7006,6 +6993,11 @@ var en_default = {
7006
6993
  "instanceAi.confirmation.alwaysAllowSuffix": "during this session",
7007
6994
  "instanceAi.confirmation.allowPrompt": "Allow AI Assistant to {action}?",
7008
6995
  "instanceAi.confirmation.deny": "Deny",
6996
+ "instanceAi.confirmation.credentialDestination.title": "Send credential data to {origin}?",
6997
+ "instanceAi.confirmation.credentialDestination.description": "The '{nodeName}' node will send credentials here for tests and executions.",
6998
+ "instanceAi.confirmation.credentialDestination.descriptionMultiple": "These nodes will send credentials here for tests and executions: {nodeNames}.",
6999
+ "instanceAi.confirmation.credentialDestination.approve": "Use destination",
7000
+ "instanceAi.confirmation.credentialDestination.deny": "Don't use destination",
7009
7001
  "instanceAi.confirmation.approved": "Allowed",
7010
7002
  "instanceAi.confirmation.denied": "Denied",
7011
7003
  "instanceAi.confirmation.deferred": "Skipped",
@@ -7048,7 +7040,6 @@ var en_default = {
7048
7040
  "instanceAi.credential.setupTitle": "Set up {name}",
7049
7041
  "instanceAi.credential.continueButton": "Continue",
7050
7042
  "instanceAi.credential.fieldLabel": "{name} credentials",
7051
- "instanceAi.credential.modal.title": "Set up credentials",
7052
7043
  "instanceAi.workflowSetup.usedByNodes": "Used by {count} node | Used by {count} nodes",
7053
7044
  "instanceAi.workflowSetup.nodesUsing": "Nodes using this credential:",
7054
7045
  "instanceAi.workflowSetup.parameterIssues": "Parameters need attention:",
@@ -7495,6 +7486,11 @@ var en_default = {
7495
7486
  "instanceAi.filesystem.category.filesystem": "Files",
7496
7487
  "instanceAi.filesystem.category.shell": "Shell",
7497
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.",
7498
7494
  "agents.home.untitledAgent": "Untitled Agent",
7499
7495
  "agents.relativeTime.justNow": "just now",
7500
7496
  "agents.relativeTime.secondsAgo": "{count}s ago",
@@ -7642,10 +7638,13 @@ var en_default = {
7642
7638
  "agents.versionHistory.publish.error": "Could not publish the selected version",
7643
7639
  "agents.search.placeholder": "Search agents...",
7644
7640
  "agents.tools.added": "Tool added",
7641
+ "agents.tools.suggestion.prompt": "Need another capability?",
7642
+ "agents.tools.suggestion.action": "Suggest a tool",
7645
7643
  "agents.tools.workflow.incompatible.title": "Workflow is not compatible",
7646
7644
  "agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
7647
7645
  "agents.tools.workflow.disabled.incompatibleNodes": "Contains nodes that aren't supported as agent tools (Wait, Form)",
7648
- "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",
7649
7648
  "agents.tools.workflow.createFailed.title": "Couldn't create workflow",
7650
7649
  "agents.tools.workflow.createFailed.message": "Try creating the workflow again.",
7651
7650
  "agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
@@ -7659,17 +7658,23 @@ var en_default = {
7659
7658
  "agents.toolConfig.workflow.allOutputs": "Return all node outputs",
7660
7659
  "agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
7661
7660
  "agents.toolConfig.workflow.target": "Workflow",
7662
- "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.",
7663
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.",
7664
7664
  "agents.toolConfig.workflow.target.placeholder": "Select a workflow",
7665
7665
  "agents.toolConfig.workflow.target.duplicateName": "More than one workflow in this project is called \"{name}\". The agent may call either one.",
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 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.",
7667
7667
  "agents.toolConfig.workflow.target.open": "Open workflow in a new tab",
7668
- "agents.toolConfig.workflow.inputs": "Workflow Inputs",
7669
- "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.",
7670
7670
  "agents.toolConfig.workflow.inputs.mode.ai": "Determined by agent",
7671
7671
  "agents.toolConfig.workflow.inputs.mode.fixed": "Fixed value",
7672
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\"{'}'}",
7673
7678
  "agents.toolConfig.save": "Save",
7674
7679
  "agents.toolConfig.cancel": "Cancel",
7675
7680
  "agents.toolConfig.approval.label": "Require approval",
@@ -7703,6 +7708,9 @@ var en_default = {
7703
7708
  "agents.builder.agent.name.placeholder": "My agent",
7704
7709
  "agents.builder.agent.personalisation.change": "Change agent icon",
7705
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.",
7706
7714
  "agents.builder.agent.model.defaultSelected.title": "Default model selected",
7707
7715
  "agents.builder.agent.model.defaultSelected.description": "A sensible default has been chosen for you. You can change it anytime.",
7708
7716
  "agents.builder.agent.model.defaultSelected.dismiss": "Got it",
@@ -7885,7 +7893,7 @@ var en_default = {
7885
7893
  "agents.builder.skills.allowedTools.addModal.empty": "Attach tools to this agent before adding allowed tools.",
7886
7894
  "agents.builder.skills.allowedTools.addModal.allSelected": "All attached tools are already allowed.",
7887
7895
  "agents.builder.skills.instructions.label": "Instructions",
7888
- "agents.builder.skills.instructions.byteCount": "{count} / {max} bytes",
7896
+ "agents.builder.skills.instructions.characterCount": "{count} / {max} characters",
7889
7897
  "agents.builder.skills.filesNav.label": "Skill files",
7890
7898
  "agents.builder.skills.import.skillFile": "Upload SKILL.md",
7891
7899
  "agents.builder.skills.import.folder": "Upload folder",
@@ -7899,8 +7907,8 @@ var en_default = {
7899
7907
  "agents.builder.skills.import.referenceMarkdownOnly": "References must be markdown files.",
7900
7908
  "agents.builder.skills.import.duplicateReference": "Reference file paths must be unique.",
7901
7909
  "agents.builder.skills.import.tooManyReferences": "The skill folder has too many reference files.",
7902
- "agents.builder.skills.import.referenceTooLarge": "Each reference file must be 65 KB or smaller.",
7903
- "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.",
7904
7912
  "agents.builder.skills.import.invalidFolder": "Could not import the skill folder.",
7905
7913
  "agents.builder.skills.references.title": "References",
7906
7914
  "agents.builder.skills.references.add": "Add reference",
@@ -7916,10 +7924,10 @@ var en_default = {
7916
7924
  "agents.builder.skills.references.name.invalidCharacters": "Use only letters, numbers, spaces, underscores, and hyphens.",
7917
7925
  "agents.builder.skills.references.name.duplicate": "A reference with this file name already exists.",
7918
7926
  "agents.builder.skills.references.contentRequired": "Enter reference content.",
7919
- "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.",
7920
7928
  "agents.builder.skills.references.maxCount": "Skills can have up to {max} reference files.",
7921
7929
  "agents.builder.skills.references.invalidSummary": "Fix reference files before saving.",
7922
- "agents.builder.skills.references.byteCount": "{count} / {max} bytes",
7930
+ "agents.builder.skills.references.characterCount": "{count} / {max} characters",
7923
7931
  "agents.builder.skills.create.title": "Add skill",
7924
7932
  "agents.builder.skills.create.cancel": "Cancel",
7925
7933
  "agents.builder.skills.create.save": "Save skill",
@@ -7933,7 +7941,7 @@ var en_default = {
7933
7941
  "agents.builder.skills.validation.descriptionRequired": "Enter a description.",
7934
7942
  "agents.builder.skills.validation.descriptionMaxLength": "Description must be 512 characters or fewer.",
7935
7943
  "agents.builder.skills.validation.instructionsRequired": "Enter instructions.",
7936
- "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.",
7937
7945
  "agents.builder.skills.missingContent.callout": "This skill's content is missing. Fill it in and save to recreate it.",
7938
7946
  "agents.builder.skills.remove": "Remove skill",
7939
7947
  "agents.builder.skills.back": "Back to skills",
@@ -8037,7 +8045,8 @@ var en_default = {
8037
8045
  "agents.builder.validation.issue.tool.workflow.missingReference": "Workflow \"{id}\" can't be found. Select another workflow.",
8038
8046
  "agents.builder.validation.issue.tool.workflow.incompatibleReference": "Workflow \"{id}\" can't be used as an agent tool",
8039
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.",
8040
- "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",
8041
8050
  "agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
8042
8051
  "agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
8043
8052
  "agents.builder.validation.issue.mcpServer.incompatibleCredential": "The credential type doesn't match the server's authentication method",
@@ -8254,6 +8263,8 @@ var en_default = {
8254
8263
  "agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
8255
8264
  "agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
8256
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.",
8257
8268
  "agents.builder.addTrigger.linear.setup.title": "Set up a Linear app",
8258
8269
  "agents.builder.addTrigger.linear.setup.description": "Create a Linear app to get the credential values, then add these URLs in Linear.",
8259
8270
  "agents.builder.addTrigger.linear.setup.link": "Create a Linear app",
@@ -8363,7 +8374,33 @@ var en_default = {
8363
8374
  "instanceAi.workflowSetup.stepIncompleteTooltip": "To continue, complete the required fields above or skip setup for now",
8364
8375
  "agents.chat.askCredential.skipped": "Skipped",
8365
8376
  "agents.chat.askQuestions.skipped": "Skipped",
8366
- "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"
8367
8404
  };
8368
8405
 
8369
8406
  //#endregion