@n8n/i18n 2.19.0 → 2.21.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 +547 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +544 -23
- package/dist/index.d.mts +544 -23
- package/dist/index.mjs +547 -26
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +544 -23
- package/dist/types2.d.mts +544 -23
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -51,6 +51,7 @@ var en_default = {
|
|
|
51
51
|
"generic.back": "Back",
|
|
52
52
|
"generic.cancel": "Cancel",
|
|
53
53
|
"generic.connect": "Connect",
|
|
54
|
+
"generic.save": "Save",
|
|
54
55
|
"generic.open": "Open",
|
|
55
56
|
"generic.openResource": "Open {resource}",
|
|
56
57
|
"generic.add": "Add",
|
|
@@ -578,6 +579,8 @@ var en_default = {
|
|
|
578
579
|
"chatHub.dynamicCredentials.drawer.footer": "{connected}/{total} connections",
|
|
579
580
|
"chatHub.chat.prompt.button.attach": "Attach",
|
|
580
581
|
"chatHub.chat.prompt.button.attach.disabled": "File attachments are not supported by the selected model",
|
|
582
|
+
"chatHub.chat.attachments.unsupported.title": "Some files couldn't be uploaded",
|
|
583
|
+
"chatHub.chat.attachments.unsupported.toast": "{fileName} isn't a supported file type and was not attached.",
|
|
581
584
|
"chatHub.chat.prompt.button.stopRecording": "Stop recording",
|
|
582
585
|
"chatHub.chat.prompt.button.voiceInput": "Voice input",
|
|
583
586
|
"chatHub.chat.prompt.button.send": "Send",
|
|
@@ -1013,6 +1016,9 @@ var en_default = {
|
|
|
1013
1016
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
|
|
1014
1017
|
"credentialEdit.credentialConfig.reconnect": "Reconnect",
|
|
1015
1018
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": "Reconnect OAuth2 Credential",
|
|
1019
|
+
"credentialEdit.credentialConfig.jwksUri.label": "OAuth2 JWKS URI",
|
|
1020
|
+
"credentialEdit.credentialConfig.jwksUri.hint": "Provide this URL to your OAuth2 provider so it can fetch the public keys this instance uses to encrypt tokens.",
|
|
1021
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": "JWKS URI copied to clipboard",
|
|
1016
1022
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": "Redirect URL copied to clipboard",
|
|
1017
1023
|
"credentialEdit.credentialConfig.retry": "Retry",
|
|
1018
1024
|
"credentialEdit.credentialConfig.retryCredentialTest": "Retry credential test",
|
|
@@ -1186,6 +1192,8 @@ var en_default = {
|
|
|
1186
1192
|
"duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
|
|
1187
1193
|
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
|
1188
1194
|
"editor.mainHeader.githubButton.label": "Star n8n-io/n8n on GitHub",
|
|
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
|
+
"experiments.instanceAiProactiveAgent.typingLabel": "AI Assistant is typing",
|
|
1189
1197
|
"experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
|
|
1190
1198
|
"experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
|
|
1191
1199
|
"experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
|
|
@@ -1287,6 +1295,88 @@ var en_default = {
|
|
|
1287
1295
|
"executionsList.confirmMessage.annotatedExecutionMessage": "By deleting this you will also remove the associated annotation data. Are you sure that you want to delete the selected execution?",
|
|
1288
1296
|
"executionsList.error": "Error",
|
|
1289
1297
|
"executionsList.filters": "Filters",
|
|
1298
|
+
"executionsList.viewMode.workflows": "Workflows",
|
|
1299
|
+
"executionsList.viewMode.agents": "Agents",
|
|
1300
|
+
"agentSessions.session": "Session",
|
|
1301
|
+
"agentSessions.agentName": "Agent",
|
|
1302
|
+
"agentSessions.sessionName": "Session",
|
|
1303
|
+
"agentSessions.lastMessage": "Last Message",
|
|
1304
|
+
"agentSessions.tokenUsage": "Token Usage",
|
|
1305
|
+
"agentSessions.testChat": "Test chat",
|
|
1306
|
+
"agentSessions.actions": "Actions",
|
|
1307
|
+
"agentSessions.empty": "No agent sessions",
|
|
1308
|
+
"agentSessions.loadMore": "Load more",
|
|
1309
|
+
"agentSessions.loadedAll": "No more sessions to fetch",
|
|
1310
|
+
"agentSessions.deleteConfirm.headline": "Delete Session?",
|
|
1311
|
+
"agentSessions.deleteConfirm.message": "This will delete the session and all its executions. This cannot be undone.",
|
|
1312
|
+
"agentSessions.deleteConfirm.confirmButtonText": "Yes, delete",
|
|
1313
|
+
"agentSessions.showMessage.deleted": "Session deleted",
|
|
1314
|
+
"agentSessions.showError.delete": "Problem deleting session",
|
|
1315
|
+
"agentSessions.showError.load": "Problem loading sessions",
|
|
1316
|
+
"agentSessions.status": "Status",
|
|
1317
|
+
"agentSessions.duration": "Duration",
|
|
1318
|
+
"agentSessions.sessionId": "Session ID",
|
|
1319
|
+
"agentSessions.success": "Success",
|
|
1320
|
+
"agentSessions.detail.backToSessions": "Back to sessions",
|
|
1321
|
+
"agentSessions.detail.selectMessage": "Click an assistant message to view details",
|
|
1322
|
+
"agentSessions.detail.tokenUsage": "Token Usage",
|
|
1323
|
+
"agentSessions.detail.input": "Input",
|
|
1324
|
+
"agentSessions.detail.output": "Output",
|
|
1325
|
+
"agentSessions.detail.toolCalls": "Tool Calls",
|
|
1326
|
+
"agentSessions.detail.model": "Model",
|
|
1327
|
+
"agentSessions.detail.cost": "Cost",
|
|
1328
|
+
"agentSessions.detail.toolCallSuspended": "Tool call suspended — waiting for user action",
|
|
1329
|
+
"agentSessions.detail.suspendedNote": "This message was part of a tool call suspension. Token usage and cost are reported on the resumed message.",
|
|
1330
|
+
"agentSessions.detail.workingMemory": "Memory Update",
|
|
1331
|
+
"agentSessions.detail.builtInTools": "Built-in",
|
|
1332
|
+
"agentSessions.detail.userTools": "Tools",
|
|
1333
|
+
"agentSessions.detail.richInteraction.userResponse": "User responded",
|
|
1334
|
+
"agentSessions.drawer.created": "Created",
|
|
1335
|
+
"agentSessions.drawer.lastMessage": "Last message",
|
|
1336
|
+
"agentSessions.drawer.duration": "Duration",
|
|
1337
|
+
"agentSessions.drawer.tokens": "Tokens",
|
|
1338
|
+
"agentSessions.drawer.cost": "Cost",
|
|
1339
|
+
"agentSessions.drawer.status": "Status",
|
|
1340
|
+
"agentSessions.drawer.noTitle": "Session #{number}",
|
|
1341
|
+
"agentSessions.timeline.backToAgent": "Back to agent",
|
|
1342
|
+
"agentSessions.timeline.user": "User",
|
|
1343
|
+
"agentSessions.timeline.assistant": "Assistant",
|
|
1344
|
+
"agentSessions.timeline.tool": "Tool",
|
|
1345
|
+
"agentSessions.timeline.memory": "Memory",
|
|
1346
|
+
"agentSessions.timeline.suspension": "Tool call suspended",
|
|
1347
|
+
"agentSessions.timeline.success": "Success",
|
|
1348
|
+
"agentSessions.timeline.error": "Error",
|
|
1349
|
+
"agentSessions.timeline.id": "ID",
|
|
1350
|
+
"agentSessions.timeline.created": "Created",
|
|
1351
|
+
"agentSessions.timeline.duration": "Duration",
|
|
1352
|
+
"agentSessions.timeline.status": "Status",
|
|
1353
|
+
"agentSessions.timeline.input": "Input",
|
|
1354
|
+
"agentSessions.timeline.output": "Output",
|
|
1355
|
+
"agentSessions.timeline.selectItem": "Select an item to view details",
|
|
1356
|
+
"agentSessions.timeline.continueChat": "Continue chat",
|
|
1357
|
+
"agentSessions.timeline.workflow": "Workflow",
|
|
1358
|
+
"agentSessions.timeline.node": "Node",
|
|
1359
|
+
"agentSessions.timeline.memoryUpdated": "Memory updated",
|
|
1360
|
+
"agentSessions.timeline.openForm": "Open form",
|
|
1361
|
+
"agentSessions.timeline.workflowError": "Workflow call did not produce an execution",
|
|
1362
|
+
"agentSessions.timeline.filter": "Filter",
|
|
1363
|
+
"agentSessions.timeline.clearFilter": "Clear",
|
|
1364
|
+
"agentSessions.timeline.suspended": "Suspended",
|
|
1365
|
+
"agentSessions.timeline.idle": "Idle",
|
|
1366
|
+
"agentSessions.timeline.agent": "Agent",
|
|
1367
|
+
"agentSessions.timeline.tool.richInteraction": "Feedback requested from user",
|
|
1368
|
+
"agentSessions.timeline.tool.richInteractionDisplay": "Card sent to user",
|
|
1369
|
+
"agentSessions.timeline.waitingForUser": "Waiting for user response",
|
|
1370
|
+
"agentSessions.timeline.events": "Events",
|
|
1371
|
+
"agentSessions.timeline.searchPlaceholder": "Search",
|
|
1372
|
+
"agentSessions.timeline.triggeredVia": "Triggered via {source}",
|
|
1373
|
+
"agentSessions.workflowLog.loading": "Loading execution...",
|
|
1374
|
+
"agentSessions.workflowLog.stillRunning": "Still running",
|
|
1375
|
+
"agentSessions.workflowLog.waiting": "Waiting",
|
|
1376
|
+
"agentSessions.workflowLog.unavailable": "Execution data is unavailable",
|
|
1377
|
+
"agentSessions.workflowLog.openFull": "Open full execution",
|
|
1378
|
+
"agentView.tab.editor": "Editor",
|
|
1379
|
+
"agentView.tab.sessions": "Sessions",
|
|
1290
1380
|
"executionsList.loadMore": "Load more",
|
|
1291
1381
|
"executionsList.empty": "No executions",
|
|
1292
1382
|
"executionsList.loadedAll": "No more executions to fetch",
|
|
@@ -1582,6 +1672,7 @@ var en_default = {
|
|
|
1582
1672
|
"logs.overview.body.toggleRow": "Toggle row",
|
|
1583
1673
|
"logs.details.header.actions.input": "Input",
|
|
1584
1674
|
"logs.details.header.actions.output": "Output",
|
|
1675
|
+
"logs.details.header.actions.viewAgentSession": "View session",
|
|
1585
1676
|
"logs.details.body.itemCount": "{count} item | {count} items",
|
|
1586
1677
|
"logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
|
|
1587
1678
|
"logs.details.body.multipleInputs.openingTheNode": "opening the node",
|
|
@@ -1642,7 +1733,7 @@ var en_default = {
|
|
|
1642
1733
|
"menuActions.duplicate": "Duplicate",
|
|
1643
1734
|
"menuActions.download": "Download",
|
|
1644
1735
|
"menuActions.push": "Push to git",
|
|
1645
|
-
"menuActions.editDescription": "
|
|
1736
|
+
"menuActions.editDescription": "Description",
|
|
1646
1737
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1647
1738
|
"menuActions.importFromFile": "Import from file...",
|
|
1648
1739
|
"menuActions.delete": "Delete",
|
|
@@ -1714,6 +1805,7 @@ var en_default = {
|
|
|
1714
1805
|
"ndv.redacted.description.sentence1": "Execution data has been redacted.",
|
|
1715
1806
|
"ndv.redacted.description.sentence2": "Adjust redaction rules in {link}.",
|
|
1716
1807
|
"ndv.redacted.description.link": "workflow settings",
|
|
1808
|
+
"ndv.redacted.noPermission.description": "Execution data has been redacted. You do not have the permissions to reveal it.",
|
|
1717
1809
|
"ndv.redacted.dynamicCredentials.description": "This execution used dynamic credentials. Data from dynamic credential executions cannot be revealed.",
|
|
1718
1810
|
"ndv.redacted.revealButton": "Reveal data",
|
|
1719
1811
|
"ndv.redacted.revealModal.title": "Reveal redacted data",
|
|
@@ -1891,6 +1983,7 @@ var en_default = {
|
|
|
1891
1983
|
"nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
|
|
1892
1984
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
|
|
1893
1985
|
"nodeCreator.subcategoryDescriptions.otherTools": "Do something in an app or service like Google Sheets, Telegram or Notion",
|
|
1986
|
+
"nodeCreator.subcategoryDescriptions.modelContextProtocol": "Connect tools from MCP servers like Notion, Linear or your own MCP endpoint",
|
|
1894
1987
|
"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",
|
|
1895
1988
|
"nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
|
|
1896
1989
|
"nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
|
|
@@ -1915,6 +2008,7 @@ var en_default = {
|
|
|
1915
2008
|
"nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
|
|
1916
2009
|
"nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
|
|
1917
2010
|
"nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
|
|
2011
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": "MCP",
|
|
1918
2012
|
"nodeCreator.sectionNames.popular": "Popular",
|
|
1919
2013
|
"nodeCreator.sectionNames.other": "Other",
|
|
1920
2014
|
"nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
|
|
@@ -1998,11 +2092,13 @@ var en_default = {
|
|
|
1998
2092
|
"aiGateway.toggle.description": "n8n Connect is the easy way to manage AI model usage",
|
|
1999
2093
|
"aiGateway.toggle.topUp": "Top up",
|
|
2000
2094
|
"aiGateway.wallet.balanceRemaining": "{balance} remaining",
|
|
2095
|
+
"aiGateway.wallet.noCredits": "No credits",
|
|
2001
2096
|
"aiGateway.credentialMode.sectionLabel": "Credential",
|
|
2002
2097
|
"aiGateway.credentialMode.n8nConnect.title": "n8n Connect",
|
|
2003
2098
|
"aiGateway.credentialMode.n8nConnect.subtitle": "No API key required",
|
|
2004
2099
|
"aiGateway.credentialMode.own.title": "My own credential",
|
|
2005
2100
|
"aiGateway.credentialMode.own.subtitle": "Use your own API key",
|
|
2101
|
+
"aiGateway.unsupportedAction.notice": "{actionName} is currently not supported via n8n Connect. Switch to using your own credential to use it.",
|
|
2006
2102
|
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
2007
2103
|
"nodeErrorView.cause": "Cause",
|
|
2008
2104
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
@@ -2152,6 +2248,7 @@ var en_default = {
|
|
|
2152
2248
|
"nodeView.showError.workflowError": "Workflow execution had an error",
|
|
2153
2249
|
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
|
2154
2250
|
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
|
2251
|
+
"nodeView.showError.importWorkflowData.invalidNodes": "Skipped {count} node(s) with missing type",
|
|
2155
2252
|
"nodeView.showError.mounted1.message": "There was a problem loading init data",
|
|
2156
2253
|
"nodeView.showError.mounted1.title": "Init Problem",
|
|
2157
2254
|
"nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
|
|
@@ -2253,6 +2350,7 @@ var en_default = {
|
|
|
2253
2350
|
"nodeWebhooks.webhookUrls.chatTrigger": "Chat URL",
|
|
2254
2351
|
"nodeWebhooks.webhookUrls.mcpTrigger": "MCP URL",
|
|
2255
2352
|
"openWorkflow.workflowImportError": "Could not import workflow",
|
|
2353
|
+
"openWorkflow.workflowDataInvalidError": "Workflow data is invalid",
|
|
2256
2354
|
"openWorkflow.workflowNotFoundError": "Could not find workflow",
|
|
2257
2355
|
"oauth.consentView.title": "OAuth access consent",
|
|
2258
2356
|
"oauth.consentView.heading": "{clientName} wants access to your n8n instance",
|
|
@@ -2471,6 +2569,22 @@ var en_default = {
|
|
|
2471
2569
|
"projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
|
|
2472
2570
|
"projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
|
|
2473
2571
|
"projectRoles.workflow:updateRedactionSetting.tooltip": "Manage the data redaction policy for workflows in the project",
|
|
2572
|
+
"projectRoles.agent:create": "Create",
|
|
2573
|
+
"projectRoles.agent:create.tooltip": "Create new agents",
|
|
2574
|
+
"projectRoles.agent:read": "View",
|
|
2575
|
+
"projectRoles.agent:read.tooltip": "View agents within the project",
|
|
2576
|
+
"projectRoles.agent:execute": "Execute",
|
|
2577
|
+
"projectRoles.agent:execute.tooltip": "Execute agents within the project",
|
|
2578
|
+
"projectRoles.agent:update": "Edit",
|
|
2579
|
+
"projectRoles.agent:update.tooltip": "Edit agents",
|
|
2580
|
+
"projectRoles.agent:delete": "Delete",
|
|
2581
|
+
"projectRoles.agent:delete.tooltip": "Delete agents",
|
|
2582
|
+
"projectRoles.agent:list": "List",
|
|
2583
|
+
"projectRoles.agent:list.tooltip": "List agents within the project",
|
|
2584
|
+
"projectRoles.agent:publish": "Publish",
|
|
2585
|
+
"projectRoles.agent:publish.tooltip": "Publish agents",
|
|
2586
|
+
"projectRoles.agent:unpublish": "Unpublish",
|
|
2587
|
+
"projectRoles.agent:unpublish.tooltip": "Unpublish agents",
|
|
2474
2588
|
"projectRoles.credential:read": "View",
|
|
2475
2589
|
"projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
|
|
2476
2590
|
"projectRoles.credential:update": "Edit",
|
|
@@ -2485,6 +2599,8 @@ var en_default = {
|
|
|
2485
2599
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2486
2600
|
"projectRoles.credential:delete": "Delete",
|
|
2487
2601
|
"projectRoles.credential:delete.tooltip": "Delete credentials",
|
|
2602
|
+
"projectRoles.execution:reveal": "Reveal redacted data",
|
|
2603
|
+
"projectRoles.execution:reveal.tooltip": "Reveal redacted execution data on workflows that have data redaction enabled",
|
|
2488
2604
|
"projectRoles.dataTable:read": "View",
|
|
2489
2605
|
"projectRoles.dataTable:read.tooltip": "View the structure of data table (columns, name) and to view metadata",
|
|
2490
2606
|
"projectRoles.dataTable:update": "Edit",
|
|
@@ -2531,7 +2647,9 @@ var en_default = {
|
|
|
2531
2647
|
"projectRoles.type.project": "Project",
|
|
2532
2648
|
"projectRoles.type.folder": "Folders",
|
|
2533
2649
|
"projectRoles.type.workflow": "Workflows",
|
|
2650
|
+
"projectRoles.type.agent": "Agents",
|
|
2534
2651
|
"projectRoles.type.credential": "Credentials",
|
|
2652
|
+
"projectRoles.type.execution": "Executions",
|
|
2535
2653
|
"projectRoles.type.sourceControl": "Source control",
|
|
2536
2654
|
"projectRoles.type.dataTable": "Data tables",
|
|
2537
2655
|
"projectRoles.type.projectVariable": "Project variables",
|
|
@@ -2709,6 +2827,8 @@ var en_default = {
|
|
|
2709
2827
|
"runData.aiContentBlock.tokens.prompt": "Prompt:",
|
|
2710
2828
|
"runData.aiContentBlock.tokens.completion": "Completion:",
|
|
2711
2829
|
"runData.trimmedData.loading": "Loading data",
|
|
2830
|
+
"runData.trimmedData.corrupted": "Pinned data on this node is corrupted and can't be displayed.",
|
|
2831
|
+
"runData.trimmedData.unpin": "Unpin data",
|
|
2712
2832
|
"runData.panel.actions.collapse": "Collapse panel",
|
|
2713
2833
|
"runData.panel.actions.open": "Open panel",
|
|
2714
2834
|
"runData.panel.actions.popOut": "Pop out panel",
|
|
@@ -2731,6 +2851,7 @@ var en_default = {
|
|
|
2731
2851
|
"settings.communityNodes.uninstallAction.label": "Uninstall package",
|
|
2732
2852
|
"settings.communityNodes.upToDate.tooltip": "You are up to date",
|
|
2733
2853
|
"settings.communityNodes.failedToLoad.tooltip": "There is a problem with this package, try uninstalling it then reinstalling to resolve this issue",
|
|
2854
|
+
"settings.communityNodes.managedByEnv": "Community packages are managed via environment variables and cannot be modified from the UI.",
|
|
2734
2855
|
"settings.communityNodes.fetchError.title": "Problem fetching installed packages",
|
|
2735
2856
|
"settings.communityNodes.fetchError.message": "There may be a problem with your internet connection or your n8n instance",
|
|
2736
2857
|
"settings.communityNodes.installModal.title": "Install community nodes",
|
|
@@ -2765,15 +2886,16 @@ var en_default = {
|
|
|
2765
2886
|
"settings.communityNodes.confirmModal.update.buttonLoadingLabel": "Updating...",
|
|
2766
2887
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2767
2888
|
"settings.mcp": "Instance-level MCP",
|
|
2768
|
-
"settings.mcp.description": "
|
|
2889
|
+
"settings.mcp.description": "Connect MCP clients like Claude Code and Cursor to build, run, and iterate on workflows in your instance",
|
|
2769
2890
|
"settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
|
|
2770
2891
|
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2771
2892
|
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2772
|
-
"settings.mcp.actionBox.heading": "Connect AI assistants to
|
|
2893
|
+
"settings.mcp.actionBox.heading": "Connect AI assistants to build and run workflows",
|
|
2773
2894
|
"settings.mcp.actionBox.button.label": "Enable MCP access",
|
|
2774
2895
|
"settings.mcp.emptyState.docs.part1": "Read our docs to",
|
|
2775
2896
|
"settings.mcp.tabs.workflows": "Workflows",
|
|
2776
2897
|
"settings.mcp.tabs.oauth": "Connected clients",
|
|
2898
|
+
"settings.mcp.instanceCapacity.warning": "MCP client registrations are at the instance limit ({count}/{limit}). New OAuth connections will be rejected until clients are revoked or N8N_MCP_MAX_REGISTERED_CLIENTS is raised.",
|
|
2777
2899
|
"settings.mcp.access.token.notice": "Make sure to copy your access token, you won't be able to see it again",
|
|
2778
2900
|
"settings.mcp.workflows.table.action.removeMCPAccess": "Remove access",
|
|
2779
2901
|
"settings.mcp.workflows.table.action.updateDescription": "Edit description",
|
|
@@ -2788,6 +2910,7 @@ var en_default = {
|
|
|
2788
2910
|
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
2789
2911
|
"settings.mcp.toggle.disabled.tooltip": "Only instance admins can change this",
|
|
2790
2912
|
"settings.mcp.toggle.error": "Error updating MCP access",
|
|
2913
|
+
"settings.mcp.managedByEnv.tooltip": "Managed via environment variables",
|
|
2791
2914
|
"settings.mcp.instructions.rotateKey.tooltip": "Generate new token.<br/>This one will be automatically revoked",
|
|
2792
2915
|
"settings.mcp.instructions.apiKey.tip": "Use this as an authorization token. May be named differently in different clients",
|
|
2793
2916
|
"settings.mcp.error.fetching.apiKey": "Error fetching access token",
|
|
@@ -3698,6 +3821,10 @@ var en_default = {
|
|
|
3698
3821
|
"workflowSettings.redactionOptions.redact": "Redact",
|
|
3699
3822
|
"workflowSettings.helpTexts.redactProductionData": "Controls whether execution data from production (non-manually triggered) executions is redacted.",
|
|
3700
3823
|
"workflowSettings.helpTexts.redactManualData": "Controls whether execution data from manually triggered executions is redacted.",
|
|
3824
|
+
"workflowSettings.redactionPermissionNotice": "You don't have permission to change data redaction settings.",
|
|
3825
|
+
"workflowSettings.redactionPermissionNotice.viewUsers": "View users with access",
|
|
3826
|
+
"workflowSettings.redactionMembersModal.title": "Users who can edit data redaction settings",
|
|
3827
|
+
"workflowSettings.redactionMembersModal.description": "These users can change data redaction settings. Contact one of them to request a change.",
|
|
3701
3828
|
"workflowSettings.saveManualExecutions": "Save manual executions",
|
|
3702
3829
|
"workflowSettings.saveManualOptions.defaultSave": "Default - {defaultValue}",
|
|
3703
3830
|
"workflowSettings.saveManualOptions.doNotSave": "Do not save",
|
|
@@ -3779,6 +3906,7 @@ var en_default = {
|
|
|
3779
3906
|
"workflowSettings.availableInMCP.tooltip": "Make this workflow visible to AI Agents through n8n MCP",
|
|
3780
3907
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
3781
3908
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
3909
|
+
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
3782
3910
|
"workflowHistory.title": "Version History",
|
|
3783
3911
|
"workflowHistory.content.actions": "Actions",
|
|
3784
3912
|
"workflowHistory.item.id": "ID: {id}",
|
|
@@ -3961,6 +4089,8 @@ var en_default = {
|
|
|
3961
4089
|
"workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
|
|
3962
4090
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
3963
4091
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
4092
|
+
"workflows.remoteUpdateBlocked.title": "Workflow updated elsewhere",
|
|
4093
|
+
"workflows.remoteUpdateBlocked.message": "This workflow was updated in another tab or by another user. We kept your unsaved changes, so the latest version was not applied here. Save to overwrite, or reload to get the latest version.",
|
|
3964
4094
|
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3965
4095
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3966
4096
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
@@ -4227,6 +4357,26 @@ var en_default = {
|
|
|
4227
4357
|
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
4228
4358
|
"settings.n8nAgent": "AI Assistant",
|
|
4229
4359
|
"settings.n8nAgent.description": "Enable or disable AI Assistant for this instance and control permissions",
|
|
4360
|
+
"settings.agentBuilder.title": "Agents",
|
|
4361
|
+
"settings.agentBuilder.description": "Choose which model the agent builder runs on. By default it uses the n8n AI assistant; admins can switch to a custom provider and credential.",
|
|
4362
|
+
"settings.agentBuilder.section.model": "Builder model",
|
|
4363
|
+
"settings.agentBuilder.section.help": "The agent builder is the AI that helps users design and configure agents. This setting controls which LLM that builder runs on.",
|
|
4364
|
+
"settings.agentBuilder.mode.default.label": "Use n8n AI",
|
|
4365
|
+
"settings.agentBuilder.mode.custom.label": "Use custom provider",
|
|
4366
|
+
"settings.agentBuilder.proxyDisabledTooltip": "n8n AI requires an active license and the N8N_AI_ASSISTANT_BASE_URL setting. Pick a custom provider to use the builder on this instance.",
|
|
4367
|
+
"settings.agentBuilder.status.proxy": "Builder will use the n8n AI assistant ({model}).",
|
|
4368
|
+
"settings.agentBuilder.status.envVar": "Builder will use the N8N_AI_ANTHROPIC_KEY environment variable as a fallback. Configure a credential to make this setup explicit.",
|
|
4369
|
+
"settings.agentBuilder.status.custom": "Builder will use {provider}/{model} via the selected credential.",
|
|
4370
|
+
"settings.agentBuilder.status.customIncomplete": "Pick a provider and credential to finish setup.",
|
|
4371
|
+
"settings.agentBuilder.missingCredential.title": "Credential required",
|
|
4372
|
+
"settings.agentBuilder.missingCredential.message": "Pick a credential for this provider before saving.",
|
|
4373
|
+
"settings.agentBuilder.saved": "Agent builder settings saved",
|
|
4374
|
+
"settings.agentBuilder.saveError": "Could not save agent builder settings",
|
|
4375
|
+
"settings.agentBuilder.loadError": "Could not load agent builder settings",
|
|
4376
|
+
"agents.builder.unconfigured.title": "Set up the agent builder",
|
|
4377
|
+
"agents.builder.unconfigured.description.admin": "Choose a provider and credential so the agent builder can help you design agents.",
|
|
4378
|
+
"agents.builder.unconfigured.description.nonAdmin": "Ask an instance admin to configure the agent builder before you can build agents here.",
|
|
4379
|
+
"agents.builder.unconfigured.cta": "Open agent builder settings",
|
|
4230
4380
|
"settings.n8nAgent.enable.label": "Enable AI Assistant",
|
|
4231
4381
|
"settings.n8nAgent.enable.description": "Enables the feature for all users in the instance",
|
|
4232
4382
|
"settings.n8nAgent.computerUse.label": "Enable Computer Use for AI Assistant",
|
|
@@ -4253,13 +4403,11 @@ var en_default = {
|
|
|
4253
4403
|
"settings.n8nAgent.permissions.cleanupTestExecutions": "Clean up test executions",
|
|
4254
4404
|
"settings.n8nAgent.permissions.readFilesystem": "Read filesystem",
|
|
4255
4405
|
"settings.n8nAgent.permissions.fetchUrl": "Fetch URLs",
|
|
4406
|
+
"settings.n8nAgent.permissions.webSearch": "Search the web",
|
|
4256
4407
|
"settings.n8nAgent.permissions.restoreWorkflowVersion": "Restore workflow versions",
|
|
4257
4408
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4258
4409
|
"dataTable.cell.oversized": "Value too large to display",
|
|
4259
4410
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
4260
|
-
"settings.instanceRegistry": "Instance Registry",
|
|
4261
|
-
"settings.instanceRegistry.title": "Instance Registry",
|
|
4262
|
-
"settings.instanceRegistry.error": "Failed to load cluster information. Please try again later.",
|
|
4263
4411
|
"settings.ldap": "LDAP",
|
|
4264
4412
|
"settings.ldap.note": "LDAP allows users to authenticate with their centralized account. It's compatible with services that provide an LDAP interface like Active Directory, Okta and Jumpcloud.",
|
|
4265
4413
|
"settings.ldap.infoTip": "Learn more about <a href='https://docs.n8n.io/user-management/ldap/' target='_blank'>LDAP in the Docs</a>",
|
|
@@ -4368,6 +4516,34 @@ var en_default = {
|
|
|
4368
4516
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4369
4517
|
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4370
4518
|
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
4519
|
+
"settings.encryptionKeys": "Data encryption keys",
|
|
4520
|
+
"settings.encryptionKeys.title": "Data encryption keys",
|
|
4521
|
+
"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.",
|
|
4522
|
+
"settings.encryptionKeys.description.docsLink": "Learn more in documentation",
|
|
4523
|
+
"settings.encryptionKeys.column.key": "Key",
|
|
4524
|
+
"settings.encryptionKeys.column.status": "Status",
|
|
4525
|
+
"settings.encryptionKeys.column.activated": "Activated",
|
|
4526
|
+
"settings.encryptionKeys.column.archived": "Archived",
|
|
4527
|
+
"settings.encryptionKeys.status.active": "Active",
|
|
4528
|
+
"settings.encryptionKeys.status.inactive": "Inactive",
|
|
4529
|
+
"settings.encryptionKeys.sortBy.label": "Sort by",
|
|
4530
|
+
"settings.encryptionKeys.sortBy.activated": "Activated",
|
|
4531
|
+
"settings.encryptionKeys.sortBy.archived": "Archived",
|
|
4532
|
+
"settings.encryptionKeys.sortBy.status": "Status",
|
|
4533
|
+
"settings.encryptionKeys.filter.title": "Filter",
|
|
4534
|
+
"settings.encryptionKeys.filter.dateRange": "Date range",
|
|
4535
|
+
"settings.encryptionKeys.filter.apply": "Apply",
|
|
4536
|
+
"settings.encryptionKeys.filter.clear": "Clear",
|
|
4537
|
+
"settings.encryptionKeys.rotate.button": "Rotate key",
|
|
4538
|
+
"settings.encryptionKeys.rotate.confirm.title": "Rotate encryption key?",
|
|
4539
|
+
"settings.encryptionKeys.rotate.confirm.body": "A new encryption key will be generated and used to encrypt new data. The previous key will be archived and kept to decrypt existing data.",
|
|
4540
|
+
"settings.encryptionKeys.rotate.confirm.action": "Rotate key",
|
|
4541
|
+
"settings.encryptionKeys.rotate.confirm.cancel": "Cancel",
|
|
4542
|
+
"settings.encryptionKeys.rotate.success": "Encryption key rotated",
|
|
4543
|
+
"settings.encryptionKeys.rotate.error": "Could not rotate encryption key",
|
|
4544
|
+
"settings.encryptionKeys.empty.title": "No encryption keys yet",
|
|
4545
|
+
"settings.encryptionKeys.empty.description": "Rotate a key to generate your first active encryption key.",
|
|
4546
|
+
"settings.encryptionKeys.loadError": "Could not load encryption keys",
|
|
4371
4547
|
"settings.sso": "SSO",
|
|
4372
4548
|
"settings.sso.title": "Single Sign-On",
|
|
4373
4549
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4463,6 +4639,7 @@ var en_default = {
|
|
|
4463
4639
|
"projects.header.shared.subtitle": "Workflows and credentials other users have shared with you",
|
|
4464
4640
|
"projects.header.create.workflow": "Create workflow",
|
|
4465
4641
|
"projects.header.create.credential": "Create credential",
|
|
4642
|
+
"projects.header.create.agent": "Create agent",
|
|
4466
4643
|
"projects.header.create.folder": "Create folder",
|
|
4467
4644
|
"projects.create": "Create",
|
|
4468
4645
|
"projects.create.personal": "Create in personal",
|
|
@@ -4473,6 +4650,10 @@ var en_default = {
|
|
|
4473
4650
|
"projects.menu.personal": "Personal",
|
|
4474
4651
|
"projects.menu.addFirstProject": "Add project",
|
|
4475
4652
|
"projects.menu.chat": "Chat",
|
|
4653
|
+
"projects.menu.create.workflow": "New workflow",
|
|
4654
|
+
"projects.menu.create.credential": "New credential",
|
|
4655
|
+
"projects.menu.create.agent": "New agent",
|
|
4656
|
+
"projects.menu.create.project": "New project",
|
|
4476
4657
|
"projects.settings": "Project settings",
|
|
4477
4658
|
"projects.settings.info": "Project info",
|
|
4478
4659
|
"projects.settings.newProjectName": "My project",
|
|
@@ -4785,7 +4966,6 @@ var en_default = {
|
|
|
4785
4966
|
"evaluation.listRuns.status.warning": "Warning",
|
|
4786
4967
|
"evaluation.listRuns.metricsOverTime": "Metrics over time",
|
|
4787
4968
|
"evaluation.listRuns.status": "Status",
|
|
4788
|
-
"evaluation.listRuns.runListHeader": "All runs",
|
|
4789
4969
|
"evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
|
|
4790
4970
|
"evaluation.listRuns.testCasesListHeader": "Run #{index}",
|
|
4791
4971
|
"evaluation.listRuns.runNumber": "Run",
|
|
@@ -4831,8 +5011,84 @@ var en_default = {
|
|
|
4831
5011
|
"evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
|
|
4832
5012
|
"evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
|
|
4833
5013
|
"evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
|
|
5014
|
+
"evaluation.runDetail.aiSummary.title": "AI Summary",
|
|
5015
|
+
"evaluation.runDetail.aiSummary.placeholder": "An AI-generated summary of this run will appear here.",
|
|
5016
|
+
"evaluation.runDetail.testCase.title": "Test #{index}",
|
|
5017
|
+
"evaluation.runDetail.testCase.viewLink": "View",
|
|
5018
|
+
"evaluation.runDetail.metrics.name": "Name",
|
|
5019
|
+
"evaluation.runDetail.metrics.result": "Result",
|
|
5020
|
+
"evaluation.runDetail.runComparison.comingSoon": "Run comparison coming soon",
|
|
5021
|
+
"evaluation.runDetail.backToRuns": "Back to runs",
|
|
5022
|
+
"evaluation.runDetail.metricCategory.aiBased": "AI-based",
|
|
5023
|
+
"evaluation.runDetail.metricCategory.stringSimilarity": "String similarity",
|
|
5024
|
+
"evaluation.runDetail.metricCategory.categorization": "Categorization",
|
|
5025
|
+
"evaluation.runDetail.metricCategory.toolsUsed": "Tools used",
|
|
5026
|
+
"evaluation.runDetail.metricCategory.custom": "Custom",
|
|
5027
|
+
"evaluation.runDetail.testCase.pending": "Pending",
|
|
5028
|
+
"evaluation.runDetail.testCase.running": "Running…",
|
|
5029
|
+
"evaluation.runDetail.testCase.cancelled": "Cancelled",
|
|
5030
|
+
"evaluation.runDetail.testCase.failed": "Failed",
|
|
5031
|
+
"evaluation.runDetail.testCase.cancel": "Cancel",
|
|
5032
|
+
"evaluation.runDetail.testCase.cancelError": "Couldn't cancel this test case",
|
|
5033
|
+
"evaluation.runDetail.testCase.rerun": "Re-run test",
|
|
5034
|
+
"evaluation.runDetail.testCase.progress.accomplishing": "Accomplishing",
|
|
5035
|
+
"evaluation.runDetail.testCase.progress.actioning": "Actioning",
|
|
5036
|
+
"evaluation.runDetail.testCase.progress.actualizing": "Actualizing",
|
|
5037
|
+
"evaluation.runDetail.testCase.progress.architecting": "Architecting",
|
|
5038
|
+
"evaluation.runDetail.testCase.progress.baking": "Baking",
|
|
5039
|
+
"evaluation.runDetail.testCase.progress.beaming": "Beaming",
|
|
5040
|
+
"evaluation.runDetail.testCase.progress.beboppin": "Beboppin'",
|
|
5041
|
+
"evaluation.runDetail.testCase.progress.befuddling": "Befuddling",
|
|
5042
|
+
"evaluation.runDetail.testCase.progress.billowing": "Billowing",
|
|
5043
|
+
"evaluation.runDetail.testCase.progress.blanching": "Blanching",
|
|
5044
|
+
"evaluation.runDetail.testCase.progress.bloviating": "Bloviating",
|
|
5045
|
+
"evaluation.runDetail.testCase.progress.boogieing": "Boogieing",
|
|
5046
|
+
"evaluation.runDetail.testCase.progress.boondoggling": "Boondoggling",
|
|
5047
|
+
"evaluation.runDetail.testCase.progress.booping": "Booping",
|
|
5048
|
+
"evaluation.runDetail.testCase.progress.bootstrapping": "Bootstrapping",
|
|
5049
|
+
"evaluation.runDetail.testCase.progress.brewing": "Brewing",
|
|
5050
|
+
"evaluation.runDetail.testCase.progress.bunning": "Bunning",
|
|
5051
|
+
"evaluation.runDetail.testCase.progress.burrowing": "Burrowing",
|
|
5052
|
+
"evaluation.runDetail.testCase.progress.calculating": "Calculating",
|
|
5053
|
+
"evaluation.runDetail.testCase.progress.canoodling": "Canoodling",
|
|
5054
|
+
"evaluation.runDetail.testCase.progress.caramelizing": "Caramelizing",
|
|
5055
|
+
"evaluation.runDetail.testCase.progress.cascading": "Cascading",
|
|
5056
|
+
"evaluation.runDetail.testCase.progress.catapulting": "Catapulting",
|
|
5057
|
+
"evaluation.runDetail.testCase.progress.cerebrating": "Cerebrating",
|
|
5058
|
+
"evaluation.runDetail.testCase.progress.channeling": "Channeling",
|
|
5059
|
+
"evaluation.runDetail.testCase.progress.choreographing": "Choreographing",
|
|
5060
|
+
"evaluation.runDetail.testCase.progress.churning": "Churning",
|
|
5061
|
+
"evaluation.runDetail.testCase.progress.clauding": "Clauding",
|
|
5062
|
+
"evaluation.runDetail.testCase.progress.coalescing": "Coalescing",
|
|
5063
|
+
"evaluation.runDetail.testCase.progress.cogitating": "Cogitating",
|
|
5064
|
+
"evaluation.runDetail.testCase.progress.combobulating": "Combobulating",
|
|
5065
|
+
"evaluation.runDetail.testCase.progress.composing": "Composing",
|
|
5066
|
+
"evaluation.runDetail.testCase.progress.computing": "Computing",
|
|
5067
|
+
"evaluation.runDetail.testCase.progress.concocting": "Concocting",
|
|
5068
|
+
"evaluation.runDetail.testCase.progress.considering": "Considering",
|
|
5069
|
+
"evaluation.runDetail.testCase.progress.contemplating": "Contemplating",
|
|
5070
|
+
"evaluation.runDetail.testCase.progress.cooking": "Cooking",
|
|
5071
|
+
"evaluation.runDetail.testCase.progress.crafting": "Crafting",
|
|
5072
|
+
"evaluation.runDetail.testCase.progress.creating": "Creating",
|
|
5073
|
+
"evaluation.runDetail.testCase.progress.crunching": "Crunching",
|
|
5074
|
+
"evaluation.runDetail.testCase.progress.crystallizing": "Crystallizing",
|
|
5075
|
+
"evaluation.runDetail.testCase.progress.cultivating": "Cultivating",
|
|
5076
|
+
"evaluation.runDetail.testCase.progress.deciphering": "Deciphering",
|
|
5077
|
+
"evaluation.runDetail.testCase.progress.deliberating": "Deliberating",
|
|
5078
|
+
"evaluation.runDetail.testCase.progress.determining": "Determining",
|
|
5079
|
+
"evaluation.runDetail.testCase.progress.dillyDallying": "Dilly-dallying",
|
|
5080
|
+
"evaluation.runDetail.testCase.progress.discombobulating": "Discombobulating",
|
|
5081
|
+
"evaluation.runDetail.testCase.progress.doing": "Doing",
|
|
5082
|
+
"evaluation.runDetail.testCase.progress.doodling": "Doodling",
|
|
5083
|
+
"evaluation.runDetail.runStatus.running": "Running",
|
|
5084
|
+
"evaluation.runDetail.runStatus.done": "Done",
|
|
5085
|
+
"evaluation.runDetail.runStatus.cancelled": "Cancelled",
|
|
5086
|
+
"evaluation.runDetail.runStatus.failed": "Failed",
|
|
4834
5087
|
"evaluation.runTest": "Run Test",
|
|
4835
5088
|
"evaluation.stopTest": "Stop Test",
|
|
5089
|
+
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
5090
|
+
"evaluation.runInParallel.label.concurrent": "Concurrent · {count}",
|
|
5091
|
+
"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.",
|
|
4836
5092
|
"evaluation.cancelTestRun": "Cancel Test Run",
|
|
4837
5093
|
"evaluation.notImplemented": "This feature is not implemented yet!",
|
|
4838
5094
|
"evaluation.viewDetails": "View Details",
|
|
@@ -5100,6 +5356,8 @@ var en_default = {
|
|
|
5100
5356
|
"instanceAi.thread.new": "New chat",
|
|
5101
5357
|
"instanceAi.sidebar.back": "Back",
|
|
5102
5358
|
"instanceAi.sidebar.threads": "Threads",
|
|
5359
|
+
"instanceAi.sidebar.chatHistory": "Chat history",
|
|
5360
|
+
"instanceAi.sidebar.collapse": "Collapse sidebar",
|
|
5103
5361
|
"instanceAi.message.reasoning": "Reasoning",
|
|
5104
5362
|
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
5105
5363
|
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
@@ -5143,6 +5401,7 @@ var en_default = {
|
|
|
5143
5401
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5144
5402
|
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5145
5403
|
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5404
|
+
"instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
|
|
5146
5405
|
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5147
5406
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5148
5407
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
@@ -5156,6 +5415,7 @@ var en_default = {
|
|
|
5156
5415
|
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
5157
5416
|
"instanceAi.confirmation.agentContext": "{agent} needs approval",
|
|
5158
5417
|
"instanceAi.confirmation.approveAll": "Approve all",
|
|
5418
|
+
"instanceAi.confirmation.continue": "Continue",
|
|
5159
5419
|
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5160
5420
|
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5161
5421
|
"instanceAi.gatewayConfirmation.denyOnce": "Deny once",
|
|
@@ -5168,6 +5428,8 @@ var en_default = {
|
|
|
5168
5428
|
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5169
5429
|
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5170
5430
|
"instanceAi.domainAccess.deny": "Deny",
|
|
5431
|
+
"instanceAi.webSearch.prompt": "AI Assistant wants to search the web",
|
|
5432
|
+
"instanceAi.webSearch.allowThread": "Always allow for this thread",
|
|
5171
5433
|
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5172
5434
|
"instanceAi.credential.selected": "Credential selected",
|
|
5173
5435
|
"instanceAi.credential.required": "This action requires a credential",
|
|
@@ -5193,6 +5455,7 @@ var en_default = {
|
|
|
5193
5455
|
"instanceAi.workflowSetup.triggerError": "Trigger test failed",
|
|
5194
5456
|
"instanceAi.workflowSetup.triggerListening": "Listening for events…",
|
|
5195
5457
|
"instanceAi.workflowSetup.apply": "Apply",
|
|
5458
|
+
"instanceAi.workflowSetup.credentialTestFailedTooltip": "Credential test failed. Update the credential and try again.",
|
|
5196
5459
|
"instanceAi.workflowSetup.applyCompleted": "Apply completed",
|
|
5197
5460
|
"instanceAi.workflowSetup.later": "Skip setup for now",
|
|
5198
5461
|
"instanceAi.workflowSetup.loading": "Loading setup…",
|
|
@@ -5200,10 +5463,14 @@ var en_default = {
|
|
|
5200
5463
|
"instanceAi.workflowSetup.applied": "Workflow configured",
|
|
5201
5464
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5202
5465
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5466
|
+
"instanceAi.workflowSetup.cardSkipped": "Skipped",
|
|
5203
5467
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5204
5468
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5205
5469
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5206
5470
|
"instanceAi.workflowSetup.reviewDetails": "Review details",
|
|
5471
|
+
"instanceAi.workflowSetup.stepCounter": "{current} of {total}",
|
|
5472
|
+
"instanceAi.workflowSetup.prevStep": "Previous step",
|
|
5473
|
+
"instanceAi.workflowSetup.nextStep": "Next step",
|
|
5207
5474
|
"instanceAi.debug.title": "Debug",
|
|
5208
5475
|
"instanceAi.debug.copyTrace": "Copy trace",
|
|
5209
5476
|
"instanceAi.debug.timing": "Timing",
|
|
@@ -5460,6 +5727,7 @@ var en_default = {
|
|
|
5460
5727
|
"instanceAi.tools.update-tasks": "Updating tasks",
|
|
5461
5728
|
"instanceAi.tools.report-verification-verdict": "Verifying workflow",
|
|
5462
5729
|
"instanceAi.tools.verify-built-workflow": "Verifying workflow",
|
|
5730
|
+
"instanceAi.tools.complete-checkpoint": "Completing checkpoint",
|
|
5463
5731
|
"instanceAi.tools.updateWorkingMemory": "Updating memory",
|
|
5464
5732
|
"instanceAi.tools.apply-workflow-credentials": "Applying credentials",
|
|
5465
5733
|
"instanceAi.tools.setup-workflow": "Setting up workflow",
|
|
@@ -5517,26 +5785,278 @@ var en_default = {
|
|
|
5517
5785
|
"instanceAi.filesystem.category.shell": "Shell",
|
|
5518
5786
|
"instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
|
|
5519
5787
|
"instanceAi.tools.patch-workflow": "Updating workflow",
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5788
|
+
"agents.home.untitledAgent": "Untitled Agent",
|
|
5789
|
+
"agents.relativeTime.justNow": "just now",
|
|
5790
|
+
"agents.relativeTime.secondsAgo": "{count}s ago",
|
|
5791
|
+
"agents.relativeTime.minutesAgo": "{count}m ago",
|
|
5792
|
+
"agents.relativeTime.hoursAgo": "{count}h ago",
|
|
5793
|
+
"agents.relativeTime.yesterday": "Yesterday",
|
|
5794
|
+
"agents.sort.lastUpdated": "Sort by last updated",
|
|
5795
|
+
"agents.sort.lastCreated": "Sort by last created",
|
|
5796
|
+
"agents.sort.nameAsc": "Sort by name (A-Z)",
|
|
5797
|
+
"agents.sort.nameDesc": "Sort by name (Z-A)",
|
|
5798
|
+
"agents.builder.save": "Save",
|
|
5799
|
+
"agents.builder.deleteAgent": "Delete agent",
|
|
5800
|
+
"agents.delete.modal.title": "Delete \"{name}\"?",
|
|
5801
|
+
"agents.delete.modal.description": "Are you sure you want to delete \"{name}\"? This action cannot be undone.",
|
|
5802
|
+
"agents.delete.modal.button.delete": "Delete",
|
|
5803
|
+
"agents.builder.saveError": "Could not save agent settings",
|
|
5804
|
+
"agents.builder.chatColumn.ariaLabel": "Chat",
|
|
5805
|
+
"agents.builder.chatMode.build": "Build",
|
|
5806
|
+
"agents.builder.chatMode.test": "Test",
|
|
5807
|
+
"agents.builder.chatMode.ariaLabel": "Switch between builder and agent chat",
|
|
5808
|
+
"agents.builder.chatMode.test.lockedTooltip": "Finish building your agent to chat to it",
|
|
5809
|
+
"agents.builder.chat.sessionPicker.ariaLabel": "Session history",
|
|
5810
|
+
"agents.builder.chat.sessionPicker.empty": "No previous chats",
|
|
5811
|
+
"agents.builder.chat.newChat.ariaLabel": "Start a new chat",
|
|
5812
|
+
"agents.builder.chat.newChat.label": "New chat",
|
|
5813
|
+
"agents.builder.chat.fullWidth.expand.ariaLabel": "Expand",
|
|
5814
|
+
"agents.builder.chat.fullWidth.collapse.ariaLabel": "Collapse",
|
|
5815
|
+
"agents.chat.loadHistory.error": "Could not load chat history",
|
|
5816
|
+
"agents.chat.clearHistory.error": "Could not clear chat history",
|
|
5817
|
+
"agents.chat.clearHistory": "Clear chat history",
|
|
5818
|
+
"agents.chat.input.placeholder": "Type a message...",
|
|
5819
|
+
"agents.chat.answerQuestionPlaceholder": "Answer the question above to continue",
|
|
5820
|
+
"agents.chat.misconfigured.title": "This agent isn't ready to run yet",
|
|
5821
|
+
"agents.chat.misconfigured.missingPrefix": "Missing:",
|
|
5822
|
+
"agents.chat.misconfigured.missing.instructions": "Instructions",
|
|
5823
|
+
"agents.chat.misconfigured.missing.model": "Model",
|
|
5824
|
+
"agents.chat.misconfigured.missing.credential": "Credential",
|
|
5825
|
+
"agents.chat.misconfigured.missing.agent": "Agent",
|
|
5826
|
+
"agents.chat.misconfigured.missing.skill": "Skill ({id})",
|
|
5827
|
+
"agents.chat.misconfigured.openBuild": "Finish setup in Build",
|
|
5828
|
+
"agents.chat.misconfigured.dismiss": "Dismiss",
|
|
5829
|
+
"agents.chat.askCredential.skip": "Skip",
|
|
5830
|
+
"agents.chat.askQuestion.otherLabel": "Other",
|
|
5831
|
+
"agents.chat.askQuestion.otherPlaceholder": "Type another answer",
|
|
5832
|
+
"agents.chat.askQuestion.submit": "Submit",
|
|
5833
|
+
"agents.list.published": "Published",
|
|
5834
|
+
"agents.list.noDescription": "No description",
|
|
5835
|
+
"agents.list.updatedAt": "Updated {date}",
|
|
5836
|
+
"agents.list.updated": "Last updated",
|
|
5837
|
+
"agents.list.created": "Created",
|
|
5838
|
+
"agents.list.empty.heading": "No agents yet",
|
|
5839
|
+
"agents.list.empty.description": "Create your first agent to get started building with the n8n agents SDK. Use the button in the top right to create one.",
|
|
5840
|
+
"agents.list.actions.publish": "Publish",
|
|
5841
|
+
"agents.list.actions.unpublish": "Unpublish",
|
|
5842
|
+
"agents.list.actions.delete": "Delete",
|
|
5843
|
+
"agents.publish.button.publish": "Publish",
|
|
5844
|
+
"agents.publish.button.published": "Published",
|
|
5845
|
+
"agents.publish.dropdown.publish": "Publish",
|
|
5846
|
+
"agents.publish.dropdown.revertToPublished": "Revert changes",
|
|
5847
|
+
"agents.publish.dropdown.unpublish": "Unpublish",
|
|
5848
|
+
"agents.publish.dropdown.ariaLabel": "More publish actions",
|
|
5849
|
+
"agents.publish.toast.published": "Agent published",
|
|
5850
|
+
"agents.publish.toast.reverted": "Reverted to published version",
|
|
5851
|
+
"agents.publish.toast.unpublished": "Agent unpublished",
|
|
5852
|
+
"agents.publish.error.publish": "Failed to publish agent",
|
|
5853
|
+
"agents.publish.error.revert": "Failed to revert agent to published version",
|
|
5854
|
+
"agents.publish.error.unpublish": "Failed to unpublish agent",
|
|
5855
|
+
"agents.schedule.title": "Schedule",
|
|
5856
|
+
"agents.schedule.description": "Run the published agent on a schedule.",
|
|
5857
|
+
"agents.schedule.status.active": "Active",
|
|
5858
|
+
"agents.schedule.status.inactive": "Inactive",
|
|
5859
|
+
"agents.schedule.cron": "Cron rule",
|
|
5860
|
+
"agents.schedule.cron.placeholder": "* * * * *",
|
|
5861
|
+
"agents.schedule.wakeUpPrompt": "Wake up prompt",
|
|
5862
|
+
"agents.schedule.wakeUpPrompt.placeholder": "Automated message: you were triggered on schedule.",
|
|
5863
|
+
"agents.schedule.wakeUpPrompt.help": "Sent to the agent each time the schedule fires.",
|
|
5864
|
+
"agents.schedule.publishRequired": "Publish the agent before activating the schedule trigger.",
|
|
5865
|
+
"agents.schedule.activate": "Activate",
|
|
5866
|
+
"agents.schedule.deactivate": "Deactivate",
|
|
5867
|
+
"agents.schedule.loadError": "Could not load the schedule trigger",
|
|
5868
|
+
"agents.schedule.saveError": "Could not save the schedule trigger",
|
|
5869
|
+
"agents.schedule.activateError": "Could not activate the schedule trigger",
|
|
5870
|
+
"agents.schedule.deactivateError": "Could not deactivate the schedule trigger",
|
|
5871
|
+
"agents.unpublish.modal.title": "Unpublish {name}",
|
|
5872
|
+
"agents.unpublish.modal.description": "This will prevent all production executions from using this agent until you publish again.",
|
|
5873
|
+
"agents.unpublish.modal.button.unpublish": "Unpublish",
|
|
5874
|
+
"agents.revertToPublished.modal.title": "Revert changes?",
|
|
5875
|
+
"agents.revertToPublished.modal.description": "This will permanently remove all changes made since the latest published version.",
|
|
5876
|
+
"agents.revertToPublished.modal.button.revert": "Revert changes",
|
|
5877
|
+
"agents.search.placeholder": "Search agents...",
|
|
5878
|
+
"agents.tools.title": "Tools",
|
|
5879
|
+
"agents.tools.add": "Add tool",
|
|
5880
|
+
"agents.tools.search.placeholder": "Search tools",
|
|
5881
|
+
"agents.tools.availableTools": "Available tools ({count})",
|
|
5882
|
+
"agents.tools.availableWorkflows": "Workflows ({count})",
|
|
5883
|
+
"agents.tools.noResults": "No tools available",
|
|
5884
|
+
"agents.tools.noResults.withQuery": "No tools match “{query}”. Try a different keyword.",
|
|
5885
|
+
"agents.tools.configure": "Configure",
|
|
5886
|
+
"agents.tools.connect": "Connect",
|
|
5887
|
+
"agents.tools.added": "Tool added",
|
|
5888
|
+
"agents.tools.connected": "Connected",
|
|
5889
|
+
"agents.tools.addCredentials": "Add credentials",
|
|
5890
|
+
"agents.tools.noCredentials": "No credentials",
|
|
5891
|
+
"agents.tools.workflow.incompatible.title": "Workflow is not compatible",
|
|
5892
|
+
"agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
|
|
5893
|
+
"agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
|
|
5894
|
+
"agents.tools.workflow.fetchFailed.message": "Try connecting the workflow again.",
|
|
5895
|
+
"agents.toolConfig.workflow.description": "Description",
|
|
5896
|
+
"agents.toolConfig.workflow.description.placeholder": "Explain to the agent when to use this workflow and what it does",
|
|
5897
|
+
"agents.toolConfig.workflow.description.hint": "The LLM reads this to decide when to call the workflow.",
|
|
5898
|
+
"agents.toolConfig.workflow.allOutputs": "Return all node outputs",
|
|
5899
|
+
"agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
|
|
5900
|
+
"agents.toolConfig.save": "Save",
|
|
5901
|
+
"agents.toolConfig.cancel": "Cancel",
|
|
5902
|
+
"agents.new.title": "New agent",
|
|
5903
|
+
"agents.new.defaultName": "New Agent",
|
|
5904
|
+
"agents.new.startBlank": "Start from blank",
|
|
5905
|
+
"agents.new.heading": "What should we build?",
|
|
5906
|
+
"agents.new.headingWithName": "What should we build, {name}?",
|
|
5907
|
+
"agents.new.description.placeholder": "Describe your agent...",
|
|
5908
|
+
"agents.new.templates.label": "Or try a template",
|
|
5909
|
+
"agents.builder.sections.agent": "Agent",
|
|
5910
|
+
"agents.builder.sections.advanced": "Advanced",
|
|
5911
|
+
"agents.builder.sections.configJson": "Raw",
|
|
5912
|
+
"agents.builder.sections.evaluations": "Evaluations",
|
|
5913
|
+
"agents.builder.sections.evaluations.comingSoon": "Coming soon",
|
|
5914
|
+
"agents.builder.sections.executions": "Sessions",
|
|
5915
|
+
"agents.builder.sections.guardrails": "Guardrails",
|
|
5916
|
+
"agents.builder.sections.instructions": "Instructions",
|
|
5917
|
+
"agents.builder.sections.memory": "Memory",
|
|
5918
|
+
"agents.builder.sections.model": "Model",
|
|
5919
|
+
"agents.builder.sections.skills": "Skills",
|
|
5920
|
+
"agents.builder.sections.tools": "Tools",
|
|
5921
|
+
"agents.builder.sections.triggers": "Triggers",
|
|
5922
|
+
"agents.builder.agent.title": "Agent",
|
|
5923
|
+
"agents.builder.agent.description": "Core setup that defines how this agent behaves",
|
|
5924
|
+
"agents.builder.agent.name.label": "Name",
|
|
5925
|
+
"agents.builder.agent.name.placeholder": "My agent",
|
|
5926
|
+
"agents.builder.agent.description.label": "Description",
|
|
5927
|
+
"agents.builder.agent.description.placeholder": "What does this agent do?",
|
|
5928
|
+
"agents.builder.agent.model.label": "Model",
|
|
5929
|
+
"agents.builder.agent.instructions.label": "Instructions",
|
|
5930
|
+
"agents.builder.agent.instructions.characterCount": "{count} characters",
|
|
5931
|
+
"agents.builder.advanced.title": "Advanced",
|
|
5932
|
+
"agents.builder.advanced.description": "Execution tuning — reasoning depth, tool parallelism, and approval gating.",
|
|
5933
|
+
"agents.builder.advanced.thinking.label": "Thinking",
|
|
5934
|
+
"agents.builder.advanced.thinking.hint": "Let the model reason before responding.",
|
|
5935
|
+
"agents.builder.advanced.thinking.unsupportedTooltip": "{provider} does not support thinking",
|
|
5936
|
+
"agents.builder.advanced.thinking.unsupportedProviderFallback": "This provider",
|
|
5937
|
+
"agents.builder.advanced.budgetTokens.label": "Budget tokens",
|
|
5938
|
+
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
5939
|
+
"agents.builder.advanced.concurrency.label": "Tool call concurrency",
|
|
5940
|
+
"agents.builder.advanced.concurrency.hint": "How many tool calls the agent can run in parallel.",
|
|
5941
|
+
"agents.builder.memory.title": "Memory",
|
|
5942
|
+
"agents.builder.memory.recentMessages.label": "Recent messages in context",
|
|
5943
|
+
"agents.builder.memory.semanticRecall.topK": "Top K",
|
|
5944
|
+
"agents.builder.memory.semanticRecall.rangeBefore": "Range before",
|
|
5945
|
+
"agents.builder.memory.semanticRecall.rangeAfter": "Range after",
|
|
5946
|
+
"agents.builder.editor.copy": "Copy to clipboard",
|
|
5947
|
+
"agents.builder.editor.copied": "Copied",
|
|
5948
|
+
"agents.builder.progress.building.title": "Building your agent...",
|
|
5949
|
+
"agents.builder.progress.building.hint": "This usually takes 30–60 seconds. Sit tight.",
|
|
5950
|
+
"agents.builder.progress.error.title": "Something went wrong",
|
|
5951
|
+
"agents.builder.progress.error.hint": "Check the log below and try again.",
|
|
5952
|
+
"agents.builder.tools.title": "Tools",
|
|
5953
|
+
"agents.builder.tools.count": "{count} tool configured | {count} tools configured",
|
|
5954
|
+
"agents.builder.tools.add": "Add tool",
|
|
5955
|
+
"agents.builder.tools.builtIn.title": "Built-in node tools",
|
|
5956
|
+
"agents.builder.tools.builtIn.hint": "Let the agent search the n8n node catalog and execute nodes on demand.",
|
|
5957
|
+
"agents.builder.tools.empty": "No tools added yet.",
|
|
5958
|
+
"agents.builder.tools.workflows.title": "Workflows",
|
|
5959
|
+
"agents.builder.tools.remove": "Remove tool",
|
|
5960
|
+
"agents.builder.tools.back": "Back to tools",
|
|
5961
|
+
"agents.builder.skills.title": "Skills",
|
|
5962
|
+
"agents.builder.skills.count": "{count} skill applied | {count} skills applied",
|
|
5963
|
+
"agents.builder.skills.add": "Add skill",
|
|
5964
|
+
"agents.builder.skills.empty": "No skills applied yet.",
|
|
5965
|
+
"agents.builder.skills.instructions": "Instructions",
|
|
5966
|
+
"agents.builder.skills.name.label": "Title",
|
|
5967
|
+
"agents.builder.skills.name.placeholder": "Summarize meetings",
|
|
5968
|
+
"agents.builder.skills.description.label": "Description",
|
|
5969
|
+
"agents.builder.skills.description.placeholder": "Use when summarizing meetings or notes",
|
|
5970
|
+
"agents.builder.skills.instructions.label": "Instructions",
|
|
5971
|
+
"agents.builder.skills.instructions.characterCount": "{count} / {max} characters",
|
|
5972
|
+
"agents.builder.skills.instructions.file.upload": "Upload .txt or .md",
|
|
5973
|
+
"agents.builder.skills.instructions.file.invalidType": "Upload a .txt or .md file.",
|
|
5974
|
+
"agents.builder.skills.instructions.file.readError": "Could not read the file.",
|
|
5975
|
+
"agents.builder.skills.create.title": "Add skill",
|
|
5976
|
+
"agents.builder.skills.create.cancel": "Cancel",
|
|
5977
|
+
"agents.builder.skills.create.save": "Save skill",
|
|
5978
|
+
"agents.builder.skills.create.error": "Could not create skill",
|
|
5979
|
+
"agents.builder.skills.added": "Skill added",
|
|
5980
|
+
"agents.builder.skills.saveError": "Could not save skill",
|
|
5981
|
+
"agents.builder.skills.validation.nameRequired": "Enter a title.",
|
|
5982
|
+
"agents.builder.skills.validation.nameMaxLength": "Title must be 128 characters or fewer.",
|
|
5983
|
+
"agents.builder.skills.validation.descriptionRequired": "Enter a description.",
|
|
5984
|
+
"agents.builder.skills.validation.descriptionMaxLength": "Description must be 512 characters or fewer.",
|
|
5985
|
+
"agents.builder.skills.validation.instructionsRequired": "Enter instructions.",
|
|
5986
|
+
"agents.builder.skills.validation.instructionsMaxLength": "Instructions must be {max} characters or fewer.",
|
|
5987
|
+
"agents.builder.skills.remove": "Remove skill",
|
|
5988
|
+
"agents.builder.skills.back": "Back to skills",
|
|
5989
|
+
"agents.builder.editor.invalidJson": "Invalid JSON",
|
|
5990
|
+
"agents.builder.editorColumn.ariaLabel": "Configuration editor",
|
|
5991
|
+
"agents.builder.tree.ariaLabel": "Config sections",
|
|
5992
|
+
"agents.builder.tree.empty": "No sections yet",
|
|
5993
|
+
"agents.builder.tree.toolFallback": "Tool {index}",
|
|
5994
|
+
"agents.builder.tree.customBadge": "Custom",
|
|
5995
|
+
"agents.builder.tree.foldersEmpty": "No items yet",
|
|
5996
|
+
"agents.builder.header.executions": "Executions",
|
|
5997
|
+
"agents.builder.header.tab.agent": "Agent",
|
|
5998
|
+
"agents.builder.header.tab.executions": "Sessions",
|
|
5999
|
+
"agents.builder.header.tab.evaluations": "Evaluations",
|
|
6000
|
+
"agents.builder.header.tab.raw": "Raw",
|
|
6001
|
+
"agents.builder.header.workspaceCrumb": "Workspace",
|
|
6002
|
+
"agents.builder.header.projectFallback": "Project",
|
|
6003
|
+
"agents.builder.header.switcher.empty": "No other agents",
|
|
6004
|
+
"agents.builder.header.switcher.ariaLabel": "Switch agent",
|
|
6005
|
+
"agents.builder.header.saving": "Saving…",
|
|
6006
|
+
"agents.builder.header.saved": "Saved",
|
|
6007
|
+
"agents.builder.executions.count": "{count} session | {count} sessions",
|
|
6008
|
+
"agents.builder.raw.description": "Agent JSON configuration",
|
|
6009
|
+
"agents.builder.evaluations.comingSoon": "Evaluations functionality is coming soon.",
|
|
6010
|
+
"agents.builder.evaluations.configuredInCode": "{count} evaluation configured in code | {count} evaluations configured in code",
|
|
6011
|
+
"agents.builder.evaluations.type.check": "Check",
|
|
6012
|
+
"agents.builder.evaluations.type.judge": "Judge",
|
|
6013
|
+
"agents.builder.evaluations.credentialConfigured": "Credential configured",
|
|
6014
|
+
"agents.builder.evaluations.emptyPrefix": "No evaluations configured. Add evaluations in code using",
|
|
6015
|
+
"agents.builder.quickActions.addTool": "Add tool",
|
|
6016
|
+
"agents.builder.quickActions.addTrigger": "Add trigger",
|
|
6017
|
+
"agents.builder.capabilities.title": "Capabilities",
|
|
6018
|
+
"agents.builder.triggers.title": "Triggers",
|
|
6019
|
+
"agents.builder.triggers.description": "Channels that can invoke this agent",
|
|
6020
|
+
"agents.builder.triggers.count": "{count} trigger connected | {count} triggers connected",
|
|
6021
|
+
"agents.builder.triggers.empty": "No triggers connected yet.",
|
|
6022
|
+
"agents.builder.triggers.add": "Add trigger",
|
|
6023
|
+
"agents.builder.triggers.empty.title": "No triggers configured",
|
|
6024
|
+
"agents.builder.triggers.empty.description": "Add a trigger to let this agent respond to events from a chat platform or run on a schedule.",
|
|
6025
|
+
"agents.builder.addTrigger.modal.title": "Add trigger",
|
|
6026
|
+
"agents.builder.addTrigger.modal.description": "Add a trigger to allow messaging the agent, or scheduling it to periodically carry out a task.",
|
|
6027
|
+
"agents.builder.addTrigger.picker.label": "Trigger",
|
|
6028
|
+
"agents.builder.addTrigger.picker.placeholder": "Select a trigger...",
|
|
6029
|
+
"agents.builder.addTrigger.picker.empty": "Pick a trigger above to configure it.",
|
|
6030
|
+
"agents.builder.addTrigger.status.connected": "Connected",
|
|
6031
|
+
"agents.builder.addTrigger.status.disconnected": "Disconnected",
|
|
6032
|
+
"agents.builder.addTrigger.credential": "Credential",
|
|
6033
|
+
"agents.builder.addTrigger.selectCredential": "Select a credential...",
|
|
6034
|
+
"agents.builder.addTrigger.editCredential": "Edit credential",
|
|
6035
|
+
"agents.builder.addTrigger.noCredentials": "No {label} credentials found.",
|
|
6036
|
+
"agents.builder.addTrigger.addCredential": "Add {label} credential",
|
|
6037
|
+
"agents.builder.addTrigger.newCredential": "New credential",
|
|
6038
|
+
"agents.builder.addTrigger.connect": "Connect",
|
|
6039
|
+
"agents.builder.addTrigger.publishPrompt.title": "Publish agent to connect trigger",
|
|
6040
|
+
"agents.builder.addTrigger.publishPrompt.description": "Triggers can only be connected to a published agent. Publish this agent now and connect the trigger?",
|
|
6041
|
+
"agents.builder.addTrigger.publishPrompt.confirm": "Publish & connect",
|
|
6042
|
+
"agents.builder.addTrigger.disconnect": "Disconnect",
|
|
6043
|
+
"agents.builder.addTrigger.copy": "Copy",
|
|
6044
|
+
"agents.builder.addTrigger.copied": "Copied",
|
|
6045
|
+
"agents.builder.addTrigger.noIntegrations": "No integrations available.",
|
|
6046
|
+
"agents.builder.addTrigger.slack.manifestHint": "Copy the app manifest and paste it into your Slack app's settings to configure events, scopes, and interactivity.",
|
|
6047
|
+
"agents.builder.addTrigger.slack.viewJson": "View JSON",
|
|
6048
|
+
"agents.builder.addTrigger.slack.hideJson": "Hide JSON",
|
|
6049
|
+
"agents.builder.addTrigger.slack.copyManifest": "Copy manifest",
|
|
6050
|
+
"agents.builder.addTrigger.slack.manifestTitle": "Slack App Manifest",
|
|
6051
|
+
"agents.builder.addTrigger.helpText.slack": "Connect a Slack bot credential to allow this agent to receive and respond to Slack messages.",
|
|
6052
|
+
"agents.builder.addTrigger.helpText.telegram": "Connect a Telegram bot credential to allow this agent to receive and respond to Telegram messages.",
|
|
6053
|
+
"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.",
|
|
6054
|
+
"agents.builder.addTrigger.connectedText.slack": "Your agent is connected to Slack and can receive messages.",
|
|
6055
|
+
"agents.builder.addTrigger.connectedText.telegram": "Your agent is connected to Telegram and can receive messages.",
|
|
6056
|
+
"agents.builder.addTrigger.connectedText.linear": "Your agent is connected to Linear and can reply to @-mentions.",
|
|
5538
6057
|
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|
|
5539
6058
|
"instanceAi.welcomeModal.gateway.description": "Allow AI Assistant to work with local files, run terminal commands, and control your browser so it can help build automations on your machine. It connects through n8n Computer Use, a lightweight local process you can disconnect anytime.",
|
|
6059
|
+
"instanceAi.welcomeModal.gateway.warning": "AI Assistant is a preview and can be unpredictable. Be aware of allowing access to sensitive data. Permissions can be adjusted during setup.",
|
|
5540
6060
|
"instanceAi.welcomeModal.gateway.os.mac": "Mac",
|
|
5541
6061
|
"instanceAi.welcomeModal.gateway.os.windows": "Windows",
|
|
5542
6062
|
"instanceAi.welcomeModal.gateway.os.linux": "Linux",
|
|
@@ -5546,7 +6066,8 @@ var en_default = {
|
|
|
5546
6066
|
"instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command below.",
|
|
5547
6067
|
"instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
|
|
5548
6068
|
"instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
|
|
5549
|
-
"instanceAi.welcomeModal.gateway.
|
|
6069
|
+
"instanceAi.welcomeModal.gateway.tokenExpiresIn": "Token expires in {minutes} min",
|
|
6070
|
+
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again."
|
|
5550
6071
|
};
|
|
5551
6072
|
|
|
5552
6073
|
//#endregion
|