@n8n/i18n 2.34.2 → 2.35.1
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 +179 -147
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +179 -147
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +169 -137
- package/dist/types2.d.mts +169 -137
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -106,7 +106,6 @@ var en_default = {
|
|
|
106
106
|
"generic.error.subworkflowCreationFailed": "Error creating sub-workflow",
|
|
107
107
|
"generic.settings": "Settings",
|
|
108
108
|
"generic.service": "the service",
|
|
109
|
-
"generic.star": "Star",
|
|
110
109
|
"generic.tryNow": "Try now",
|
|
111
110
|
"generic.startNow": "Start now",
|
|
112
111
|
"generic.dismiss": "Dismiss",
|
|
@@ -380,6 +379,8 @@ var en_default = {
|
|
|
380
379
|
"aiAssistant.builder.creditBanner.text": "{remaining}/{total} monthly credits left",
|
|
381
380
|
"aiAssistant.builder.creditBanner.trialText": "{remaining}/{total} credits left in your free trial",
|
|
382
381
|
"aiAssistant.builder.creditBanner.getMore": "Get more",
|
|
382
|
+
"aiAssistant.builder.creditBanner.limitReachedText": "Your free trial included credits to build and run your first workflow in production. Upgrade to continue using the AI Assistant.",
|
|
383
|
+
"aiAssistant.builder.creditBanner.upgrade": "Upgrade plan",
|
|
383
384
|
"aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
|
|
384
385
|
"aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
|
|
385
386
|
"aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
|
|
@@ -1236,7 +1237,6 @@ var en_default = {
|
|
|
1236
1237
|
"dataDisplay.nodeDocumentation": "Node Documentation",
|
|
1237
1238
|
"dataDisplay.openDocumentationFor": "Open {nodeTypeDisplayName} documentation",
|
|
1238
1239
|
"dataMapping.dragColumnToFieldHint": "Drag onto a field to map column to that field",
|
|
1239
|
-
"dataMapping.dragFromPreviousHint": "Map data from previous nodes to <b>{name}</b> by first clicking this button",
|
|
1240
1240
|
"dataMapping.success.title": "You just mapped some data!",
|
|
1241
1241
|
"dataMapping.success.moreInfo": "Check out our <a href=\"https://docs.n8n.io/data/data-mapping\" target=\"_blank\">docs</a> for more details on mapping data in n8n",
|
|
1242
1242
|
"dataMapping.tableView.tableColumnsExceeded": "Some columns are hidden",
|
|
@@ -1274,7 +1274,6 @@ var en_default = {
|
|
|
1274
1274
|
"duplicateWorkflowDialog.errors.forbidden.title": "Duplicate workflow failed",
|
|
1275
1275
|
"duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
|
|
1276
1276
|
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
|
1277
|
-
"editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
|
|
1278
1277
|
"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?",
|
|
1279
1278
|
"experiments.instanceAiProactiveAgent.typingLabel": "AI Assistant is typing",
|
|
1280
1279
|
"experiments.instanceAiPromptSuggestionsV2.emptyState.title": "What do you want to automate?",
|
|
@@ -1357,6 +1356,8 @@ var en_default = {
|
|
|
1357
1356
|
"experiments.resourceCenter.title": "Resources",
|
|
1358
1357
|
"experiments.resourceCenter.video.level": "Level: {level}",
|
|
1359
1358
|
"experiments.templatesDataQuality.modalTitle": "Featured templates",
|
|
1359
|
+
"e2eTestMode.marker": "E2E MODE",
|
|
1360
|
+
"e2eTestMode.markerTooltip": "This instance runs with E2E_TESTS=true. It exposes test-only reset endpoints and changes some defaults — don't use it for anything you want to keep.",
|
|
1360
1361
|
error: "Error",
|
|
1361
1362
|
"error.goBack": "Go back",
|
|
1362
1363
|
"error.pageNotFound": "Oops, couldn’t find that",
|
|
@@ -1435,6 +1436,8 @@ var en_default = {
|
|
|
1435
1436
|
"agentSessions.testChat": "Test chat",
|
|
1436
1437
|
"agentSessions.origin": "Origin",
|
|
1437
1438
|
"agentSessions.origin.agent": "Agent",
|
|
1439
|
+
"agentSessions.origin.instanceAi": "AI Assistant",
|
|
1440
|
+
"agentSessions.origin.mcp": "MCP",
|
|
1438
1441
|
"agentSessions.origin.subAgent": "Sub-agent",
|
|
1439
1442
|
"agentSessions.goToParentRun": "Go to parent run",
|
|
1440
1443
|
"agentSessions.viewTrace": "View session trace",
|
|
@@ -1868,40 +1871,38 @@ var en_default = {
|
|
|
1868
1871
|
"mcp.productionChecklist.instance.description": "Enable instance-level MCP access to allow MCP clients to access workflows.",
|
|
1869
1872
|
"mcp.workflowDeactivated.message": "MCP Access has been disabled for this workflow because it is deactivated",
|
|
1870
1873
|
"menuActions.duplicate": "Duplicate",
|
|
1871
|
-
"menuActions.
|
|
1874
|
+
"menuActions.exportJson": "Export JSON",
|
|
1875
|
+
"menuActions.import": "Import...",
|
|
1872
1876
|
"menuActions.push": "Push to git",
|
|
1873
|
-
"menuActions.
|
|
1877
|
+
"menuActions.editDescriptionAndTags": "Edit description and tags",
|
|
1878
|
+
"menuActions.productionChecklist": "Production checklist",
|
|
1874
1879
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1875
1880
|
"menuActions.importFromFile": "Import from file...",
|
|
1876
1881
|
"menuActions.delete": "Delete",
|
|
1877
1882
|
"menuActions.archive": "Archive",
|
|
1878
1883
|
"menuActions.unarchive": "Unarchive",
|
|
1879
1884
|
"menuActions.unpublish": "Unpublish",
|
|
1885
|
+
"menuActions.versionHistory": "Version history",
|
|
1880
1886
|
"multipleParameter.addItem": "Add item",
|
|
1881
1887
|
"multipleParameter.currentlyNoItemsExist": "Currently no items exist",
|
|
1882
1888
|
"multipleParameter.deleteItem": "Delete item",
|
|
1883
1889
|
"multipleParameter.moveDown": "Move down",
|
|
1884
1890
|
"multipleParameter.moveUp": "Move up",
|
|
1885
|
-
"ndv.backToCanvas": "Back to canvas",
|
|
1886
|
-
"ndv.backToCanvas.waitingForTriggerWarning": "Waiting for a Trigger node to execute. Close this view to see the Workflow Canvas.",
|
|
1887
1891
|
"ndv.close.tooltip": "Data stored, safe to close",
|
|
1888
1892
|
"ndv.execute.testNode": "Execute step",
|
|
1889
1893
|
"ndv.execute.testNode.description": "Runs the current node. Will also run previous nodes if they have not been run yet",
|
|
1890
1894
|
"ndv.execute.generateCodeAndTestNode.description": "Generates code and then runs the current node",
|
|
1891
1895
|
"ndv.execute.generateCode.message": "The instructions in '{nodeName}' have changed",
|
|
1892
1896
|
"ndv.execute.generateCode.title": "Generating transformation code",
|
|
1893
|
-
"ndv.execute.executing": "Executing",
|
|
1894
1897
|
"ndv.execute.fetchEvent": "Fetch Test Event",
|
|
1895
1898
|
"ndv.execute.fixPrevious": "Fix previous node first",
|
|
1896
1899
|
"ndv.execute.generatingCode": "Generating code from instructions",
|
|
1897
1900
|
"ndv.execute.listenForTestEvent": "Listen for test event",
|
|
1898
|
-
"ndv.execute.testChat": "Test chat",
|
|
1899
1901
|
"ndv.execute.testStep": "Execute step",
|
|
1900
1902
|
"ndv.execute.stopListening": "Stop Listening",
|
|
1901
1903
|
"ndv.execute.nodeIsDisabled": "Enable node to execute",
|
|
1902
1904
|
"ndv.execute.requiredFieldsMissing": "Complete required fields first",
|
|
1903
1905
|
"ndv.execute.upstreamNodeHasIssues": "A previous node has missing required fields",
|
|
1904
|
-
"ndv.execute.stopWaitingForWebhook.error": "Problem deleting test webhook",
|
|
1905
1906
|
"ndv.execute.workflowAlreadyRunning": "Workflow is already running",
|
|
1906
1907
|
"ndv.execute.deactivated": "This node is deactivated and can't be run",
|
|
1907
1908
|
"ndv.featureRequest": "I wish this node would...",
|
|
@@ -1912,25 +1913,17 @@ var en_default = {
|
|
|
1912
1913
|
"ndv.input.fromAI": "From AI",
|
|
1913
1914
|
"ndv.input.parentNodes": "Parent nodes",
|
|
1914
1915
|
"ndv.input.noOutputDataInBranch": "No input data in this branch",
|
|
1915
|
-
"ndv.input.noOutputDataInNode": "Node did not output any data. n8n stops executing the workflow when a node has no output data.",
|
|
1916
1916
|
"ndv.input.noOutputData": "No data",
|
|
1917
1917
|
"ndv.input.noOutputData.executePrevious": "Execute previous nodes",
|
|
1918
|
-
"ndv.input.noOutputData.title": "No input data
|
|
1919
|
-
"ndv.input.noOutputData.
|
|
1920
|
-
"ndv.input.noOutputData.
|
|
1921
|
-
"ndv.input.noOutputData.
|
|
1922
|
-
"ndv.input.noOutputData.v2.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1923
|
-
"ndv.input.noOutputData.hint": "(From the earliest node that needs it {info} )",
|
|
1924
|
-
"ndv.input.noOutputData.hint.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1925
|
-
"ndv.input.noOutputData.schemaPreviewHint": "switch to {schema} to use the schema preview",
|
|
1926
|
-
"ndv.input.noOutputData.or": "or",
|
|
1918
|
+
"ndv.input.noOutputData.title": "No input data",
|
|
1919
|
+
"ndv.input.noOutputData.description": "{link} to view input data",
|
|
1920
|
+
"ndv.input.noOutputData.action": "Execute previous nodes",
|
|
1921
|
+
"ndv.input.noOutputData.tooltip": "From the earliest node which is unexecuted, or is executed but has since been changed",
|
|
1927
1922
|
"ndv.input.noOutputData.embeddedNdv.link": "Execute previous nodes",
|
|
1928
1923
|
"ndv.input.noOutputData.embeddedNdv.description": "{link} to use their data here",
|
|
1929
1924
|
"ndv.input.executingPrevious": "Executing previous nodes...",
|
|
1930
|
-
"ndv.input.notConnected.title": "
|
|
1931
|
-
"ndv.input.notConnected.
|
|
1932
|
-
"ndv.input.notConnected.v2.description": "This node can only receive input data if you connect it to another node. {link}",
|
|
1933
|
-
"ndv.input.notConnected.message": "This node can only receive input data if you connect it to another node.",
|
|
1925
|
+
"ndv.input.notConnected.title": "No input connected",
|
|
1926
|
+
"ndv.input.notConnected.description": "This node can only receive input data if you connect it to another node. {link}",
|
|
1934
1927
|
"ndv.input.notConnected.learnMore": "Learn more",
|
|
1935
1928
|
"ndv.input.disabled": "The '{nodeName}' node is disabled and won’t execute.",
|
|
1936
1929
|
"ndv.input.disabled.cta": "Enable it",
|
|
@@ -1952,8 +1945,6 @@ var en_default = {
|
|
|
1952
1945
|
"ndv.redacted.revealModal.policy": "Unnecessary access may violate your organization's policy",
|
|
1953
1946
|
"ndv.redacted.revealModal.confirmButton": "Reveal data",
|
|
1954
1947
|
"ndv.redacted.revealError": "Failed to reveal execution data",
|
|
1955
|
-
"ndv.redacted.error.title": "This node encountered an error",
|
|
1956
|
-
"ndv.redacted.error.description": "Error details have been redacted because the execution data contains sensitive information.",
|
|
1957
1948
|
"ndv.output": "Output",
|
|
1958
1949
|
"ndv.output.ai.empty": "👈 Use these logs to see information on how the {node} node completed processing. You can click on a node to see the input it received and data it output.",
|
|
1959
1950
|
"ndv.output.ai.waiting": "Waiting for message",
|
|
@@ -1970,9 +1961,9 @@ var en_default = {
|
|
|
1970
1961
|
"ndv.output.noOutputData.message.settings": "Settings",
|
|
1971
1962
|
"ndv.output.noOutputData.message.settingsOption": "> \"Always Output Data\".",
|
|
1972
1963
|
"ndv.output.noOutputData.title": "No output data returned",
|
|
1973
|
-
"ndv.output.noOutputData.
|
|
1974
|
-
"ndv.output.noOutputData.
|
|
1975
|
-
"ndv.output.noOutputData.
|
|
1964
|
+
"ndv.output.noOutputData.notRun.title": "No output data",
|
|
1965
|
+
"ndv.output.noOutputData.notRun.description": "{link} to view output data",
|
|
1966
|
+
"ndv.output.noOutputData.notRun.action": "Execute step",
|
|
1976
1967
|
"ndv.output.noOutputData.trigger.title": "No trigger output",
|
|
1977
1968
|
"ndv.output.noOutputData.trigger.action": "Test this trigger",
|
|
1978
1969
|
"ndv.output.noOutputDataInBranch": "No output data in this branch",
|
|
@@ -1981,21 +1972,13 @@ var en_default = {
|
|
|
1981
1972
|
"ndv.output.run": "Run",
|
|
1982
1973
|
"ndv.output.runNodeHint": "Execute this node to view data",
|
|
1983
1974
|
"ndv.output.runNodeHintSubNode": "Output will appear here once the parent node is run",
|
|
1984
|
-
"ndv.output.githubNodeWaitingForWebhook": "Execution will continue when the following webhook URL is called: ",
|
|
1985
|
-
"ndv.output.sendAndWaitWaitingApproval": "Execution will continue after the user's response",
|
|
1986
1975
|
"ndv.output.waitNodeWaiting.title": "Waiting for input",
|
|
1987
|
-
"ndv.output.waitNodeWaiting.description.webhook": "Execution will continue when webhook is received on ",
|
|
1988
|
-
"ndv.output.waitNodeWaiting.description.form": "Execution will continue when form is submitted on ",
|
|
1989
|
-
"ndv.output.waitNodeWaiting.description.timer": "Execution will continue when wait time is over",
|
|
1990
1976
|
"ndv.output.insertTestData": "set mock data",
|
|
1991
1977
|
"ndv.output.staleDataWarning.regular": "Node parameters have changed.<br>Test node again to refresh output.",
|
|
1992
1978
|
"ndv.output.staleDataWarning.pinData": "Node parameter changes will not affect pinned output data.",
|
|
1993
|
-
"ndv.output.waitingToRun": "Waiting to execute...",
|
|
1994
1979
|
"ndv.output.noToolUsedInfo": "None of your tools were used in this run. Try giving your tools clearer names and descriptions to help the AI",
|
|
1995
|
-
"ndv.title.cancel": "Cancel",
|
|
1996
1980
|
"ndv.title.rename": "Rename",
|
|
1997
1981
|
"ndv.title.rename.placeholder": "Enter new name...",
|
|
1998
|
-
"ndv.title.renameNode": "Rename node",
|
|
1999
1982
|
"ndv.pinData.pin.title": "Pin data",
|
|
2000
1983
|
"ndv.pinData.pin.description": "Node will always output current data instead of executing. Doesn't apply to production executions.",
|
|
2001
1984
|
"ndv.pinData.pin.binary": "Pin Data is disabled as this node's output contains binary data.",
|
|
@@ -2451,7 +2434,6 @@ var en_default = {
|
|
|
2451
2434
|
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
2452
2435
|
"nodeView.enterZoomMode": "Enter zoom mode",
|
|
2453
2436
|
"nodeView.leaveZoomMode": "Leave zoom mode",
|
|
2454
|
-
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
2455
2437
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
2456
2438
|
"contextMenu.node": "node | {count} nodes",
|
|
2457
2439
|
"contextMenu.sticky": "sticky note | {count} sticky notes",
|
|
@@ -3355,6 +3337,7 @@ var en_default = {
|
|
|
3355
3337
|
"settings.mcp.oAuthClients.scope.execution.read": "Get execution details",
|
|
3356
3338
|
"settings.mcp.oAuthClients.scope.agent.read": "List and read agents",
|
|
3357
3339
|
"settings.mcp.oAuthClients.scope.agent.write": "Create and update agents",
|
|
3340
|
+
"settings.mcp.oAuthClients.scope.agent.execute": "Run agents",
|
|
3358
3341
|
"settings.mcp.oAuthClients.scope.credential.read": "List credentials",
|
|
3359
3342
|
"settings.mcp.oAuthClients.scope.dataTable.read": "List data tables",
|
|
3360
3343
|
"settings.mcp.oAuthClients.scope.dataTable.write": "Create and update data tables",
|
|
@@ -3437,13 +3420,6 @@ var en_default = {
|
|
|
3437
3420
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": "Cursor",
|
|
3438
3421
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": "Codex",
|
|
3439
3422
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": "ChatGPT",
|
|
3440
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": "New · Model Context Protocol",
|
|
3441
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": "Try MCP with Claude Code, Cursor, or Codex",
|
|
3442
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance.",
|
|
3443
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": "Set it up now, or later in {settingsLink}.",
|
|
3444
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": "Settings > Instance-level MCP",
|
|
3445
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": "Try MCP",
|
|
3446
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": "Skip for now",
|
|
3447
3423
|
"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.",
|
|
3448
3424
|
"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.",
|
|
3449
3425
|
"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.",
|
|
@@ -3460,6 +3436,7 @@ var en_default = {
|
|
|
3460
3436
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": "n8n",
|
|
3461
3437
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": "Server URL",
|
|
3462
3438
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": "You can disable this later from {settingsLink}. Read more about this feature {docsLink}.",
|
|
3439
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.settingsLink": "Settings > Instance-level MCP",
|
|
3463
3440
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": "here",
|
|
3464
3441
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": "Copy setup prompt",
|
|
3465
3442
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": "Copied",
|
|
@@ -3467,7 +3444,6 @@ var en_default = {
|
|
|
3467
3444
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": "Connect to your AI",
|
|
3468
3445
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": "New",
|
|
3469
3446
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": "Enabled",
|
|
3470
|
-
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": "You can enable this later in Settings > MCP.",
|
|
3471
3447
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.title": "Expose all workflows and agents to MCP?",
|
|
3472
3448
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.description": "This lets connected clients reach every workflow and agent on this instance right away. You can remove MCP access for individual workflows and agents at any time.",
|
|
3473
3449
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.confirm": "Expose all workflows and agents",
|
|
@@ -4297,7 +4273,6 @@ var en_default = {
|
|
|
4297
4273
|
"ndv.trigger.webhookNode.listening": "Listening for test event",
|
|
4298
4274
|
"ndv.trigger.chatTrigger.openChat": "Open Chat Window",
|
|
4299
4275
|
"ndv.trigger.webhookNode.formTrigger.listening": "Listening for a test form submission",
|
|
4300
|
-
"ndv.trigger.webhookBasedNode.listening": "Listening for your trigger event",
|
|
4301
4276
|
"ndv.trigger.webhookNode.requestHint": "Make a {type} request to:",
|
|
4302
4277
|
"ndv.trigger.webhookBasedNode.serviceHint": "Go to {service} and create an event",
|
|
4303
4278
|
"ndv.trigger.webhookBasedNode.chatTrigger.serviceHint": "Send a message in the chat",
|
|
@@ -4328,13 +4303,9 @@ var en_default = {
|
|
|
4328
4303
|
"ndv.render.markdown": "Markdown",
|
|
4329
4304
|
"ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
|
|
4330
4305
|
"ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
4331
|
-
"ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
|
|
4332
4306
|
"ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
|
|
4333
|
-
"ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
|
|
4334
4307
|
"ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
|
|
4335
|
-
"ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
|
|
4336
4308
|
"ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
|
|
4337
|
-
"ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
|
|
4338
4309
|
"updatesPanel.andIs": "and is",
|
|
4339
4310
|
"updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
|
|
4340
4311
|
"updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
|
|
@@ -4373,10 +4344,6 @@ var en_default = {
|
|
|
4373
4344
|
"workflowDetails.chooseOrCreateATag": "Choose or create a tag",
|
|
4374
4345
|
"workflowProductionChecklist.title": "Production Checklist",
|
|
4375
4346
|
"workflowProductionChecklist.readOnlyNotice": "Read-only environment. Update these items in development and push changes.",
|
|
4376
|
-
"workflowProductionChecklist.ignoreAllConfirmation.title": "Ignore suggested actions globally",
|
|
4377
|
-
"workflowProductionChecklist.ignoreAllConfirmation.description": "Turning this off dismisses these suggestions from every workflow",
|
|
4378
|
-
"workflowProductionChecklist.ignoreAllConfirmation.confirm": "Ignore for all workflows",
|
|
4379
|
-
"workflowProductionChecklist.turnOffWorkflowSuggestions": "Ignore for all workflows",
|
|
4380
4347
|
"workflowProductionChecklist.evaluations.title": "Test reliability of AI steps",
|
|
4381
4348
|
"workflowProductionChecklist.evaluations.description": "Use evaluations to check performance on a range of inputs.",
|
|
4382
4349
|
"workflowProductionChecklist.errorWorkflow.title": "Set up error notifications",
|
|
@@ -4632,7 +4599,8 @@ var en_default = {
|
|
|
4632
4599
|
"workflowReviews.publishChoice.submitForReview": "Submit for review",
|
|
4633
4600
|
"workflowReviews.publishChoice.publish": "Publish",
|
|
4634
4601
|
"workflowReviews.submitForReview.title": "Submit for review",
|
|
4635
|
-
"workflowReviews.submitForReview.
|
|
4602
|
+
"workflowReviews.submitForReview.step": "Step {step} of {total}",
|
|
4603
|
+
"workflowReviews.submitForReview.ariaDescription": "Name and describe the workflow version, then add a review title, an optional description, and a reviewer.",
|
|
4636
4604
|
"workflowReviews.submitForReview.reviewTitle.label": "Review title",
|
|
4637
4605
|
"workflowReviews.submitForReview.description.label": "Description",
|
|
4638
4606
|
"workflowReviews.submitForReview.reviewer.label": "Reviewer",
|
|
@@ -4717,10 +4685,6 @@ var en_default = {
|
|
|
4717
4685
|
"workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
|
|
4718
4686
|
"workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
|
|
4719
4687
|
"workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
|
|
4720
|
-
"workflowHistory.button.tooltip.empty": "This workflow currently has no history to view. Once you've made your first save, you'll be able to view previous versions",
|
|
4721
|
-
"workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
|
|
4722
|
-
"workflowHistory.button.tooltip.scheduled": "Workflow will be saved shortly",
|
|
4723
|
-
"workflowHistory.button.tooltip.saving": "Workflow is being saved",
|
|
4724
4688
|
"workflowHistory.group.unnamedVersions": "1 version | {count} versions",
|
|
4725
4689
|
"workflowHistory.publishModal.title": "Publish {versionName}",
|
|
4726
4690
|
"workflowHistory.publishTimeline.empty": "This workflow has no publish history yet.",
|
|
@@ -4801,6 +4765,7 @@ var en_default = {
|
|
|
4801
4765
|
"workflows.dependencies.type.errorWorkflowParent": "Error handler for",
|
|
4802
4766
|
"workflows.dependencies.type.subWorkflows": "Sub-workflows",
|
|
4803
4767
|
"workflows.dependencies.type.parentWorkflows": "Used by workflows",
|
|
4768
|
+
"workflows.dependencies.type.agents": "Used by agents",
|
|
4804
4769
|
"workflows.dependencies.search.placeholder": "Search...",
|
|
4805
4770
|
"workflows.dependencies.search.empty": "No matching dependencies",
|
|
4806
4771
|
"workflows.dependencies.hiddenNotice": "+1 not accessible to you | +{count} not accessible to you",
|
|
@@ -5153,6 +5118,92 @@ var en_default = {
|
|
|
5153
5118
|
"settings.n8nConnect.wallet.quota": "budget",
|
|
5154
5119
|
"settings.n8nConnect.wallet.topUp": "Top up balance",
|
|
5155
5120
|
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
5121
|
+
"instanceAi.onboarding.title": "AI Assistant",
|
|
5122
|
+
"instanceAi.onboarding.benefit.build": "Build and edit workflows through conversation",
|
|
5123
|
+
"instanceAi.onboarding.benefit.debug": "Debug failed executions and suggest fixes",
|
|
5124
|
+
"instanceAi.onboarding.benefit.help": "Ask anything about n8n and get contextual help",
|
|
5125
|
+
"instanceAi.onboarding.incomplete.lede": "Build and edit workflows through conversation, troubleshoot failed executions, and get contextual help.",
|
|
5126
|
+
"instanceAi.onboarding.setUp": "Set up",
|
|
5127
|
+
"instanceAi.onboarding.connectModel": "Connect a model",
|
|
5128
|
+
"instanceAi.onboarding.finishSetup": "Finish setup",
|
|
5129
|
+
"instanceAi.onboarding.learnMore": "Learn more",
|
|
5130
|
+
"instanceAi.onboarding.notSet": "Not set",
|
|
5131
|
+
"instanceAi.onboarding.disabled": "Disabled",
|
|
5132
|
+
"instanceAi.onboarding.foundOnServer": "Found in server configuration",
|
|
5133
|
+
"instanceAi.onboarding.recommended": "Recommended",
|
|
5134
|
+
"instanceAi.onboarding.existingConnection.label": "Connection",
|
|
5135
|
+
"instanceAi.onboarding.existingConnection.current": "Current connection",
|
|
5136
|
+
"instanceAi.onboarding.existingConnection.new": "Set up a new connection",
|
|
5137
|
+
"instanceAi.onboarding.env.title": "These settings are managed by environment variables.",
|
|
5138
|
+
"instanceAi.onboarding.env.description": "To edit them here, remove the environment variables and restart n8n.",
|
|
5139
|
+
"instanceAi.onboarding.env.docs": "View configuration docs",
|
|
5140
|
+
"instanceAi.onboarding.model.label": "Model",
|
|
5141
|
+
"instanceAi.onboarding.model.description": "The model the Assistant thinks with.",
|
|
5142
|
+
"instanceAi.onboarding.model.title": "Connect a model",
|
|
5143
|
+
"instanceAi.onboarding.model.lede": "The Assistant runs on a model you pay for directly. Your prompts, workflows, and the execution data it reads go to this provider.",
|
|
5144
|
+
"instanceAi.onboarding.model.provider": "Provider",
|
|
5145
|
+
"instanceAi.onboarding.model.customProvider": "Self-hosted or OpenAI-compatible endpoint",
|
|
5146
|
+
"instanceAi.onboarding.model.baseUrl": "Base URL",
|
|
5147
|
+
"instanceAi.onboarding.model.apiKey": "API key",
|
|
5148
|
+
"instanceAi.onboarding.model.model": "Model",
|
|
5149
|
+
"instanceAi.onboarding.model.anthropicHint": "Opus gives the best results for complex workflows. Sonnet is faster and costs less.",
|
|
5150
|
+
"instanceAi.onboarding.model.weakModelWarning": "Local and smaller open models can run the Assistant, but they often produce workflows that don't execute. Expect worse results than with a frontier model.",
|
|
5151
|
+
"instanceAi.onboarding.model.success": "The credential works. The model responded in {latency} ms.",
|
|
5152
|
+
"instanceAi.onboarding.sandbox.label": "Code sandbox",
|
|
5153
|
+
"instanceAi.onboarding.sandbox.description": "Where the Assistant runs the code it writes.",
|
|
5154
|
+
"instanceAi.onboarding.sandbox.title": "Add a code sandbox",
|
|
5155
|
+
"instanceAi.onboarding.sandbox.lede": "The Assistant runs code to build and test what you ask for. It never runs on the host running n8n, so choose where the sandbox comes from.",
|
|
5156
|
+
"instanceAi.onboarding.sandbox.freeRecommended": "Free · Recommended",
|
|
5157
|
+
"instanceAi.onboarding.sandbox.paid": "Paid",
|
|
5158
|
+
"instanceAi.onboarding.sandbox.n8nDescription": "Runs on your own Docker host. Nothing leaves your infrastructure.",
|
|
5159
|
+
"instanceAi.onboarding.sandbox.daytonaDescription": "Hosted and maintained for you, set up with one API key. Your code and workflow data leave your network.",
|
|
5160
|
+
"instanceAi.onboarding.sandbox.installDescription": "Run the sandbox service on a Docker host your n8n instance can reach, then enter its URL and key.",
|
|
5161
|
+
"instanceAi.onboarding.sandbox.installLink": "Install instructions",
|
|
5162
|
+
"instanceAi.onboarding.sandbox.serviceUrl": "Service URL",
|
|
5163
|
+
"instanceAi.onboarding.sandbox.apiKey": "API key",
|
|
5164
|
+
"instanceAi.onboarding.sandbox.apiKeyPlaceholder": "Paste the key you set on the service",
|
|
5165
|
+
"instanceAi.onboarding.sandbox.daytonaKey": "Create a key in the",
|
|
5166
|
+
"instanceAi.onboarding.sandbox.daytonaDashboard": "Daytona dashboard",
|
|
5167
|
+
"instanceAi.onboarding.sandbox.success": "The sandbox works. It started in {seconds} s and ran a command successfully.",
|
|
5168
|
+
"instanceAi.onboarding.search.label": "Web search",
|
|
5169
|
+
"instanceAi.onboarding.search.description": "Lets the Assistant read docs and API changes.",
|
|
5170
|
+
"instanceAi.onboarding.search.title": "Add web search",
|
|
5171
|
+
"instanceAi.onboarding.search.lede": "Web search lets the AI Assistant read external docs and APIs instead of relying on what its model remembers.",
|
|
5172
|
+
"instanceAi.onboarding.search.free": "Free · Recommended",
|
|
5173
|
+
"instanceAi.onboarding.search.disable": "Disable web search",
|
|
5174
|
+
"instanceAi.onboarding.search.searxngDescription": "Free, open-source search you host yourself. No API key required.",
|
|
5175
|
+
"instanceAi.onboarding.search.braveDescription": "Hosted by Brave, set up with one API key. The free tier covers light use.",
|
|
5176
|
+
"instanceAi.onboarding.search.disabledDescription": "The AI Assistant can’t search external documentation or APIs. You can enable web search later in Settings.",
|
|
5177
|
+
"instanceAi.onboarding.search.apiKey": "API key",
|
|
5178
|
+
"instanceAi.onboarding.search.instanceUrl": "Instance URL",
|
|
5179
|
+
"instanceAi.onboarding.search.installDescription": "Follow the",
|
|
5180
|
+
"instanceAi.onboarding.search.installLink": "setup instructions",
|
|
5181
|
+
"instanceAi.onboarding.search.searxngInstallSuffix": "then enter the instance URL below.",
|
|
5182
|
+
"instanceAi.onboarding.search.braveKeyDescription": "Generate an API key in the",
|
|
5183
|
+
"instanceAi.onboarding.search.braveKeyLink": "Brave Search API dashboard",
|
|
5184
|
+
"instanceAi.onboarding.search.braveKeySuffix": "then enter it below.",
|
|
5185
|
+
"instanceAi.onboarding.search.success": "Search works. The test query came back with {count} results.",
|
|
5186
|
+
"instanceAi.onboarding.wizard.ariaLabel": "Set up AI Assistant",
|
|
5187
|
+
"instanceAi.onboarding.wizard.testing": "Testing…",
|
|
5188
|
+
"instanceAi.onboarding.wizard.continue": "Continue",
|
|
5189
|
+
"instanceAi.onboarding.wizard.apply": "Apply",
|
|
5190
|
+
"instanceAi.onboarding.wizard.startUsing": "Start using AI Assistant",
|
|
5191
|
+
"instanceAi.onboarding.done.title": "AI Assistant is on for everyone on this instance",
|
|
5192
|
+
"instanceAi.onboarding.done.footnote": "You can update these options later in Settings under AI Assistant.",
|
|
5193
|
+
"instanceAi.onboarding.verification.unauthorized": "The provider rejected the credential. Check the API key and try again.",
|
|
5194
|
+
"instanceAi.onboarding.verification.forbidden": "The provider refused the test. Check that the credential has the required permissions and try again.",
|
|
5195
|
+
"instanceAi.onboarding.verification.timeout": "The service didn't respond in time. Check that it's reachable and try again.",
|
|
5196
|
+
"instanceAi.onboarding.verification.rate_limited": "The provider's rate limit was reached. Wait a minute and try again.",
|
|
5197
|
+
"instanceAi.onboarding.verification.quota_exceeded": "The provider quota is exhausted. Add capacity or use another account, then try again.",
|
|
5198
|
+
"instanceAi.onboarding.verification.unreachable": "The service couldn't be reached. Check the URL and network access, then try again.",
|
|
5199
|
+
"instanceAi.onboarding.verification.invalid_response": "The service returned an unexpected response. Check that the URL points to the supported API and try again.",
|
|
5200
|
+
"instanceAi.onboarding.verification.provider_error": "The service couldn't complete the test. Check its status and your settings, then try again.",
|
|
5201
|
+
"instanceAi.onboarding.turnOff.action": "Turn off for this instance",
|
|
5202
|
+
"instanceAi.onboarding.turnOff.title": "Turn off AI Assistant",
|
|
5203
|
+
"instanceAi.onboarding.turnOff.description": "The Assistant disappears from the sidebar for everyone on this instance. You can enable AI Assistant at any time from Settings.",
|
|
5204
|
+
"instanceAi.onboarding.turnOff.confirm": "Turn off AI Assistant",
|
|
5205
|
+
"instanceAi.onboarding.turnOff.toastTitle": "AI Assistant turned off",
|
|
5206
|
+
"instanceAi.onboarding.turnOff.toastDescription": "You can turn it back on at any time in Settings.",
|
|
5156
5207
|
"settings.n8nAgent": "AI Assistant",
|
|
5157
5208
|
"settings.n8nAgent.description": "Control how the AI Assistant runs on this instance and what data it can use.",
|
|
5158
5209
|
"settings.n8nAgent.docsLabel": "AI Assistant docs",
|
|
@@ -5209,7 +5260,7 @@ var en_default = {
|
|
|
5209
5260
|
"settings.n8nAgent.mcpAccess.description": "Anyone on this instance can connect servers from the MCP registry to the AI Assistant.",
|
|
5210
5261
|
"settings.n8nAgent.modelCredential.label": "Model",
|
|
5211
5262
|
"settings.n8nAgent.modelCredential.missing.description": "No model connected. The AI Assistant won't respond until you connect one.",
|
|
5212
|
-
"settings.n8nAgent.modelCredential.env.description": "
|
|
5263
|
+
"settings.n8nAgent.modelCredential.env.description": "Managed by environment variables. Remove them and restart n8n to change the model connection here.",
|
|
5213
5264
|
"settings.n8nAgent.modelCredential.env.value": "Environment configuration",
|
|
5214
5265
|
"settings.n8nAgent.modelCredential.add": "Connect",
|
|
5215
5266
|
"settings.n8nAgent.modelCredential.field": "Provider",
|
|
@@ -5230,9 +5281,10 @@ var en_default = {
|
|
|
5230
5281
|
"settings.n8nAgent.sandbox.label": "Code sandbox",
|
|
5231
5282
|
"settings.n8nAgent.sandbox.set.description": "Runs and tests generated code, isolated from your instance.",
|
|
5232
5283
|
"settings.n8nAgent.sandbox.missing.description": "No sandbox set. The AI Assistant won't work until you add one.",
|
|
5233
|
-
"settings.n8nAgent.sandbox.env.description": "
|
|
5284
|
+
"settings.n8nAgent.sandbox.env.description": "Managed by environment variables. Remove them and restart n8n to change the sandbox here.",
|
|
5234
5285
|
"settings.n8nAgent.sandbox.env.value": "Environment configuration",
|
|
5235
5286
|
"settings.n8nAgent.sandbox.add": "Add sandbox",
|
|
5287
|
+
"settings.n8nAgent.sandbox.enable": "Enable sandbox",
|
|
5236
5288
|
"settings.n8nAgent.sandboxDialog.title": "Code sandbox",
|
|
5237
5289
|
"settings.n8nAgent.sandboxDialog.description": "The AI Assistant runs and tests generated code in the sandbox, isolated from your instance.",
|
|
5238
5290
|
"settings.n8nAgent.sandboxCredential.apiKey": "API key",
|
|
@@ -5241,7 +5293,7 @@ var en_default = {
|
|
|
5241
5293
|
"settings.n8nAgent.search.label": "Web search",
|
|
5242
5294
|
"settings.n8nAgent.search.recommended": "Recommended",
|
|
5243
5295
|
"settings.n8nAgent.search.description": "Lets the AI Assistant research approved websites.",
|
|
5244
|
-
"settings.n8nAgent.search.env.description": "
|
|
5296
|
+
"settings.n8nAgent.search.env.description": "Managed by environment variables. Remove them and restart n8n to change web search here.",
|
|
5245
5297
|
"settings.n8nAgent.search.env.value": "Environment configuration",
|
|
5246
5298
|
"settings.n8nAgent.search.setup": "Set up",
|
|
5247
5299
|
"settings.n8nAgent.searchDialog.title": "Set up web search",
|
|
@@ -5401,13 +5453,32 @@ var en_default = {
|
|
|
5401
5453
|
"workflowReviews.sidebar.empty.closed": "No closed reviews",
|
|
5402
5454
|
"workflowReviews.roles.requester": "Requester",
|
|
5403
5455
|
"workflowReviews.roles.reviewers": "Reviewers",
|
|
5404
|
-
"workflowReviews.status.
|
|
5405
|
-
"workflowReviews.status.changesRequested": "Changes requested",
|
|
5406
|
-
"workflowReviews.status.approved": "Approved",
|
|
5456
|
+
"workflowReviews.status.open": "Open",
|
|
5407
5457
|
"workflowReviews.status.closed": "Closed",
|
|
5408
|
-
"workflowReviews.
|
|
5458
|
+
"workflowReviews.decision.pending": "Waiting for review",
|
|
5459
|
+
"workflowReviews.decision.changes_requested": "Changes requested",
|
|
5460
|
+
"workflowReviews.decision.approved": "Approved",
|
|
5461
|
+
"workflowReviews.detail.tabs.activity": "Activity",
|
|
5462
|
+
"workflowReviews.detail.tabs.changes": "Changes",
|
|
5463
|
+
"workflowReviews.detail.activity.noDescription": "No description provided.",
|
|
5464
|
+
"workflowReviews.detail.metadata.status": "Status",
|
|
5465
|
+
"workflowReviews.detail.metadata.state.combinedLabel": "{state} • {status}",
|
|
5466
|
+
"workflowReviews.detail.metadata.reviewers": "Reviewers",
|
|
5467
|
+
"workflowReviews.detail.metadata.noReviewers": "No reviewers assigned.",
|
|
5468
|
+
"workflowReviews.detail.metadata.workflow": "Workflow",
|
|
5469
|
+
"workflowReviews.changes.closed.body": "Changes aren't shown for closed reviews.",
|
|
5470
|
+
"workflowReviews.changes.empty": "This review doesn't contain any workflows.",
|
|
5471
|
+
"workflowReviews.changes.unavailable": "Couldn't load the changes for this review. Refresh to try again.",
|
|
5472
|
+
"workflowReviews.changes.versionUnavailable.body": "The submitted workflow version is no longer available.",
|
|
5473
|
+
"workflowReviews.changes.noChanges": "No changes compared to the published version.",
|
|
5474
|
+
"workflowReviews.changes.sourceLabel": "Published: {version}",
|
|
5475
|
+
"workflowReviews.changes.targetLabel": "In review: {version}",
|
|
5476
|
+
"workflowReviews.changes.firstPublish.sourceEmpty": "This workflow hasn't been published before.",
|
|
5409
5477
|
"workflowReviews.detail.notFound.title": "Review not found",
|
|
5410
5478
|
"workflowReviews.detail.notFound.body": "This review doesn't exist or you don't have access to it.",
|
|
5479
|
+
"workflowReviews.detail.decision.approve": "Approve",
|
|
5480
|
+
"workflowReviews.detail.decision.requestChanges": "Request changes",
|
|
5481
|
+
"workflowReviews.detail.decision.ineligible.author": "You contributed a version to this review.",
|
|
5411
5482
|
"workflowReviews.emptyState.body.open": "There are no open reviews right now.",
|
|
5412
5483
|
"workflowReviews.emptyState.body.closed": "There are no closed reviews right now.",
|
|
5413
5484
|
"workflowReviews.noSelection.body": "Select a review to see more information.",
|
|
@@ -6262,11 +6333,6 @@ var en_default = {
|
|
|
6262
6333
|
"evaluations.setupWizard.step4.button": "Run evaluation",
|
|
6263
6334
|
"evaluations.setupWizard.step4.altButton": "Run in editor",
|
|
6264
6335
|
"evaluations.setupWizard.limitReached": "Limit reached. Your plan includes custom metrics for one workflow only. Upgrade for unlimited use or delete the workflow with existing evaluation runs.",
|
|
6265
|
-
"evaluations.wizardSidepanel.cancel": "Cancel",
|
|
6266
|
-
"evaluations.wizardSidepanel.step1.newCustomCheck": "New custom check",
|
|
6267
|
-
"evaluations.wizardSidepanel.step1.exploreMoreChecks": "Explore more checks",
|
|
6268
|
-
"evaluations.wizardSidepanel.step1.judgeLabel": "Model",
|
|
6269
|
-
"evaluations.wizardSidepanel.step1.judgeMissingCredential": "Pick a credential to use this provider",
|
|
6270
6336
|
"evaluations.wizardSidepanel.metric.judgeTag": "AI-judged",
|
|
6271
6337
|
"evaluations.wizardSidepanel.metric.correctness.label": "Correctness",
|
|
6272
6338
|
"evaluations.wizardSidepanel.metric.correctness.description": "Does the AI’s answer mean the same thing as your expected output? An AI judge gives a 1–5 score.",
|
|
@@ -6278,8 +6344,6 @@ var en_default = {
|
|
|
6278
6344
|
"evaluations.wizardSidepanel.metric.categorization.description": "The AI’s answer must be identical to your expected output.",
|
|
6279
6345
|
"evaluations.wizardSidepanel.metric.toolsUsed.label": "Right tools used",
|
|
6280
6346
|
"evaluations.wizardSidepanel.metric.toolsUsed.description": "Did the AI use the tools you expected it to?",
|
|
6281
|
-
"evaluations.wizardSidepanel.metric.customMetrics.label": "Custom Metrics",
|
|
6282
|
-
"evaluations.wizardSidepanel.metric.customMetrics.description": "Define your own metric(s).",
|
|
6283
6347
|
"evaluations.addToDataset.button.label": "Add to evaluation dataset",
|
|
6284
6348
|
"evaluations.addToDataset.button.tooltip.noConfig": "Create an evaluation with a data table dataset to add executions to it",
|
|
6285
6349
|
"evaluations.addToDataset.title": "Add execution to evaluation dataset",
|
|
@@ -6295,57 +6359,6 @@ var en_default = {
|
|
|
6295
6359
|
"evaluations.addToDataset.success.title": "Execution added to dataset",
|
|
6296
6360
|
"evaluations.addToDataset.error.candidate": "Could not load execution data",
|
|
6297
6361
|
"evaluations.addToDataset.error.submit": "Could not add execution to dataset",
|
|
6298
|
-
"evaluations.wizardSidepanel.step2.aiNode": "AI node",
|
|
6299
|
-
"evaluations.wizardSidepanel.step2.aiNode.placeholder": "Pick an AI node",
|
|
6300
|
-
"evaluations.wizardSidepanel.step2.extendToSlice": "Need to evaluate a wider section of the workflow?",
|
|
6301
|
-
"evaluations.wizardSidepanel.step2.resetToAiNode": "Select single node",
|
|
6302
|
-
"evaluations.wizardSidepanel.step2.start": "Start",
|
|
6303
|
-
"evaluations.wizardSidepanel.step2.start.placeholder": "Pick a node",
|
|
6304
|
-
"evaluations.wizardSidepanel.step2.end": "End",
|
|
6305
|
-
"evaluations.wizardSidepanel.step2.end.placeholder": "Pick a node",
|
|
6306
|
-
"evaluations.wizardSidepanel.step2.input": "Input",
|
|
6307
|
-
"evaluations.wizardSidepanel.step2.input.placeholder": "Type the input you want to test with",
|
|
6308
|
-
"evaluations.wizardSidepanel.step2.expected": "Expected output",
|
|
6309
|
-
"evaluations.wizardSidepanel.step2.expected.placeholder": "Type the output you’d expect from your workflow",
|
|
6310
|
-
"evaluations.wizardSidepanel.step2.expected.tooltip": "Checks compare the real output against this.",
|
|
6311
|
-
"evaluations.wizardSidepanel.step2.expectedAnswer": "Expected answer",
|
|
6312
|
-
"evaluations.wizardSidepanel.step2.expectedTools": "Expected tools",
|
|
6313
|
-
"evaluations.wizardSidepanel.step2.expectedFieldPlaceholder": "Type the value checks should compare against",
|
|
6314
|
-
"evaluations.wizardSidepanel.step2.inputs.heading": "Inputs",
|
|
6315
|
-
"evaluations.wizardSidepanel.step2.expected.heading": "Expected outputs",
|
|
6316
|
-
"evaluations.wizardSidepanel.step2.persistError": "Couldn’t save your test case. Please try again.",
|
|
6317
|
-
"evaluations.wizardSidepanel.step2.dispatchError": "Saved your test case, but couldn’t start the evaluation run. Click Next again to retry.",
|
|
6318
|
-
"evaluations.wizardSidepanel.step3.running": "Running tests…",
|
|
6319
|
-
"evaluations.wizardSidepanel.step3.scoring": "Scoring…",
|
|
6320
|
-
"evaluations.wizardSidepanel.step3.caseLabel": "Case #{index}",
|
|
6321
|
-
"evaluations.wizardSidepanel.step3.aiAnswer": "AI’s answer",
|
|
6322
|
-
"evaluations.wizardSidepanel.step3.averageLabel": "Average",
|
|
6323
|
-
"evaluations.wizardSidepanel.step3.passedLabel": "Passed",
|
|
6324
|
-
"evaluations.wizardSidepanel.step3.outputMeta": "Tokens: {tokens} · Time: {time}",
|
|
6325
|
-
"evaluations.wizardSidepanel.step3.noRun": "Run the evaluation to see results.",
|
|
6326
|
-
"evaluations.wizardSidepanel.gate.message": "Run your workflow at least once first — it tells us what inputs your AI takes.",
|
|
6327
|
-
"evaluations.wizardSidepanel.step.chooseSystem.title": "What are we evaluating?",
|
|
6328
|
-
"evaluations.wizardSidepanel.step.chooseSystem.description": "Pick the AI node in your workflow you want to check.",
|
|
6329
|
-
"evaluations.wizardSidepanel.step.setupChecks.title": "How should we score each case?",
|
|
6330
|
-
"evaluations.wizardSidepanel.step.setupChecks.description": "Correctness is the most common way to score an AI’s answers — we’ve selected it for you. Add more checks if you want to score on other dimensions too.",
|
|
6331
|
-
"evaluations.wizardSidepanel.step.addTestCases.title": "Add the cases you want to test",
|
|
6332
|
-
"evaluations.wizardSidepanel.step.addTestCases.description": "Give the AI an example input, then write what you’d want it to do. n8n uses each case to score your AI when you run your Eval.",
|
|
6333
|
-
"evaluations.wizardSidepanel.step.addTestCases.runFirst": "Run your workflow first so we can help you add a test case",
|
|
6334
|
-
"evaluations.wizardSidepanel.step.addTestCases.runButton": "Run workflow",
|
|
6335
|
-
"evaluations.wizardSidepanel.step.results.title": "Your Eval results",
|
|
6336
|
-
"evaluations.wizardSidepanel.step.results.description": "Here’s how your AI did on each case. Run again to see if your changes helped.",
|
|
6337
|
-
"evaluations.wizardSidepanel.nav.chooseSystem": "Choose system",
|
|
6338
|
-
"evaluations.wizardSidepanel.nav.setupChecks": "Setup checks",
|
|
6339
|
-
"evaluations.wizardSidepanel.nav.addTestCases": "Add test cases",
|
|
6340
|
-
"evaluations.wizardSidepanel.nav.runTests": "Run tests",
|
|
6341
|
-
"evaluations.wizardSidepanel.nav.runAgain": "Run again",
|
|
6342
|
-
"evaluations.wizardSidepanel.nav.viewResults": "View Results",
|
|
6343
|
-
"evaluations.wizardSidepanel.nav.next.checks": "Next: Choose how to score",
|
|
6344
|
-
"evaluations.wizardSidepanel.nav.next.cases": "Next: Add cases",
|
|
6345
|
-
"evaluations.wizardSidepanel.nav.next.run": "Next: Run Eval",
|
|
6346
|
-
"evaluations.wizardSidepanel.nav.back": "Back",
|
|
6347
|
-
"evaluations.wizardSidepanel.nav.editEvals": "Edit evals",
|
|
6348
|
-
"evaluations.wizardSidepanel.nav.viewDetailedResults": "View detailed results",
|
|
6349
6362
|
"evaluations.wizardSidepanel.hydrate.error": "Couldn’t load your previous setup. Starting with a blank wizard.",
|
|
6350
6363
|
"evaluations.canvasInfoCard.title": "Setup evaluations for workflows",
|
|
6351
6364
|
"evaluations.canvasInfoCard.description": "Catch issues early and build with confidence with automated tests using model-graded checks.",
|
|
@@ -6360,18 +6373,11 @@ var en_default = {
|
|
|
6360
6373
|
"evaluations.emptyState.measurePerformance.title": "Measure performance",
|
|
6361
6374
|
"evaluations.emptyState.measurePerformance.description": "Track performance and areas for improvement in workflows.",
|
|
6362
6375
|
"evaluations.emptyState.getStarted": "Get started",
|
|
6363
|
-
"evaluations.wizardSidepanel.customCheck.title": "Custom check",
|
|
6364
|
-
"evaluations.wizardSidepanel.customCheck.name": "Name",
|
|
6365
|
-
"evaluations.wizardSidepanel.customCheck.name.placeholder": "My custom check",
|
|
6366
|
-
"evaluations.wizardSidepanel.customCheck.expression": "Expression",
|
|
6367
|
-
"evaluations.wizardSidepanel.customCheck.expression.hint": "Must return a numeric or boolean value. Reference workflow data with $json (e.g. $json.output.length).",
|
|
6368
|
-
"evaluations.wizardSidepanel.customCheck.expression.placeholder": "e.g. $json.output.length > 0",
|
|
6369
|
-
"evaluations.wizardSidepanel.customCheck.expressionTag": "Expression",
|
|
6370
|
-
"evaluations.wizardSidepanel.customCheck.submit": "Add check",
|
|
6371
|
-
"evaluations.wizardSidepanel.customCheck.remove": "Remove custom check",
|
|
6372
6376
|
"evaluations.tests.addTestCase": "Add test case",
|
|
6373
6377
|
"evaluations.tests.runAll": "Run all",
|
|
6374
6378
|
"evaluations.tests.runAll.error": "Couldn't run all test cases. Please try again.",
|
|
6379
|
+
"evaluations.tests.persistError": "Couldn’t save your test case. Please try again.",
|
|
6380
|
+
"evaluations.tests.dispatchError": "Saved your test case, but couldn’t start the evaluation run. Please try again.",
|
|
6375
6381
|
"evaluations.tests.list.heading": "Test cases",
|
|
6376
6382
|
"evaluations.tests.list.empty": "No test cases yet. Add one below or start from a recent run.",
|
|
6377
6383
|
"evaluations.tests.list.caseLabel": "Test case {index}",
|
|
@@ -6416,9 +6422,13 @@ var en_default = {
|
|
|
6416
6422
|
"evaluations.tests.detail.expected.heading": "Expected output",
|
|
6417
6423
|
"evaluations.tests.detail.run": "Run",
|
|
6418
6424
|
"evaluations.tests.detail.runAgain": "Run again",
|
|
6425
|
+
"evaluations.tests.detail.config": "Configuration",
|
|
6426
|
+
"evaluations.tests.detail.latestRun": "Latest run",
|
|
6419
6427
|
"evaluations.tests.detail.when": "When",
|
|
6420
6428
|
"evaluations.tests.detail.receivesInput": "receives input",
|
|
6421
6429
|
"evaluations.tests.detail.output": "Output",
|
|
6430
|
+
"evaluations.tests.detail.expectedAnswer": "Expected answer",
|
|
6431
|
+
"evaluations.tests.detail.expectedTools": "Expected tools",
|
|
6422
6432
|
"evaluations.tests.detail.addMetric": "Add check",
|
|
6423
6433
|
"evaluations.tests.detail.addMetric.custom": "Custom",
|
|
6424
6434
|
"evaluations.tests.detail.removeMetric": "Remove metric",
|
|
@@ -6438,8 +6448,7 @@ var en_default = {
|
|
|
6438
6448
|
"evaluations.tests.metrics.selected": "{count} selected",
|
|
6439
6449
|
"freeAi.credits.callout.claim.title": "Get {credits} free OpenAI API credits",
|
|
6440
6450
|
"freeAi.credits.callout.claim.button.label": "Claim credits",
|
|
6441
|
-
"freeAi.credits.callout.success.title
|
|
6442
|
-
"freeAi.credits.callout.success.title.part2": "gpt-5-mini, gpt-4.1-mini, gpt-4.1-nano, gpt-4o-mini, text-embedding-3-small, dall-e-3, tts-1, whisper-1, and text-moderation-latest",
|
|
6451
|
+
"freeAi.credits.callout.success.title": "Claimed {credits} free OpenAI API credits! They cover a limited set of OpenAI models — check the model dropdown to see which.",
|
|
6443
6452
|
"freeAi.credits.callout.success.chatHub.beginning": "We've given you ",
|
|
6444
6453
|
"freeAi.credits.callout.success.chatHub.credits": "{amount} free OpenAI API credits",
|
|
6445
6454
|
"freeAi.credits.callout.success.chatHub.end": " to get started",
|
|
@@ -6722,6 +6731,7 @@ var en_default = {
|
|
|
6722
6731
|
"instanceAi.error.title": "Something went wrong",
|
|
6723
6732
|
"instanceAi.error.technicalDetails": "Technical details",
|
|
6724
6733
|
"instanceAi.error.outOfCredits.title": "You've run out of AI credits",
|
|
6734
|
+
"instanceAi.error.outOfCredits.trialTitle": "Your free trial included credits to build and run your first workflow in production. Upgrade to continue using the AI Assistant.",
|
|
6725
6735
|
"instanceAi.error.outOfCredits.upgrade": "Upgrade plan",
|
|
6726
6736
|
"instanceAi.artifactsPanel.title": "Artifacts",
|
|
6727
6737
|
"instanceAi.artifactsPanel.showPreview": "Show artifacts preview",
|
|
@@ -6800,6 +6810,7 @@ var en_default = {
|
|
|
6800
6810
|
"instanceAi.credential.setupButton": "Set up credentials",
|
|
6801
6811
|
"instanceAi.credential.setupTitle": "Set up {name}",
|
|
6802
6812
|
"instanceAi.credential.continueButton": "Continue",
|
|
6813
|
+
"instanceAi.credential.fieldLabel": "{name} credentials",
|
|
6803
6814
|
"instanceAi.credential.modal.title": "Set up credentials",
|
|
6804
6815
|
"instanceAi.workflowSetup.usedByNodes": "Used by {count} node | Used by {count} nodes",
|
|
6805
6816
|
"instanceAi.workflowSetup.nodesUsing": "Nodes using this credential:",
|
|
@@ -6953,6 +6964,10 @@ var en_default = {
|
|
|
6953
6964
|
"instanceAi.fixWithAi.prompt.multiple": "These nodes failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
6954
6965
|
"instanceAi.fixWithAi.prompt.multipleInWorkflow": "These nodes in workflow \"{workflowName}\" failed:\n{errorList}\n\nHelp me debug and fix them",
|
|
6955
6966
|
"instanceAi.fixWithAi.prompt.errorLine": "- \"{nodeName}\": {errorMessage}",
|
|
6967
|
+
"instanceAi.testAgent.title": "Test your agent",
|
|
6968
|
+
"instanceAi.testAgent.description": "I'll draft a handful of realistic requests, run them through your agent, and lay the answers out so you can tell me which ones are wrong.",
|
|
6969
|
+
"instanceAi.testAgent.generate": "Generate test cases",
|
|
6970
|
+
"instanceAi.testAgent.dismiss": "Maybe later",
|
|
6956
6971
|
"instanceAi.input.planEditPlaceholder": "What should we change?",
|
|
6957
6972
|
"instanceAi.input.planEditContext": "Plan edits",
|
|
6958
6973
|
"instanceAi.feedback.success": "Thanks for your feedback!",
|
|
@@ -7024,6 +7039,8 @@ var en_default = {
|
|
|
7024
7039
|
"instanceAi.tools.credentials.search-types": "Searching credential types",
|
|
7025
7040
|
"instanceAi.tools.credentials.setup": "Setting up credentials",
|
|
7026
7041
|
"instanceAi.tools.credentials.test": "Testing credential",
|
|
7042
|
+
"instanceAi.tools.mcp-servers": "MCP servers",
|
|
7043
|
+
"instanceAi.tools.mcp-servers.search": "Searching MCP servers",
|
|
7027
7044
|
"instanceAi.tools.data-tables": "Data tables",
|
|
7028
7045
|
"instanceAi.tools.data-tables.list": "Listing data tables",
|
|
7029
7046
|
"instanceAi.tools.data-tables.schema": "Reading table schema",
|
|
@@ -7099,6 +7116,7 @@ var en_default = {
|
|
|
7099
7116
|
"instanceAi.tools.get_resource_locator_options": "Loading resource options",
|
|
7100
7117
|
"instanceAi.tools.list_integration_types": "Listing integration types",
|
|
7101
7118
|
"instanceAi.tools.list_sub_agents": "Listing sub-agents",
|
|
7119
|
+
"instanceAi.tools.call_agent": "Testing agent",
|
|
7102
7120
|
"instanceAi.tools.publish_agent": "Publishing agent",
|
|
7103
7121
|
"instanceAi.tools.unpublish_agent": "Unpublishing agent",
|
|
7104
7122
|
"instanceAi.tools.resolve_integration": "Adding integration",
|
|
@@ -7393,7 +7411,7 @@ var en_default = {
|
|
|
7393
7411
|
"agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
|
|
7394
7412
|
"agents.toolConfig.workflow.target": "Workflow",
|
|
7395
7413
|
"agents.toolConfig.workflow.target.notice": "This tool calls the workflow selected below and returns its output. Only workflows that start with a supported trigger, such as Execute Workflow or Chat, can be used.",
|
|
7396
|
-
"agents.toolConfig.workflow.target.unavailable": "Workflow \"{name}\" isn't available
|
|
7414
|
+
"agents.toolConfig.workflow.target.unavailable": "Workflow \"{name}\" isn't available. It may have been deleted, moved, or you may not have access. Select another workflow.",
|
|
7397
7415
|
"agents.toolConfig.workflow.target.placeholder": "Select a workflow",
|
|
7398
7416
|
"agents.toolConfig.workflow.target.duplicateName": "More than one workflow in this project is called \"{name}\". The agent may call either one.",
|
|
7399
7417
|
"agents.toolConfig.workflow.target.idNotFound": "No workflow with this ID can be used here. It has to be in this project and start with a supported trigger.",
|
|
@@ -7484,8 +7502,9 @@ var en_default = {
|
|
|
7484
7502
|
"agents.builder.files.uploadTotalTooLarge.message": "These files would make the knowledge base larger than {size} GB. Delete files or upload a smaller selection.",
|
|
7485
7503
|
"agents.builder.files.uploadTooManyFiles.title": "Too many files",
|
|
7486
7504
|
"agents.builder.files.uploadTooManyFiles.message": "You can upload up to {max} files at a time. Select fewer files and try again.",
|
|
7487
|
-
"agents.builder.files.empty": "No files uploaded
|
|
7488
|
-
"agents.builder.files.
|
|
7505
|
+
"agents.builder.files.empty": "No files uploaded",
|
|
7506
|
+
"agents.builder.files.emptyDescription": "Upload CSV, PDF, Markdown, or TXT files this agent can search and read",
|
|
7507
|
+
"agents.builder.files.addFile": "Upload file",
|
|
7489
7508
|
"agents.builder.files.loading": "Loading files...",
|
|
7490
7509
|
"agents.builder.files.origin.user": "User",
|
|
7491
7510
|
"agents.builder.files.uploaded": "File uploaded",
|
|
@@ -7722,7 +7741,7 @@ var en_default = {
|
|
|
7722
7741
|
"agents.builder.header.tab.executions": "Sessions",
|
|
7723
7742
|
"agents.builder.header.tab.settings": "Settings",
|
|
7724
7743
|
"agents.builder.header.tab.memory": "Memory",
|
|
7725
|
-
"agents.builder.header.tab.
|
|
7744
|
+
"agents.builder.header.tab.agentEvals": "Evals",
|
|
7726
7745
|
"agents.builder.header.tab.raw": "Raw",
|
|
7727
7746
|
"agents.builder.header.workspaceCrumb": "Workspace",
|
|
7728
7747
|
"agents.builder.header.projectFallback": "Project",
|
|
@@ -7744,7 +7763,7 @@ var en_default = {
|
|
|
7744
7763
|
"agents.builder.validation.issue.subAgent.incompatibleReference": "This agent isn't published yet. Publish it before using it as a sub-agent.",
|
|
7745
7764
|
"agents.builder.validation.issue.skill.missingReference": "This skill's content is missing. Open it to recreate it.",
|
|
7746
7765
|
"agents.builder.validation.issue.task.invalidValue": "The schedule isn't a valid cron expression",
|
|
7747
|
-
"agents.builder.validation.issue.tool.workflow.missingReference": "Workflow \"{id}\" can't be found
|
|
7766
|
+
"agents.builder.validation.issue.tool.workflow.missingReference": "Workflow \"{id}\" can't be found. Select another workflow.",
|
|
7748
7767
|
"agents.builder.validation.issue.tool.workflow.incompatibleReference": "Workflow \"{id}\" can't be used as an agent tool",
|
|
7749
7768
|
"agents.builder.validation.issue.tool.custom.missingReference": "This tool's code is missing",
|
|
7750
7769
|
"agents.builder.validation.issue.tool.node.missingReference": "This node type isn't available on this instance",
|
|
@@ -7755,12 +7774,11 @@ var en_default = {
|
|
|
7755
7774
|
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
7756
7775
|
"agents.builder.settings.description": "Configure memory, sub-agent routing, and advanced runtime settings.",
|
|
7757
7776
|
"agents.builder.raw.description": "Agent JSON configuration",
|
|
7758
|
-
"agents.builder.
|
|
7759
|
-
"agents.builder.
|
|
7760
|
-
"agents.builder.
|
|
7761
|
-
"agents.builder.
|
|
7762
|
-
"agents.builder.
|
|
7763
|
-
"agents.builder.evaluations.emptyPrefix": "No evaluations configured.",
|
|
7777
|
+
"agents.builder.agentEvals.empty.title": "No test cases yet",
|
|
7778
|
+
"agents.builder.agentEvals.empty.description": "Draft a few realistic requests from your agent's own instructions, run them through the agent, then tell us which answers are wrong.",
|
|
7779
|
+
"agents.builder.agentEvals.empty.generate": "Generate test cases",
|
|
7780
|
+
"agents.builder.agentEvals.generated": "{count} test case generated | {count} test cases generated",
|
|
7781
|
+
"agents.builder.agentEvals.generateError": "Couldn't generate test cases",
|
|
7764
7782
|
"agents.builder.quickActions.memoriesUsed.count": "{count} memory | {count} memories",
|
|
7765
7783
|
"agents.builder.quickActions.memoriesUsed.keyMemory": "Memory",
|
|
7766
7784
|
"agents.builder.capabilities.title": "Capabilities",
|
|
@@ -7821,6 +7839,18 @@ var en_default = {
|
|
|
7821
7839
|
"agents.channels.linear.setup.createCredential.title": "Create credential",
|
|
7822
7840
|
"agents.channels.linear.setup.createCredential.description": "Copy your Client ID, Client secret, and Signing secret to create a new credential.",
|
|
7823
7841
|
"agents.channels.linear.setup.createCredential.installButton": "Install app",
|
|
7842
|
+
"agents.channels.discord.setup.createApplication.title": "Create application",
|
|
7843
|
+
"agents.channels.discord.setup.createApplication.description": "Go to the Discord Developer Portal and create a new application. Copy its Application ID and Public Key.",
|
|
7844
|
+
"agents.channels.discord.setup.createApplication.button": "Open Discord Developer Portal",
|
|
7845
|
+
"agents.channels.discord.setup.createBot.title": "Create bot and invite it",
|
|
7846
|
+
"agents.channels.discord.setup.createBot.description": "Add a bot to the application, copy its token, and invite the bot to your server.",
|
|
7847
|
+
"agents.channels.discord.setup.createBot.hint": "In the Bot section, copy the bot token. If you can’t view it, reset it first. Enable the Message Content Intent so the bot can read messages. Then use OAuth2 → URL Generator with the 'bot' scope and the permissions View Channels, Send Messages, Send Messages in Threads, Create Public Threads, Embed Links, Add Reactions, and Read Message History.",
|
|
7848
|
+
"agents.channels.discord.setup.createCredential.title": "Create credential",
|
|
7849
|
+
"agents.channels.discord.setup.createCredential.description": "Create a new credential with the bot token, Application ID, and Public Key, then connect.",
|
|
7850
|
+
"agents.channels.discord.setup.interactionsEndpoint.title": "Copy the interactions endpoint URL",
|
|
7851
|
+
"agents.channels.discord.setup.interactionsEndpoint.description": "Discord delivers button clicks to this URL. Messages reach your agent over a separate connection, so without it the agent can still chat, but approval buttons will not work.",
|
|
7852
|
+
"agents.channels.discord.setup.interactionsEndpoint.hint": "Save it as the Interactions Endpoint URL on the application's General Information page after the agent is connected and published.",
|
|
7853
|
+
"agents.channels.setup.publishNotice": "Publish this agent before adding the Interactions Endpoint URL in Discord.",
|
|
7824
7854
|
"agents.channels.telegram.setup.credential.title": "Add credential",
|
|
7825
7855
|
"agents.channels.telegram.setup.access.title": "Set access and restrictions",
|
|
7826
7856
|
"agents.channels.telegram.setup.connect.title": "Connect Telegram",
|
|
@@ -7847,6 +7877,7 @@ var en_default = {
|
|
|
7847
7877
|
"agents.builder.addTrigger.linear.setup.link": "Create a Linear app",
|
|
7848
7878
|
"agents.builder.addTrigger.linear.oauthCallbackUrl.label": "OAuth callback URL",
|
|
7849
7879
|
"agents.builder.addTrigger.linear.webhookUrl.label": "Webhook URL",
|
|
7880
|
+
"agents.builder.addTrigger.discord.interactionsUrl.label": "Interactions Endpoint URL",
|
|
7850
7881
|
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
7851
7882
|
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
7852
7883
|
"agents.builder.addTrigger.helpText.linear": "Connect a Linear OAuth credential to let this agent respond in Linear. For agent sessions, choose Application as the actor, point a Linear webhook at the URL below, and paste its signing secret into the credential.",
|
|
@@ -7917,6 +7948,7 @@ var en_default = {
|
|
|
7917
7948
|
"agents.channels.modal.backToChannels": "Back to channels",
|
|
7918
7949
|
"agents.channels.modal.description": "Choose a channel to connect to your agent. Channels allow your agent to receive messages and respond to events.",
|
|
7919
7950
|
"agents.channels.modal.connectDescription": "Connect your {channel} account",
|
|
7951
|
+
"agents.channels.modal.setupLoadError": "Channel setup couldn't load. Try again.",
|
|
7920
7952
|
"agents.channels.modal.setupPlaceholder": "Setup view for {channel} will go here.",
|
|
7921
7953
|
"agents.channels.modal.editPlaceholder": "Edit view for {channel} will go here.",
|
|
7922
7954
|
"agents.channels.modal.configured": "Configured",
|