@n8n/i18n 2.21.2 → 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 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +155 -4
- package/dist/index.d.mts +155 -4
- package/dist/index.mjs +167 -16
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +155 -4
- package/dist/types2.d.mts +155 -4
- package/package.json +6 -6
package/dist/index.mjs
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": "
|
|
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": "
|
|
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",
|
|
@@ -2934,6 +2967,44 @@ var en_default = {
|
|
|
2934
2967
|
"settings.mcp.connectPopover.serverUrl": "Server URL",
|
|
2935
2968
|
"settings.mcp.connectPopover.jsonConfig": "Configuration JSON",
|
|
2936
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.",
|
|
2937
3008
|
"settings.chatHub": "Chat",
|
|
2938
3009
|
"settings.chatHub.providers.fetching.error": "Error fetching chat provider settings",
|
|
2939
3010
|
"settings.chatHub.providers.updated.success": "Chat provider settings updated",
|
|
@@ -3907,6 +3978,9 @@ var en_default = {
|
|
|
3907
3978
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
3908
3979
|
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
3909
3980
|
"workflowHistory.title": "Version History",
|
|
3981
|
+
"workflowHistory.tab.history": "Versions",
|
|
3982
|
+
"workflowHistory.tab.publishTimeline": "Publish Timeline",
|
|
3983
|
+
"workflowHistory.action.viewTimeline": "View timeline",
|
|
3910
3984
|
"workflowHistory.content.actions": "Actions",
|
|
3911
3985
|
"workflowHistory.item.id": "ID: {id}",
|
|
3912
3986
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
@@ -3957,6 +4031,18 @@ var en_default = {
|
|
|
3957
4031
|
"workflowHistory.button.tooltip.saving": "Workflow is being saved",
|
|
3958
4032
|
"workflowHistory.group.unnamedVersions": "1 version | {count} versions",
|
|
3959
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.",
|
|
3960
4046
|
"favorites.add": "Favorite",
|
|
3961
4047
|
"favorites.remove": "Unfavorite",
|
|
3962
4048
|
"favorites.menu.title": "Favorites",
|
|
@@ -4040,11 +4126,11 @@ var en_default = {
|
|
|
4040
4126
|
"workflows.noResults.withSearch.switchToShared.link": "hidden",
|
|
4041
4127
|
"workflows.empty.heading": "Welcome, {name}!",
|
|
4042
4128
|
"workflows.empty.heading.userNotSetup": "Welcome!",
|
|
4043
|
-
"workflows.empty.headingWithIcon": "
|
|
4044
|
-
"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?",
|
|
4045
4131
|
"workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
|
|
4046
4132
|
"workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
|
|
4047
|
-
"workflows.empty.description": "
|
|
4133
|
+
"workflows.empty.description": "What do you want to build?",
|
|
4048
4134
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
4049
4135
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
4050
4136
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
@@ -4052,6 +4138,8 @@ var en_default = {
|
|
|
4052
4138
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
4053
4139
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
4054
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",
|
|
4055
4143
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
4056
4144
|
"workflows.empty.tryAiWorkflow": "Run live demo",
|
|
4057
4145
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
@@ -4515,6 +4603,26 @@ var en_default = {
|
|
|
4515
4603
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4516
4604
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4517
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",
|
|
4518
4626
|
"settings.encryptionKeys": "Data encryption keys",
|
|
4519
4627
|
"settings.encryptionKeys.title": "Data encryption keys",
|
|
4520
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.",
|
|
@@ -5088,6 +5196,12 @@ var en_default = {
|
|
|
5088
5196
|
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
5089
5197
|
"evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
|
|
5090
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.",
|
|
5091
5205
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
5092
5206
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
5093
5207
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5344,8 +5458,6 @@ var en_default = {
|
|
|
5344
5458
|
"instanceAi.statusBar.waitingForInput": "Waiting for your input",
|
|
5345
5459
|
"instanceAi.input.send": "Send",
|
|
5346
5460
|
"instanceAi.input.stop": "Stop",
|
|
5347
|
-
"instanceAi.input.researchToggle": "Deep research",
|
|
5348
|
-
"instanceAi.input.researchToggle.tooltip": "Search the web, read documentation, and synthesize findings before responding",
|
|
5349
5461
|
"instanceAi.toolCall.input": "Input",
|
|
5350
5462
|
"instanceAi.toolCall.output": "Output",
|
|
5351
5463
|
"instanceAi.toolCall.running": "Running...",
|
|
@@ -5394,10 +5506,17 @@ var en_default = {
|
|
|
5394
5506
|
"instanceAi.error.title": "Something went wrong",
|
|
5395
5507
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
5396
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",
|
|
5397
5514
|
"instanceAi.artifactsPanel.noArtifacts": "No artifacts yet",
|
|
5398
|
-
"instanceAi.artifactsPanel.
|
|
5515
|
+
"instanceAi.artifactsPanel.openArtifact": "Open {name}",
|
|
5516
|
+
"instanceAi.artifactsPanel.tasks": "To-do list",
|
|
5399
5517
|
"instanceAi.artifactsPanel.openWorkflow": "Open",
|
|
5400
5518
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5519
|
+
"instanceAi.previewTabBar.expand": "Expand panel",
|
|
5401
5520
|
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5402
5521
|
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5403
5522
|
"instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
|
|
@@ -5572,6 +5691,7 @@ var en_default = {
|
|
|
5572
5691
|
"instanceAi.backgroundTask.completed": "Background task finished",
|
|
5573
5692
|
"instanceAi.backgroundTask.failed": "Background task failed",
|
|
5574
5693
|
"instanceAi.planReview.title": "Review before building",
|
|
5694
|
+
"instanceAi.planReview.titleResolved": "Plan",
|
|
5575
5695
|
"instanceAi.planReview.building": "Building plan...",
|
|
5576
5696
|
"instanceAi.planReview.awaitingApproval": "Awaiting approval",
|
|
5577
5697
|
"instanceAi.planReview.description": "Review the plan, then approve it to start building or request changes to revise it.",
|
|
@@ -5829,16 +5949,20 @@ var en_default = {
|
|
|
5829
5949
|
"agents.chat.askQuestion.otherLabel": "Other",
|
|
5830
5950
|
"agents.chat.askQuestion.otherPlaceholder": "Type another answer",
|
|
5831
5951
|
"agents.chat.askQuestion.submit": "Submit",
|
|
5952
|
+
"agents.heading": "Agents",
|
|
5832
5953
|
"agents.list.published": "Published",
|
|
5833
5954
|
"agents.list.noDescription": "No description",
|
|
5834
5955
|
"agents.list.updatedAt": "Updated {date}",
|
|
5835
5956
|
"agents.list.updated": "Last updated",
|
|
5836
5957
|
"agents.list.created": "Created",
|
|
5837
5958
|
"agents.list.empty.heading": "No agents yet",
|
|
5838
|
-
"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",
|
|
5839
5962
|
"agents.list.actions.publish": "Publish",
|
|
5840
5963
|
"agents.list.actions.unpublish": "Unpublish",
|
|
5841
5964
|
"agents.list.actions.delete": "Delete",
|
|
5965
|
+
"agents.list.readonly": "Read only",
|
|
5842
5966
|
"agents.publish.button.publish": "Publish",
|
|
5843
5967
|
"agents.publish.button.published": "Published",
|
|
5844
5968
|
"agents.publish.dropdown.publish": "Publish",
|
|
@@ -5855,8 +5979,15 @@ var en_default = {
|
|
|
5855
5979
|
"agents.schedule.description": "Run the published agent on a schedule.",
|
|
5856
5980
|
"agents.schedule.status.active": "Active",
|
|
5857
5981
|
"agents.schedule.status.inactive": "Inactive",
|
|
5858
|
-
"agents.schedule.cron": "
|
|
5982
|
+
"agents.schedule.cron": "Schedule",
|
|
5983
|
+
"agents.schedule.cron.mode.custom": "Expression",
|
|
5984
|
+
"agents.schedule.cron.mode.preset": "Preset",
|
|
5859
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",
|
|
5860
5991
|
"agents.schedule.wakeUpPrompt": "Wake up prompt",
|
|
5861
5992
|
"agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
|
|
5862
5993
|
"agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
|
|
@@ -5905,6 +6036,7 @@ var en_default = {
|
|
|
5905
6036
|
"agents.new.headingWithName": "What should we build, {name}?",
|
|
5906
6037
|
"agents.new.description.placeholder": "Describe your agent...",
|
|
5907
6038
|
"agents.new.templates.label": "Or try a template",
|
|
6039
|
+
"agents.builder.readonly.placeholder": "You don't have permission to edit this agent",
|
|
5908
6040
|
"agents.builder.sections.agent": "Agent",
|
|
5909
6041
|
"agents.builder.sections.advanced": "Advanced",
|
|
5910
6042
|
"agents.builder.sections.configJson": "Raw",
|
|
@@ -5913,7 +6045,7 @@ var en_default = {
|
|
|
5913
6045
|
"agents.builder.sections.executions": "Sessions",
|
|
5914
6046
|
"agents.builder.sections.guardrails": "Guardrails",
|
|
5915
6047
|
"agents.builder.sections.instructions": "Instructions",
|
|
5916
|
-
"agents.builder.sections.memory": "Memory",
|
|
6048
|
+
"agents.builder.sections.memory": "Session Memory",
|
|
5917
6049
|
"agents.builder.sections.model": "Model",
|
|
5918
6050
|
"agents.builder.sections.skills": "Skills",
|
|
5919
6051
|
"agents.builder.sections.tools": "Tools",
|
|
@@ -5937,8 +6069,13 @@ var en_default = {
|
|
|
5937
6069
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
5938
6070
|
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
5939
6071
|
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
5940
|
-
"agents.builder.
|
|
5941
|
-
"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.",
|
|
5942
6079
|
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
5943
6080
|
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
5944
6081
|
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
@@ -5995,14 +6132,19 @@ var en_default = {
|
|
|
5995
6132
|
"agents.builder.header.executions": "Executions",
|
|
5996
6133
|
"agents.builder.header.tab.agent": "Agent",
|
|
5997
6134
|
"agents.builder.header.tab.executions": "Sessions",
|
|
6135
|
+
"agents.builder.header.tab.memory": "Memory",
|
|
5998
6136
|
"agents.builder.header.tab.evaluations": "Evaluations",
|
|
5999
6137
|
"agents.builder.header.tab.raw": "Raw",
|
|
6000
6138
|
"agents.builder.header.workspaceCrumb": "Workspace",
|
|
6001
6139
|
"agents.builder.header.projectFallback": "Project",
|
|
6002
6140
|
"agents.builder.header.switcher.empty": "No other agents",
|
|
6141
|
+
"agents.builder.header.switcher.newAgent": "New agent",
|
|
6003
6142
|
"agents.builder.header.switcher.ariaLabel": "Switch agent",
|
|
6004
6143
|
"agents.builder.header.saving": "Saving…",
|
|
6005
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",
|
|
6006
6148
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
6007
6149
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
6008
6150
|
"agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
|
|
@@ -6010,7 +6152,7 @@ var en_default = {
|
|
|
6010
6152
|
"agents.builder.evaluations.type.check": "Check",
|
|
6011
6153
|
"agents.builder.evaluations.type.judge": "Judge",
|
|
6012
6154
|
"agents.builder.evaluations.credentialConfigured": "Credential configured",
|
|
6013
|
-
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.
|
|
6155
|
+
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
|
|
6014
6156
|
"agents.builder.quickActions.addTool": "Add tool",
|
|
6015
6157
|
"agents.builder.quickActions.addTrigger": "Add trigger",
|
|
6016
6158
|
"agents.builder.capabilities.title": "Capabilities",
|
|
@@ -6047,6 +6189,15 @@ var en_default = {
|
|
|
6047
6189
|
"agents.builder.addTrigger.slack.hideJson": "Hide JSON",
|
|
6048
6190
|
"agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
|
|
6049
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.",
|
|
6050
6201
|
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
6051
6202
|
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
6052
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.",
|