@n8n/i18n 2.20.0 → 2.21.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 +499 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +498 -23
- package/dist/index.d.mts +498 -23
- package/dist/index.mjs +499 -24
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +498 -23
- package/dist/types2.d.mts +498 -23
- package/package.json +4 -4
package/dist/index.mjs
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",
|
|
@@ -1189,6 +1192,8 @@ var en_default = {
|
|
|
1189
1192
|
"duplicateWorkflowDialog.errors.forbidden.message": "This action is forbidden. Do you have the correct permissions?",
|
|
1190
1193
|
"duplicateWorkflowDialog.errors.generic.title": "Duplicate workflow failed",
|
|
1191
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",
|
|
1192
1197
|
"experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
|
|
1193
1198
|
"experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
|
|
1194
1199
|
"experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
|
|
@@ -1290,6 +1295,88 @@ var en_default = {
|
|
|
1290
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?",
|
|
1291
1296
|
"executionsList.error": "Error",
|
|
1292
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",
|
|
1293
1380
|
"executionsList.loadMore": "Load more",
|
|
1294
1381
|
"executionsList.empty": "No executions",
|
|
1295
1382
|
"executionsList.loadedAll": "No more executions to fetch",
|
|
@@ -1585,6 +1672,7 @@ var en_default = {
|
|
|
1585
1672
|
"logs.overview.body.toggleRow": "Toggle row",
|
|
1586
1673
|
"logs.details.header.actions.input": "Input",
|
|
1587
1674
|
"logs.details.header.actions.output": "Output",
|
|
1675
|
+
"logs.details.header.actions.viewAgentSession": "View session",
|
|
1588
1676
|
"logs.details.body.itemCount": "{count} item | {count} items",
|
|
1589
1677
|
"logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
|
|
1590
1678
|
"logs.details.body.multipleInputs.openingTheNode": "opening the node",
|
|
@@ -1645,7 +1733,7 @@ var en_default = {
|
|
|
1645
1733
|
"menuActions.duplicate": "Duplicate",
|
|
1646
1734
|
"menuActions.download": "Download",
|
|
1647
1735
|
"menuActions.push": "Push to git",
|
|
1648
|
-
"menuActions.editDescription": "
|
|
1736
|
+
"menuActions.editDescription": "Description",
|
|
1649
1737
|
"menuActions.importFromUrl": "Import from URL...",
|
|
1650
1738
|
"menuActions.importFromFile": "Import from file...",
|
|
1651
1739
|
"menuActions.delete": "Delete",
|
|
@@ -1895,6 +1983,7 @@ var en_default = {
|
|
|
1895
1983
|
"nodeCreator.subcategoryDescriptions.miscellaneous": "Other AI related nodes.",
|
|
1896
1984
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": "Request approval via services like Slack and Telegram before making tool calls",
|
|
1897
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",
|
|
1898
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",
|
|
1899
1988
|
"nodeCreator.subcategoryInfos.memory": "Memory allows an AI model to remember and reference past interactions with it",
|
|
1900
1989
|
"nodeCreator.subcategoryInfos.vectorStores": "Vector stores allow an AI model to reference relevant pieces of documents, useful for question answering and document search",
|
|
@@ -1919,6 +2008,7 @@ var en_default = {
|
|
|
1919
2008
|
"nodeCreator.subcategoryNames.vectorStores": "Vector Stores",
|
|
1920
2009
|
"nodeCreator.subcategoryNames.miscellaneous": "Miscellaneous",
|
|
1921
2010
|
"nodeCreator.subcategoryNames.humanInTheLoop": "Human review",
|
|
2011
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": "MCP",
|
|
1922
2012
|
"nodeCreator.sectionNames.popular": "Popular",
|
|
1923
2013
|
"nodeCreator.sectionNames.other": "Other",
|
|
1924
2014
|
"nodeCreator.sectionNames.sendAndWait": "Send and wait for response",
|
|
@@ -2158,6 +2248,7 @@ var en_default = {
|
|
|
2158
2248
|
"nodeView.showError.workflowError": "Workflow execution had an error",
|
|
2159
2249
|
"nodeView.showError.getWorkflowDataFromUrl.title": "Problem loading workflow",
|
|
2160
2250
|
"nodeView.showError.importWorkflowData.title": "Problem importing workflow",
|
|
2251
|
+
"nodeView.showError.importWorkflowData.invalidNodes": "Skipped {count} node(s) with missing type",
|
|
2161
2252
|
"nodeView.showError.mounted1.message": "There was a problem loading init data",
|
|
2162
2253
|
"nodeView.showError.mounted1.title": "Init Problem",
|
|
2163
2254
|
"nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
|
|
@@ -2259,6 +2350,7 @@ var en_default = {
|
|
|
2259
2350
|
"nodeWebhooks.webhookUrls.chatTrigger": "Chat URL",
|
|
2260
2351
|
"nodeWebhooks.webhookUrls.mcpTrigger": "MCP URL",
|
|
2261
2352
|
"openWorkflow.workflowImportError": "Could not import workflow",
|
|
2353
|
+
"openWorkflow.workflowDataInvalidError": "Workflow data is invalid",
|
|
2262
2354
|
"openWorkflow.workflowNotFoundError": "Could not find workflow",
|
|
2263
2355
|
"oauth.consentView.title": "OAuth access consent",
|
|
2264
2356
|
"oauth.consentView.heading": "{clientName} wants access to your n8n instance",
|
|
@@ -2477,6 +2569,22 @@ var en_default = {
|
|
|
2477
2569
|
"projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
|
|
2478
2570
|
"projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
|
|
2479
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",
|
|
2480
2588
|
"projectRoles.credential:read": "View",
|
|
2481
2589
|
"projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
|
|
2482
2590
|
"projectRoles.credential:update": "Edit",
|
|
@@ -2539,6 +2647,7 @@ var en_default = {
|
|
|
2539
2647
|
"projectRoles.type.project": "Project",
|
|
2540
2648
|
"projectRoles.type.folder": "Folders",
|
|
2541
2649
|
"projectRoles.type.workflow": "Workflows",
|
|
2650
|
+
"projectRoles.type.agent": "Agents",
|
|
2542
2651
|
"projectRoles.type.credential": "Credentials",
|
|
2543
2652
|
"projectRoles.type.execution": "Executions",
|
|
2544
2653
|
"projectRoles.type.sourceControl": "Source control",
|
|
@@ -2718,6 +2827,8 @@ var en_default = {
|
|
|
2718
2827
|
"runData.aiContentBlock.tokens.prompt": "Prompt:",
|
|
2719
2828
|
"runData.aiContentBlock.tokens.completion": "Completion:",
|
|
2720
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",
|
|
2721
2832
|
"runData.panel.actions.collapse": "Collapse panel",
|
|
2722
2833
|
"runData.panel.actions.open": "Open panel",
|
|
2723
2834
|
"runData.panel.actions.popOut": "Pop out panel",
|
|
@@ -2740,6 +2851,7 @@ var en_default = {
|
|
|
2740
2851
|
"settings.communityNodes.uninstallAction.label": "Uninstall package",
|
|
2741
2852
|
"settings.communityNodes.upToDate.tooltip": "You are up to date",
|
|
2742
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.",
|
|
2743
2855
|
"settings.communityNodes.fetchError.title": "Problem fetching installed packages",
|
|
2744
2856
|
"settings.communityNodes.fetchError.message": "There may be a problem with your internet connection or your n8n instance",
|
|
2745
2857
|
"settings.communityNodes.installModal.title": "Install community nodes",
|
|
@@ -3709,6 +3821,10 @@ var en_default = {
|
|
|
3709
3821
|
"workflowSettings.redactionOptions.redact": "Redact",
|
|
3710
3822
|
"workflowSettings.helpTexts.redactProductionData": "Controls whether execution data from production (non-manually triggered) executions is redacted.",
|
|
3711
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.",
|
|
3712
3828
|
"workflowSettings.saveManualExecutions": "Save manual executions",
|
|
3713
3829
|
"workflowSettings.saveManualOptions.defaultSave": "Default - {defaultValue}",
|
|
3714
3830
|
"workflowSettings.saveManualOptions.doNotSave": "Do not save",
|
|
@@ -4241,6 +4357,26 @@ var en_default = {
|
|
|
4241
4357
|
"settings.n8nConnect.usage.refresh.tooltip": "Refresh usage records",
|
|
4242
4358
|
"settings.n8nAgent": "AI Assistant",
|
|
4243
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",
|
|
4244
4380
|
"settings.n8nAgent.enable.label": "Enable AI Assistant",
|
|
4245
4381
|
"settings.n8nAgent.enable.description": "Enables the feature for all users in the instance",
|
|
4246
4382
|
"settings.n8nAgent.computerUse.label": "Enable Computer Use for AI Assistant",
|
|
@@ -4267,6 +4403,7 @@ var en_default = {
|
|
|
4267
4403
|
"settings.n8nAgent.permissions.cleanupTestExecutions": "Clean up test executions",
|
|
4268
4404
|
"settings.n8nAgent.permissions.readFilesystem": "Read filesystem",
|
|
4269
4405
|
"settings.n8nAgent.permissions.fetchUrl": "Fetch URLs",
|
|
4406
|
+
"settings.n8nAgent.permissions.webSearch": "Search the web",
|
|
4270
4407
|
"settings.n8nAgent.permissions.restoreWorkflowVersion": "Restore workflow versions",
|
|
4271
4408
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
4272
4409
|
"dataTable.cell.oversized": "Value too large to display",
|
|
@@ -4384,7 +4521,7 @@ var en_default = {
|
|
|
4384
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.",
|
|
4385
4522
|
"settings.encryptionKeys.description.docsLink": "Learn more in documentation",
|
|
4386
4523
|
"settings.encryptionKeys.column.key": "Key",
|
|
4387
|
-
"settings.encryptionKeys.column.
|
|
4524
|
+
"settings.encryptionKeys.column.status": "Status",
|
|
4388
4525
|
"settings.encryptionKeys.column.activated": "Activated",
|
|
4389
4526
|
"settings.encryptionKeys.column.archived": "Archived",
|
|
4390
4527
|
"settings.encryptionKeys.status.active": "Active",
|
|
@@ -4392,7 +4529,7 @@ var en_default = {
|
|
|
4392
4529
|
"settings.encryptionKeys.sortBy.label": "Sort by",
|
|
4393
4530
|
"settings.encryptionKeys.sortBy.activated": "Activated",
|
|
4394
4531
|
"settings.encryptionKeys.sortBy.archived": "Archived",
|
|
4395
|
-
"settings.encryptionKeys.sortBy.
|
|
4532
|
+
"settings.encryptionKeys.sortBy.status": "Status",
|
|
4396
4533
|
"settings.encryptionKeys.filter.title": "Filter",
|
|
4397
4534
|
"settings.encryptionKeys.filter.dateRange": "Date range",
|
|
4398
4535
|
"settings.encryptionKeys.filter.apply": "Apply",
|
|
@@ -4404,7 +4541,6 @@ var en_default = {
|
|
|
4404
4541
|
"settings.encryptionKeys.rotate.confirm.cancel": "Cancel",
|
|
4405
4542
|
"settings.encryptionKeys.rotate.success": "Encryption key rotated",
|
|
4406
4543
|
"settings.encryptionKeys.rotate.error": "Could not rotate encryption key",
|
|
4407
|
-
"settings.encryptionKeys.copyId.success": "Key ID copied to clipboard",
|
|
4408
4544
|
"settings.encryptionKeys.empty.title": "No encryption keys yet",
|
|
4409
4545
|
"settings.encryptionKeys.empty.description": "Rotate a key to generate your first active encryption key.",
|
|
4410
4546
|
"settings.encryptionKeys.loadError": "Could not load encryption keys",
|
|
@@ -4503,6 +4639,7 @@ var en_default = {
|
|
|
4503
4639
|
"projects.header.shared.subtitle": "Workflows and credentials other users have shared with you",
|
|
4504
4640
|
"projects.header.create.workflow": "Create workflow",
|
|
4505
4641
|
"projects.header.create.credential": "Create credential",
|
|
4642
|
+
"projects.header.create.agent": "Create agent",
|
|
4506
4643
|
"projects.header.create.folder": "Create folder",
|
|
4507
4644
|
"projects.create": "Create",
|
|
4508
4645
|
"projects.create.personal": "Create in personal",
|
|
@@ -4513,6 +4650,10 @@ var en_default = {
|
|
|
4513
4650
|
"projects.menu.personal": "Personal",
|
|
4514
4651
|
"projects.menu.addFirstProject": "Add project",
|
|
4515
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",
|
|
4516
4657
|
"projects.settings": "Project settings",
|
|
4517
4658
|
"projects.settings.info": "Project info",
|
|
4518
4659
|
"projects.settings.newProjectName": "My project",
|
|
@@ -4825,7 +4966,6 @@ var en_default = {
|
|
|
4825
4966
|
"evaluation.listRuns.status.warning": "Warning",
|
|
4826
4967
|
"evaluation.listRuns.metricsOverTime": "Metrics over time",
|
|
4827
4968
|
"evaluation.listRuns.status": "Status",
|
|
4828
|
-
"evaluation.listRuns.runListHeader": "All runs",
|
|
4829
4969
|
"evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
|
|
4830
4970
|
"evaluation.listRuns.testCasesListHeader": "Run #{index}",
|
|
4831
4971
|
"evaluation.listRuns.runNumber": "Run",
|
|
@@ -4871,6 +5011,79 @@ var en_default = {
|
|
|
4871
5011
|
"evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
|
|
4872
5012
|
"evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
|
|
4873
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",
|
|
4874
5087
|
"evaluation.runTest": "Run Test",
|
|
4875
5088
|
"evaluation.stopTest": "Stop Test",
|
|
4876
5089
|
"evaluation.runInParallel.label.sequential": "Sequential",
|
|
@@ -5188,6 +5401,7 @@ var en_default = {
|
|
|
5188
5401
|
"instanceAi.artifactsPanel.archived": "Archived",
|
|
5189
5402
|
"instanceAi.previewTabBar.collapse": "Collapse panel",
|
|
5190
5403
|
"instanceAi.previewTabBar.openInEditor": "Open in editor",
|
|
5404
|
+
"instanceAi.previewTabBar.openWorkflowInEditor": "Open workflow in editor",
|
|
5191
5405
|
"instanceAi.previewTabBar.copyLink": "Copy link",
|
|
5192
5406
|
"instanceAi.delegateCard.implementsStep": "Step {step}",
|
|
5193
5407
|
"instanceAi.delegateCard.delegatingTo": "Delegating to",
|
|
@@ -5201,6 +5415,7 @@ var en_default = {
|
|
|
5201
5415
|
"instanceAi.confirmation.pendingInline": "Waiting for approval",
|
|
5202
5416
|
"instanceAi.confirmation.agentContext": "{agent} needs approval",
|
|
5203
5417
|
"instanceAi.confirmation.approveAll": "Approve all",
|
|
5418
|
+
"instanceAi.confirmation.continue": "Continue",
|
|
5204
5419
|
"instanceAi.gatewayConfirmation.allowForSession": "Allow for session",
|
|
5205
5420
|
"instanceAi.gatewayConfirmation.allowOnce": "Allow once",
|
|
5206
5421
|
"instanceAi.gatewayConfirmation.denyOnce": "Deny once",
|
|
@@ -5213,6 +5428,8 @@ var en_default = {
|
|
|
5213
5428
|
"instanceAi.domainAccess.allowDomain": "Always allow {domain}",
|
|
5214
5429
|
"instanceAi.domainAccess.allowAll": "Allow all domains",
|
|
5215
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",
|
|
5216
5433
|
"instanceAi.settings.permissions.fetchUrl.label": "Fetch URLs without approval",
|
|
5217
5434
|
"instanceAi.credential.selected": "Credential selected",
|
|
5218
5435
|
"instanceAi.credential.required": "This action requires a credential",
|
|
@@ -5238,6 +5455,7 @@ var en_default = {
|
|
|
5238
5455
|
"instanceAi.workflowSetup.triggerError": "Trigger test failed",
|
|
5239
5456
|
"instanceAi.workflowSetup.triggerListening": "Listening for events…",
|
|
5240
5457
|
"instanceAi.workflowSetup.apply": "Apply",
|
|
5458
|
+
"instanceAi.workflowSetup.credentialTestFailedTooltip": "Credential test failed. Update the credential and try again.",
|
|
5241
5459
|
"instanceAi.workflowSetup.applyCompleted": "Apply completed",
|
|
5242
5460
|
"instanceAi.workflowSetup.later": "Skip setup for now",
|
|
5243
5461
|
"instanceAi.workflowSetup.loading": "Loading setup…",
|
|
@@ -5245,10 +5463,14 @@ var en_default = {
|
|
|
5245
5463
|
"instanceAi.workflowSetup.applied": "Workflow configured",
|
|
5246
5464
|
"instanceAi.workflowSetup.partiallyApplied": "Partially configured — some nodes skipped",
|
|
5247
5465
|
"instanceAi.workflowSetup.deferred": "Skipped — configure later",
|
|
5466
|
+
"instanceAi.workflowSetup.cardSkipped": "Skipped",
|
|
5248
5467
|
"instanceAi.workflowSetup.selectOption": "Select an option",
|
|
5249
5468
|
"instanceAi.workflowSetup.confirmTitle": "Ready to apply",
|
|
5250
5469
|
"instanceAi.workflowSetup.confirmDescription": "{count} item configured | {count} items configured",
|
|
5251
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",
|
|
5252
5474
|
"instanceAi.debug.title": "Debug",
|
|
5253
5475
|
"instanceAi.debug.copyTrace": "Copy trace",
|
|
5254
5476
|
"instanceAi.debug.timing": "Timing",
|
|
@@ -5563,26 +5785,278 @@ var en_default = {
|
|
|
5563
5785
|
"instanceAi.filesystem.category.shell": "Shell",
|
|
5564
5786
|
"instanceAi.settings.permissions.activateWorkflow.label": "Activate workflow without approval",
|
|
5565
5787
|
"instanceAi.tools.patch-workflow": "Updating workflow",
|
|
5566
|
-
"
|
|
5567
|
-
"
|
|
5568
|
-
"
|
|
5569
|
-
"
|
|
5570
|
-
"
|
|
5571
|
-
"
|
|
5572
|
-
"
|
|
5573
|
-
"
|
|
5574
|
-
"
|
|
5575
|
-
"
|
|
5576
|
-
"
|
|
5577
|
-
"
|
|
5578
|
-
"
|
|
5579
|
-
"
|
|
5580
|
-
"
|
|
5581
|
-
"
|
|
5582
|
-
"
|
|
5583
|
-
"
|
|
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.",
|
|
5584
6057
|
"instanceAi.welcomeModal.gateway.title": "Connect AI Assistant to your computer",
|
|
5585
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.",
|
|
5586
6060
|
"instanceAi.welcomeModal.gateway.os.mac": "Mac",
|
|
5587
6061
|
"instanceAi.welcomeModal.gateway.os.windows": "Windows",
|
|
5588
6062
|
"instanceAi.welcomeModal.gateway.os.linux": "Linux",
|
|
@@ -5592,7 +6066,8 @@ var en_default = {
|
|
|
5592
6066
|
"instanceAi.welcomeModal.gateway.instructions.mac": "Open Terminal (Cmd + Space, type \"Terminal\") and paste the command below.",
|
|
5593
6067
|
"instanceAi.welcomeModal.gateway.instructions.windows": "Open Terminal (Windows key, type \"Terminal\") and paste the command below.",
|
|
5594
6068
|
"instanceAi.welcomeModal.gateway.instructions.linux": "Open your terminal and paste the command below.",
|
|
5595
|
-
"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."
|
|
5596
6071
|
};
|
|
5597
6072
|
|
|
5598
6073
|
//#endregion
|