@n8n/i18n 2.23.0 → 2.24.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
@@ -1019,6 +1019,7 @@ var en_default = {
1019
1019
  "credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
1020
1020
  "credentialEdit.credentialConfig.reconnect": "Reconnect",
1021
1021
  "credentialEdit.credentialConfig.reconnectOAuth2Credential": "Reconnect OAuth2 Credential",
1022
+ "credentialEdit.credentialConfig.disconnect": "Disconnect",
1022
1023
  "credentialEdit.credentialConfig.jwksUri.label": "OAuth2 JWKS URI",
1023
1024
  "credentialEdit.credentialConfig.jwksUri.hint": "Provide this URL to your OAuth2 provider so it can fetch the public keys this instance uses to encrypt tokens.",
1024
1025
  "credentialEdit.credentialConfig.jwksUri.copiedToast": "JWKS URI copied to clipboard",
@@ -1054,6 +1055,15 @@ var en_default = {
1054
1055
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.confirmButtonText": "Yes, delete",
1055
1056
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.headline": "Delete Credential?",
1056
1057
  "credentialEdit.credentialEdit.confirmMessage.deleteCredential.message": "Are you sure you want to delete \"{savedCredentialName}\"? This may break any workflows that use it.",
1058
+ "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.confirmButtonText": "Disconnect",
1059
+ "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.headline": "Disconnect account?",
1060
+ "credentialEdit.credentialEdit.confirmMessage.disconnectCredential.message": "Disconnect your account from \"{savedCredentialName}\"? You'll need to reconnect to use it in your workflows.",
1061
+ "credentialEdit.credentialEdit.confirmMessage.switchToStatic.headline": "Switch \"{credentialName}\" to Static?",
1062
+ "credentialEdit.credentialEdit.confirmMessage.switchToStatic.message": "This will disconnect {count} user(s) from \"{credentialName}\". Their personal connections will be permanently removed.",
1063
+ "credentialEdit.credentialEdit.confirmMessage.switchToStatic.confirmButtonText": "Yes, switch to Static",
1064
+ "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.headline": "Switch \"{credentialName}\" to Private?",
1065
+ "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.message": "Switching \"{credentialName}\" to Private will remove your saved connection. Each user will need to connect their own account.",
1066
+ "credentialEdit.credentialEdit.confirmMessage.switchToPrivate.confirmButtonText": "Yes, switch to Private",
1057
1067
  "credentialEdit.credentialEdit.connection": "Connection",
1058
1068
  "credentialEdit.credentialEdit.sharing": "Sharing",
1059
1069
  "credentialEdit.credentialEdit.couldNotFindCredentialOfType": "Could not find credential of type",
@@ -1064,6 +1074,7 @@ var en_default = {
1064
1074
  "credentialEdit.credentialEdit.saving": "Saving",
1065
1075
  "credentialEdit.credentialEdit.showError.createCredential.title": "Problem creating credential",
1066
1076
  "credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
1077
+ "credentialEdit.credentialEdit.showError.disconnectCredential.title": "Problem disconnecting account",
1067
1078
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": "There was a problem generating the authorization URL",
1068
1079
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": "OAuth Authorization Error",
1069
1080
  "credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": "Authorization URL must use HTTP or HTTPS protocol.",
@@ -1071,6 +1082,7 @@ var en_default = {
1071
1082
  "credentialEdit.credentialEdit.showError.loadCredential.title": "Problem loading credential",
1072
1083
  "credentialEdit.credentialEdit.showError.updateCredential.title": "Problem updating credential",
1073
1084
  "credentialEdit.credentialEdit.showMessage.title": "Credential deleted",
1085
+ "credentialEdit.credentialEdit.showMessage.disconnected.title": "Account disconnected",
1074
1086
  "credentialEdit.credentialEdit.testing": "Testing",
1075
1087
  "credentialEdit.credentialEdit.info.sharee": "Only {credentialOwnerName} can edit this connection",
1076
1088
  "credentialEdit.credentialInfo.allowUseBy": "Allow use by",
@@ -1124,17 +1136,23 @@ var en_default = {
1124
1136
  "credentials.item.open": "Open",
1125
1137
  "credentials.item.delete": "Delete",
1126
1138
  "credentials.item.move": "Move",
1139
+ "credentials.item.disconnect": "Disconnect",
1127
1140
  "credentials.item.updated": "Last updated",
1128
1141
  "credentials.item.created": "Created",
1129
1142
  "credentials.item.owner": "Owner",
1130
1143
  "credentials.item.readonly": "Read only",
1131
1144
  "credentials.item.needsSetup": "Needs first setup",
1145
+ "credentials.item.connect": "Connect",
1146
+ "credentials.item.connect.tooltip": "Connect your own account to use this credential in workflows. Only you can use your private credential.",
1147
+ "credentials.item.connected": "Connected",
1132
1148
  "credentials.dynamic.tooltip": "This credential uses a resolver to pick the right account at runtime based on who runs the workflow.",
1133
1149
  "credentials.dynamic.tooltipTitle": "Dynamic credentials",
1134
1150
  "credentials.dynamic.badge": "Dynamic",
1135
- "credentials.dynamic.warning.noResolver": "Dynamic credentials are enabled, but no resolver is selected. Select one in {workflowSettings} to resolve user accounts at run time.",
1136
- "credentials.dynamic.warning.noResolver.workflowSettings": "Workflow settings",
1137
- "credentials.dynamic.warning.noResolver.documentation": "documentation",
1151
+ "credentials.private.badge": "Private",
1152
+ "credentials.private.callout.title": "This node is set up to use end user accounts",
1153
+ "credentials.private.callout.connected": "Your account is connected",
1154
+ "credentials.private.callout.notConnected": "Your account isn't connected yet.",
1155
+ "credentials.private.callout.connect": "Connect",
1138
1156
  "credentials.search.placeholder": "Search credentials...",
1139
1157
  "credentials.filters.type": "Type",
1140
1158
  "credentials.filters.setup": "Needs first setup",
@@ -1343,7 +1361,9 @@ var en_default = {
1343
1361
  "agentSessions.showError.load": "Problem loading sessions",
1344
1362
  "agentSessions.status": "Status",
1345
1363
  "agentSessions.duration": "Duration",
1346
- "agentSessions.sessionId": "Session ID",
1364
+ "agentSessions.origin": "Origin",
1365
+ "agentSessions.origin.agent": "Agent",
1366
+ "agentSessions.origin.task": "Task",
1347
1367
  "agentSessions.success": "Success",
1348
1368
  "agentSessions.detail.backToSessions": "Back to sessions",
1349
1369
  "agentSessions.detail.selectMessage": "Click an assistant message to view details",
@@ -2588,6 +2608,8 @@ var en_default = {
2588
2608
  "projectRoles.workflow:read.tooltip": "View workflows within the project",
2589
2609
  "projectRoles.workflow:export": "Export",
2590
2610
  "projectRoles.workflow:export.tooltip": "Include workflows in a package export",
2611
+ "projectRoles.workflow:import": "Import",
2612
+ "projectRoles.workflow:import.tooltip": "Import workflows from a portable package into the project",
2591
2613
  "projectRoles.workflow:execute": "Execute",
2592
2614
  "projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
2593
2615
  "projectRoles.workflow:update": "Edit",
@@ -2607,6 +2629,8 @@ var en_default = {
2607
2629
  "projectRoles.workflow:enableRedaction.tooltip": "Allow enabling data redaction on workflows in the project",
2608
2630
  "projectRoles.workflow:disableRedaction": "Disable data redaction",
2609
2631
  "projectRoles.workflow:disableRedaction.tooltip": "Allow disabling data redaction on workflows in the project",
2632
+ "projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
2633
+ "projectRoles.workflow:updateRedactionSetting.tooltip": "Manage the data redaction policy for workflows in the project",
2610
2634
  "projectRoles.agent:create": "Create",
2611
2635
  "projectRoles.agent:create.tooltip": "Create new agents",
2612
2636
  "projectRoles.agent:read": "View",
@@ -3699,11 +3723,13 @@ var en_default = {
3699
3723
  "timeAgo.weeksAgo": "%s weeks ago",
3700
3724
  "timeAgo.yearsAgo": "%s years ago",
3701
3725
  "nodeIssues.credentials.notSet": "Credentials for {type} are not set.",
3726
+ "nodeIssues.credentials.privateNotConnected": "'{name}' private credential is not connected for you. Connect yours to execute this step manually.",
3702
3727
  "nodeIssues.credentials.notAvailable": "Credential is not available",
3703
3728
  "nodeIssues.credentials.doNotExist": "Credentials with name {name} do not exist for {type}.",
3704
3729
  "nodeIssues.credentials.doNotExist.hint": "You can create credentials with the exact name and then they get auto-selected on refresh..",
3705
3730
  "nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
3706
3731
  "nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
3732
+ "nodeIssues.credentials.privateRequiresManualTrigger": "Private credentials only work in manually triggered workflows. Change the trigger to a Manual trigger, or switch this credential to Static.",
3707
3733
  "nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
3708
3734
  "ndv.trigger.moreInfo": "More info",
3709
3735
  "ndv.trigger.copiedTestUrl": "Test URL copied to clipboard",
@@ -3862,6 +3888,21 @@ var en_default = {
3862
3888
  "workflowSettings.callerPolicy.options.workflowsFromSameProject": "Only workflows in the same project",
3863
3889
  "workflowSettings.callerPolicy.options.workflowsFromAList": "Selected workflows",
3864
3890
  "workflowSettings.callerPolicy.options.none": "No other workflows",
3891
+ "workflowSettings.customTelemetryTags.displayName": "Custom telemetry tags",
3892
+ "workflowSettings.customTelemetryTags.description": "Add custom tags to this workflow's OpenTelemetry spans.",
3893
+ "workflowSettings.customTelemetryTags.configure": "Configure",
3894
+ "workflowSettings.customTelemetryTags.configuredCount": "{count} tag configured | {count} tags configured",
3895
+ "workflowSettings.customTelemetryTags.placeholder": "Add tag",
3896
+ "workflowSettings.customTelemetryTags.modal.title": "Custom telemetry tags",
3897
+ "workflowSettings.customTelemetryTags.modal.learnMore": "Learn more in the",
3898
+ "workflowSettings.customTelemetryTags.modal.documentation": "documentation",
3899
+ "workflowSettings.customTelemetryTags.tag.key.displayName": "Key",
3900
+ "workflowSettings.customTelemetryTags.tag.key.placeholder": "Key",
3901
+ "workflowSettings.customTelemetryTags.tag.value.displayName": "Value",
3902
+ "workflowSettings.customTelemetryTags.tag.value.placeholder": "Value",
3903
+ "workflowSettings.customTelemetryTags.delete": "Delete tag",
3904
+ "workflowSettings.customTelemetryTags.error.emptyKey": "Key must not be empty",
3905
+ "workflowSettings.customTelemetryTags.error.duplicateKey": "Duplicate keys are not allowed",
3865
3906
  "workflowSettings.defaultTimezone": "Default - {defaultTimezoneValue}",
3866
3907
  "workflowSettings.defaultTimezoneNotValid": "Default Timezone not valid",
3867
3908
  "workflowSettings.errorWorkflow": "Error Workflow (to notify when this one errors)",
@@ -3904,8 +3945,7 @@ var en_default = {
3904
3945
  "workflowSettings.helpTexts.redactManualData": "Controls whether execution data from manually triggered executions is redacted.",
3905
3946
  "workflowSettings.redactionPermissionNotice": "You don't have permission to change data redaction settings.",
3906
3947
  "workflowSettings.redactionPermissionNotice.viewUsers": "View users with access",
3907
- "workflowSettings.redactionEnforcementNotice": "Enforced at instance level",
3908
- "workflowSettings.redactionEnforcementNotice.label": "Enforced at instance level",
3948
+ "workflowSettings.redactionFloorNotice": "This option is enforced by your instance's redaction policy.",
3909
3949
  "workflowSettings.redactionMembersModal.title": "Users who can edit data redaction settings",
3910
3950
  "workflowSettings.redactionMembersModal.description": "These users can change data redaction settings. Contact one of them to request a change.",
3911
3951
  "workflowSettings.saveManualExecutions": "Save manual executions",
@@ -4062,6 +4102,29 @@ var en_default = {
4062
4102
  "workflows.heading": "Workflows",
4063
4103
  "workflows.add": "Add workflow",
4064
4104
  "workflows.addFolder": "Add folder",
4105
+ "resourceActions.mcpAccess.manage": "Manage MCP access",
4106
+ "resourceActions.mcpAccess.enable": "Enable MCP access",
4107
+ "resourceActions.mcpAccess.disable": "Disable MCP access",
4108
+ "resourceActions.mcpAccess.enable.tooltip": "Allow MCP access for all workflows in '{scopeName}'",
4109
+ "resourceActions.mcpAccess.disable.tooltip": "Disable MCP access for all workflows in '{scopeName}'",
4110
+ "resourceActions.mcpAccess.success.enabled.title": "MCP access enabled",
4111
+ "resourceActions.mcpAccess.success.disabled.title": "MCP access disabled",
4112
+ "resourceActions.mcpAccess.noChanges.title": "No changes needed",
4113
+ "resourceActions.mcpAccess.partial.title": "Some workflows weren't updated",
4114
+ "resourceActions.mcpAccess.noWorkflows.title": "No workflows to update",
4115
+ "resourceActions.mcpAccess.outcome.message": "{summary}<br><br><a href=\"{link}\">Manage MCP settings</a>",
4116
+ "resourceActions.mcpAccess.summary.updated.enabled": "Enabled MCP access for 1 workflow in '{scopeName}' | Enabled MCP access for {count} workflows in '{scopeName}'",
4117
+ "resourceActions.mcpAccess.summary.updated.disabled": "Disabled MCP access for 1 workflow in '{scopeName}' | Disabled MCP access for {count} workflows in '{scopeName}'",
4118
+ "resourceActions.mcpAccess.summary.unchanged.enabled": "1 workflow in '{scopeName}' already has MCP access enabled | {count} workflows in '{scopeName}' already have MCP access enabled",
4119
+ "resourceActions.mcpAccess.summary.unchanged.disabled": "1 workflow in '{scopeName}' already doesn't have MCP access | {count} workflows in '{scopeName}' already don't have MCP access",
4120
+ "resourceActions.mcpAccess.summary.skipped": "1 workflow in '{scopeName}' couldn't be updated | {count} workflows in '{scopeName}' couldn't be updated",
4121
+ "resourceActions.mcpAccess.noWorkflows.message": "There are no workflows in '{scopeName}' that can be updated.<br><br><a href=\"{link}\">Manage MCP settings</a>",
4122
+ "resourceActions.mcpAccess.error.enabled.title": "Error enabling MCP access",
4123
+ "resourceActions.mcpAccess.error.disabled.title": "Error disabling MCP access",
4124
+ "resourceActions.mcpAccess.error.enabled.message": "Could not enable MCP access for all workflows in '{scopeName}'.<br><br><a href=\"{link}\">Manage MCP settings</a>",
4125
+ "resourceActions.mcpAccess.error.disabled.message": "Could not disable MCP access for all workflows in '{scopeName}'.<br><br><a href=\"{link}\">Manage MCP settings</a>",
4126
+ "resourceActions.mcpAccess.disabled.title": "MCP access is off",
4127
+ "resourceActions.mcpAccess.disabled.message": "Turn on instance-level MCP access before managing workflow access<br><br><a href=\"{link}\">Manage MCP settings</a>",
4065
4128
  "workflows.publish": "Publish",
4066
4129
  "workflows.published": "Published",
4067
4130
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
@@ -4083,7 +4146,6 @@ var en_default = {
4083
4146
  "workflows.item.availableInMCP": "Available in MCP",
4084
4147
  "workflows.dynamic.tooltip": "This workflow resolves credentials at runtime based on who executes it.",
4085
4148
  "workflows.dynamic.tooltipTitle": "Dynamic credentials",
4086
- "workflows.dynamic.resolverMissing": "Credential resolver missing",
4087
4149
  "workflows.dependencies.tooltip.workflow": "Click to view resources referenced by this workflow",
4088
4150
  "workflows.dependencies.tooltip.credential": "Click to view resources referencing this credential",
4089
4151
  "workflows.dependencies.tooltip.dataTable": "Click to view resources referencing this data table",
@@ -4788,6 +4850,17 @@ var en_default = {
4788
4850
  "projects.settings.iconPicker.button.tooltip": "Choose project icon",
4789
4851
  "projects.settings.name": "Icon and name",
4790
4852
  "projects.settings.description": "Description",
4853
+ "projects.settings.telemetryTags.label": "Custom telemetry tags",
4854
+ "projects.settings.telemetryTags.description": "Add custom tags to this project's OpenTelemetry spans. Learn more in the",
4855
+ "projects.settings.telemetryTags.docsLink": "documentation",
4856
+ "projects.settings.telemetryTags.key.label": "Key",
4857
+ "projects.settings.telemetryTags.key.placeholder": "e.g. env",
4858
+ "projects.settings.telemetryTags.value.label": "Value",
4859
+ "projects.settings.telemetryTags.value.placeholder": "e.g. production",
4860
+ "projects.settings.telemetryTags.add": "Add tag",
4861
+ "projects.settings.telemetryTags.remove": "Remove tag",
4862
+ "projects.settings.telemetryTags.error.emptyKey": "Key must not be empty",
4863
+ "projects.settings.telemetryTags.error.duplicateKey": "Duplicate keys are not allowed",
4791
4864
  "projects.settings.projectMembers": "Project members",
4792
4865
  "projects.settings.danger.message": "When deleting a project, you can also choose to move all workflows and credentials to another project.",
4793
4866
  "projects.settings.danger.title": "Danger zone",
@@ -5634,7 +5707,6 @@ var en_default = {
5634
5707
  "instanceAi.settings.save": "Save",
5635
5708
  "instanceAi.settings.reset": "Reset",
5636
5709
  "instanceAi.settings.section.model": "Model",
5637
- "instanceAi.settings.section.memory": "Memory",
5638
5710
  "instanceAi.settings.section.sandbox": "Sandbox",
5639
5711
  "instanceAi.settings.section.search": "Search",
5640
5712
  "instanceAi.settings.section.advanced": "Advanced",
@@ -5648,7 +5720,6 @@ var en_default = {
5648
5720
  "instanceAi.settings.modelName.placeholder": "e.g. claude-sonnet-4-5, gpt-4o",
5649
5721
  "instanceAi.settings.apiKey.set": "Set",
5650
5722
  "instanceAi.settings.apiKey.notSet": "Not set",
5651
- "instanceAi.settings.lastMessages.label": "Recent messages in context",
5652
5723
  "instanceAi.settings.sandboxEnabled.label": "Enable sandbox",
5653
5724
  "instanceAi.settings.sandboxProvider.label": "Sandbox provider",
5654
5725
  "instanceAi.settings.daytonaCredential.label": "Daytona credential",
@@ -5657,7 +5728,6 @@ var en_default = {
5657
5728
  "instanceAi.settings.sandboxTimeout.label": "Sandbox timeout (ms)",
5658
5729
  "instanceAi.settings.searchCredential.label": "Search credential",
5659
5730
  "instanceAi.settings.subAgentMaxSteps.label": "Sub-agent max steps",
5660
- "instanceAi.settings.browserMcp.label": "Chrome DevTools MCP",
5661
5731
  "instanceAi.settings.mcpServers.label": "MCP servers",
5662
5732
  "instanceAi.settings.mcpServers.placeholder": "name=url, comma-separated",
5663
5733
  "instanceAi.settings.section.permissions": "Permissions",
@@ -5712,16 +5782,20 @@ var en_default = {
5712
5782
  "instanceAi.backgroundTask.running": "Working in the background...",
5713
5783
  "instanceAi.backgroundTask.completed": "Background task finished",
5714
5784
  "instanceAi.backgroundTask.failed": "Background task failed",
5715
- "instanceAi.planReview.title": "Review before building",
5785
+ "instanceAi.planReview.title": "Review plan",
5716
5786
  "instanceAi.planReview.titleResolved": "Plan",
5787
+ "instanceAi.planReview.titleExpired": "Plan (expired)",
5788
+ "instanceAi.planReview.expiredHint": "This plan can no longer be approved. Send a new message to continue.",
5717
5789
  "instanceAi.planReview.building": "Building plan...",
5718
5790
  "instanceAi.planReview.awaitingApproval": "Awaiting approval",
5719
5791
  "instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
5720
- "instanceAi.planReview.feedbackPlaceholder": "Describe what should change before execution starts.",
5721
- "instanceAi.planReview.requestChanges": "Request changes",
5722
- "instanceAi.planReview.approve": "Allow",
5792
+ "instanceAi.planReview.askForEdits": "Ask for edits",
5793
+ "instanceAi.planReview.approve": "Approve",
5723
5794
  "instanceAi.planReview.deny": "Deny",
5724
5795
  "instanceAi.planReview.approved": "Plan approved",
5796
+ "instanceAi.planReview.denied": "Plan denied",
5797
+ "instanceAi.planReview.changesRequested": "Changes requested",
5798
+ "instanceAi.planReview.updating": "Updating plan...",
5725
5799
  "instanceAi.message.retry": "Retry",
5726
5800
  "instanceAi.input.amendPlaceholder": "Amend the {role} agent...",
5727
5801
  "instanceAi.fixWithAi.button": "Fix with AI",
@@ -5734,6 +5808,8 @@ var en_default = {
5734
5808
  "instanceAi.fixWithAi.prompt.multiple": "These nodes failed:\n{errorList}\n\nHelp me debug and fix them",
5735
5809
  "instanceAi.fixWithAi.prompt.multipleInWorkflow": "These nodes in workflow \"{workflowName}\" failed:\n{errorList}\n\nHelp me debug and fix them",
5736
5810
  "instanceAi.fixWithAi.prompt.errorLine": "- \"{nodeName}\": {errorMessage}",
5811
+ "instanceAi.input.planEditPlaceholder": "What should we change?",
5812
+ "instanceAi.input.planEditContext": "Plan edits",
5737
5813
  "instanceAi.feedback.success": "Thanks for your feedback!",
5738
5814
  "instanceAi.emptyState.title": "AI Assistant",
5739
5815
  "instanceAi.emptyState.suggestions.buildWorkflow.label": "Build a workflow",
@@ -5781,6 +5857,7 @@ var en_default = {
5781
5857
  "instanceAi.tools.executions.run.imperative": "execute workflow",
5782
5858
  "instanceAi.tools.executions.debug": "Debugging execution",
5783
5859
  "instanceAi.tools.executions.get-node-output": "Reading node output",
5860
+ "instanceAi.tools.executions.get-resolved-node-parameters": "Inspecting node parameters",
5784
5861
  "instanceAi.tools.executions.stop": "Stopping execution",
5785
5862
  "instanceAi.tools.credentials": "Credentials",
5786
5863
  "instanceAi.tools.credentials.list": "Checking credentials",
@@ -5902,7 +5979,6 @@ var en_default = {
5902
5979
  "instanceAi.tools.fetch-url": "Fetching page",
5903
5980
  "instanceAi.tools.build-workflow-with-agent": "Building workflow",
5904
5981
  "instanceAi.tools.build-workflow-with-agent.imperative": "edit workflow",
5905
- "instanceAi.tools.browser-credential-setup": "Setting up credentials in browser",
5906
5982
  "instanceAi.tools.get-best-practices": "Loading best practices",
5907
5983
  "instanceAi.tools.search-template-parameters": "Searching templates",
5908
5984
  "instanceAi.tools.search-template-structures": "Searching template structures",
@@ -6019,13 +6095,18 @@ var en_default = {
6019
6095
  "agents.chat.misconfigured.missing.model": "Model",
6020
6096
  "agents.chat.misconfigured.missing.credential": "Credential",
6021
6097
  "agents.chat.misconfigured.missing.episodicMemory.credential": "Episodic Memory credential",
6098
+ "agents.chat.misconfigured.missing.webSearch.credential": "Web search credential",
6022
6099
  "agents.chat.misconfigured.missing.agent": "Agent",
6023
6100
  "agents.chat.misconfigured.missing.skill": "Skill ({id})",
6024
6101
  "agents.chat.misconfigured.openBuild": "Finish setup in Build",
6025
6102
  "agents.chat.misconfigured.dismiss": "Dismiss",
6026
6103
  "agents.chat.askCredential.skip": "Skip",
6104
+ "agents.chat.toolNames.webSearch": "Web search",
6105
+ "agents.chat.toolNames.searchKnowledge": "Search knowledge",
6027
6106
  "agents.chat.askQuestion.otherLabel": "Other",
6028
6107
  "agents.chat.askQuestion.otherPlaceholder": "Type another answer",
6108
+ "agents.chat.askQuestion.answerLabel": "Your answer",
6109
+ "agents.chat.askQuestion.answerPlaceholder": "Type your answer",
6029
6110
  "agents.chat.askQuestion.submit": "Submit",
6030
6111
  "agents.heading": "Agents",
6031
6112
  "agents.list.published": "Published",
@@ -6053,35 +6134,30 @@ var en_default = {
6053
6134
  "agents.publish.error.publish": "Failed to publish agent",
6054
6135
  "agents.publish.error.revert": "Failed to revert agent to published version",
6055
6136
  "agents.publish.error.unpublish": "Failed to unpublish agent",
6056
- "agents.schedule.title": "Schedule",
6057
- "agents.schedule.description": "Run the published agent on a schedule.",
6058
- "agents.schedule.status.active": "Active",
6059
- "agents.schedule.status.inactive": "Inactive",
6060
- "agents.schedule.cron": "Schedule",
6061
- "agents.schedule.cron.mode.custom": "Expression",
6062
- "agents.schedule.cron.mode.preset": "Preset",
6063
- "agents.schedule.cron.placeholder": "* * * * *",
6064
- "agents.schedule.nextOccurrence": "Next occurrence: {occurrence}",
6065
- "agents.schedule.presets.everyDay": "Every day",
6066
- "agents.schedule.presets.everyHour": "Every hour",
6067
- "agents.schedule.presets.everyMonday": "Every Monday",
6068
- "agents.schedule.presets.everyWeekday": "Every weekday",
6069
- "agents.schedule.wakeUpPrompt": "Wake up prompt",
6070
- "agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
6071
- "agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
6072
- "agents.schedule.publishRequired": "Publish the agent before activating the schedule trigger.",
6073
- "agents.schedule.activate": "Activate",
6074
- "agents.schedule.deactivate": "Deactivate",
6075
- "agents.schedule.loadError": "Could not load the schedule trigger",
6076
- "agents.schedule.saveError": "Could not save the schedule trigger",
6077
- "agents.schedule.activateError": "Could not activate the schedule trigger",
6078
- "agents.schedule.deactivateError": "Could not deactivate the schedule trigger",
6079
6137
  "agents.unpublish.modal.title": "Unpublish {name}",
6080
6138
  "agents.unpublish.modal.description": "This will prevent all production executions from using this agent until you publish again.",
6081
6139
  "agents.unpublish.modal.button.unpublish": "Unpublish",
6082
6140
  "agents.revertToPublished.modal.title": "Revert changes?",
6083
6141
  "agents.revertToPublished.modal.description": "This will permanently remove all changes made since the latest published version.",
6084
6142
  "agents.revertToPublished.modal.button.revert": "Revert changes",
6143
+ "agents.versionHistory.title": "Publish history",
6144
+ "agents.versionHistory.button.tooltip": "Version history",
6145
+ "agents.versionHistory.button.tooltip.empty": "This agent currently has no history to view. Once you've published it for the first time, you'll be able to view previous versions",
6146
+ "agents.versionHistory.button.ariaLabel": "Open version history",
6147
+ "agents.versionHistory.close": "Close",
6148
+ "agents.versionHistory.empty": "No versions yet. Publish your agent to start a history.",
6149
+ "agents.versionHistory.error.load": "Could not load version history",
6150
+ "agents.versionHistory.item.createdAt": "{date} at {time}",
6151
+ "agents.versionHistory.item.publishedBadge": "Currently published",
6152
+ "agents.versionHistory.item.actions.revert": "Revert to this version",
6153
+ "agents.versionHistory.item.actions.publish": "Publish this version",
6154
+ "agents.versionHistory.revert.modal.title": "Revert to this version?",
6155
+ "agents.versionHistory.revert.modal.description": "This will replace your current draft with the contents of this version. Unsaved changes will be lost.",
6156
+ "agents.versionHistory.revert.modal.button.revert": "Revert draft",
6157
+ "agents.versionHistory.revert.toast.title": "Reverted to version",
6158
+ "agents.versionHistory.revert.error": "Could not revert to the selected version",
6159
+ "agents.versionHistory.publish.toast.title": "Version published",
6160
+ "agents.versionHistory.publish.error": "Could not publish the selected version",
6085
6161
  "agents.search.placeholder": "Search agents...",
6086
6162
  "agents.tools.title": "Tools",
6087
6163
  "agents.tools.add": "Add tool",
@@ -6100,6 +6176,8 @@ var en_default = {
6100
6176
  "agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
6101
6177
  "agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
6102
6178
  "agents.tools.workflow.fetchFailed.message": "Try connecting the workflow again.",
6179
+ "agents.tools.availableMcpServers": "MCP servers ({count})",
6180
+ "agents.tools.mcp.added": "MCP server added",
6103
6181
  "agents.toolConfig.workflow.description": "Description",
6104
6182
  "agents.toolConfig.workflow.description.placeholder": "Explain to the agent when to use this workflow and what it does",
6105
6183
  "agents.toolConfig.workflow.description.hint": "The LLM reads this to decide when to call the workflow.",
@@ -6139,11 +6217,26 @@ var en_default = {
6139
6217
  "agents.builder.agent.instructions.characterCount": "{count} characters",
6140
6218
  "agents.builder.advanced.title": "Advanced",
6141
6219
  "agents.builder.advanced.description": "Execution tuning — reasoning depth, tool parallelism, and approval gating.",
6220
+ "agents.builder.advanced.webSearch.label": "Web search",
6221
+ "agents.builder.advanced.webSearch.hint": "Let the model search the web when it needs up-to-date information.",
6222
+ "agents.builder.advanced.webSearch.maxUses.label": "Maximum searches",
6223
+ "agents.builder.advanced.webSearch.maxUses.hint": "How many web searches the model can run in one response",
6224
+ "agents.builder.advanced.webSearch.externalAccess.label": "Live page access",
6225
+ "agents.builder.advanced.webSearch.externalAccess.hint": "Allow OpenAI to fetch live page content",
6226
+ "agents.builder.advanced.webSearch.contextSize.label": "Search context",
6227
+ "agents.builder.advanced.webSearch.method.label": "Search method",
6228
+ "agents.builder.advanced.webSearch.method.off": "Off",
6229
+ "agents.builder.advanced.webSearch.method.native": "Native",
6230
+ "agents.builder.advanced.webSearch.fallbackProvider.brave": "Brave Search",
6231
+ "agents.builder.advanced.webSearch.fallbackProvider.searxng": "SearXNG",
6232
+ "agents.builder.advanced.webSearch.credential.label": "Credential",
6233
+ "agents.builder.advanced.webSearch.credential.hint": "Used by the selected search provider",
6142
6234
  "agents.builder.advanced.thinking.label": "Thinking",
6143
6235
  "agents.builder.advanced.thinking.hint": "Let the model reason before responding.",
6144
6236
  "agents.builder.advanced.thinking.unsupportedTooltip": "{provider} does not support thinking",
6145
6237
  "agents.builder.advanced.thinking.unsupportedProviderFallback": "This provider",
6146
6238
  "agents.builder.advanced.budgetTokens.label": "Budget tokens",
6239
+ "agents.builder.advanced.budgetTokens.hint": "How many tokens the model can use for reasoning before answering",
6147
6240
  "agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
6148
6241
  "agents.builder.advanced.concurrency.label": "Tool call concurrency",
6149
6242
  "agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
@@ -6157,11 +6250,37 @@ var en_default = {
6157
6250
  "agents.builder.memory.title": "Session Memory",
6158
6251
  "agents.builder.memory.description": "Keeps recent messages from this session available as context.",
6159
6252
  "agents.builder.memory.episodicMemory.label": "Episodic Memory",
6160
- "agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations.",
6253
+ "agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations. Requires OpenAI credential.",
6161
6254
  "agents.builder.memory.episodicMemory.changeCredential": "Change credential",
6162
- "agents.builder.episodicMemoryCredentialModal.title": "Connect Episodic Memory",
6163
- "agents.builder.episodicMemoryCredentialModal.description": "Select the OpenAI credential used to create embeddings for Episodic Memory.",
6164
- "agents.builder.episodicMemoryCredentialModal.confirm": "Enable Episodic Memory",
6255
+ "agents.builder.files.title": "Knowledge base",
6256
+ "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.",
6257
+ "agents.builder.files.count": "{count} file uploaded | {count} files uploaded",
6258
+ "agents.builder.files.upload": "Upload file",
6259
+ "agents.builder.files.uploadFileTooLarge.title": "File too large",
6260
+ "agents.builder.files.uploadFileTooLarge.message": "{name} is larger than {size} MB.",
6261
+ "agents.builder.files.empty": "No files uploaded yet.",
6262
+ "agents.builder.files.loading": "Loading files...",
6263
+ "agents.builder.files.uploaded": "File uploaded",
6264
+ "agents.builder.files.deleted": "File deleted",
6265
+ "agents.builder.files.delete": "Delete file",
6266
+ "agents.builder.files.type.csv": "CSV",
6267
+ "agents.builder.files.type.pdf": "PDF",
6268
+ "agents.builder.files.type.markdown": "Markdown",
6269
+ "agents.builder.files.type.txt": "TXT",
6270
+ "agents.builder.files.type.file": "File",
6271
+ "agents.builder.files.deleteModal.title": "Delete {name}?",
6272
+ "agents.builder.files.deleteModal.description": "This removes {name} from the agent's knowledge files.",
6273
+ "agents.builder.files.deleteModal.button.delete": "Delete file",
6274
+ "agents.builder.files.loadError": "Could not load files",
6275
+ "agents.builder.files.uploadError": "Could not upload file",
6276
+ "agents.builder.files.deleteError": "Could not delete file",
6277
+ "agents.builder.files.size.bytes": "{bytes} B",
6278
+ "agents.builder.files.size.kilobytes": "{kilobytes} KB",
6279
+ "agents.builder.files.size.megabytes": "{megabytes} MB",
6280
+ "agents.builder.memory.recallModel.label": "Memory model",
6281
+ "agents.builder.memory.recallModel.hint": "Choose the model that creates, reviews, and retrieves memories. Uses the agent model by default.",
6282
+ "agents.builder.episodicMemoryCredentialModal.title": "Episodic Memory",
6283
+ "agents.builder.episodicMemoryCredentialModal.description": "An OpenAI credential is used to create embeddings for Episodic Memory.",
6165
6284
  "agents.builder.memory.semanticRecall.topK": "Top K",
6166
6285
  "agents.builder.memory.semanticRecall.rangeBefore": "Range before",
6167
6286
  "agents.builder.memory.semanticRecall.rangeAfter": "Range after",
@@ -6210,6 +6329,55 @@ var en_default = {
6210
6329
  "agents.builder.skills.validation.instructionsMaxLength": "Instructions must be {max} characters or fewer.",
6211
6330
  "agents.builder.skills.remove": "Remove skill",
6212
6331
  "agents.builder.skills.back": "Back to skills",
6332
+ "agents.builder.tasks.title": "Tasks",
6333
+ "agents.builder.tasks.description": "Scheduled objectives the agent runs on its own once it's published.",
6334
+ "agents.builder.tasks.add": "Add task",
6335
+ "agents.builder.tasks.empty": "No tasks yet.",
6336
+ "agents.builder.tasks.publishHint": "Enabled tasks start running once you publish the agent.",
6337
+ "agents.builder.tasks.republishHint": "Changes take effect the next time you publish the agent.",
6338
+ "agents.builder.tasks.pendingPublish": "Pending publish",
6339
+ "agents.builder.tasks.nextRun": "Next run {time}",
6340
+ "agents.builder.tasks.lastRun": "Last run {time}",
6341
+ "agents.builder.tasks.neverRun": "Not run yet",
6342
+ "agents.builder.tasks.enabled": "Enabled",
6343
+ "agents.builder.tasks.status.title": "Task status",
6344
+ "agents.builder.tasks.status.success": "Success",
6345
+ "agents.builder.tasks.status.error": "Failed",
6346
+ "agents.builder.tasks.delete": "Delete task",
6347
+ "agents.builder.tasks.deleteConfirm.title": "Delete task?",
6348
+ "agents.builder.tasks.deleteConfirm.description": "This task will stop running and be removed. This can't be undone.",
6349
+ "agents.builder.tasks.deleteConfirm.confirm": "Delete",
6350
+ "agents.builder.tasks.loadError": "Could not load tasks",
6351
+ "agents.builder.tasks.deleteError": "Could not delete task",
6352
+ "agents.builder.tasks.create.title": "Add task",
6353
+ "agents.builder.tasks.edit.title": "Edit task",
6354
+ "agents.builder.tasks.name.label": "Name",
6355
+ "agents.builder.tasks.name.placeholder": "Daily Slack summary",
6356
+ "agents.builder.tasks.objective.label": "Objective",
6357
+ "agents.builder.tasks.objective.placeholder": "Summarize today's #general messages and post the summary.",
6358
+ "agents.builder.tasks.schedule.label": "Schedule",
6359
+ "agents.builder.tasks.schedule.frequency.hourly": "Hourly",
6360
+ "agents.builder.tasks.schedule.frequency.daily": "Daily",
6361
+ "agents.builder.tasks.schedule.frequency.weekly": "Weekly",
6362
+ "agents.builder.tasks.schedule.frequency.monthly": "Monthly",
6363
+ "agents.builder.tasks.schedule.frequency.custom": "Custom (cron)",
6364
+ "agents.builder.tasks.schedule.at": "at",
6365
+ "agents.builder.tasks.schedule.on": "on",
6366
+ "agents.builder.tasks.schedule.onDay": "on day",
6367
+ "agents.builder.tasks.schedule.minuteLabel": "at minute",
6368
+ "agents.builder.tasks.schedule.cron.placeholder": "0 9 * * *",
6369
+ "agents.builder.tasks.schedule.nextOccurrence": "Next run {occurrence}",
6370
+ "agents.builder.tasks.cancel": "Cancel",
6371
+ "agents.builder.tasks.save": "Save task",
6372
+ "agents.builder.tasks.saveError": "Could not save task",
6373
+ "agents.builder.tasks.execute": "Execute task",
6374
+ "agents.builder.tasks.executeStarted": "Task started",
6375
+ "agents.builder.tasks.executeError": "Could not start the task",
6376
+ "agents.builder.tasks.validation.nameRequired": "Enter a name.",
6377
+ "agents.builder.tasks.validation.nameMaxLength": "Name must be {max} characters or fewer.",
6378
+ "agents.builder.tasks.validation.objectiveRequired": "Enter an objective.",
6379
+ "agents.builder.tasks.validation.objectiveMaxLength": "Objective must be {max} characters or fewer.",
6380
+ "agents.builder.tasks.validation.cronRequired": "Enter a schedule.",
6213
6381
  "agents.builder.editor.invalidJson": "Invalid JSON",
6214
6382
  "agents.builder.editorColumn.ariaLabel": "Configuration editor",
6215
6383
  "agents.builder.tree.ariaLabel": "Config sections",
@@ -6243,6 +6411,8 @@ var en_default = {
6243
6411
  "agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
6244
6412
  "agents.builder.quickActions.addTool": "Add tool",
6245
6413
  "agents.builder.quickActions.addTrigger": "Add trigger",
6414
+ "agents.builder.quickActions.memoriesUsed.count": "{count} memory | {count} memories",
6415
+ "agents.builder.quickActions.memoriesUsed.keyMemory": "Memory",
6246
6416
  "agents.builder.capabilities.title": "Capabilities",
6247
6417
  "agents.builder.triggers.title": "Triggers",
6248
6418
  "agents.builder.triggers.description": "Channels that can invoke this agent",
@@ -6250,9 +6420,9 @@ var en_default = {
6250
6420
  "agents.builder.triggers.empty": "No triggers connected yet.",
6251
6421
  "agents.builder.triggers.add": "Add trigger",
6252
6422
  "agents.builder.triggers.empty.title": "No triggers configured",
6253
- "agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform or run on a schedule.",
6423
+ "agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform.",
6254
6424
  "agents.builder.addTrigger.modal.title": "Add trigger",
6255
- "agents.builder.addTrigger.modal.description": "Add a trigger to allow messaging the agent, or scheduling it to periodically carry out a task.",
6425
+ "agents.builder.addTrigger.modal.description": "Add a trigger to let people message the agent from a chat platform.",
6256
6426
  "agents.builder.addTrigger.picker.label": "Trigger",
6257
6427
  "agents.builder.addTrigger.picker.placeholder": "Select a trigger...",
6258
6428
  "agents.builder.addTrigger.picker.empty": "Pick a trigger above to configure it.",
@@ -6265,9 +6435,9 @@ var en_default = {
6265
6435
  "agents.builder.addTrigger.addCredential": "Add {label} credential",
6266
6436
  "agents.builder.addTrigger.newCredential": "New credential",
6267
6437
  "agents.builder.addTrigger.connect": "Connect",
6268
- "agents.builder.addTrigger.publishPrompt.title": "Publish agent to connect trigger",
6269
- "agents.builder.addTrigger.publishPrompt.description": "Triggers can only be connected to a published agent. Publish this agent now and connect the trigger?",
6270
- "agents.builder.addTrigger.publishPrompt.confirm": "Publish & connect",
6438
+ "agents.builder.addTrigger.publishPrompt.title": "Connect trigger and publish agent",
6439
+ "agents.builder.addTrigger.publishPrompt.description": "n8n will connect this trigger to the draft first, then publish the agent so the trigger can run.",
6440
+ "agents.builder.addTrigger.publishPrompt.confirm": "Connect & publish",
6271
6441
  "agents.builder.addTrigger.disconnect": "Disconnect",
6272
6442
  "agents.builder.addTrigger.copy": "Copy",
6273
6443
  "agents.builder.addTrigger.copied": "Copied",
@@ -6296,9 +6466,14 @@ var en_default = {
6296
6466
  "agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
6297
6467
  "agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
6298
6468
  "agents.builder.addTrigger.telegram.validation.required": "Add at least one Telegram user ID or username.",
6469
+ "agents.builder.addTrigger.linear.setup.title": "Set up a Linear app",
6470
+ "agents.builder.addTrigger.linear.setup.description": "Create a Linear app to get the credential values, then add these URLs in Linear.",
6471
+ "agents.builder.addTrigger.linear.setup.link": "Create a Linear app",
6472
+ "agents.builder.addTrigger.linear.oauthCallbackUrl.label": "OAuth callback URL",
6473
+ "agents.builder.addTrigger.linear.webhookUrl.label": "Webhook URL",
6299
6474
  "agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
6300
6475
  "agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
6301
- "agents.builder.addTrigger.helpText.linear": "Connect a Linear API credential to let this agent respond to comments in Linear issues. Point a Linear webhook at the URL below and paste its signing secret into the credential.",
6476
+ "agents.builder.addTrigger.helpText.linear": "Connect a Linear OAuth credential to let this agent respond in Linear. For agent sessions, choose Application as the actor, point a Linear webhook at the URL below, and paste its signing secret into the credential.",
6302
6477
  "agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and ready to send and receive messages.",
6303
6478
  "agents.builder.addTrigger.connectedText.telegram": "Your agent is connected to Telegram and can receive messages.",
6304
6479
  "agents.builder.addTrigger.connectedText.linear": "Your agent is connected to Linear and can reply to @-mentions.",