@n8n/i18n 2.21.1 → 2.22.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 +167 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +155 -5
- package/dist/index.d.mts +155 -5
- package/dist/index.mjs +167 -17
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +155 -5
- package/dist/types2.d.mts +155 -5
- package/package.json +4 -4
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:",
|
|
@@ -1216,7 +1243,6 @@ var en_default = {
|
|
|
1216
1243
|
"experiments.resourceCenter.sidebar": "Resources",
|
|
1217
1244
|
"experiments.resourceCenter.template.setupTime": "{minutes} minute set up",
|
|
1218
1245
|
"experiments.resourceCenter.title": "Resources",
|
|
1219
|
-
"experiments.resourceCenter.tooltip.text": "Get inspired and learn with use cases",
|
|
1220
1246
|
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1221
1247
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
1222
1248
|
error: "Error",
|
|
@@ -1327,7 +1353,6 @@ var en_default = {
|
|
|
1327
1353
|
"agentSessions.detail.cost": "Cost",
|
|
1328
1354
|
"agentSessions.detail.toolCallSuspended": "Tool call suspended — waiting for user action",
|
|
1329
1355
|
"agentSessions.detail.suspendedNote": "This message was part of a tool call suspension. Token usage and cost are reported on the resumed message.",
|
|
1330
|
-
"agentSessions.detail.workingMemory": "Memory Update",
|
|
1331
1356
|
"agentSessions.detail.builtInTools": "Built-in",
|
|
1332
1357
|
"agentSessions.detail.userTools": "Tools",
|
|
1333
1358
|
"agentSessions.detail.richInteraction.userResponse": "User responded",
|
|
@@ -1359,6 +1384,7 @@ var en_default = {
|
|
|
1359
1384
|
"agentSessions.timeline.memoryUpdated": "Memory updated",
|
|
1360
1385
|
"agentSessions.timeline.openForm": "Open form",
|
|
1361
1386
|
"agentSessions.timeline.workflowError": "Workflow call did not produce an execution",
|
|
1387
|
+
"agentSessions.timeline.nodeError": "Tool experienced an error",
|
|
1362
1388
|
"agentSessions.timeline.filter": "Filter",
|
|
1363
1389
|
"agentSessions.timeline.clearFilter": "Clear",
|
|
1364
1390
|
"agentSessions.timeline.suspended": "Suspended",
|
|
@@ -1733,7 +1759,7 @@ var en_default = {
|
|
|
1733
1759
|
"menuActions.duplicate": "Duplicate",
|
|
1734
1760
|
"menuActions.download": "Download",
|
|
1735
1761
|
"menuActions.push": "Push to git",
|
|
1736
|
-
"menuActions.editDescription": "
|
|
1762
|
+
"menuActions.editDescription": "Edit description",
|
|
1737
1763
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1738
1764
|
"menuActions.importFromFile": "Import from file...",
|
|
1739
1765
|
"menuActions.delete": "Delete",
|
|
@@ -1983,7 +2009,7 @@ var en_default = {
|
|
|
1983
2009
|
"nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
|
|
1984
2010
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
|
|
1985
2011
|
"nodeCreator.subcategoryDescriptions.otherTools": "Do something in an app or service like Google Sheets, Telegram or Notion",
|
|
1986
|
-
"nodeCreator.subcategoryDescriptions.modelContextProtocol": "
|
|
2012
|
+
"nodeCreator.subcategoryDescriptions.modelContextProtocol": "Add a toolset from an external MCP server",
|
|
1987
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",
|
|
1988
2014
|
"nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
|
|
1989
2015
|
"nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
|
|
@@ -2008,7 +2034,7 @@ var en_default = {
|
|
|
2008
2034
|
"nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
|
|
2009
2035
|
"nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
|
|
2010
2036
|
"nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
|
|
2011
|
-
"nodeCreator.subcategoryNames.modelContextProtocol": "MCP",
|
|
2037
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": "MCP servers",
|
|
2012
2038
|
"nodeCreator.sectionNames.popular": "Popular",
|
|
2013
2039
|
"nodeCreator.sectionNames.other": "Other",
|
|
2014
2040
|
"nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
|
|
@@ -2146,6 +2172,12 @@ var en_default = {
|
|
|
2146
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.",
|
|
2147
2173
|
"nodeSettings.alwaysOutputData.displayName": "Always Output Data",
|
|
2148
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",
|
|
2149
2181
|
"nodeSettings.onError.description": "Action to take when the node execution fails",
|
|
2150
2182
|
"nodeSettings.onError.displayName": "On Error",
|
|
2151
2183
|
"nodeSettings.onError.options.continueRegularOutput.description": "Pass error message as item in regular output",
|
|
@@ -2935,6 +2967,44 @@ var en_default = {
|
|
|
2935
2967
|
"settings.mcp.connectPopover.serverUrl": "Server URL",
|
|
2936
2968
|
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
2937
2969
|
"settings.mcp.connectPopover.triggerLabel": "Connection details",
|
|
2970
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.title": "Build from your assistant",
|
|
2971
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
|
|
2972
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claude": "Claude",
|
|
2973
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.claudeCode": "Claude Code",
|
|
2974
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": "Cursor",
|
|
2975
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": "Codex",
|
|
2976
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": "ChatGPT",
|
|
2977
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": "New · Model Context Protocol",
|
|
2978
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": "Try MCP with Claude Code, Cursor, or Codex",
|
|
2979
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance.",
|
|
2980
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": "Set it up now, or later in {settingsLink}.",
|
|
2981
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": "Settings > Instance-level MCP",
|
|
2982
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": "Try MCP",
|
|
2983
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": "Skip for now",
|
|
2984
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": "Show me the n8n MCP connector and walk me through enabling it if it isn't already on. I'll paste my server URL when you tell me where it goes.",
|
|
2985
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": "Set up the n8n MCP server for Claude Code so it's available across all projects.\n\n1. Register the server at user scope by running:\n\n claude mcp add --scope user --transport http n8n \"{serverUrl}\"\n\n2. Once it's registered, remind me to restart Claude Code — I'll complete the n8n OAuth flow when prompted in the new session, so don't try to list or call its tools yet.",
|
|
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.",
|
|
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.",
|
|
2988
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.client.title": "Choose your assistant",
|
|
2989
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.access.title": "Enable MCP access",
|
|
2990
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.prompt.title": "Paste the prompt in {assistant}",
|
|
2991
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.serverUrl.title": "Paste Server URL",
|
|
2992
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.restart.title": "Restart {assistant} and connect to n8n",
|
|
2993
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.title": "Enable developer mode in ChatGPT",
|
|
2994
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptDeveloperMode.description": "In ChatGPT, go to Settings > Apps & Connectors > Advanced settings. Turn on developer mode.",
|
|
2995
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.title": "Create a custom app",
|
|
2996
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.label": "App name",
|
|
2997
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": "n8n",
|
|
2998
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": "Server URL",
|
|
2999
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": "You can disable this later from {settingsLink}. Read more about this feature {docsLink}.",
|
|
3000
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": "here",
|
|
3001
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": "Copy setup prompt",
|
|
3002
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": "Copied",
|
|
3003
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant1.cta": "Build from your assistant",
|
|
3004
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": "Connect to your AI",
|
|
3005
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": "New",
|
|
3006
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": "Enabled",
|
|
3007
|
+
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": "You can enable this later in Settings > MCP.",
|
|
2938
3008
|
"settings.chatHub": "Chat",
|
|
2939
3009
|
"settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
|
|
2940
3010
|
"settings.chatHub.providers.updated.success": "Chat provider settings updated",
|
|
@@ -3908,6 +3978,9 @@ var en_default = {
|
|
|
3908
3978
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
3909
3979
|
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
3910
3980
|
"workflowHistory.title": "Version History",
|
|
3981
|
+
"workflowHistory.tab.history": "Versions",
|
|
3982
|
+
"workflowHistory.tab.publishTimeline": "Publish Timeline",
|
|
3983
|
+
"workflowHistory.action.viewTimeline": "View timeline",
|
|
3911
3984
|
"workflowHistory.content.actions": "Actions",
|
|
3912
3985
|
"workflowHistory.item.id": "ID: {id}",
|
|
3913
3986
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
@@ -3958,6 +4031,18 @@ var en_default = {
|
|
|
3958
4031
|
"workflowHistory.button.tooltip.saving": "Workflow is being saved",
|
|
3959
4032
|
"workflowHistory.group.unnamedVersions": "1 version | {count} versions",
|
|
3960
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.",
|
|
3961
4046
|
"favorites.add": "Favorite",
|
|
3962
4047
|
"favorites.remove": "Unfavorite",
|
|
3963
4048
|
"favorites.menu.title": "Favorites",
|
|
@@ -4041,11 +4126,11 @@ var en_default = {
|
|
|
4041
4126
|
"workflows.noResults.withSearch.switchToShared.link": "hidden",
|
|
4042
4127
|
"workflows.empty.heading": "Welcome, {name}!",
|
|
4043
4128
|
"workflows.empty.heading.userNotSetup": "Welcome!",
|
|
4044
|
-
"workflows.empty.headingWithIcon": "
|
|
4045
|
-
"workflows.empty.headingWithIcon.userNotSetup": "
|
|
4129
|
+
"workflows.empty.headingWithIcon": "What do you want to build, {name}",
|
|
4130
|
+
"workflows.empty.headingWithIcon.userNotSetup": "What do you want to build?",
|
|
4046
4131
|
"workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
|
|
4047
4132
|
"workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
|
|
4048
|
-
"workflows.empty.description": "
|
|
4133
|
+
"workflows.empty.description": "What do you want to build?",
|
|
4049
4134
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
4050
4135
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
4051
4136
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
@@ -4053,6 +4138,8 @@ var en_default = {
|
|
|
4053
4138
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
4054
4139
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
4055
4140
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
4141
|
+
"workflows.empty.buildAgent": "Build an agent",
|
|
4142
|
+
"workflows.empty.buildWorkflow": "Build a workflow",
|
|
4056
4143
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
4057
4144
|
"workflows.empty.tryAiWorkflow": "Run live demo",
|
|
4058
4145
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
@@ -4516,6 +4603,26 @@ var en_default = {
|
|
|
4516
4603
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4517
4604
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4518
4605
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4606
|
+
"settings.security.dataRedaction.title": "Data redaction",
|
|
4607
|
+
"settings.security.dataRedaction.enforce.title": "Enforce data redaction",
|
|
4608
|
+
"settings.security.dataRedaction.enforce.message": "When enforced, redaction is applied on all executions across the instance.",
|
|
4609
|
+
"settings.security.dataRedaction.enforce.success.enabled": "Data redaction enforced",
|
|
4610
|
+
"settings.security.dataRedaction.enforce.success.disabled": "Data redaction no longer enforced",
|
|
4611
|
+
"settings.security.dataRedaction.enforce.error": "Failed to update data redaction enforcement",
|
|
4612
|
+
"settings.security.dataRedaction.scope.title": "Redact executions",
|
|
4613
|
+
"settings.security.dataRedaction.scope.description": "Choose which execution types are redacted.",
|
|
4614
|
+
"settings.security.dataRedaction.scope.option.manual-only": "Manual executions",
|
|
4615
|
+
"settings.security.dataRedaction.scope.option.non-manual": "Production executions (Recommended)",
|
|
4616
|
+
"settings.security.dataRedaction.scope.option.all": "Manual and production executions",
|
|
4617
|
+
"settings.security.dataRedaction.scope.success": "Redaction scope updated",
|
|
4618
|
+
"settings.security.dataRedaction.scope.error": "Failed to update redaction scope",
|
|
4619
|
+
"settings.security.dataRedaction.affectedScope.label": "Affected scope",
|
|
4620
|
+
"settings.security.dataRedaction.affectedScope.none": "No executions",
|
|
4621
|
+
"settings.security.dataRedaction.affectedScope.manual-only": "Manual executions",
|
|
4622
|
+
"settings.security.dataRedaction.affectedScope.non-manual": "Production executions",
|
|
4623
|
+
"settings.security.dataRedaction.affectedScope.all": "Manual and production executions",
|
|
4624
|
+
"settings.security.dataRedaction.unlicensed_tooltip": "Upgrade to a plan that includes data redaction to manage this setting. {action}",
|
|
4625
|
+
"settings.security.dataRedaction.unlicensed_tooltip.link": "Upgrade now",
|
|
4519
4626
|
"settings.encryptionKeys": "Data encryption keys",
|
|
4520
4627
|
"settings.encryptionKeys.title": "Data encryption keys",
|
|
4521
4628
|
"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.",
|
|
@@ -5089,6 +5196,12 @@ var en_default = {
|
|
|
5089
5196
|
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
5090
5197
|
"evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
|
|
5091
5198
|
"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.",
|
|
5199
|
+
"evaluation.runInParallel.popover.title": "Concurrency",
|
|
5200
|
+
"evaluation.runInParallel.popover.ariaLabel": "Configure parallel execution",
|
|
5201
|
+
"evaluation.runInParallel.popover.valuePill": "{count} of {max}",
|
|
5202
|
+
"evaluation.runInParallel.popover.scaleSequential": "Sequential",
|
|
5203
|
+
"evaluation.runInParallel.popover.scaleFaster": "Faster · may hit rate limits",
|
|
5204
|
+
"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.",
|
|
5092
5205
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
5093
5206
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
5094
5207
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5345,8 +5458,6 @@ var en_default = {
|
|
|
5345
5458
|
"instanceAi.statusBar.waitingForInput": "Waiting for your input",
|
|
5346
5459
|
"instanceAi.input.send": "Send",
|
|
5347
5460
|
"instanceAi.input.stop": "Stop",
|
|
5348
|
-
"instanceAi.input.researchToggle": "Deep research",
|
|
5349
|
-
"instanceAi.input.researchToggle.tooltip": "Search the web, read documentation, and synthesize findings before responding",
|
|
5350
5461
|
"instanceAi.toolCall.input": "Input",
|
|
5351
5462
|
"instanceAi.toolCall.output": "Output",
|
|
5352
5463
|
"instanceAi.toolCall.running": "Running...",
|
|
@@ -5395,10 +5506,17 @@ var en_default = {
|
|
|
5395
5506
|
"instanceAi.error.title": "Something went wrong",
|
|
5396
5507
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
5397
5508
|
"instanceAi.artifactsPanel.title": "Artifacts",
|
|
5509
|
+
"instanceAi.artifactsPanel.showPreview": "Show artifacts preview",
|
|
5510
|
+
"instanceAi.artifactsPanel.hidePreview": "Hide artifacts preview",
|
|
5511
|
+
"instanceAi.artifactsPanel.showPanel": "Show lists panel",
|
|
5512
|
+
"instanceAi.artifactsPanel.pinPanel": "Pin panel",
|
|
5513
|
+
"instanceAi.artifactsPanel.unpinPanel": "Unpin panel",
|
|
5398
5514
|
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5399
|
-
"instanceAi.artifactsPanel.
|
|
5515
|
+
"instanceAi.artifactsPanel.openArtifact": "Open {name}",
|
|
5516
|
+
"instanceAi.artifactsPanel.tasks": "To-do list",
|
|
5400
5517
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5401
5518
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5519
|
+
"instanceAi.previewTabBar.expand": "Expand panel",
|
|
5402
5520
|
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5403
5521
|
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5404
5522
|
"instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
|
|
@@ -5573,6 +5691,7 @@ var en_default = {
|
|
|
5573
5691
|
"instanceAi.backgroundTask.completed": "Background task finished",
|
|
5574
5692
|
"instanceAi.backgroundTask.failed": "Background task failed",
|
|
5575
5693
|
"instanceAi.planReview.title": "Review before building",
|
|
5694
|
+
"instanceAi.planReview.titleResolved": "Plan",
|
|
5576
5695
|
"instanceAi.planReview.building": "Building plan...",
|
|
5577
5696
|
"instanceAi.planReview.awaitingApproval": "Awaiting approval",
|
|
5578
5697
|
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
@@ -5830,16 +5949,20 @@ var en_default = {
|
|
|
5830
5949
|
"agents.chat.askQuestion.otherLabel": "Other",
|
|
5831
5950
|
"agents.chat.askQuestion.otherPlaceholder": "Type another answer",
|
|
5832
5951
|
"agents.chat.askQuestion.submit": "Submit",
|
|
5952
|
+
"agents.heading": "Agents",
|
|
5833
5953
|
"agents.list.published": "Published",
|
|
5834
5954
|
"agents.list.noDescription": "No description",
|
|
5835
5955
|
"agents.list.updatedAt": "Updated {date}",
|
|
5836
5956
|
"agents.list.updated": "Last updated",
|
|
5837
5957
|
"agents.list.created": "Created",
|
|
5838
5958
|
"agents.list.empty.heading": "No agents yet",
|
|
5839
|
-
"agents.list.empty.description": "Create your first agent to
|
|
5959
|
+
"agents.list.empty.description": "Create your first agent to automate tasks and answer questions using your connected tools and data.",
|
|
5960
|
+
"agents.list.empty.button.label": "Create agent",
|
|
5961
|
+
"agents.list.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create agents",
|
|
5840
5962
|
"agents.list.actions.publish": "Publish",
|
|
5841
5963
|
"agents.list.actions.unpublish": "Unpublish",
|
|
5842
5964
|
"agents.list.actions.delete": "Delete",
|
|
5965
|
+
"agents.list.readonly": "Read only",
|
|
5843
5966
|
"agents.publish.button.publish": "Publish",
|
|
5844
5967
|
"agents.publish.button.published": "Published",
|
|
5845
5968
|
"agents.publish.dropdown.publish": "Publish",
|
|
@@ -5856,8 +5979,15 @@ var en_default = {
|
|
|
5856
5979
|
"agents.schedule.description": "Run the published agent on a schedule.",
|
|
5857
5980
|
"agents.schedule.status.active": "Active",
|
|
5858
5981
|
"agents.schedule.status.inactive": "Inactive",
|
|
5859
|
-
"agents.schedule.cron": "
|
|
5982
|
+
"agents.schedule.cron": "Schedule",
|
|
5983
|
+
"agents.schedule.cron.mode.custom": "Expression",
|
|
5984
|
+
"agents.schedule.cron.mode.preset": "Preset",
|
|
5860
5985
|
"agents.schedule.cron.placeholder": "* * * * *",
|
|
5986
|
+
"agents.schedule.nextOccurrence": "Next occurrence: {occurrence}",
|
|
5987
|
+
"agents.schedule.presets.everyDay": "Every day",
|
|
5988
|
+
"agents.schedule.presets.everyHour": "Every hour",
|
|
5989
|
+
"agents.schedule.presets.everyMonday": "Every Monday",
|
|
5990
|
+
"agents.schedule.presets.everyWeekday": "Every weekday",
|
|
5861
5991
|
"agents.schedule.wakeUpPrompt": "Wake up prompt",
|
|
5862
5992
|
"agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
|
|
5863
5993
|
"agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
|
|
@@ -5906,6 +6036,7 @@ var en_default = {
|
|
|
5906
6036
|
"agents.new.headingWithName": "What should we build, {name}?",
|
|
5907
6037
|
"agents.new.description.placeholder": "Describe your agent...",
|
|
5908
6038
|
"agents.new.templates.label": "Or try a template",
|
|
6039
|
+
"agents.builder.readonly.placeholder": "You don't have permission to edit this agent",
|
|
5909
6040
|
"agents.builder.sections.agent": "Agent",
|
|
5910
6041
|
"agents.builder.sections.advanced": "Advanced",
|
|
5911
6042
|
"agents.builder.sections.configJson": "Raw",
|
|
@@ -5914,7 +6045,7 @@ var en_default = {
|
|
|
5914
6045
|
"agents.builder.sections.executions": "Sessions",
|
|
5915
6046
|
"agents.builder.sections.guardrails": "Guardrails",
|
|
5916
6047
|
"agents.builder.sections.instructions": "Instructions",
|
|
5917
|
-
"agents.builder.sections.memory": "Memory",
|
|
6048
|
+
"agents.builder.sections.memory": "Session Memory",
|
|
5918
6049
|
"agents.builder.sections.model": "Model",
|
|
5919
6050
|
"agents.builder.sections.skills": "Skills",
|
|
5920
6051
|
"agents.builder.sections.tools": "Tools",
|
|
@@ -5938,8 +6069,13 @@ var en_default = {
|
|
|
5938
6069
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
5939
6070
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
5940
6071
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
5941
|
-
"agents.builder.
|
|
5942
|
-
"agents.builder.
|
|
6072
|
+
"agents.builder.advanced.approval.label": "Require tool approval",
|
|
6073
|
+
"agents.builder.advanced.approval.hint": "Pause before running tool calls until a human approves.",
|
|
6074
|
+
"agents.builder.advanced.recentMessages.label": "Session memory window",
|
|
6075
|
+
"agents.builder.advanced.recentMessages.hint": "How many recent messages from this thread the agent sees on each turn.",
|
|
6076
|
+
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
|
|
6077
|
+
"agents.builder.memory.title": "Session Memory",
|
|
6078
|
+
"agents.builder.memory.description": "Keeps recent messages from this session available as context.",
|
|
5943
6079
|
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
5944
6080
|
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
5945
6081
|
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
@@ -5996,14 +6132,19 @@ var en_default = {
|
|
|
5996
6132
|
"agents.builder.header.executions": "Executions",
|
|
5997
6133
|
"agents.builder.header.tab.agent": "Agent",
|
|
5998
6134
|
"agents.builder.header.tab.executions": "Sessions",
|
|
6135
|
+
"agents.builder.header.tab.memory": "Memory",
|
|
5999
6136
|
"agents.builder.header.tab.evaluations": "Evaluations",
|
|
6000
6137
|
"agents.builder.header.tab.raw": "Raw",
|
|
6001
6138
|
"agents.builder.header.workspaceCrumb": "Workspace",
|
|
6002
6139
|
"agents.builder.header.projectFallback": "Project",
|
|
6003
6140
|
"agents.builder.header.switcher.empty": "No other agents",
|
|
6141
|
+
"agents.builder.header.switcher.newAgent": "New agent",
|
|
6004
6142
|
"agents.builder.header.switcher.ariaLabel": "Switch agent",
|
|
6005
6143
|
"agents.builder.header.saving": "Saving…",
|
|
6006
6144
|
"agents.builder.header.saved": "Saved",
|
|
6145
|
+
"agents.builder.preview.button": "Preview",
|
|
6146
|
+
"agents.builder.preview.disabledTooltip": "Add instructions, a model, and credentials before previewing this agent.",
|
|
6147
|
+
"agents.builder.preview.close.ariaLabel": "Close preview",
|
|
6007
6148
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
6008
6149
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
6009
6150
|
"agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
|
|
@@ -6011,7 +6152,7 @@ var en_default = {
|
|
|
6011
6152
|
"agents.builder.evaluations.type.check": "Check",
|
|
6012
6153
|
"agents.builder.evaluations.type.judge": "Judge",
|
|
6013
6154
|
"agents.builder.evaluations.credentialConfigured": "Credential configured",
|
|
6014
|
-
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.
|
|
6155
|
+
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
|
|
6015
6156
|
"agents.builder.quickActions.addTool": "Add tool",
|
|
6016
6157
|
"agents.builder.quickActions.addTrigger": "Add trigger",
|
|
6017
6158
|
"agents.builder.capabilities.title": "Capabilities",
|
|
@@ -6048,6 +6189,15 @@ var en_default = {
|
|
|
6048
6189
|
"agents.builder.addTrigger.slack.hideJson": "Hide JSON",
|
|
6049
6190
|
"agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
|
|
6050
6191
|
"agents.builder.addTrigger.slack.manifestTitle": "Slack App Manifest",
|
|
6192
|
+
"agents.builder.addTrigger.slack.docsCalloutLink": "See docs",
|
|
6193
|
+
"agents.builder.addTrigger.telegram.accessMode.label": "Access mode",
|
|
6194
|
+
"agents.builder.addTrigger.telegram.accessMode.private": "Private",
|
|
6195
|
+
"agents.builder.addTrigger.telegram.accessMode.public": "Public",
|
|
6196
|
+
"agents.builder.addTrigger.telegram.public.warning": "Any Telegram user will be able to chat with this agent.",
|
|
6197
|
+
"agents.builder.addTrigger.telegram.users.label": "Restrict to users",
|
|
6198
|
+
"agents.builder.addTrigger.telegram.users.placeholder": "Type a user ID or username and press Space",
|
|
6199
|
+
"agents.builder.addTrigger.telegram.validation.invalid": "Enter valid Telegram user IDs or usernames.",
|
|
6200
|
+
"agents.builder.addTrigger.telegram.validation.required": "Add at least one Telegram user ID or username.",
|
|
6051
6201
|
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
6052
6202
|
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
6053
6203
|
"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.",
|