@n8n/i18n 2.21.4 → 2.22.1-exp.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
@@ -1194,6 +1194,33 @@ var en_default = {
1194
1194
  "editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
1195
1195
  "experiments.instanceAiProactiveAgent.message": "Hey, I can build your first workflow in a few minutes. Do you know what you want to automate, or do you want help with ideas?",
1196
1196
  "experiments.instanceAiProactiveAgent.typingLabel": "AI Assistant is typing",
1197
+ "experiments.instanceAiPromptSuggestionsV2.emptyState.title": "What do you want to automate?",
1198
+ "experiments.instanceAiPromptSuggestionsV2.input.placeholder": "Tell me what to build or ask me a question",
1199
+ "experiments.instanceAiPromptSuggestionsV2.nextSuggestions": "Show more prompt suggestions",
1200
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.label": "Process invoices",
1201
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.processInvoices.prompt": "Every morning, scan Gmail for new invoices, use Claude to extract details and cross-check them against purchase orders in Google Sheets, flag any discrepancies for review, and add all payment due dates to Google Calendar automatically.",
1202
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.label": "Qualify inbound leads",
1203
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.qualifyInboundLeads.prompt": "When a new lead fills in our contact form, use Claude to research their company online, score their fit based on size, industry, and intent, draft a personalised first-touch reply, and assign them to the right sales rep in HubSpot based on region and product interest.",
1204
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.label": "WhatsApp support agent",
1205
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.whatsappSupportAgent.prompt": "When a customer sends a WhatsApp message, use Claude to match their question against our FAQ in Google Sheets and reply instantly. If it cannot resolve it, create a support ticket in Notion and alert the team on Slack.",
1206
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.label": "Schedule social posts",
1207
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.scheduleSocialPosts.prompt": "Every Monday, read this week's content ideas from a Google Sheet, use Claude to write tailored captions for LinkedIn, Instagram, and X, then schedule them to post throughout the week.",
1208
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.label": "Analyse exit interviews",
1209
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.analyzeExitInterviews.prompt": "When an exit interview transcript is added to Google Drive, use Gemini to extract themes and sentiment, compare against previous exits stored in Notion, and update a running trends report flagging recurring retention risks.",
1210
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.label": "Post to LinkedIn",
1211
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.postToLinkedIn.prompt": "Every time I publish a new blog post, use OpenAI to generate a LinkedIn post with a hook, 3 key takeaways, and relevant hashtags, then publish it to my LinkedIn company page automatically.",
1212
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.label": "Detect at-risk accounts",
1213
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.detectAtRiskAccounts.prompt": "Every week, scan emails and support tickets for each active customer, use Claude to detect at-risk accounts based on tone and drop in engagement, draft a proactive outreach email for each one flagged, and notify the CSM on Slack.",
1214
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.label": "Automate order flow",
1215
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.automateOrderFlow.prompt": "When a new order is placed in Shopify, send the customer a confirmation email, update the stock count in Google Sheets, and post a summary to the #fulfillment Slack channel.",
1216
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.label": "Recover abandoned carts",
1217
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.recoverAbandonedCarts.prompt": "Every hour, check for abandoned carts in Shopify, use Claude to write a personalised recovery email based on the cart contents and customer history, and send it automatically if they haven't returned within 2 hours.",
1218
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.label": "Monitor market news",
1219
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.monitorMarketNews.prompt": "Every week, use Gemini to scan financial news for mentions of our key suppliers and customers, assess potential business impact, and send me a briefing with any risks or opportunities I should act on before the week's trading.",
1220
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.label": "Onboard new hires",
1221
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": "When a new employee is added to our HR database, send them a welcome email with their first-week schedule, create their Notion onboarding page, and post an intro message in the #welcome Slack channel.",
1222
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": "Extract data from emails",
1223
+ "experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": "When an email arrives in Gmail with a PDF attachment, use Gemini to extract key data such as amounts, dates, or contract terms, save the structured data to a Google Sheet, and move the PDF to the right Google Drive folder.",
1197
1224
  "experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
1198
1225
  "experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
1199
1226
  "experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
@@ -1326,7 +1353,6 @@ var en_default = {
1326
1353
  "agentSessions.detail.cost": "Cost",
1327
1354
  "agentSessions.detail.toolCallSuspended": "Tool call suspended — waiting for user action",
1328
1355
  "agentSessions.detail.suspendedNote": "This message was part of a tool call suspension. Token usage and cost are reported on the resumed message.",
1329
- "agentSessions.detail.workingMemory": "Memory Update",
1330
1356
  "agentSessions.detail.builtInTools": "Built-in",
1331
1357
  "agentSessions.detail.userTools": "Tools",
1332
1358
  "agentSessions.detail.richInteraction.userResponse": "User responded",
@@ -1358,6 +1384,7 @@ var en_default = {
1358
1384
  "agentSessions.timeline.memoryUpdated": "Memory updated",
1359
1385
  "agentSessions.timeline.openForm": "Open form",
1360
1386
  "agentSessions.timeline.workflowError": "Workflow call did not produce an execution",
1387
+ "agentSessions.timeline.nodeError": "Tool experienced an error",
1361
1388
  "agentSessions.timeline.filter": "Filter",
1362
1389
  "agentSessions.timeline.clearFilter": "Clear",
1363
1390
  "agentSessions.timeline.suspended": "Suspended",
@@ -1732,7 +1759,7 @@ var en_default = {
1732
1759
  "menuActions.duplicate": "Duplicate",
1733
1760
  "menuActions.download": "Download",
1734
1761
  "menuActions.push": "Push to git",
1735
- "menuActions.editDescription": "Description",
1762
+ "menuActions.editDescription": "Edit description",
1736
1763
  "menuActions.importFromUrl": "Import from URL...",
1737
1764
  "menuActions.importFromFile": "Import from file...",
1738
1765
  "menuActions.delete": "Delete",
@@ -1982,7 +2009,7 @@ var en_default = {
1982
2009
  "nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
1983
2010
  "nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
1984
2011
  "nodeCreator.subcategoryDescriptions.otherTools": "Do something in an app or service like Google Sheets, Telegram or Notion",
1985
- "nodeCreator.subcategoryDescriptions.modelContextProtocol": "Connect tools from MCP servers like Notion, Linear or your own MCP endpoint",
2012
+ "nodeCreator.subcategoryDescriptions.modelContextProtocol": "Add a toolset from an external MCP server",
1986
2013
  "nodeCreator.subcategoryInfos.languageModels": "Chat models are designed for interactive conversations and follow instructions well, while text completion models focus on generating continuations of a given text input",
1987
2014
  "nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
1988
2015
  "nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
@@ -2007,7 +2034,7 @@ var en_default = {
2007
2034
  "nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
2008
2035
  "nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
2009
2036
  "nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
2010
- "nodeCreator.subcategoryNames.modelContextProtocol": "MCP",
2037
+ "nodeCreator.subcategoryNames.modelContextProtocol": "MCP servers",
2011
2038
  "nodeCreator.sectionNames.popular": "Popular",
2012
2039
  "nodeCreator.sectionNames.other": "Other",
2013
2040
  "nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
@@ -2145,6 +2172,12 @@ var en_default = {
2145
2172
  "nodeSettings.alwaysOutputData.description": "If active, will output a single, empty item when the output would have been empty. Use to prevent the workflow finishing on this node.",
2146
2173
  "nodeSettings.alwaysOutputData.displayName": "Always Output Data",
2147
2174
  "nodeSettings.clickOnTheQuestionMarkIcon": "Click the '?' icon to open this node on n8n.io",
2175
+ "nodeSettings.customTelemetryTags.displayName": "Custom Telemetry Tags",
2176
+ "nodeSettings.customTelemetryTags.description": "Add custom tags that will be attached to this node's OpenTelemetry spans. Values support expressions.",
2177
+ "nodeSettings.customTelemetryTags.placeholder": "Add Tag",
2178
+ "nodeSettings.customTelemetryTags.tag.displayName": "Tag",
2179
+ "nodeSettings.customTelemetryTags.tag.key.displayName": "Key",
2180
+ "nodeSettings.customTelemetryTags.tag.value.displayName": "Value",
2148
2181
  "nodeSettings.onError.description": "Action to take when the node execution fails",
2149
2182
  "nodeSettings.onError.displayName": "On Error",
2150
2183
  "nodeSettings.onError.options.continueRegularOutput.description": "Pass error message as item in regular output",
@@ -2953,7 +2986,7 @@ var en_default = {
2953
2986
  "experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": "Set up the n8n MCP server for Cursor across all projects.\n\n1. Open ~/.cursor/mcp.json (create the file and directory if they don't exist). Add the entry below, merging with any existing config so other servers stay intact:\n\n {'{'}\n \"mcpServers\": {'{'}\n \"n8n\": {'{'}\n \"url\": \"{serverUrl}\"\n {'}'}\n {'}'}\n {'}'}\n\n2. Once it's saved, remind me to restart Cursor and complete the n8n OAuth flow when it prompts me — the server's tools won't be available until then.",
2954
2987
  "experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.codex": "Set up the n8n MCP server for Codex across all projects.\n\n1. Open ~/.codex/config.toml (create the file and directory if they don't exist). Append the section below, leaving any existing config in place:\n\n [mcp_servers.n8n]\n url = \"{serverUrl}\"\n\n2. Once it's saved, remind me to restart Codex and complete the n8n OAuth flow in my browser when it prompts me — the server's tools won't be available until then.",
2955
2988
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
2956
- "experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP access",
2989
+ "experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP for my instance",
2957
2990
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
2958
2991
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
2959
2992
  "experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": "Restart {assistant} and connect to n8n",
@@ -3945,6 +3978,9 @@ var en_default = {
3945
3978
  "workflowSettings.toggleMCP.notFoundError": "Workflow not found",
3946
3979
  "workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
3947
3980
  "workflowHistory.title": "Version History",
3981
+ "workflowHistory.tab.history": "Versions",
3982
+ "workflowHistory.tab.publishTimeline": "Publish Timeline",
3983
+ "workflowHistory.action.viewTimeline": "View timeline",
3948
3984
  "workflowHistory.content.actions": "Actions",
3949
3985
  "workflowHistory.item.id": "ID: {id}",
3950
3986
  "workflowHistory.item.createdAt": "{date} at {time}",
@@ -3995,6 +4031,18 @@ var en_default = {
3995
4031
  "workflowHistory.button.tooltip.saving": "Workflow is being saved",
3996
4032
  "workflowHistory.group.unnamedVersions": "1 version | {count} versions",
3997
4033
  "workflowHistory.publishModal.title": "Publish {versionName}",
4034
+ "workflowHistory.publishTimeline.empty": "This workflow has no publish history yet.",
4035
+ "workflowHistory.publishTimeline.event.activated": "Published",
4036
+ "workflowHistory.publishTimeline.event.activatedVersion": "Published {version}",
4037
+ "workflowHistory.publishTimeline.event.activatedDeletedVersion": "Published a version",
4038
+ "workflowHistory.publishTimeline.event.activatedDeletedVersion.tooltip": "The published version has since been pruned.",
4039
+ "workflowHistory.publishTimeline.event.deactivated": "Unpublished",
4040
+ "workflowHistory.publishTimeline.activeDuration": "Active for {duration}",
4041
+ "workflowHistory.publishTimeline.inactiveDuration": "Inactive for {duration}",
4042
+ "workflowHistory.publishTimeline.tooltip.byUser": "{action} by {user}, {datetime}",
4043
+ "workflowHistory.publishTimeline.tooltip.noUser": "{action}, {datetime}",
4044
+ "workflowHistory.publishTimeline.deletedVersionsDisclaimer": "History before {date} may be incomplete",
4045
+ "workflowHistory.publishTimeline.deletedVersionsDisclaimer.tooltip": "Until version 2.17 pruned workflow versions also removed associated publish history.",
3998
4046
  "favorites.add": "Favorite",
3999
4047
  "favorites.remove": "Unfavorite",
4000
4048
  "favorites.menu.title": "Favorites",
@@ -4043,6 +4091,7 @@ var en_default = {
4043
4091
  "resourceDependents.type.workflows": "Workflows",
4044
4092
  "workflows.item.enableMCPAccess": "Enable MCP access",
4045
4093
  "workflows.item.disableMCPAccess": "Remove MCP access",
4094
+ "workflows.item.mcpDisabledByInstance": "Instance-level MCP is disabled. Ask an admin to enable it.",
4046
4095
  "workflows.itemSuggestion.try": "Try template",
4047
4096
  "workflows.templateRecoV2.starterTemplates": "Starter templates",
4048
4097
  "workflows.templateRecoV2.seeMoreStarterTemplates": "See more starter templates",
@@ -4078,11 +4127,11 @@ var en_default = {
4078
4127
  "workflows.noResults.withSearch.switchToShared.link": "hidden",
4079
4128
  "workflows.empty.heading": "Welcome, {name}!",
4080
4129
  "workflows.empty.heading.userNotSetup": "Welcome!",
4081
- "workflows.empty.headingWithIcon": "👋 Welcome, {name}!",
4082
- "workflows.empty.headingWithIcon.userNotSetup": "👋 Welcome!",
4130
+ "workflows.empty.headingWithIcon": "What do you want to build, {name}",
4131
+ "workflows.empty.headingWithIcon.userNotSetup": "What do you want to build?",
4083
4132
  "workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
4084
4133
  "workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
4085
- "workflows.empty.description": "Create your first workflow",
4134
+ "workflows.empty.description": "What do you want to build?",
4086
4135
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
4087
4136
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
4088
4137
  "workflows.empty.startFromScratch": "Start from scratch",
@@ -4090,6 +4139,8 @@ var en_default = {
4090
4139
  "workflows.empty.browseTemplates": "Explore workflow templates",
4091
4140
  "workflows.empty.learnN8n": "Learn n8n",
4092
4141
  "workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
4142
+ "workflows.empty.buildAgent": "Build an agent",
4143
+ "workflows.empty.buildWorkflow": "Build a workflow",
4093
4144
  "workflows.empty.easyAI": "Test a simple AI Agent example",
4094
4145
  "workflows.empty.tryAiWorkflow": "Run live demo",
4095
4146
  "workflows.empty.shared-with-me": "No {resource} has been shared with you",
@@ -4553,6 +4604,26 @@ var en_default = {
4553
4604
  "settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
4554
4605
  "settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
4555
4606
  "settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
4607
+ "settings.security.dataRedaction.title": "Data redaction",
4608
+ "settings.security.dataRedaction.enforce.title": "Enforce data redaction",
4609
+ "settings.security.dataRedaction.enforce.message": "When enforced, redaction is applied on all executions across the instance.",
4610
+ "settings.security.dataRedaction.enforce.success.enabled": "Data redaction enforced",
4611
+ "settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
4612
+ "settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
4613
+ "settings.security.dataRedaction.scope.title": "Redact executions",
4614
+ "settings.security.dataRedaction.scope.description": "Choose which execution types are redacted.",
4615
+ "settings.security.dataRedaction.scope.option.manual-only": "Manual executions",
4616
+ "settings.security.dataRedaction.scope.option.non-manual": "Production executions (Recommended)",
4617
+ "settings.security.dataRedaction.scope.option.all": "Manual and production executions",
4618
+ "settings.security.dataRedaction.scope.success": "Redaction scope updated",
4619
+ "settings.security.dataRedaction.scope.error": "Failed to update redaction scope",
4620
+ "settings.security.dataRedaction.affectedScope.label": "Affected scope",
4621
+ "settings.security.dataRedaction.affectedScope.none": "No executions",
4622
+ "settings.security.dataRedaction.affectedScope.manual-only": "Manual executions",
4623
+ "settings.security.dataRedaction.affectedScope.non-manual": "Production executions",
4624
+ "settings.security.dataRedaction.affectedScope.all": "Manual and production executions",
4625
+ "settings.security.dataRedaction.unlicensed_tooltip": "Upgrade to a plan that includes data redaction to manage this setting. {action}",
4626
+ "settings.security.dataRedaction.unlicensed_tooltip.link": "Upgrade now",
4556
4627
  "settings.encryptionKeys": "Data encryption keys",
4557
4628
  "settings.encryptionKeys.title": "Data encryption keys",
4558
4629
  "settings.encryptionKeys.description": "Data encryption keys protect credentials, variables, and other sensitive data at rest. Rotating generates a new active key. Past keys are archived and retained for audit.",
@@ -5126,6 +5197,12 @@ var en_default = {
5126
5197
  "evaluation.runInParallel.label.sequential": "Sequential",
5127
5198
  "evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
5128
5199
  "evaluation.runInParallel.tooltip": "Drag the slider to set how many evaluation test cases run at the same time. A value of 1 runs cases sequentially; higher values fan out for speed but may hit LLM rate limits.",
5200
+ "evaluation.runInParallel.popover.title": "Concurrency",
5201
+ "evaluation.runInParallel.popover.ariaLabel": "Configure parallel execution",
5202
+ "evaluation.runInParallel.popover.valuePill": "{count} of {max}",
5203
+ "evaluation.runInParallel.popover.scaleSequential": "Sequential",
5204
+ "evaluation.runInParallel.popover.scaleFaster": "Faster · may hit rate limits",
5205
+ "evaluation.runInParallel.popover.helper": "Set the number of tests you want to run in parallel. Setting a higher number speeds up runs, but can run into rate limits.",
5129
5206
  "evaluation.cancelTestRun": "Cancel Test Run",
5130
5207
  "evaluation.notImplemented": "This feature is not implemented yet!",
5131
5208
  "evaluation.viewDetails": "View Details",
@@ -5382,8 +5459,6 @@ var en_default = {
5382
5459
  "instanceAi.statusBar.waitingForInput": "Waiting for your input",
5383
5460
  "instanceAi.input.send": "Send",
5384
5461
  "instanceAi.input.stop": "Stop",
5385
- "instanceAi.input.researchToggle": "Deep research",
5386
- "instanceAi.input.researchToggle.tooltip": "Search the web, read documentation, and synthesize findings before responding",
5387
5462
  "instanceAi.toolCall.input": "Input",
5388
5463
  "instanceAi.toolCall.output": "Output",
5389
5464
  "instanceAi.toolCall.running": "Running...",
@@ -5432,10 +5507,17 @@ var en_default = {
5432
5507
  "instanceAi.error.title": "Something went wrong",
5433
5508
  "instanceAi.error.technicalDetails": "Technical details",
5434
5509
  "instanceAi.artifactsPanel.title": "Artifacts",
5510
+ "instanceAi.artifactsPanel.showPreview": "Show artifacts preview",
5511
+ "instanceAi.artifactsPanel.hidePreview": "Hide artifacts preview",
5512
+ "instanceAi.artifactsPanel.showPanel": "Show lists panel",
5513
+ "instanceAi.artifactsPanel.pinPanel": "Pin panel",
5514
+ "instanceAi.artifactsPanel.unpinPanel": "Unpin panel",
5435
5515
  "instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
5436
- "instanceAi.artifactsPanel.tasks": "Tasks",
5516
+ "instanceAi.artifactsPanel.openArtifact": "Open {name}",
5517
+ "instanceAi.artifactsPanel.tasks": "To-do list",
5437
5518
  "instanceAi.artifactsPanel.openWorkflow": "Open",
5438
5519
  "instanceAi.artifactsPanel.archived": "Archived",
5520
+ "instanceAi.previewTabBar.expand": "Expand panel",
5439
5521
  "instanceAi.previewTabBar.collapse": "Collapse panel",
5440
5522
  "instanceAi.previewTabBar.openInEditor": "Open in editor",
5441
5523
  "instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
@@ -5610,6 +5692,7 @@ var en_default = {
5610
5692
  "instanceAi.backgroundTask.completed": "Background task finished",
5611
5693
  "instanceAi.backgroundTask.failed": "Background task failed",
5612
5694
  "instanceAi.planReview.title": "Review before building",
5695
+ "instanceAi.planReview.titleResolved": "Plan",
5613
5696
  "instanceAi.planReview.building": "Building plan...",
5614
5697
  "instanceAi.planReview.awaitingApproval": "Awaiting approval",
5615
5698
  "instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
@@ -5867,16 +5950,20 @@ var en_default = {
5867
5950
  "agents.chat.askQuestion.otherLabel": "Other",
5868
5951
  "agents.chat.askQuestion.otherPlaceholder": "Type another answer",
5869
5952
  "agents.chat.askQuestion.submit": "Submit",
5953
+ "agents.heading": "Agents",
5870
5954
  "agents.list.published": "Published",
5871
5955
  "agents.list.noDescription": "No description",
5872
5956
  "agents.list.updatedAt": "Updated {date}",
5873
5957
  "agents.list.updated": "Last updated",
5874
5958
  "agents.list.created": "Created",
5875
5959
  "agents.list.empty.heading": "No agents yet",
5876
- "agents.list.empty.description": "Create your first agent to get started building with the n8n agents SDK. Use the button in the top right to create one.",
5960
+ "agents.list.empty.description": "Create your first agent to automate tasks and answer questions using your connected tools and data.",
5961
+ "agents.list.empty.button.label": "Create agent",
5962
+ "agents.list.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create agents",
5877
5963
  "agents.list.actions.publish": "Publish",
5878
5964
  "agents.list.actions.unpublish": "Unpublish",
5879
5965
  "agents.list.actions.delete": "Delete",
5966
+ "agents.list.readonly": "Read only",
5880
5967
  "agents.publish.button.publish": "Publish",
5881
5968
  "agents.publish.button.published": "Published",
5882
5969
  "agents.publish.dropdown.publish": "Publish",
@@ -5893,8 +5980,15 @@ var en_default = {
5893
5980
  "agents.schedule.description": "Run the published agent on a schedule.",
5894
5981
  "agents.schedule.status.active": "Active",
5895
5982
  "agents.schedule.status.inactive": "Inactive",
5896
- "agents.schedule.cron": "Cron rule",
5983
+ "agents.schedule.cron": "Schedule",
5984
+ "agents.schedule.cron.mode.custom": "Expression",
5985
+ "agents.schedule.cron.mode.preset": "Preset",
5897
5986
  "agents.schedule.cron.placeholder": "* * * * *",
5987
+ "agents.schedule.nextOccurrence": "Next occurrence: {occurrence}",
5988
+ "agents.schedule.presets.everyDay": "Every day",
5989
+ "agents.schedule.presets.everyHour": "Every hour",
5990
+ "agents.schedule.presets.everyMonday": "Every Monday",
5991
+ "agents.schedule.presets.everyWeekday": "Every weekday",
5898
5992
  "agents.schedule.wakeUpPrompt": "Wake up prompt",
5899
5993
  "agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
5900
5994
  "agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
@@ -5943,6 +6037,7 @@ var en_default = {
5943
6037
  "agents.new.headingWithName": "What should we build, {name}?",
5944
6038
  "agents.new.description.placeholder": "Describe your agent...",
5945
6039
  "agents.new.templates.label": "Or try a template",
6040
+ "agents.builder.readonly.placeholder": "You don't have permission to edit this agent",
5946
6041
  "agents.builder.sections.agent": "Agent",
5947
6042
  "agents.builder.sections.advanced": "Advanced",
5948
6043
  "agents.builder.sections.configJson": "Raw",
@@ -5951,7 +6046,7 @@ var en_default = {
5951
6046
  "agents.builder.sections.executions": "Sessions",
5952
6047
  "agents.builder.sections.guardrails": "Guardrails",
5953
6048
  "agents.builder.sections.instructions": "Instructions",
5954
- "agents.builder.sections.memory": "Memory",
6049
+ "agents.builder.sections.memory": "Session Memory",
5955
6050
  "agents.builder.sections.model": "Model",
5956
6051
  "agents.builder.sections.skills": "Skills",
5957
6052
  "agents.builder.sections.tools": "Tools",
@@ -5975,8 +6070,13 @@ var en_default = {
5975
6070
  "agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
5976
6071
  "agents.builder.advanced.concurrency.label": "Tool call concurrency",
5977
6072
  "agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
5978
- "agents.builder.memory.title": "Memory",
5979
- "agents.builder.memory.recentMessages.label": "Recent messages in context",
6073
+ "agents.builder.advanced.approval.label": "Require tool approval",
6074
+ "agents.builder.advanced.approval.hint": "Pause before running tool calls until a human approves.",
6075
+ "agents.builder.advanced.recentMessages.label": "Session memory window",
6076
+ "agents.builder.advanced.recentMessages.hint": "How many recent messages from this thread the agent sees on each turn.",
6077
+ "agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
6078
+ "agents.builder.memory.title": "Session Memory",
6079
+ "agents.builder.memory.description": "Keeps recent messages from this session available as context.",
5980
6080
  "agents.builder.memory.semanticRecall.topK": "Top K",
5981
6081
  "agents.builder.memory.semanticRecall.rangeBefore": "Range before",
5982
6082
  "agents.builder.memory.semanticRecall.rangeAfter": "Range after",
@@ -6033,14 +6133,19 @@ var en_default = {
6033
6133
  "agents.builder.header.executions": "Executions",
6034
6134
  "agents.builder.header.tab.agent": "Agent",
6035
6135
  "agents.builder.header.tab.executions": "Sessions",
6136
+ "agents.builder.header.tab.memory": "Memory",
6036
6137
  "agents.builder.header.tab.evaluations": "Evaluations",
6037
6138
  "agents.builder.header.tab.raw": "Raw",
6038
6139
  "agents.builder.header.workspaceCrumb": "Workspace",
6039
6140
  "agents.builder.header.projectFallback": "Project",
6040
6141
  "agents.builder.header.switcher.empty": "No other agents",
6142
+ "agents.builder.header.switcher.newAgent": "New agent",
6041
6143
  "agents.builder.header.switcher.ariaLabel": "Switch agent",
6042
6144
  "agents.builder.header.saving": "Saving…",
6043
6145
  "agents.builder.header.saved": "Saved",
6146
+ "agents.builder.preview.button": "Preview",
6147
+ "agents.builder.preview.disabledTooltip": "Add instructions, a model, and credentials before previewing this agent.",
6148
+ "agents.builder.preview.close.ariaLabel": "Close preview",
6044
6149
  "agents.builder.executions.count": "{count} session | {count} sessions",
6045
6150
  "agents.builder.raw.description": "Agent JSON configuration",
6046
6151
  "agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
@@ -6048,7 +6153,7 @@ var en_default = {
6048
6153
  "agents.builder.evaluations.type.check": "Check",
6049
6154
  "agents.builder.evaluations.type.judge": "Judge",
6050
6155
  "agents.builder.evaluations.credentialConfigured": "Credential configured",
6051
- "agents.builder.evaluations.emptyPrefix": "No evaluations configured. Add evaluations in code using",
6156
+ "agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
6052
6157
  "agents.builder.quickActions.addTool": "Add tool",
6053
6158
  "agents.builder.quickActions.addTrigger": "Add trigger",
6054
6159
  "agents.builder.capabilities.title": "Capabilities",
@@ -6085,6 +6190,15 @@ var en_default = {
6085
6190
  "agents.builder.addTrigger.slack.hideJson": "Hide JSON",
6086
6191
  "agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
6087
6192
  "agents.builder.addTrigger.slack.manifestTitle": "Slack App Manifest",
6193
+ "agents.builder.addTrigger.slack.docsCalloutLink": "See docs",
6194
+ "agents.builder.addTrigger.telegram.accessMode.label": "Access mode",
6195
+ "agents.builder.addTrigger.telegram.accessMode.private": "Private",
6196
+ "agents.builder.addTrigger.telegram.accessMode.public": "Public",
6197
+ "agents.builder.addTrigger.telegram.public.warning": "Any Telegram user will be able to chat with this agent.",
6198
+ "agents.builder.addTrigger.telegram.users.label": "Restrict to users",
6199
+ "agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
6200
+ "agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
6201
+ "agents.builder.addTrigger.telegram.validation.required": "Add at least one Telegram user ID or username.",
6088
6202
  "agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
6089
6203
  "agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
6090
6204
  "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.",