@n8n/i18n 2.30.2 → 2.31.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
@@ -1008,6 +1008,7 @@ var en_default = {
1008
1008
  "communityNodeFooter.reportIssue": "Report issue",
1009
1009
  "credentialEdit.credentialConfig.accountConnected": "Account connected",
1010
1010
  "credentialEdit.credentialConfig.accountNotConnected": "Connect your account to use this credential",
1011
+ "credentialEdit.credentialConfig.accountNotConnected.endUser": "Connect your own account — it's private to you and only used in executions you trigger.",
1011
1012
  "credentialEdit.credentialConfig.connect": "Connect",
1012
1013
  "credentialEdit.credentialConfig.connectOAuth2Credential": "Connect OAuth2 Credential",
1013
1014
  "credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
@@ -1045,13 +1046,14 @@ var en_default = {
1045
1046
  "credentialEdit.credentialConfig.switchTo": "Use {name}",
1046
1047
  "credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
1047
1048
  "credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
1048
- "credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for private credentials",
1049
- "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "A private credential resolves to each member's own connection at runtime, based on who triggers the workflow. It requires a trigger that can identify the user. The credential you connect here is used for manual test runs, the MCP trigger, and Chat Hub.",
1049
+ "credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for end-user credentials",
1050
+ "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "An end-user credential resolves to each member's own connection at runtime, based on who triggers the workflow. It requires a trigger that can identify the user. The credential you connect here is used for manual test runs, the MCP trigger, and Chat Hub.",
1051
+ "credentialEdit.credentialConfig.endUserCredential.connectSubtext": "This is an end-user credential. The account you connect is yours alone, no one else in the workspace can see or use it.",
1050
1052
  "credentialEdit.credentialConfig.credentialType.title": "Credential type",
1051
- "credentialEdit.credentialConfig.credentialType.endUser.title": "Private credential",
1052
- "credentialEdit.credentialConfig.credentialType.endUser.subtitle": "Each member uses their own credential.",
1053
+ "credentialEdit.credentialConfig.credentialType.endUser.title": "End-user credential",
1054
+ "credentialEdit.credentialConfig.credentialType.endUser.subtitle": "Each user connects their own account, which is only used when they trigger the workflow.",
1053
1055
  "credentialEdit.credentialConfig.credentialType.fixed.title": "Fixed credential",
1054
- "credentialEdit.credentialConfig.credentialType.fixed.subtitle": "Every member uses the same exact credential.",
1056
+ "credentialEdit.credentialConfig.credentialType.fixed.subtitle": "The same credential is used regardless of who runs it.",
1055
1057
  "credentialEdit.credentialConfig.oauthDisabledTooltip": "Complete all fields to connect",
1056
1058
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
1057
1059
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
@@ -1065,15 +1067,20 @@ var en_default = {
1065
1067
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.confirmButtonText": "Yes, delete",
1066
1068
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.headline": "Delete Credential?",
1067
1069
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.message": "Are you sure you want to delete \"{savedCredentialName}\"? This may break any workflows that use it.",
1070
+ "credentialEdit.credentialEdit.confirmMessage.deleteConnected.headline": "Delete \"{credentialName}\"?",
1071
+ "credentialEdit.credentialEdit.confirmMessage.deleteConnected.message": "Deleting this disconnects everyone using it, including you. {people} will lose their connection, and it can't be undone. Any workflows with nodes that use this credential will stop working.",
1072
+ "credentialEdit.credentialEdit.confirmMessage.deleteConnected.confirmButtonText": "Delete",
1073
+ "credentialEdit.credentialEdit.confirmMessage.connectedPeople": "{count} person | {count} people",
1074
+ "credentialEdit.credentialEdit.confirmMessage.typeToConfirm": "Type \"{keyword}\" to confirm",
1068
1075
  "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.confirmButtonText": "Disconnect",
1069
1076
  "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.headline": "Disconnect account?",
1070
- "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": "Disconnect your account from \"{savedCredentialName}\"? You'll need to reconnect to use it in your workflows.",
1071
- "credentialEdit.credentialEdit.confirmMessage.switchToStatic.headline": "Switch \"{credentialName}\" to Static?",
1072
- "credentialEdit.credentialEdit.confirmMessage.switchToStatic.message": "This will disconnect {count} user(s) from \"{credentialName}\". Their personal connections will be permanently removed.",
1073
- "credentialEdit.credentialEdit.confirmMessage.switchToStatic.confirmButtonText": "Yes, switch to Static",
1074
- "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.headline": "Switch \"{credentialName}\" to Private?",
1075
- "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.message": "Switching \"{credentialName}\" to Private will remove your saved connection. Each user will need to connect their own account.",
1076
- "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.confirmButtonText": "Yes, switch to Private",
1077
+ "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": "Disconnect your account from \"{savedCredentialName}\"? This only removes your connection, not anyone else's, and you can reconnect anytime.",
1078
+ "credentialEdit.credentialEdit.confirmMessage.switchToFixed.headline": "Switch \"{credentialName}\" to Fixed?",
1079
+ "credentialEdit.credentialEdit.confirmMessage.switchToFixed.message": "Switching to Fixed disconnects everyone using this credential, including you. {people} will lose their connection, and it can't be undone. Any workflows with nodes that use this credential will stop working.",
1080
+ "credentialEdit.credentialEdit.confirmMessage.switchToFixed.confirmButtonText": "Switch to Fixed",
1081
+ "credentialEdit.credentialEdit.confirmMessage.switchToEndUser.headline": "Switch \"{credentialName}\" to end-user credential?",
1082
+ "credentialEdit.credentialEdit.confirmMessage.switchToEndUser.message": "Switching \"{credentialName}\" to an end-user credential will remove your saved connection. Each user will need to connect their own account.",
1083
+ "credentialEdit.credentialEdit.confirmMessage.switchToEndUser.confirmButtonText": "Yes, switch to end-user credential",
1077
1084
  "credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.headline": "Save changes to \"{credentialName}\"?",
1078
1085
  "credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": "You've made changes to this credential. Saving will disconnect everyone using \"{credentialName}\" credential.",
1079
1086
  "credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": "Save",
@@ -1083,7 +1090,6 @@ var en_default = {
1083
1090
  "credentialEdit.credentialEdit.couldNotFindCredentialWithId": "Could not find credential with ID",
1084
1091
  "credentialEdit.credentialEdit.delete": "Delete",
1085
1092
  "credentialEdit.credentialEdit.details": "Details",
1086
- "credentialEdit.credentialEdit.dynamic": "Private",
1087
1093
  "credentialEdit.credentialEdit.saving": "Saving",
1088
1094
  "credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
1089
1095
  "credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
@@ -1142,10 +1148,8 @@ var en_default = {
1142
1148
  "credentials.heading": "Credentials",
1143
1149
  "credentials.add": "Add credential",
1144
1150
  "credentials.project.add": "Add credential to project",
1145
- "credentials.empty.heading": "{name}, let's set up a credential",
1146
- "credentials.empty.heading.userNotSetup": "Set up a credential",
1151
+ "credentials.empty.heading": "Create your first credential",
1147
1152
  "credentials.empty.description": "Credentials let workflows interact with your apps and services",
1148
- "credentials.empty.button": "Add first credential",
1149
1153
  "credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
1150
1154
  "credentials.item.open": "Open",
1151
1155
  "credentials.item.delete": "Delete",
@@ -1157,10 +1161,9 @@ var en_default = {
1157
1161
  "credentials.item.readonly": "Read only",
1158
1162
  "credentials.item.needsSetup": "Needs first setup",
1159
1163
  "credentials.item.connect": "Connect",
1160
- "credentials.item.connect.tooltip": "Connect your own account to use this credential in workflows. Only you can use your private credential.",
1161
- "credentials.private.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
1162
- "credentials.private.tooltipTitle": "Private credentials",
1163
- "credentials.private.badge": "Private",
1164
+ "credentials.item.connect.tooltip": "Connect your own account to use this credential in workflows. Only you can use your end-user credential.",
1165
+ "credentials.private.tooltip": "This credential is set up to use the account of the person the workflow is running on behalf of, resolved at execution time. You can connect your own account, but no one else can see or use it.",
1166
+ "credentials.private.tooltipTitle": "End-user credentials",
1164
1167
  "credentials.private.row.connect": "Connect",
1165
1168
  "credentials.private.row.connect.noPermission": "You don't have permission to connect this credential.",
1166
1169
  "credentials.private.row.connected": "Connected",
@@ -1772,6 +1775,7 @@ var en_default = {
1772
1775
  "logs.overview.body.started": "Started {time}",
1773
1776
  "logs.overview.body.run": "Execute step",
1774
1777
  "logs.overview.body.open": "Open...",
1778
+ "logs.overview.body.openTooltip": "Open node",
1775
1779
  "logs.overview.body.toggleRow": "Toggle row",
1776
1780
  "logs.details.header.actions.input": "Input",
1777
1781
  "logs.details.header.actions.output": "Output",
@@ -1909,7 +1913,7 @@ var en_default = {
1909
1913
  "ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
1910
1914
  "ndv.redacted.description.link": "workflow settings",
1911
1915
  "ndv.redacted.noPermission.description": "Execution data has been redacted. You do not have the permissions to reveal it.",
1912
- "ndv.redacted.dynamicCredentials.description": "This execution used private credentials. Data from private credential executions cannot be revealed.",
1916
+ "ndv.redacted.dynamicCredentials.description": "This execution used end-user credentials. Data from end-user credential executions cannot be revealed.",
1913
1917
  "ndv.redacted.revealButton": "Reveal data",
1914
1918
  "ndv.redacted.revealModal.title": "Reveal redacted data",
1915
1919
  "ndv.redacted.revealModal.warning": "This data is redacted, because it likely contains sensitive information. Please read the following before proceeding.",
@@ -2029,7 +2033,7 @@ var en_default = {
2029
2033
  "node.settings.retriesOnFailure": "This node will automatically retry if it fails",
2030
2034
  "node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
2031
2035
  "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
2032
- "node.settings.dynamicCredentials": "This node uses private credentials that are resolved at runtime.",
2036
+ "node.settings.dynamicCredentials": "This node is set up to use the credentials of the person it's running on behalf of.",
2033
2037
  "node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
2034
2038
  "sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
2035
2039
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
@@ -2112,6 +2116,7 @@ var en_default = {
2112
2116
  "nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
2113
2117
  "nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
2114
2118
  "nodeCreator.subcategoryNames.modelContextProtocol": "MCP servers",
2119
+ "nodeCreator.sectionNames.includedInN8n": "Included in n8n",
2115
2120
  "nodeCreator.sectionNames.popular": "Popular",
2116
2121
  "nodeCreator.sectionNames.other": "Other",
2117
2122
  "nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
@@ -2191,17 +2196,17 @@ var en_default = {
2191
2196
  "nodeCredentials.emptyState.noCredentials": "No credentials yet",
2192
2197
  "nodeCredentials.emptyState.setupCredential": "Set up credential",
2193
2198
  "nodeCredentials.oauth.accountConnected": "Account connected successfully",
2194
- "aiGateway.toggle.label": "Connect via n8n Connect",
2195
- "aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
2199
+ "aiGateway.toggle.label": "Use n8n credits",
2200
+ "aiGateway.toggle.description": "n8n credits is the easy way to manage AI model usage",
2196
2201
  "aiGateway.toggle.topUp": "Top up",
2197
2202
  "aiGateway.wallet.balanceRemaining": "{balance} remaining",
2198
2203
  "aiGateway.wallet.noCredits": "No credits",
2199
2204
  "aiGateway.credentialMode.sectionLabel": "Credential",
2200
- "aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
2205
+ "aiGateway.credentialMode.n8nConnect.title": "n8n credits",
2201
2206
  "aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
2202
2207
  "aiGateway.credentialMode.own.title": "My own credential",
2203
2208
  "aiGateway.credentialMode.own.subtitle": "Use your own API key",
2204
- "aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n Connect. Switch to using your own credential to use it.",
2209
+ "aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n credits. Switch to using your own credential to use it.",
2205
2210
  "nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
2206
2211
  "nodeErrorView.cause": "Cause",
2207
2212
  "nodeErrorView.copyToClipboard": "Copy to Clipboard",
@@ -2267,7 +2272,7 @@ var en_default = {
2267
2272
  "nodeSettings.executeButtonTooltip.times": "Will execute {inputSize} times, once for each input item",
2268
2273
  "nodeSettings.executeOnce.description": "If active, the node executes only once, with data from the first item it receives",
2269
2274
  "nodeSettings.executeOnce.displayName": "Execute Once",
2270
- "nodeSettings.dynamicCredentials.displayName": "Private Credentials",
2275
+ "nodeSettings.dynamicCredentials.displayName": "End-user credentials",
2271
2276
  "nodeSettings.maxTries.description": "Number of times to attempt to execute the node before failing the execution",
2272
2277
  "nodeSettings.maxTries.displayName": "Max. Tries",
2273
2278
  "nodeSettings.noDescriptionFound": "No description found",
@@ -2407,32 +2412,40 @@ var en_default = {
2407
2412
  "nodeView.leaveZoomMode": "Leave zoom mode",
2408
2413
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
2409
2414
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
2410
- "contextMenu.node": "node | nodes",
2411
- "contextMenu.sticky": "sticky note | sticky notes",
2415
+ "contextMenu.node": "node | {count} nodes",
2416
+ "contextMenu.sticky": "sticky note | {count} sticky notes",
2417
+ "contextMenu.nodeGroup": "group",
2412
2418
  "contextMenu.selectAll": "Select all",
2413
2419
  "contextMenu.deselectAll": "Clear selection",
2414
2420
  "contextMenu.tidyUpWorkflow": "Tidy up workflow",
2415
2421
  "contextMenu.tidyUpSelection": "Tidy up selection",
2416
- "contextMenu.extract": "Convert node to sub-workflow | Convert {count} nodes to sub-workflow",
2422
+ "contextMenu.extract": "Convert node to sub-workflow | Convert {subject} to sub-workflow",
2423
+ "contextMenu.group": "Group node | Group nodes",
2424
+ "contextMenu.renameGroup": "Rename group",
2425
+ "contextMenu.ungroupNodes": "Ungroup nodes",
2426
+ "contextMenu.expandAllGroups": "Expand all groups",
2427
+ "contextMenu.collapseAllGroups": "Collapse all groups",
2428
+ "contextMenu.expandSelectedGroups": "Expand selected",
2429
+ "contextMenu.collapseSelectedGroups": "Collapse selected",
2417
2430
  "contextMenu.replace": "Replace",
2418
- "contextMenu.duplicate": "Duplicate | Duplicate {count} {subject}",
2431
+ "contextMenu.duplicate": "Duplicate | Duplicate {subject}",
2419
2432
  "contextMenu.open": "Open...",
2420
2433
  "contextMenu.test": "Execute step",
2421
2434
  "contextMenu.rename": "Rename",
2422
2435
  "contextMenu.openSubworkflow": "Go to Sub-workflow",
2423
- "contextMenu.copy": "Copy | Copy {count} {subject}",
2424
- "contextMenu.deactivate": "Deactivate | Deactivate {count} {subject}",
2425
- "contextMenu.activate": "Activate | Activate {count} nodes",
2426
- "contextMenu.pin": "Pin | Pin {count} nodes",
2427
- "contextMenu.unpin": "Unpin | Unpin {count} nodes",
2428
- "contextMenu.delete": "Delete | Delete {count} {subject}",
2436
+ "contextMenu.copy": "Copy | Copy {subject}",
2437
+ "contextMenu.deactivate": "Deactivate | Deactivate {subject}",
2438
+ "contextMenu.activate": "Activate | Activate {subject}",
2439
+ "contextMenu.pin": "Pin | Pin {subject}",
2440
+ "contextMenu.unpin": "Unpin | Unpin {subject}",
2441
+ "contextMenu.delete": "Delete | Delete {subject}",
2429
2442
  "contextMenu.addNode": "Add node",
2430
2443
  "contextMenu.addSticky": "Add sticky note",
2431
2444
  "contextMenu.editSticky": "Edit sticky note",
2432
2445
  "contextMenu.changeColor": "Change color",
2433
2446
  "contextMenu.copyTestUrl": "Copy test url",
2434
2447
  "contextMenu.copyProductionUrl": "Copy production url",
2435
- "contextMenu.focusAiOnSelected": "Add to n8n AI | Add {count} nodes to n8n AI",
2448
+ "contextMenu.focusAiOnSelected": "Add to n8n AI | Add {subject} to n8n AI",
2436
2449
  "contextMenu.addToAi": "Add to n8n AI",
2437
2450
  "nodeWebhooks.clickToCopyWebhookUrls": "Click to copy webhook URLs",
2438
2451
  "nodeWebhooks.clickToCopyWebhookUrls.formTrigger": "Click to copy Form URL",
@@ -2535,6 +2548,7 @@ var en_default = {
2535
2548
  "parameterInputList.callout.dismiss.confirm.text": "Do you want to permanently hide this?",
2536
2549
  "parameterInputList.callout.dismiss.confirm.confirmButtonText": "Confirm",
2537
2550
  "parameterInputList.callout.dismiss.confirm.cancelButtonText": "Cancel",
2551
+ "parameterInputList.autoRequiresChatTriggerDescription": "Available when connected to a Chat Trigger node.",
2538
2552
  "parameterOverride.overridePanelText": "Defined automatically by the <b>model</b>",
2539
2553
  "parameterOverride.applyOverrideButtonTooltip": "Let the model define this parameter",
2540
2554
  "parameterOverride.descriptionTooltip": "Explain to the LLM how it should generate this value, a good, specific description would allow LLMs to produce expected results much more often",
@@ -2723,14 +2737,16 @@ var en_default = {
2723
2737
  "projectRoles.credential:update.tooltip": "Edit credential details including secret",
2724
2738
  "projectRoles.credential:create": "Create",
2725
2739
  "projectRoles.credential:create.tooltip": "Create new credentials",
2740
+ "projectRoles.credential:createEndUser": "Manage end-user credentials",
2741
+ "projectRoles.credential:createEndUser.tooltip": "Create, delete, or change the type of end-user credentials, where each user connects their own account",
2726
2742
  "projectRoles.credential:share": "Share",
2727
2743
  "projectRoles.credential:share.tooltip": "Share credentials with other projects or users",
2728
2744
  "projectRoles.credential:unshare": "Unshare",
2729
2745
  "projectRoles.credential:unshare.tooltip": "Remove credential sharing with other projects or users",
2730
2746
  "projectRoles.credential:move": "Transfer",
2731
2747
  "projectRoles.credential:move.tooltip": "Move credentials to another project",
2732
- "projectRoles.credential:connect": "Connect",
2733
- "projectRoles.credential:connect.tooltip": "Connect an own account to a private credential without editing it",
2748
+ "projectRoles.credential:connect": "Connect end-user credentials",
2749
+ "projectRoles.credential:connect.tooltip": "Connect your own account to an end-user credential without editing it",
2734
2750
  "projectRoles.credential:delete": "Delete",
2735
2751
  "projectRoles.credential:delete.tooltip": "Delete credentials",
2736
2752
  "projectRoles.execution:reveal": "Reveal redacted data",
@@ -3126,7 +3142,6 @@ var en_default = {
3126
3142
  "settings.opentelemetry.unsavedChanges.saveAndLeave": "Save and leave",
3127
3143
  "settings.mcp": "Instance-level MCP",
3128
3144
  "settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
3129
- "settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
3130
3145
  "settings.mcp.header.toggle.enabled": "Enabled",
3131
3146
  "settings.mcp.header.toggle.disabled": "Disabled",
3132
3147
  "settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
@@ -3170,6 +3185,8 @@ var en_default = {
3170
3185
  "settings.mcp.connectWorkflows.input.placeholder": "Search workflows to connect",
3171
3186
  "settings.mcp.connectWorkflows.confirm.label": "Enable",
3172
3187
  "settings.mcp.connectWorkflows.error": "Error fetching available workflows",
3188
+ "settings.mcp.workflows.enableAccess.success.title": "MCP access enabled for {count} workflow | MCP access enabled for {count} workflows",
3189
+ "settings.mcp.workflows.removeAccess.success.title": "MCP access removed for {count} workflow | MCP access removed for {count} workflows",
3173
3190
  "settings.mcp.connectWorkflows.emptyState": "No available workflows",
3174
3191
  "settings.mcp.connectPopover.tab.oauth": "OAuth",
3175
3192
  "settings.mcp.connectPopover.tab.accessToken": "Access token",
@@ -3186,7 +3203,6 @@ var en_default = {
3186
3203
  "settings.mcp.allowedRedirectUris.validation.invalidUrl": "Invalid URL: {url}",
3187
3204
  "settings.mcp.allowedRedirectUris.validation.invalidProtocol": "Invalid protocol for URL: {url}. Only http and https are allowed.",
3188
3205
  "settings.mcp.allowedRedirectUris.validation.httpsRequired": "HTTPS required in production: {url}",
3189
- "settings.mcp.allowedRedirectUris.warning": "Configure a redirect URL allowlist to control which applications can complete the OAuth consent flow. Without one, a malicious application could register an OAuth client with an attacker-controlled redirect URL and use it to obtain access tokens for your n8n instance.",
3190
3206
  "experiments.surfaceMcpToNewCloudUsers.onboarding.title": "Build from your assistant",
3191
3207
  "experiments.surfaceMcpToNewCloudUsers.onboarding.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
3192
3208
  "experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": "Claude",
@@ -3225,6 +3241,13 @@ var en_default = {
3225
3241
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": "New",
3226
3242
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": "Enabled",
3227
3243
  "experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": "You can enable this later in Settings > MCP.",
3244
+ "experiments.exposeAllWorkflowsToMcp.modal.title": "Expose all workflows to MCP?",
3245
+ "experiments.exposeAllWorkflowsToMcp.modal.description": "This lets connected clients reach every workflow on this instance right away. You can remove MCP access for individual workflows at any time.",
3246
+ "experiments.exposeAllWorkflowsToMcp.modal.notNow": "Not now",
3247
+ "experiments.exposeAllWorkflowsToMcp.modal.confirm": "Expose all workflows",
3248
+ "experiments.exposeAllWorkflowsToMcp.modal.success.title": "Workflows exposed to MCP",
3249
+ "experiments.exposeAllWorkflowsToMcp.modal.success.message": "{count} workflow is now available to connected clients | {count} workflows are now available to connected clients",
3250
+ "experiments.exposeAllWorkflowsToMcp.modal.error.title": "Error exposing workflows to MCP",
3228
3251
  "settings.chatHub": "Chat",
3229
3252
  "settings.chatHub.enabled.label": "Enable Chat",
3230
3253
  "settings.chatHub.enabled.description": "When disabled, Chat is hidden across the app and its API endpoints are turned off. You can re-enable it here at any time.",
@@ -3909,6 +3932,7 @@ var en_default = {
3909
3932
  "tagsView.notBeingUsed": "Not being used",
3910
3933
  "onboarding.title": "Demo: {name}",
3911
3934
  "template.buttons.goBackButton": "Go back",
3935
+ "template.buttons.startWithAi": "Customize with AI",
3912
3936
  "template.buttons.tryTemplate": "Try template",
3913
3937
  "template.buttons.useThisWorkflowButton": "Use this workflow",
3914
3938
  "template.details.appsInTheCollection": "This collection features",
@@ -3972,8 +3996,8 @@ var en_default = {
3972
3996
  "nodeIssues.credentials.doNotExist.hint": "You can create credentials with the exact name and then they get auto-selected on refresh..",
3973
3997
  "nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
3974
3998
  "nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
3975
- "nodeIssues.credentials.privateNotConnected": "'{name}' private credential is not connected for you. Connect yours to execute this step manually.",
3976
- "nodeIssues.credentials.privateRequiresManualTrigger": "Private credentials require a trigger that establishes who is running the workflow, such as a Manual, Chat, or Sub-workflow trigger. Change the trigger, or switch this credential to Static.",
3999
+ "nodeIssues.credentials.privateNotConnected": "'{name}' end-user credential is not connected for you. Connect yours to execute this step manually.",
4000
+ "nodeIssues.credentials.privateRequiresManualTrigger": "End-user credentials aren't supported with the {triggerName} trigger. Use a Manual, Chat, Webhook, or MCP server trigger, or switch this credential to Fixed.",
3977
4001
  "nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
3978
4002
  "ndv.trigger.moreInfo": "More info",
3979
4003
  "ndv.trigger.copiedTestUrl": "Test URL copied to clipboard",
@@ -4198,7 +4222,7 @@ var en_default = {
4198
4222
  "workflowSettings.saveExecutionProgressOptions.doNotSave": "Do not save",
4199
4223
  "workflowSettings.saveExecutionProgressOptions.save": "@:_reusableBaseText.save",
4200
4224
  "workflowSettings.redactProductionData": "Redact production execution data",
4201
- "workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use private credentials.",
4225
+ "workflowSettings.redactProductionData.dynamicCredentialsHint": "Prod. execution data is always redacted in workflows that use end-user credentials.",
4202
4226
  "workflowSettings.redactManualData": "Redact manual execution data",
4203
4227
  "workflowSettings.redactManualData.requiresProductionHint": "Manual execution data can only be redacted when production execution data is also redacted.",
4204
4228
  "workflowSettings.redactionOptions.default": "Default - Do not redact",
@@ -4231,15 +4255,15 @@ var en_default = {
4231
4255
  "workflowSettings.executionTimeout": "Timeout Workflow",
4232
4256
  "workflowSettings.tags": "Tags",
4233
4257
  "workflowSettings.timezone": "Timezone",
4234
- "workflowSettings.credentialResolver": "Private credential resolver",
4258
+ "workflowSettings.credentialResolver": "End-user credential resolver",
4235
4259
  "workflowSettings.credentialResolver.placeholder": "Select resolver",
4236
4260
  "workflowSettings.credentialResolver.createNew": "Create new resolver",
4237
4261
  "workflowSettings.credentialResolver.edit": "Edit resolver",
4238
4262
  "workflowSettings.credentialResolver.none": "Default - None",
4239
- "workflowSettings.helpTexts.credentialResolver": "The resolver uses the identity of the user triggering the workflow to pick the right account for all private credentials in this workflow.",
4263
+ "workflowSettings.helpTexts.credentialResolver": "The resolver uses the identity of the user triggering the workflow to pick the right account for all end-user credentials in this workflow.",
4240
4264
  "credentialResolver.addNew": "Add Resolver",
4241
4265
  "credentialResolver.view.title": "Credential resolvers",
4242
- "credentialResolver.view.description": "Resolvers take an incoming user identity and pick the account used by private credentials when the workflow runs. Select a resolver in Workflow settings.",
4266
+ "credentialResolver.view.description": "Resolvers take an incoming user identity and pick the account used by end-user credentials when the workflow runs. Select a resolver in Workflow settings.",
4243
4267
  "credentialResolver.view.learnMore": "You can learn more in the ",
4244
4268
  "credentialResolver.action.edit": "Edit",
4245
4269
  "credentialResolver.action.delete": "Delete",
@@ -4261,7 +4285,7 @@ var en_default = {
4261
4285
  "credentialResolverEdit.delete": "Delete",
4262
4286
  "credentialResolverEdit.confirmMessage.deleteResolver.headline": "Delete Credential Resolver?",
4263
4287
  "credentialResolverEdit.confirmMessage.deleteResolver.message": "Are you sure you want to delete the credential resolver {savedResolverName}?",
4264
- "credentialResolverEdit.confirmMessage.deleteResolver.messageWithWorkflows": "Are you sure you want to delete the credential resolver {savedResolverName}? The following workflows use this resolver and will no longer resolve private credentials:",
4288
+ "credentialResolverEdit.confirmMessage.deleteResolver.messageWithWorkflows": "Are you sure you want to delete the credential resolver {savedResolverName}? The following workflows use this resolver and will no longer resolve end-user credentials:",
4265
4289
  "credentialResolverEdit.confirmMessage.deleteResolver.andMore": "and {count} more...",
4266
4290
  "credentialResolverEdit.confirmMessage.deleteResolver.confirmButtonText": "Delete",
4267
4291
  "credentialResolverEdit.sidebar.configuration": "Configuration",
@@ -4411,9 +4435,8 @@ var en_default = {
4411
4435
  "workflows.item.readonly": "Read only",
4412
4436
  "workflows.item.archived": "Archived",
4413
4437
  "workflows.item.availableInMCP": "Available in MCP",
4414
- "workflows.privateCredential.tooltip": "Set up and run with your own credentials",
4415
- "workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
4416
- "workflows.dynamic.tooltipTitle": "Private credentials",
4438
+ "workflows.dynamic.tooltip": "This workflow has one or more nodes set up to use the credentials of the person it's running on behalf of.",
4439
+ "workflows.dynamic.tooltipTitle": "End-user credentials",
4417
4440
  "workflows.dependencies.tooltip.workflow": "Click to view resources referenced by this workflow",
4418
4441
  "workflows.dependencies.tooltip.credential": "Click to view resources referencing this credential",
4419
4442
  "workflows.dependencies.tooltip.dataTable": "Click to view resources referencing this data table",
@@ -4470,14 +4493,14 @@ var en_default = {
4470
4493
  "workflows.noResults.withSearch.switchToShared.link": "hidden",
4471
4494
  "workflows.empty.heading": "Welcome, {name}!",
4472
4495
  "workflows.empty.heading.userNotSetup": "Welcome!",
4473
- "workflows.empty.headingWithIcon": "What do you want to build, {name}",
4474
- "workflows.empty.headingWithIcon.userNotSetup": "What do you want to build?",
4496
+ "workflows.empty.onboarding.heading": "Let's build your first automation",
4497
+ "workflows.empty.list.heading": "Create your first automation",
4498
+ "workflows.empty.list.description": "Build multi-step automations connecting your apps and services",
4475
4499
  "workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
4476
4500
  "workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
4477
4501
  "workflows.empty.description": "What do you want to build?",
4478
4502
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
4479
4503
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
4480
- "workflows.empty.startFromScratch": "Start from scratch",
4481
4504
  "workflows.empty.startWithTemplate": "Start with a template",
4482
4505
  "workflows.empty.browseTemplates": "Explore workflow templates",
4483
4506
  "workflows.empty.learnN8n": "Learn n8n",
@@ -4548,8 +4571,6 @@ var en_default = {
4548
4571
  "workflows.publishModal.reattempt": "Re-publishing will retry the triggers that failed to activate.",
4549
4572
  "workflows.publishModal.changes": "New changes to publish",
4550
4573
  "workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
4551
- "workflows.publishModal.aiGatewayWarning.header": "The node | The nodes",
4552
- "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.",
4553
4574
  "importCurlModal.title": "Import cURL command",
4554
4575
  "importCurlModal.input.label": "cURL Command",
4555
4576
  "importCurlModal.input.placeholder": "Paste the cURL command here",
@@ -4569,10 +4590,8 @@ var en_default = {
4569
4590
  "variables.add.unavailable.empty": "Upgrade plan to start using variables",
4570
4591
  "variables.add.onlyOwnerCanCreate": "Only owner can create variables",
4571
4592
  "variables.add.button.label": "Create variable",
4572
- "variables.empty.heading": "{name}, let's set up a variable",
4573
- "variables.empty.heading.userNotSetup": "Set up a variable",
4574
- "variables.empty.description": "Variables can be used to store data that can be referenced easily across multiple workflows.",
4575
- "variables.empty.button": "Add first variable",
4593
+ "variables.empty.heading": "Create your first variable",
4594
+ "variables.empty.description": "Store values you can reference across all your workflows",
4576
4595
  "variables.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create variables",
4577
4596
  "variables.empty.notAllowedToCreate.heading": "{name}, start using variables",
4578
4597
  "variables.empty.notAllowedToCreate.description": "Ask project editors or instance admin to create the variables you need. Once configured, you can utilize them in your workflows using the syntax $vars.MY_VAR.",
@@ -4647,8 +4666,8 @@ var en_default = {
4647
4666
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
4648
4667
  "dataTable.dataTables": "Data tables",
4649
4668
  "dataTables.noResults": "No data tables found",
4650
- "dataTable.empty.label": "You don't have any data tables yet",
4651
- "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
4669
+ "dataTable.empty.heading": "Create your first data table",
4670
+ "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation",
4652
4671
  "dataTable.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create data tables",
4653
4672
  "dataTable.card.size": "{size}MB",
4654
4673
  "dataTable.card.column.count": "{count} column | {count} columns",
@@ -4815,7 +4834,6 @@ var en_default = {
4815
4834
  "agents.modelSelector.freeCredits.label": "Use free OpenAI credits",
4816
4835
  "agents.modelSelector.freeCredits.badge": "free credits",
4817
4836
  "agents.modelSelector.freeCredits.description": "Get {credits} free OpenAI API credits. Try it with gpt-5-mini.",
4818
- "agents.askLlm.chooseModel": "Choose a model",
4819
4837
  "agents.builder.unconfigured.title": "Set up the agent builder",
4820
4838
  "agents.builder.unconfigured.description.admin": "Choose a provider and credential so the agent builder can help you design agents.",
4821
4839
  "agents.builder.unconfigured.description.nonAdmin": "Ask an instance admin to configure the agent builder before you can build agents here.",
@@ -4943,7 +4961,17 @@ var en_default = {
4943
4961
  "settings.security": "Security & policies",
4944
4962
  "settings.security.description": "Manage workspace security requirements. Enforce two-factor authentication and control personal space actions like publishing workflows and sharing resources.",
4945
4963
  "settings.security.managedByEnv": "These security settings are configured via environment variables and cannot be changed here.",
4964
+ "settings.security.workflowReviews.title": "Workflow reviews",
4965
+ "settings.security.workflowReviews.description": "Require workflow versions to be submitted for review and approved before they can be published to production.",
4966
+ "settings.security.workflowReviews.enable.title": "Enable workflow reviews",
4967
+ "settings.security.workflowReviews.enable.description": "Enable the feature to be available on project level.",
4968
+ "settings.security.workflowReviews.success.enabled": "Workflow reviews enabled",
4969
+ "settings.security.workflowReviews.success.disabled": "Workflow reviews disabled",
4970
+ "settings.security.workflowReviews.error": "Failed to update workflow reviews settings",
4971
+ "settings.security.workflowReviews.confirmDisable.headline": "Disable workflow reviews",
4972
+ "settings.security.workflowReviews.confirmDisable.message": "Workflow reviews will no longer be available on this instance. Existing project-level review settings will be ignored.",
4946
4973
  "settings.security.personalSpace.title": "Personal Space",
4974
+ "settings.security.personalSpace.description": "Manage workflow publishing and sharing in personal spaces.",
4947
4975
  "settings.security.personalSpace.publishing.title": "Workflow publishing",
4948
4976
  "settings.security.personalSpace.publishing.description": "Publishing workflows in personal space. Changing the setting doesn't unpublish existing workflows.",
4949
4977
  "settings.security.personalSpace.publishing.success.enabled": "Workflow publishing enabled",
@@ -4965,8 +4993,10 @@ var en_default = {
4965
4993
  "settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
4966
4994
  "settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
4967
4995
  "settings.security.dataRedaction.title": "Data redaction",
4996
+ "settings.security.dataRedaction.description": "Manage data redaction settings for your instance.",
4968
4997
  "settings.security.dataRedaction.enforce.title": "Enforce data redaction",
4969
4998
  "settings.security.dataRedaction.enforce.message": "Override workflow-level settings and enforce data redaction on all executions across the instance.",
4999
+ "settings.security.dataRedaction.enforce.message.docsLink": "Every account on the instance must enrol a second factor before they can sign in.",
4970
5000
  "settings.security.dataRedaction.enforce.success.enabled": "Data redaction enforced",
4971
5001
  "settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
4972
5002
  "settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
@@ -5245,6 +5275,7 @@ var en_default = {
5245
5275
  "projects.move.resource.modal.message.unAccessibleCredentials.count": "{count} credential | {count} credentials",
5246
5276
  "projects.move.resource.modal.message.unAccessibleCredentials.note": "{credentials} can't be shared. Move or recreate them in the destination project to keep this workflow running.",
5247
5277
  "projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": "{credentials} can't be shared because your admin has disabled sharing from personal spaces. Move or recreate them in the project or user you're moving into, to keep this workflow running.",
5278
+ "projects.move.resource.modal.message.resolvableConnections": "Each user connects their own account to this credential. Users who lose access after the move will lose their connection. Users who keep access (such as admins) aren't affected.",
5248
5279
  "projects.move.resource.modal.message.noProjects": "Currently there are not any projects or users available for you to move this {resourceTypeLabel} to.",
5249
5280
  "projects.move.resource.modal.button": "Move {resourceTypeLabel}",
5250
5281
  "projects.move.resource.modal.selectPlaceholder": "Select project or user...",
@@ -5316,6 +5347,7 @@ var en_default = {
5316
5347
  "settings.personal.mfa.toast.canEnableMfa.title": "MFA pre-requisite failed",
5317
5348
  "settings.personal.mfa.enforced": "The settings on this instance <strong>require you to set up 2FA</strong>. Please enable it to continue working in this instance.",
5318
5349
  "settings.personal.mfa.enforce.message": "Enforces 2FA for all users on this instance authenticating with email and password logins.",
5350
+ "settings.personal.mfa.enforce.description": "Every account on the instance must enrol a second factor before they can sign in.",
5319
5351
  "settings.personal.mfa.enforce.unlicensed_tooltip": "You can enforce 2FA for all users on this instance authenticating with email and password logins when you upgrade your plan. {action}",
5320
5352
  "settings.personal.mfa.enforce.unlicensed_tooltip.link": "View plans",
5321
5353
  "settings.personal.mfa.enforce.title": "Enforce two-factor authentication",
@@ -5446,6 +5478,21 @@ var en_default = {
5446
5478
  "communityPlusModal.notice": "Included features may change, but once unlocked, you'll keep them forever.",
5447
5479
  "executeWorkflowTrigger.createNewSubworkflow": "Create a Sub-Workflow in {projectName}",
5448
5480
  "executeWorkflowTrigger.createNewSubworkflow.noProject": "Create a New Sub-Workflow",
5481
+ "agentSelector.createNewAgent": "Create an agent in {projectName}",
5482
+ "agentSelector.createNewAgent.noProject": "Create a new agent",
5483
+ "agentSelector.mode.list.placeholder": "Select an agent",
5484
+ "agentNode.card.defaultName": "AI Agent",
5485
+ "agentNode.card.openAgent": "Open agent",
5486
+ "agentNode.card.moreChips": "+{count}",
5487
+ "agentNode.card.loadError": "Couldn’t load agent details",
5488
+ "agentNode.card.noModel": "No model selected",
5489
+ "agentNode.ndv.banner.prefix": "Build an autonomous agent with our new",
5490
+ "agentNode.ndv.banner.link": "Agent Builder",
5491
+ "agentNode.ndv.banner.suffix": ". Alternatively, fill in the form below.",
5492
+ "agentNode.ndv.section.agent": "Agent",
5493
+ "agentNode.ndv.referenced.editInBuilder": "Edit in Agent Builder",
5494
+ "agentNode.ndv.unavailable": "This agent was deleted or you lost access.",
5495
+ "agentSelector.createAgentFailed": "Error creating agent",
5449
5496
  "evaluation.listRuns.status.new": "New",
5450
5497
  "evaluation.listRuns.status.running": "Running",
5451
5498
  "evaluation.listRuns.status.evaluating": "Evaluating",
@@ -5617,6 +5664,92 @@ var en_default = {
5617
5664
  "evaluation.executions.toast.addedTo.title": "Execution added to test ",
5618
5665
  "evaluation.executions.toast.closeTab": "Close this tab",
5619
5666
  "evaluation.executions.toast.removedFrom.title": "Execution removed from test ",
5667
+ "evaluation.collections.title": "Evaluation collections",
5668
+ "evaluation.collections.subtitle": "Compare how different workflow versions score on the same dataset.",
5669
+ "evaluation.collections.newCollection": "New collection",
5670
+ "evaluation.collections.section.collections": "Collections",
5671
+ "evaluation.collections.section.ungrouped": "Ungrouped runs",
5672
+ "evaluation.collections.section.ungrouped.helper": "Runs not yet part of a collection",
5673
+ "evaluation.collections.section.ungrouped.empty": "No ungrouped runs.",
5674
+ "evaluation.collections.empty.title": "No collections yet",
5675
+ "evaluation.collections.empty.subtitle": "Create a collection to compare two or more versions side by side.",
5676
+ "evaluation.collections.errors.fetchFailed": "Could not load evaluation collections",
5677
+ "evaluation.collections.card.done": "Done",
5678
+ "evaluation.collections.card.running": "Running",
5679
+ "evaluation.collections.card.currentDraft": "Current draft",
5680
+ "evaluation.collections.card.meta.versions": "{count} version | {count} versions",
5681
+ "evaluation.collections.card.lastRunToday": "today, {time}",
5682
+ "evaluation.collections.card.lastRunOn": "{date}, {time}",
5683
+ "evaluation.collections.chart.barValue": "{metric} · {value}%",
5684
+ "evaluation.collections.chart.barNoData": "{metric} · no data",
5685
+ "evaluation.collections.chart.ariaLabel": "Grouped metric chart for {count} metric | Grouped metric chart for {count} metrics",
5686
+ "evaluation.collections.row.noDataset": "No dataset",
5687
+ "evaluation.collections.row.status.done": "Done",
5688
+ "evaluation.collections.row.status.running": "Running",
5689
+ "evaluation.collections.row.status.queued": "Queued",
5690
+ "evaluation.collections.row.status.failed": "Failed",
5691
+ "evaluation.collections.row.status.cancelled": "Cancelled",
5692
+ "evaluation.collections.row.status.warning": "Warning",
5693
+ "evaluation.compare.openCompare": "Open compare",
5694
+ "evaluation.compare.viewProgress": "View progress",
5695
+ "evaluation.compare.backToList": "Evaluations",
5696
+ "evaluation.compare.versionsLegend.best": "★ best",
5697
+ "evaluation.compare.scoreChart.heading": "Scores by metric",
5698
+ "evaluation.compare.scoreChart.empty": "No score-shaped metrics to chart yet.",
5699
+ "evaluation.compare.scoreChart.toggle.average": "Average",
5700
+ "evaluation.compare.scoreChart.toggle.perCase": "Per case",
5701
+ "evaluation.compare.scoreChart.toggle.perCaseComingSoon": "Per-case comparison is coming soon.",
5702
+ "evaluation.compare.insights.title": "AI insights",
5703
+ "evaluation.compare.insights.generatedAt": "Generated · {time}",
5704
+ "evaluation.compare.insights.regenerate": "Regenerate",
5705
+ "evaluation.compare.insights.error": "Couldn’t generate insights.",
5706
+ "evaluation.compare.insights.retry": "Retry",
5707
+ "evaluation.compare.insights.fallbackNote": "Computed from raw scores — AI summary unavailable",
5708
+ "evaluation.compare.insights.winner": "Winner",
5709
+ "evaluation.compare.insights.regression": "Regression",
5710
+ "evaluation.compare.insights.suggestedNext": "Suggested next",
5711
+ "evaluation.compare.insights.noRegressions": "No regressions detected",
5712
+ "evaluation.compare.errors.loadFailed": "Could not load the comparison.",
5713
+ "evaluation.compare.errors.notFound": "This collection could not be found.",
5714
+ "evaluation.setup.title": "New collection",
5715
+ "evaluation.setup.subtitle": "Pick a dataset and the versions you want to compare.",
5716
+ "evaluation.setup.collectionName": "Collection name",
5717
+ "evaluation.setup.collectionName.placeholder": "e.g. Prompt tuning — March",
5718
+ "evaluation.setup.dataset": "Dataset",
5719
+ "evaluation.setup.dataset.helper": "Determines which versions can be compared",
5720
+ "evaluation.setup.dataset.placeholder": "Select a dataset",
5721
+ "evaluation.setup.dataset.matchCount": "{count} version matches | {count} versions match",
5722
+ "evaluation.setup.versions": "Versions",
5723
+ "evaluation.setup.versions.helper": "Select two or more to compare",
5724
+ "evaluation.setup.versions.filter.source": "Source:",
5725
+ "evaluation.setup.versions.filter.all": "All",
5726
+ "evaluation.setup.versions.sort.label": "Sort:",
5727
+ "evaluation.setup.versions.sort.recent": "Most recent",
5728
+ "evaluation.setup.versions.sort.oldest": "Oldest",
5729
+ "evaluation.setup.versions.col.version": "Version",
5730
+ "evaluation.setup.versions.col.lastRun": "Last run on {dataset}",
5731
+ "evaluation.setup.versions.col.avgScore": "Avg score",
5732
+ "evaluation.setup.versions.noRunYet": "No run yet",
5733
+ "evaluation.setup.versions.bestPill": "Best",
5734
+ "evaluation.setup.versions.lowPill": "Low",
5735
+ "evaluation.setup.versions.viewAction": "View",
5736
+ "evaluation.setup.versions.empty": "No versions found for this dataset.",
5737
+ "evaluation.setup.metrics": "Metrics",
5738
+ "evaluation.setup.metrics.helper": "Metrics recorded for every version in this collection",
5739
+ "evaluation.setup.metrics.addMetric": "Add metric",
5740
+ "evaluation.setup.metrics.addComingSoon": "Adding metrics is coming soon.",
5741
+ "evaluation.setup.metrics.empty": "This dataset's evaluation config has no metrics.",
5742
+ "evaluation.setup.footer.summary.pickMore": "Pick 2 or more versions",
5743
+ "evaluation.setup.footer.summary.reuse": "Compare {count} version | Compare {count} versions",
5744
+ "evaluation.setup.footer.summary.mixed": "Compare {total} versions · {newCount} new",
5745
+ "evaluation.setup.footer.runsExplain.reuse": "Reuses existing runs on {dataset}.",
5746
+ "evaluation.setup.footer.runsExplain.mixed": "Schedules {newCount} new run(s) on {dataset}.",
5747
+ "evaluation.setup.footer.cancel": "Cancel",
5748
+ "evaluation.setup.footer.cta.compare": "Compare {count} version | Compare {count} versions",
5749
+ "evaluation.setup.footer.cta.runAndCompare": "Run & compare {count} version | Run & compare {count} versions",
5750
+ "evaluation.setup.errors.loadDatasetsFailed": "Could not load datasets",
5751
+ "evaluation.setup.errors.loadVersionsFailed": "Could not load versions for this dataset",
5752
+ "evaluation.setup.errors.createFailed": "Could not create the collection",
5620
5753
  "evaluations.readOnlyNotice": "Evaluations can't be built in read-only mode. Build your evaluation on your development environment.",
5621
5754
  "evaluations.paywall.title": "Register to enable evaluation",
5622
5755
  "evaluations.paywall.description": "Register your Community instance to unlock the evaluation feature",
@@ -5962,6 +6095,8 @@ var en_default = {
5962
6095
  "instanceAi.statusBar.waitingForInput": "Waiting for your input",
5963
6096
  "instanceAi.input.send": "Send",
5964
6097
  "instanceAi.input.stop": "Stop",
6098
+ "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.",
6099
+ "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.",
5965
6100
  "instanceAi.toolCall.input": "Input",
5966
6101
  "instanceAi.toolCall.output": "Output",
5967
6102
  "instanceAi.toolCall.running": "Running...",
@@ -6059,10 +6194,6 @@ var en_default = {
6059
6194
  "instanceAi.previewTabBar.openInEditor": "Open in editor",
6060
6195
  "instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
6061
6196
  "instanceAi.previewTabBar.copyLink": "Copy link",
6062
- "instanceAi.delegateCard.implementsStep": "Step {step}",
6063
- "instanceAi.delegateCard.delegatingTo": "Delegating to",
6064
- "instanceAi.delegateCard.briefing": "Briefing",
6065
- "instanceAi.delegateCard.tools": "Tools",
6066
6197
  "instanceAi.confirmation.approve": "Allow once",
6067
6198
  "instanceAi.confirmation.alwaysAllow": "Always allow",
6068
6199
  "instanceAi.confirmation.alwaysAllowSuffix": "during this session",
@@ -6119,6 +6250,7 @@ var en_default = {
6119
6250
  "instanceAi.workflowSetup.triggerListening": "Listening for events…",
6120
6251
  "instanceAi.workflowSetup.apply": "Apply",
6121
6252
  "instanceAi.workflowSetup.credentialTestFailedTooltip": "Credential test failed. Update the credential and try again.",
6253
+ "instanceAi.workflowSetup.stepIncompleteTooltip": "To continue, complete the required fields above or skip setup for now",
6122
6254
  "instanceAi.workflowSetup.applyCompleted": "Apply completed",
6123
6255
  "instanceAi.workflowSetup.later": "Skip setup for now",
6124
6256
  "instanceAi.workflowSetup.loading": "Loading setup…",
@@ -6216,7 +6348,6 @@ var en_default = {
6216
6348
  "instanceAi.settings.sandboxImage.label": "Sandbox Docker image",
6217
6349
  "instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
6218
6350
  "instanceAi.settings.searchCredential.label": "Search credential",
6219
- "instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
6220
6351
  "instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
6221
6352
  "instanceAi.settings.mcpServers.label": "MCP servers",
6222
6353
  "instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
@@ -6476,7 +6607,6 @@ var en_default = {
6476
6607
  "instanceAi.tools.load_skill.scriptFallback": "script",
6477
6608
  "instanceAi.tools.load_skill.template": "Reading",
6478
6609
  "instanceAi.tools.load_skill.templateFallback": "template",
6479
- "instanceAi.tools.delegate": "Delegating task",
6480
6610
  "instanceAi.tools.web-search": "Searching the web",
6481
6611
  "instanceAi.tools.fetch-url": "Fetching page",
6482
6612
  "instanceAi.tools.build-workflow-with-agent": "Building workflow",
@@ -6613,6 +6743,9 @@ var en_default = {
6613
6743
  "agents.chat.misconfigured.openBuild": "Finish setup in Build",
6614
6744
  "agents.chat.misconfigured.dismiss": "Dismiss",
6615
6745
  "agents.chat.askCredential.skip": "Skip",
6746
+ "agents.chat.askCredential.skipped": "Skipped",
6747
+ "agents.chat.askQuestions.skipped": "Skipped",
6748
+ "agents.chat.configureChannel.skipped": "Skipped",
6616
6749
  "agents.chat.askCredential.managed": "Managed by n8n",
6617
6750
  "agents.chat.toolNames.webSearch": "Web search",
6618
6751
  "agents.chat.toolNames.findFile": "Find file",
@@ -6645,20 +6778,15 @@ var en_default = {
6645
6778
  "agents.chat.writeTodos.hint.expectedOutput": "Expected output",
6646
6779
  "agents.chat.toolStep.waitingForInput": "Waiting for your input",
6647
6780
  "agents.chat.waitingExternal": "Waiting for a response in {platform}…",
6648
- "agents.chat.askQuestion.otherLabel": "Other",
6649
- "agents.chat.askQuestion.otherPlaceholder": "Type another answer",
6650
- "agents.chat.askQuestion.answerLabel": "Your answer",
6651
- "agents.chat.askQuestion.answerPlaceholder": "Type your answer",
6652
- "agents.chat.askQuestion.submit": "Submit",
6781
+ "agents.backToWorkflow": "Back to workflow",
6653
6782
  "agents.heading": "Agents",
6654
6783
  "agents.list.published": "Published",
6655
6784
  "agents.list.noDescription": "No description",
6656
6785
  "agents.list.updatedAt": "Updated {date}",
6657
6786
  "agents.list.updated": "Last updated",
6658
6787
  "agents.list.created": "Created",
6659
- "agents.list.empty.heading": "No agents yet",
6660
- "agents.list.empty.description": "Create your first agent to automate tasks and answer questions using your connected tools and data.",
6661
- "agents.list.empty.button.label": "Create agent",
6788
+ "agents.list.empty.heading": "Create your first agent",
6789
+ "agents.list.empty.description": "Agents automate tasks and answer questions using your connected tools and data",
6662
6790
  "agents.list.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create agents",
6663
6791
  "agents.list.actions.publish": "Publish",
6664
6792
  "agents.list.actions.unpublish": "Unpublish",
@@ -6810,16 +6938,17 @@ var en_default = {
6810
6938
  "agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations. Requires OpenAI credential.",
6811
6939
  "agents.builder.memory.episodicMemory.changeCredential": "Change credential",
6812
6940
  "agents.builder.files.title": "Knowledge base",
6941
+ "agents.builder.files.titleTooltip": "Files uploaded to this agent. n8n stores them so the agent can search their contents and read them when answering.",
6813
6942
  "agents.builder.files.description": "Add CSV, PDF, Markdown, or TXT files this agent can search and read. Upload up to {maxFiles} files at a time, {maxSizeMb} MB each. Knowledge base size is limited to {maxTotalGb} GB.",
6814
6943
  "agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
6815
- "agents.builder.files.summary.empty": "No files",
6816
- "agents.builder.files.summary.count": "{count} file | {count} files",
6817
6944
  "agents.builder.files.upload": "Upload file",
6818
6945
  "agents.builder.files.publishRequired": "Publish this agent to upload knowledge files",
6819
6946
  "agents.builder.files.uploadFileTooLarge.title": "File too large",
6820
6947
  "agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
6821
6948
  "agents.builder.files.uploadTotalTooLarge.title": "Knowledge base limit reached",
6822
6949
  "agents.builder.files.uploadTotalTooLarge.message": "These files would make the knowledge base larger than {size} GB. Delete files or upload a smaller selection.",
6950
+ "agents.builder.files.uploadTooManyFiles.title": "Too many files",
6951
+ "agents.builder.files.uploadTooManyFiles.message": "You can upload up to {max} files at a time. Select fewer files and try again.",
6823
6952
  "agents.builder.files.empty": "No files uploaded yet.",
6824
6953
  "agents.builder.files.addFile": "Add file",
6825
6954
  "agents.builder.files.loading": "Loading files...",
@@ -6841,6 +6970,46 @@ var en_default = {
6841
6970
  "agents.builder.files.size.bytes": "{bytes} B",
6842
6971
  "agents.builder.files.size.kilobytes": "{kilobytes} KB",
6843
6972
  "agents.builder.files.size.megabytes": "{megabytes} MB",
6973
+ "agents.builder.vectorStores.panel.title": "Vector stores",
6974
+ "agents.builder.vectorStores.panel.titleTooltip": "External vector databases this agent can search. Unlike knowledge base files, the data lives outside n8n and you manage its indexing yourself.",
6975
+ "agents.builder.vectorStores.panel.connectButton": "Connect vector store",
6976
+ "agents.builder.vectorStores.panel.empty.title": "No vector stores connected",
6977
+ "agents.builder.vectorStores.panel.empty.description": "Connect a vector store so this agent can search data you've already indexed.",
6978
+ "agents.builder.vectorStores.panel.edit": "Edit",
6979
+ "agents.builder.vectorStores.panel.remove": "Remove connection",
6980
+ "agents.builder.vectorStores.panel.removeModal.title": "Remove {name}?",
6981
+ "agents.builder.vectorStores.panel.removeModal.description": "This removes {name} from the agent's connected vector stores.",
6982
+ "agents.builder.vectorStores.panel.removeModal.button.remove": "Remove connection",
6983
+ "agents.builder.vectorStores.modal.title": "Connect vector store",
6984
+ "agents.builder.vectorStores.modal.description": "Choose a vector database to search for relevant context during this agent's runs.",
6985
+ "agents.builder.vectorStores.modal.connect": "Connect",
6986
+ "agents.builder.vectorStores.modal.remove": "Remove connection",
6987
+ "agents.builder.vectorStores.modal.back": "Back",
6988
+ "agents.builder.vectorStores.modal.name.label": "Name",
6989
+ "agents.builder.vectorStores.modal.name.placeholder": "product-docs",
6990
+ "agents.builder.vectorStores.modal.name.validation.pattern": "Use only letters, numbers, underscores, and hyphens.",
6991
+ "agents.builder.vectorStores.modal.name.validation.duplicate": "A vector store with this name is already connected.",
6992
+ "agents.builder.vectorStores.modal.credential.label": "Credential",
6993
+ "agents.builder.vectorStores.modal.credential.placeholder": "Select credential",
6994
+ "agents.builder.vectorStores.modal.indexName.label": "Index name",
6995
+ "agents.builder.vectorStores.modal.indexName.placeholder": "product-docs",
6996
+ "agents.builder.vectorStores.modal.namespace.label": "Namespace",
6997
+ "agents.builder.vectorStores.modal.namespace.placeholder": "production",
6998
+ "agents.builder.vectorStores.modal.collectionName.label": "Collection name",
6999
+ "agents.builder.vectorStores.modal.collectionName.placeholder": "product-docs",
7000
+ "agents.builder.vectorStores.modal.tableName.label": "Table name",
7001
+ "agents.builder.vectorStores.modal.tableName.placeholder": "documents",
7002
+ "agents.builder.vectorStores.modal.queryName.label": "Query function name",
7003
+ "agents.builder.vectorStores.modal.queryName.placeholder": "match_documents",
7004
+ "agents.builder.vectorStores.modal.embeddingModel.label": "Embedding model",
7005
+ "agents.builder.vectorStores.modal.embeddingModel.hint": "Must match the model used to index the data in this store. A different model produces meaningless results, even at the same dimension.",
7006
+ "agents.builder.vectorStores.modal.embeddingModel.dimensions": "{dimensions} dimensions",
7007
+ "agents.builder.vectorStores.modal.test.successTitle": "Connected {name}",
7008
+ "agents.builder.vectorStores.modal.test.failedTitle": "Couldn't connect vector store",
7009
+ "agents.builder.vectorStores.modal.test.genericError": "Connection failed. Check your credential and connection details, then try again.",
7010
+ "agents.builder.vectorStores.useWhen.label": "When should this agent search this store?",
7011
+ "agents.builder.vectorStores.useWhen.hint": "Tell the agent when to search this vector store.",
7012
+ "agents.builder.vectorStores.useWhen.placeholder": "Search for product documentation when the user asks about features, setup, or troubleshooting.",
6844
7013
  "agents.builder.subAgents.title": "Agents",
6845
7014
  "agents.builder.subAgents.description": "This agent can delegate focused subtasks. Add published agents from this project when you want reusable specialists.",
6846
7015
  "agents.builder.subAgents.settings.title": "Sub-agent settings",