@n8n/i18n 2.33.0 → 2.34.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 +207 -53
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -7774
- package/dist/index.d.mts +4 -7774
- package/dist/index.mjs +207 -53
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +200 -46
- package/dist/types2.d.mts +200 -46
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -424,6 +424,7 @@ var en_default = {
|
|
|
424
424
|
"banners.trial.message.days": "1 day left in your n8n trial | {count} days left in your n8n trial",
|
|
425
425
|
"banners.trial.message.hours": "1 hour left in your n8n trial | {count} hours left in your n8n trial",
|
|
426
426
|
"banners.trial.message.minutes": "1 minute left in your n8n trial | {count} minutes left in your n8n trial",
|
|
427
|
+
"banners.trial.tooltip": "Manual runs from the editor don't count. Only production executions use your quota.",
|
|
427
428
|
"banners.trialOver.message": "Your trial is over. Upgrade now to keep automating.",
|
|
428
429
|
"banners.v1.message": "n8n has been updated to version 1, introducing some breaking changes. Please consult the <a target=\"_blank\" href=\"https://docs.n8n.io/1-0-migration-checklist\">migration guide</a> for more information.",
|
|
429
430
|
"banners.workflowAutoDeactivated.message": "This workflow was automatically deactivated due to multiple crashed executions. Please review and reactivate it when ready.",
|
|
@@ -1013,6 +1014,7 @@ var en_default = {
|
|
|
1013
1014
|
"credentialEdit.credentialConfig.accountNotConnected.endUser": "Connect your {service} account",
|
|
1014
1015
|
"credentialEdit.credentialConfig.connect": "Connect",
|
|
1015
1016
|
"credentialEdit.credentialConfig.connectOAuth2Credential": "Connect OAuth2 Credential",
|
|
1017
|
+
"credentialEdit.credentialConfig.authProbeAccepted": "The service accepted the credential",
|
|
1016
1018
|
"credentialEdit.credentialConfig.clickToCopy": "Click To Copy",
|
|
1017
1019
|
"credentialEdit.credentialConfig.connectionTestedSuccessfully": "Connection tested successfully",
|
|
1018
1020
|
"credentialEdit.credentialConfig.couldntConnectWithTheseSettings": "Couldn’t connect with these settings",
|
|
@@ -1042,6 +1044,8 @@ var en_default = {
|
|
|
1042
1044
|
"credentialEdit.credentialConfig.missingCredentialType": "This credential's type isn't available. This usually happens when a previously installed community or custom node was uninstalled.",
|
|
1043
1045
|
"credentialEdit.credentialConfig.oauthModeManaged": "Managed OAuth2 (recommended)",
|
|
1044
1046
|
"credentialEdit.credentialConfig.oauthModeCustom": "Custom OAuth2",
|
|
1047
|
+
"credentialEdit.credentialConfig.oauthModeManagedWithAuthType": "Managed OAuth2 - {authType}",
|
|
1048
|
+
"credentialEdit.credentialConfig.oauthModeCustomWithAuthType": "Custom OAuth2 - {authType}",
|
|
1045
1049
|
"credentialEdit.credentialConfig.setupCredential": "Setup credential",
|
|
1046
1050
|
"credentialEdit.credentialConfig.quickConnect": "Use quick connect",
|
|
1047
1051
|
"credentialEdit.credentialConfig.quickConnectTitle": "Connect to set up a credential",
|
|
@@ -1091,6 +1095,30 @@ var en_default = {
|
|
|
1091
1095
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": "You've made changes to this credential. Saving will disconnect everyone using \"{credentialName}\" credential.",
|
|
1092
1096
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": "Save",
|
|
1093
1097
|
"credentialEdit.credentialEdit.connection": "Connection",
|
|
1098
|
+
"credentialEdit.templatedAuth.backToForm": "Back to the form",
|
|
1099
|
+
"credentialEdit.templatedAuth.codes": "Accepted status codes",
|
|
1100
|
+
"credentialEdit.templatedAuth.codes.placeholder": "e.g. 204, 403",
|
|
1101
|
+
"credentialEdit.templatedAuth.codes.tooltip": "Codes to treat as success alongside 2xx. Some APIs return 403 for a valid key with limited scope.",
|
|
1102
|
+
"credentialEdit.templatedAuth.docsUrl": "Documentation URL",
|
|
1103
|
+
"credentialEdit.templatedAuth.docsUrl.placeholder": "https://example.com/settings/api",
|
|
1104
|
+
"credentialEdit.templatedAuth.docsUrl.tooltip": "The provider page where the key is created or copied. Not shown in the form — the AI Assistant uses it to point people at the exact page.",
|
|
1105
|
+
"credentialEdit.templatedAuth.editSetup": "Edit setup",
|
|
1106
|
+
"credentialEdit.templatedAuth.fieldHint": "Hint",
|
|
1107
|
+
"credentialEdit.templatedAuth.fieldHint.tooltip": "Optional help text shown in the field's tooltip, clarifying the value itself — e.g. its format.",
|
|
1108
|
+
"credentialEdit.templatedAuth.fieldLabel": "Label",
|
|
1109
|
+
"credentialEdit.templatedAuth.fieldLabel.tooltip": "Shown above the input in the form people fill in.",
|
|
1110
|
+
"credentialEdit.templatedAuth.fieldRequired": "Required",
|
|
1111
|
+
"credentialEdit.templatedAuth.fieldType.plain": "Plain text",
|
|
1112
|
+
"credentialEdit.templatedAuth.fieldType.secret": "Secret",
|
|
1113
|
+
"credentialEdit.templatedAuth.fields": "Fields",
|
|
1114
|
+
"credentialEdit.templatedAuth.fields.empty": "Fields appear here as you add {'{{placeholders}}'} to the template.",
|
|
1115
|
+
"credentialEdit.templatedAuth.fields.tooltip": "One field per placeholder in the template. This is what people fill in.",
|
|
1116
|
+
"credentialEdit.templatedAuth.noFieldsYet": "No fields yet. Add a {'{{placeholder}}'} marker to the template.",
|
|
1117
|
+
"credentialEdit.templatedAuth.template": "Auth template",
|
|
1118
|
+
"credentialEdit.templatedAuth.template.tooltip": "Wrap anything secret or account-specific in {'{{double braces}}'}. Real values are never stored here.",
|
|
1119
|
+
"credentialEdit.templatedAuth.testUrl": "Test URL",
|
|
1120
|
+
"credentialEdit.templatedAuth.testUrl.placeholder": "https://api.example.com/me",
|
|
1121
|
+
"credentialEdit.templatedAuth.testUrl.tooltip": "The request n8n sends to check that the credential works.",
|
|
1094
1122
|
"credentialEdit.credentialEdit.sharing": "Sharing",
|
|
1095
1123
|
"credentialEdit.credentialEdit.couldNotFindCredentialOfType": "Could not find credential of type",
|
|
1096
1124
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": "Could not find credential with ID",
|
|
@@ -1300,10 +1328,10 @@ var en_default = {
|
|
|
1300
1328
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": "When a new lead is created in my CRM, enrich it with Lemlist, score it based on fit, then update the lead if qualified and notify the sales team on Slack.",
|
|
1301
1329
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": "Process invoices",
|
|
1302
1330
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": "Every morning, scan Gmail for new invoices, use Claude to extract details and cross-check them against purchase orders in Google Sheets, flag any discrepancies for review, and add all payment due dates to Google Calendar automatically.",
|
|
1303
|
-
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": "WhatsApp support agent",
|
|
1304
|
-
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": "When a customer sends a WhatsApp message, use Gemini to match their question against our FAQ in Google Sheets and reply instantly. If it cannot resolve it, create a support ticket in Notion and alert the team on Slack.",
|
|
1305
1331
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": "Schedule social posts",
|
|
1306
1332
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": "Every Monday, read this week's content ideas from a Google Sheet, use Gemini to write tailored content then schedule them to post throughout the week.",
|
|
1333
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.label": "Telegram support agent",
|
|
1334
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.prompt": "Create a Telegram agent that answers customer questions using Claude, looks up order details in Gmail and our FAQ in Google Sheets, and escalates to a human when it is unsure.",
|
|
1307
1335
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": "See all",
|
|
1308
1336
|
"experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
|
|
1309
1337
|
"experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
|
|
@@ -2179,7 +2207,7 @@ var en_default = {
|
|
|
2179
2207
|
"nodeCreator.nodeItem.triggerIconTitle": "Trigger Node",
|
|
2180
2208
|
"nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
|
|
2181
2209
|
"nodeCreator.nodeItem.deprecated": "Deprecated",
|
|
2182
|
-
"nodeCreator.nodeItem.earlyPreview": "
|
|
2210
|
+
"nodeCreator.nodeItem.earlyPreview": "Preview",
|
|
2183
2211
|
"nodeCreator.nodeItem.beta": "Beta",
|
|
2184
2212
|
"nodeCredentials.createNew": "Create new credential",
|
|
2185
2213
|
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
@@ -2387,6 +2415,9 @@ var en_default = {
|
|
|
2387
2415
|
"nodeView.showError.nodeNodeCompatible.message": "The node \"{sourceNodeName}\" can't be connected to the node \"{targetNodeName}\" because they are not compatible.",
|
|
2388
2416
|
"nodeView.showMessage.addNodeButton.message": "'{nodeTypeName}' is an unknown node type",
|
|
2389
2417
|
"nodeView.showMessage.addNodeButton.title": "Could not insert node",
|
|
2418
|
+
"nodeView.showMessage.credentialsAutoAdded.title": "Credentials auto-added",
|
|
2419
|
+
"nodeView.showMessage.credentialsAutoAdded.message.single": "We selected \"{credentialName}\" credentials for the \"{nodeName}\" node. Please check it's the right one.",
|
|
2420
|
+
"nodeView.showMessage.credentialsAutoAdded.message.multiple": "We added existing credentials to the pasted node(s). Please check they're the right ones.",
|
|
2390
2421
|
"nodeView.showMessage.keyDown.title": "Workflow created",
|
|
2391
2422
|
"nodeView.showMessage.importWorkflowTags.title": "Workflow imported without tags",
|
|
2392
2423
|
"nodeView.showMessage.importWorkflowTags.message": "You don't have permission to create tags, so the workflow's tags were not added.",
|
|
@@ -2518,6 +2549,7 @@ var en_default = {
|
|
|
2518
2549
|
"oauth.consentView.scopes.badge.write": "write",
|
|
2519
2550
|
"oauth.consentView.scopes.group.workflows": "Workflows",
|
|
2520
2551
|
"oauth.consentView.scopes.group.executions": "Executions",
|
|
2552
|
+
"oauth.consentView.scopes.group.agents": "Agents",
|
|
2521
2553
|
"oauth.consentView.scopes.group.credentials": "Credentials",
|
|
2522
2554
|
"oauth.consentView.scopes.group.dataTables": "Data tables",
|
|
2523
2555
|
"oauth.consentView.scopes.group.projectsAndFolders": "Projects and folders",
|
|
@@ -2889,6 +2921,7 @@ var en_default = {
|
|
|
2889
2921
|
"projectRoles.tab.assignments": "Assignments",
|
|
2890
2922
|
"projectRoles.sourceControl.table.projectsAssigned": "Projects assigned",
|
|
2891
2923
|
"roles.tab.instance": "Instance roles",
|
|
2924
|
+
"roles.tab.instance.disabledTooltip": "You don't have permission to manage instance roles",
|
|
2892
2925
|
"roles.tab.project": "Project roles",
|
|
2893
2926
|
"instanceRoles.table.membersAssigned": "Members assigned",
|
|
2894
2927
|
"instanceRoles.resource.settings": "Instance settings",
|
|
@@ -2910,7 +2943,7 @@ var en_default = {
|
|
|
2910
2943
|
"instanceRoles.description.user.manage": "Invite, remove, and update users across the instance",
|
|
2911
2944
|
"instanceRoles.description.role.manageProjectRoles": "Create, edit, and delete custom project roles only",
|
|
2912
2945
|
"instanceRoles.description.role.manage": "Create, edit, and delete all custom roles (instance and project).",
|
|
2913
|
-
"instanceRoles.description.apiKey.manageOwn": "Create and
|
|
2946
|
+
"instanceRoles.description.apiKey.manageOwn": "Create and edit the user's own API keys",
|
|
2914
2947
|
"instanceRoles.description.apiKey.manageAll": "View and delete other users' API keys.",
|
|
2915
2948
|
"instanceRoles.description.tag.manage": "Create, edit, and delete tags",
|
|
2916
2949
|
"instanceRoles.description.project.create": "Create new projects",
|
|
@@ -3229,6 +3262,11 @@ var en_default = {
|
|
|
3229
3262
|
"settings.mcp.workflowsExposed.count": "{count} workflow | {count} workflows",
|
|
3230
3263
|
"settings.mcp.workflowsExposed.page.title": "Workflows exposed",
|
|
3231
3264
|
"settings.mcp.workflowsExposed.page.description": "Choose which workflows connected clients can reach over MCP. Changes apply immediately.",
|
|
3265
|
+
"settings.mcp.agentsExposed.title": "Agents exposed",
|
|
3266
|
+
"settings.mcp.agentsExposed.description": "Choose which agents connected clients can access.",
|
|
3267
|
+
"settings.mcp.agentsExposed.count": "{count} agent | {count} agents",
|
|
3268
|
+
"settings.mcp.agentsExposed.page.title": "Agents exposed",
|
|
3269
|
+
"settings.mcp.agentsExposed.page.description": "Choose which agents connected clients can reach over MCP. Changes apply immediately.",
|
|
3232
3270
|
"settings.mcp.callbackUrls.title": "Allowed callback URLs",
|
|
3233
3271
|
"settings.mcp.callbackUrls.description": "Restrict OAuth sign-in redirects to trusted URLs. Allowing all URLs (the default) is less secure.",
|
|
3234
3272
|
"settings.mcp.callbackUrls.value.all": "All",
|
|
@@ -3285,6 +3323,11 @@ var en_default = {
|
|
|
3285
3323
|
"settings.mcp.workflows.table.column.description.editTooltip": "Click to edit",
|
|
3286
3324
|
"settings.mcp.workflows.table.empty.title": "No workflows enabled",
|
|
3287
3325
|
"settings.mcp.workflows.table.empty.description": "Add compatible workflows so MCP clients can discover and execute them",
|
|
3326
|
+
"settings.mcp.agents.table.action.removeMCPAccess": "Remove access",
|
|
3327
|
+
"settings.mcp.agents.table.column.name": "Name",
|
|
3328
|
+
"settings.mcp.agents.table.column.location": "Location",
|
|
3329
|
+
"settings.mcp.agents.table.empty.title": "No agents enabled",
|
|
3330
|
+
"settings.mcp.agents.table.empty.description": "Add agents so MCP clients can read and manage them",
|
|
3288
3331
|
"settings.mcp.oauth.table.empty.title": "No OAuth clients connected",
|
|
3289
3332
|
"settings.mcp.oauth.table.empty.description": "Clients that connect via OAuth will show up here",
|
|
3290
3333
|
"settings.mcp.oauth.table.empty.button": "See connection instructions",
|
|
@@ -3308,6 +3351,8 @@ var en_default = {
|
|
|
3308
3351
|
"settings.mcp.oAuthClients.scope.workflow.write": "Create and update workflows",
|
|
3309
3352
|
"settings.mcp.oAuthClients.scope.workflow.execute": "Run workflows",
|
|
3310
3353
|
"settings.mcp.oAuthClients.scope.execution.read": "Get execution details",
|
|
3354
|
+
"settings.mcp.oAuthClients.scope.agent.read": "List and read agents",
|
|
3355
|
+
"settings.mcp.oAuthClients.scope.agent.write": "Create and update agents",
|
|
3311
3356
|
"settings.mcp.oAuthClients.scope.credential.read": "List credentials",
|
|
3312
3357
|
"settings.mcp.oAuthClients.scope.dataTable.read": "List data tables",
|
|
3313
3358
|
"settings.mcp.oAuthClients.scope.dataTable.write": "Create and update data tables",
|
|
@@ -3325,6 +3370,7 @@ var en_default = {
|
|
|
3325
3370
|
"settings.mcp.oAuthClients.details.badge.write": "Write",
|
|
3326
3371
|
"settings.mcp.oAuthClients.resource.workflow": "Workflow",
|
|
3327
3372
|
"settings.mcp.oAuthClients.resource.execution": "Execution",
|
|
3373
|
+
"settings.mcp.oAuthClients.resource.agent": "Agent",
|
|
3328
3374
|
"settings.mcp.oAuthClients.resource.credential": "Credential",
|
|
3329
3375
|
"settings.mcp.oAuthClients.resource.dataTable": "Data table",
|
|
3330
3376
|
"settings.mcp.oAuthClients.resource.project": "Project",
|
|
@@ -3363,6 +3409,16 @@ var en_default = {
|
|
|
3363
3409
|
"settings.mcp.workflows.enableAccess.success.title": "MCP access enabled for {count} workflow | MCP access enabled for {count} workflows",
|
|
3364
3410
|
"settings.mcp.workflows.removeAccess.success.title": "MCP access removed for {count} workflow | MCP access removed for {count} workflows",
|
|
3365
3411
|
"settings.mcp.connectWorkflows.emptyState": "No available workflows",
|
|
3412
|
+
"settings.mcp.connectAgents": "Enable agents",
|
|
3413
|
+
"settings.mcp.connectAgents.modalTitle": "Enable agent MCP access",
|
|
3414
|
+
"settings.mcp.connectAgents.notice": "Agents you enable can be read and managed by connected MCP clients that were granted agent access.",
|
|
3415
|
+
"settings.mcp.connectAgents.input.placeholder": "Search agents to connect",
|
|
3416
|
+
"settings.mcp.connectAgents.confirm.label": "Enable",
|
|
3417
|
+
"settings.mcp.connectAgents.error": "Error fetching available agents",
|
|
3418
|
+
"settings.mcp.connectAgents.emptyState": "No available agents",
|
|
3419
|
+
"settings.mcp.agents.enableAccess.success.title": "MCP access enabled for {count} agent | MCP access enabled for {count} agents",
|
|
3420
|
+
"settings.mcp.agents.removeAccess.success.title": "MCP access removed for {count} agent | MCP access removed for {count} agents",
|
|
3421
|
+
"settings.mcp.agents.list.error.fetching": "Error fetching agents",
|
|
3366
3422
|
"settings.mcp.connectDialog.tab.accessToken": "Access token",
|
|
3367
3423
|
"settings.mcp.connectDialog.serverUrl": "Server URL",
|
|
3368
3424
|
"settings.mcp.connectDialog.jsonConfig": "Configuration JSON",
|
|
@@ -3410,6 +3466,11 @@ var en_default = {
|
|
|
3410
3466
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": "New",
|
|
3411
3467
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": "Enabled",
|
|
3412
3468
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": "You can enable this later in Settings > MCP.",
|
|
3469
|
+
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.title": "Expose all workflows and agents to MCP?",
|
|
3470
|
+
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.description": "This lets connected clients reach every workflow and agent on this instance right away. You can remove MCP access for individual workflows and agents at any time.",
|
|
3471
|
+
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.confirm": "Expose all workflows and agents",
|
|
3472
|
+
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.title": "Workflows and agents exposed to MCP",
|
|
3473
|
+
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.message": "{workflows} and {agents} are now available to connected MCP clients.",
|
|
3413
3474
|
"experiments.exposeAllWorkflowsToMcp.modal.title": "Expose all workflows to MCP?",
|
|
3414
3475
|
"experiments.exposeAllWorkflowsToMcp.modal.description": "This lets connected clients reach every workflow on this instance right away. You can remove MCP access for individual workflows at any time.",
|
|
3415
3476
|
"experiments.exposeAllWorkflowsToMcp.modal.notNow": "Not now",
|
|
@@ -3417,6 +3478,31 @@ var en_default = {
|
|
|
3417
3478
|
"experiments.exposeAllWorkflowsToMcp.modal.success.title": "Workflows exposed to MCP",
|
|
3418
3479
|
"experiments.exposeAllWorkflowsToMcp.modal.success.message": "{count} workflow is now available to connected clients | {count} workflows are now available to connected clients",
|
|
3419
3480
|
"experiments.exposeAllWorkflowsToMcp.modal.error.title": "Error exposing workflows to MCP",
|
|
3481
|
+
"experiments.trialIntroModal.eyebrow": "Welcome to n8n",
|
|
3482
|
+
"experiments.trialIntroModal.title": "Your {highlight} has started",
|
|
3483
|
+
"experiments.trialIntroModal.titleHighlight": "free trial",
|
|
3484
|
+
"experiments.trialIntroModal.subtitle": "Full access, no card needed. Here's what you've got:",
|
|
3485
|
+
"experiments.trialIntroModal.endsIn": "Ends in {time}",
|
|
3486
|
+
"experiments.trialIntroModal.stats.aiCredits": "free AI credits",
|
|
3487
|
+
"experiments.trialIntroModal.stats.executions": "workflow executions",
|
|
3488
|
+
"experiments.trialIntroModal.stats.days": "days of full access",
|
|
3489
|
+
"experiments.trialIntroModal.callout.title": "Your workflows stop running when the trial ends",
|
|
3490
|
+
"experiments.trialIntroModal.callout.body": "Upgrade to a paid plan now to keep them running without interruption.",
|
|
3491
|
+
"experiments.trialIntroModal.startBuilding": "Start building",
|
|
3492
|
+
"experiments.trialIntroModal.upgradeNow": "Upgrade now",
|
|
3493
|
+
"experiments.trialIntroModal.step2.title": "Upgrade to Starter",
|
|
3494
|
+
"experiments.trialIntroModal.step2.subtitle": "Keep everything running past the trial — with a lot more room:",
|
|
3495
|
+
"experiments.trialIntroModal.step2.back": "Back",
|
|
3496
|
+
"experiments.trialIntroModal.step2.executions": "Workflow executions",
|
|
3497
|
+
"experiments.trialIntroModal.step2.aiCredits": "AI credits",
|
|
3498
|
+
"experiments.trialIntroModal.step2.perMonth": "/mo",
|
|
3499
|
+
"experiments.trialIntroModal.step2.annual": "Annually",
|
|
3500
|
+
"experiments.trialIntroModal.step2.monthly": "Monthly",
|
|
3501
|
+
"experiments.trialIntroModal.step2.save": "Save {pct}%",
|
|
3502
|
+
"experiments.trialIntroModal.step2.saveFallback": "Save with annual",
|
|
3503
|
+
"experiments.trialIntroModal.step2.billedAnnually": "billed annually",
|
|
3504
|
+
"experiments.trialIntroModal.step2.cta": "Upgrade to Starter",
|
|
3505
|
+
"experiments.trialIntroModal.step2.upgradeError": "Could not open the upgrade page",
|
|
3420
3506
|
"settings.chatHub": "Chat",
|
|
3421
3507
|
"settings.chatHub.enabled.label": "Enable Chat",
|
|
3422
3508
|
"settings.chatHub.enabled.description": "When disabled, Chat is hidden across the app and its API endpoints are turned off. You can re-enable it here at any time.",
|
|
@@ -3619,6 +3705,9 @@ var en_default = {
|
|
|
3619
3705
|
"settings.log-streaming.eventGroup.n8n.runner.info": "Will send an event when a Code node execution is requested from a task runner, and when a response is received from the runner with the result.",
|
|
3620
3706
|
"settings.log-streaming.eventGroup.n8n.queue": "Queue events",
|
|
3621
3707
|
"settings.log-streaming.eventGroup.n8n.queue.info": "Will send an event when a queue-related event occurs, e.g. enqueuing, dequeueing, completion, failure, or stalling.",
|
|
3708
|
+
"settings.log-streaming.eventName.n8n.audit.mcp.oauth.completed": "MCP OAuth completed",
|
|
3709
|
+
"settings.log-streaming.eventName.n8n.audit.mcp.tool.called": "MCP tool called",
|
|
3710
|
+
"settings.log-streaming.eventName.n8n.audit.mcp.access.updated": "MCP access updated",
|
|
3622
3711
|
"settings.log-streaming.eventGroup.n8n.worker": "Worker",
|
|
3623
3712
|
"settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
|
|
3624
3713
|
"settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
|
|
@@ -3637,6 +3726,7 @@ var en_default = {
|
|
|
3637
3726
|
"settings.api.create.description": "Control n8n programmatically using the <a href=\"https://docs.n8n.io/api\" target=\"_blank\">n8n API</a>",
|
|
3638
3727
|
"settings.api.create.button": "Create API key",
|
|
3639
3728
|
"settings.api.create.button.loading": "Creating API key...",
|
|
3729
|
+
"settings.api.create.disabledTooltip": "You don't have permission to create API keys",
|
|
3640
3730
|
"settings.api.search.placeholder": "Search",
|
|
3641
3731
|
"settings.api.search.noResults": "No API keys match your search.",
|
|
3642
3732
|
"settings.api.owners.all": "All owners",
|
|
@@ -3670,6 +3760,8 @@ var en_default = {
|
|
|
3670
3760
|
"settings.api.view.modal.form.label": "Label",
|
|
3671
3761
|
"settings.api.view.modal.form.expiration": "Expiration",
|
|
3672
3762
|
"settings.api.view.modal.form.expirationText": "The API key will expire on {expirationDate}",
|
|
3763
|
+
"settings.api.view.modal.form.expirationText.never": "The API key will never expire. It will remain active until it is revoked manually.",
|
|
3764
|
+
"settings.api.view.modal.form.expirationText.expired": "The API key expired on {expirationDate}",
|
|
3673
3765
|
"settings.api.view.modal.form.label.placeholder": "e.g Internal Project",
|
|
3674
3766
|
"settings.api.view.modal.form.expiration.custom": "Custom",
|
|
3675
3767
|
"settings.api.view.modal.form.expiration.days": "{numberOfDays} days",
|
|
@@ -3678,6 +3770,7 @@ var en_default = {
|
|
|
3678
3770
|
"settings.api.view.modal.title.create": "Create API Key",
|
|
3679
3771
|
"settings.api.view.modal.title.edit": "Edit API Key",
|
|
3680
3772
|
"settings.api.view.modal.title.readonly": "API Key owned by {email}",
|
|
3773
|
+
"settings.api.view.modal.title.readonly.own": "View API Key",
|
|
3681
3774
|
"settings.api.view.modal.done.button": "Done",
|
|
3682
3775
|
"settings.api.view.modal.save.button": "Save",
|
|
3683
3776
|
"settings.api.view.modal.close.button": "Close",
|
|
@@ -4066,6 +4159,23 @@ var en_default = {
|
|
|
4066
4159
|
"settings.migrationReport.detail.filter.status.all": "All",
|
|
4067
4160
|
"settings.migrationReport.detail.filter.status.active": "Active",
|
|
4068
4161
|
"settings.migrationReport.detail.filter.status.deactivated": "Deactivated",
|
|
4162
|
+
"settings.migrationReport.detail.migrate.button": "Migrate",
|
|
4163
|
+
"settings.migrationReport.detail.migrate.migrated": "Migrated",
|
|
4164
|
+
"settings.migrationReport.detail.migrate.error.title": "Could not migrate workflow",
|
|
4165
|
+
"settings.migrationReport.detail.migrate.modal.title": "Migrate \"{name}\"",
|
|
4166
|
+
"settings.migrationReport.detail.migrate.modal.confirmLead": "What will change:",
|
|
4167
|
+
"settings.migrationReport.detail.migrate.modal.stepMigrate": "Migrate saves the changes as a new version. Your published version keeps running unchanged.",
|
|
4168
|
+
"settings.migrationReport.detail.migrate.modal.stepPublish": "Publish makes the migrated version live — a separate step, after you migrate.",
|
|
4169
|
+
"settings.migrationReport.detail.migrate.modal.confirmButton": "Migrate",
|
|
4170
|
+
"settings.migrationReport.detail.migrate.modal.successBody": "\"{name}\" was migrated and saved as a new version.",
|
|
4171
|
+
"settings.migrationReport.detail.migrate.modal.openWorkflow": "Open workflow",
|
|
4172
|
+
"settings.migrationReport.detail.migrate.modal.reviewTitle": "Review these changes",
|
|
4173
|
+
"settings.migrationReport.detail.migrate.modal.reviewNodes": "Affected nodes:",
|
|
4174
|
+
"settings.migrationReport.detail.migrate.modal.done": "Done",
|
|
4175
|
+
"settings.migrationReport.detail.migrate.publish.button": "Publish",
|
|
4176
|
+
"settings.migrationReport.detail.migrate.publish.skip": "Skip publishing",
|
|
4177
|
+
"settings.migrationReport.detail.migrate.publish.published": "Published to the migrated version",
|
|
4178
|
+
"settings.migrationReport.detail.migrate.publish.error.title": "Could not publish workflow",
|
|
4069
4179
|
"showMessage.cancel": "@:_reusableBaseText.cancel",
|
|
4070
4180
|
"showMessage.ok": "OK",
|
|
4071
4181
|
"showMessage.showDetails": "Show Details",
|
|
@@ -4172,8 +4282,11 @@ var en_default = {
|
|
|
4172
4282
|
"nodeIssues.credentials.notIdentified": "Credentials with name {name} exist for {type}.",
|
|
4173
4283
|
"nodeIssues.credentials.notIdentified.hint": "Credentials are not clearly identified. Please select the correct credentials.",
|
|
4174
4284
|
"nodeIssues.credentials.privateNotConnected": "'{name}' end-user credential is not connected for you. Connect yours to execute this step manually.",
|
|
4175
|
-
"nodeIssues.credentials.
|
|
4176
|
-
"nodeIssues.credentials.
|
|
4285
|
+
"nodeIssues.credentials.privateRequiresIdentityTrigger": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Chat, MCP, and Sub-workflow. To use another trigger, switch this credential to Fixed.",
|
|
4286
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithWebhook": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Chat, MCP, Sub-workflow, and Webhook with n8n user authentication. To use another trigger, switch this credential to Fixed.",
|
|
4287
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithForm": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Chat, MCP, Sub-workflow, and Form with n8n user authentication. To use another trigger, switch this credential to Fixed.",
|
|
4288
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithFormAndWebhook": "End-user credentials aren't supported by this workflow's trigger. Supported triggers: Manual, Chat, MCP, Sub-workflow, and Form or Webhook with n8n user authentication. To use another trigger, switch this credential to Fixed.",
|
|
4289
|
+
"nodeIssues.credentials.privateRequiresIdentityExtractor": "End-user credentials with this resolver need a trigger that extracts an identity. Configure an identity extractor on the trigger, or switch this credential to Fixed.",
|
|
4177
4290
|
"nodeIssues.input.missing": "No node connected to required input \"{inputName}\"",
|
|
4178
4291
|
"ndv.trigger.moreInfo": "More info",
|
|
4179
4292
|
"ndv.trigger.copiedTestUrl": "Test URL copied to clipboard",
|
|
@@ -4503,6 +4616,8 @@ var en_default = {
|
|
|
4503
4616
|
"workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
|
|
4504
4617
|
"workflowSettings.toggleMCP.notFoundError": "Workflow not found",
|
|
4505
4618
|
"workflowSettings.toggleMCP.updateSkippedError": "Workflow {workflowId} could not be updated. It may be archived or you may no longer have permission to edit it.",
|
|
4619
|
+
"agents.toggleMCP.error.title": "Error updating MCP settings",
|
|
4620
|
+
"agents.toggleMCP.updateSkippedError": "Agent {agentId} could not be updated. You may no longer have permission to edit it.",
|
|
4506
4621
|
"workflowHistory.title": "Version History",
|
|
4507
4622
|
"workflowHistory.tab.history": "Versions",
|
|
4508
4623
|
"workflowHistory.tab.publishTimeline": "Publish Timeline",
|
|
@@ -4524,15 +4639,38 @@ var en_default = {
|
|
|
4524
4639
|
"workflowReviews.submitForReview.error.title": "Workflow couldn't be submitted for review",
|
|
4525
4640
|
"workflowReviews.submitForReview.error.save": "Save the workflow and try again.",
|
|
4526
4641
|
"workflowReviews.updateReview.title": "Submit latest changes to existing review",
|
|
4527
|
-
"workflowReviews.updateReview.description": "This workflow already has an
|
|
4642
|
+
"workflowReviews.updateReview.description": "This workflow already has an {review}. Submit latest changes to the existing review, to get them approved.",
|
|
4643
|
+
"workflowReviews.updateReview.description.review": "open review",
|
|
4528
4644
|
"workflowReviews.updateReview.submit": "Submit",
|
|
4529
4645
|
"workflowReviews.updateReview.toast": "Latest changes submitted to the existing review",
|
|
4530
4646
|
"workflowReviews.updateReview.error.title": "Changes couldn't be submitted to the review",
|
|
4531
4647
|
"workflowReviews.updateReview.error.noOpenReview": "This workflow no longer has an open review.",
|
|
4532
4648
|
"workflowReviews.submitted.title": "Workflow version submitted for review",
|
|
4533
|
-
"workflowReviews.submitted.description": "You can view
|
|
4649
|
+
"workflowReviews.submitted.description": "You can view {submission} in the reviews area. Your workflow version is waiting for review. Once approved, your workflow version will be published.",
|
|
4650
|
+
"workflowReviews.submitted.description.submission": "your submission",
|
|
4534
4651
|
"workflowReviews.submitted.gotIt": "Got it",
|
|
4535
4652
|
"workflowReviews.submitted.toast": "Workflow version submitted for review successfully",
|
|
4653
|
+
"workflowReviews.editorBanner.openReview": "Open review",
|
|
4654
|
+
"workflowReviews.editorBanner.submitChanges": "Submit changes",
|
|
4655
|
+
"workflowReviews.editorBanner.submitChanges.savedVersionHint": "Save your changes first to submit them to this review.",
|
|
4656
|
+
"workflowReviews.editorBanner.retryPublish": "Retry publish",
|
|
4657
|
+
"workflowReviews.editorBanner.pending.pill": "Waiting for review",
|
|
4658
|
+
"workflowReviews.editorBanner.pending.title": "Waiting for review",
|
|
4659
|
+
"workflowReviews.editorBanner.pending.body": "Version {version} is waiting for review.",
|
|
4660
|
+
"workflowReviews.editorBanner.pending.support": "You can keep editing while the review is open.",
|
|
4661
|
+
"workflowReviews.editorBanner.pendingStale.pill": "Update review",
|
|
4662
|
+
"workflowReviews.editorBanner.pendingStale.title": "Update review",
|
|
4663
|
+
"workflowReviews.editorBanner.pendingStale.body": "This workflow has an open review that does not include your latest changes.",
|
|
4664
|
+
"workflowReviews.editorBanner.pendingStale.support": "Submit the latest version to update the review.",
|
|
4665
|
+
"workflowReviews.editorBanner.changesRequested.pill": "Changes requested",
|
|
4666
|
+
"workflowReviews.editorBanner.changesRequested.title": "Changes requested",
|
|
4667
|
+
"workflowReviews.editorBanner.changesRequested.body": "{actor} requested changes on version {version}.",
|
|
4668
|
+
"workflowReviews.editorBanner.changesRequested.bodyWithoutActor": "Changes were requested on version {version}.",
|
|
4669
|
+
"workflowReviews.editorBanner.changesRequested.support": "Make your edits on this canvas, then submit the latest changes back to the review.",
|
|
4670
|
+
"workflowReviews.editorBanner.approvedNotPublished.pill": "Approved",
|
|
4671
|
+
"workflowReviews.editorBanner.approvedNotPublished.title": "Approved, not published",
|
|
4672
|
+
"workflowReviews.editorBanner.approvedNotPublished.body": "Version {version} was approved but hasn't been published.",
|
|
4673
|
+
"workflowReviews.editorBanner.approvedNotPublished.support": "Retry publishing it, or open the review for details.",
|
|
4536
4674
|
"workflowHistory.content.actions": "Actions",
|
|
4537
4675
|
"workflowHistory.item.id": "ID: {id}",
|
|
4538
4676
|
"workflowHistory.item.createdAt": "{date} at {time}",
|
|
@@ -5035,8 +5173,11 @@ var en_default = {
|
|
|
5035
5173
|
"agents.modelSelector.defaultLabel": "Select model",
|
|
5036
5174
|
"agents.modelSelector.noMatch": "No models found",
|
|
5037
5175
|
"agents.modelSelector.noModels": "No models available for this provider",
|
|
5176
|
+
"agents.modelSelector.modelsUnavailable": "Couldn't load models, try again",
|
|
5038
5177
|
"agents.modelSelector.moreModels": "More {provider} models",
|
|
5039
|
-
"agents.modelSelector.configureCredentials": "
|
|
5178
|
+
"agents.modelSelector.configureCredentials": "Create credential",
|
|
5179
|
+
"agents.modelSelector.connectTo": "Connect to {provider}",
|
|
5180
|
+
"agents.modelSelector.models": "Models",
|
|
5040
5181
|
"agents.modelSelector.credentialsMissing": "Credentials missing",
|
|
5041
5182
|
"agents.modelSelector.freeCredits.label": "Use free OpenAI credits",
|
|
5042
5183
|
"agents.modelSelector.freeCredits.badge": "free credits",
|
|
@@ -5263,10 +5404,17 @@ var en_default = {
|
|
|
5263
5404
|
"workflowReviews.status.approved": "Approved",
|
|
5264
5405
|
"workflowReviews.status.closed": "Closed",
|
|
5265
5406
|
"workflowReviews.detail.placeholder": "Full review details are coming soon.",
|
|
5407
|
+
"workflowReviews.detail.notFound.title": "Review not found",
|
|
5408
|
+
"workflowReviews.detail.notFound.body": "This review doesn't exist or you don't have access to it.",
|
|
5266
5409
|
"workflowReviews.emptyState.body.open": "There are no open reviews right now.",
|
|
5267
5410
|
"workflowReviews.emptyState.body.closed": "There are no closed reviews right now.",
|
|
5268
5411
|
"workflowReviews.noSelection.body": "Select a review to see more information.",
|
|
5269
5412
|
"workflowReviews.error.load": "Could not load workflow reviews",
|
|
5413
|
+
"workflowReviews.decision.error.title": "Could not submit review decision",
|
|
5414
|
+
"workflowReviews.decision.approved.published.title": "Review approved",
|
|
5415
|
+
"workflowReviews.decision.approved.published.message": "The reviewed workflow version has been published.",
|
|
5416
|
+
"workflowReviews.decision.approved.publishFailed.title": "Review approved, but the workflow is not published",
|
|
5417
|
+
"workflowReviews.decision.approved.publishFailed.message": "{message} Publish the workflow manually to retry.",
|
|
5270
5418
|
"settings.security.personalSpace.title": "Personal Space",
|
|
5271
5419
|
"settings.security.personalSpace.description": "Manage workflow publishing and sharing in personal spaces.",
|
|
5272
5420
|
"settings.security.personalSpace.publishing.title": "Workflow publishing",
|
|
@@ -5389,6 +5537,12 @@ var en_default = {
|
|
|
5389
5537
|
"settings.sso.settings.roleMappingRules.instanceRules.title": "Instance role rules",
|
|
5390
5538
|
"settings.sso.settings.roleMappingRules.instanceRules.description": "Define rules to assign instance roles based on IdP claims. First matching rule wins.",
|
|
5391
5539
|
"settings.sso.settings.roleMappingRules.addRule": "Add rule",
|
|
5540
|
+
"settings.sso.settings.roleMappingRules.assign": "assign",
|
|
5541
|
+
"settings.sso.settings.roleMappingRules.blockAccess": "Block access",
|
|
5542
|
+
"settings.sso.settings.roleMappingRules.selectRole": "Select role",
|
|
5543
|
+
"settings.sso.settings.roleMappingRules.defaultCondition.instance": "Default condition - If no rules above match",
|
|
5544
|
+
"settings.sso.settings.roleMappingRules.defaultCondition.project": "Default condition - If no rules match, no project access given",
|
|
5545
|
+
"settings.sso.settings.roleMappingRules.defaultCondition.idp": "Default condition - If no rules match",
|
|
5392
5546
|
"settings.sso.settings.roleMappingRules.expression.placeholder": "$claims.groups.includes('admins')",
|
|
5393
5547
|
"settings.sso.settings.authProtocol.label": "Authentication protocol",
|
|
5394
5548
|
"settings.sso.settings.authProtocol.description": "Choose your SSO protocol",
|
|
@@ -6505,7 +6659,6 @@ var en_default = {
|
|
|
6505
6659
|
"instanceAi.sidebar.threads": "Threads",
|
|
6506
6660
|
"instanceAi.sidebar.chatHistory": "Chat history",
|
|
6507
6661
|
"instanceAi.sidebar.collapse": "Collapse sidebar",
|
|
6508
|
-
"instanceAi.message.reasoning": "Reasoning",
|
|
6509
6662
|
"instanceAi.sidebar.noThreads": "No conversations yet",
|
|
6510
6663
|
"instanceAi.sidebar.group.thisWeek": "This week",
|
|
6511
6664
|
"instanceAi.sidebar.group.older": "Older",
|
|
@@ -6540,8 +6693,6 @@ var en_default = {
|
|
|
6540
6693
|
"instanceAi.mcp.error.updateSettings": "Failed to update MCP server settings",
|
|
6541
6694
|
"instanceAi.mcp.error.disconnect": "Failed to disconnect MCP server",
|
|
6542
6695
|
"instanceAi.mcp.settings.saved": "MCP server settings saved",
|
|
6543
|
-
"instanceAi.mcp.error.autoConnectAmbiguous.title": "Credential created",
|
|
6544
|
-
"instanceAi.mcp.error.autoConnectAmbiguous.message": "Multiple new credentials appeared. Please pick the one you just created from the credential picker.",
|
|
6545
6696
|
"instanceAi.browserUse.modal.title": "Connect Browser Use",
|
|
6546
6697
|
"instanceAi.browserUse.modal.description": "Let the agent automate tasks in your browser. Install the n8n Browser Use extension and connect it - no other software needed.",
|
|
6547
6698
|
"instanceAi.browserUse.step.extension.title": "1. Install the Chrome extension",
|
|
@@ -6936,6 +7087,7 @@ var en_default = {
|
|
|
6936
7087
|
"instanceAi.tools.list-nodes": "Listing available nodes",
|
|
6937
7088
|
"instanceAi.tools.get-workflow-as-code": "Reading workflow code",
|
|
6938
7089
|
"instanceAi.tools.build-workflow": "Generating workflow",
|
|
7090
|
+
"instanceAi.tools.build-workflow.imperative": "edit workflow",
|
|
6939
7091
|
"instanceAi.tools.read_config": "Reading agent config",
|
|
6940
7092
|
"instanceAi.tools.write_config": "Writing agent config",
|
|
6941
7093
|
"instanceAi.tools.patch_config": "Updating agent config",
|
|
@@ -7067,10 +7219,11 @@ var en_default = {
|
|
|
7067
7219
|
"instanceAi.stepTimeline.done": "Done",
|
|
7068
7220
|
"instanceAi.stepTimeline.craftingWorkflow": "Crafting workflow",
|
|
7069
7221
|
"instanceAi.activitySummary.toolCalls": "{count} tool calls",
|
|
7070
|
-
"
|
|
7071
|
-
"
|
|
7072
|
-
"
|
|
7073
|
-
"
|
|
7222
|
+
"ai.reasoning": "Reasoning",
|
|
7223
|
+
"ai.thinking.active": "Thinking",
|
|
7224
|
+
"ai.thinking.done": "Thought for {duration}",
|
|
7225
|
+
"ai.thinking.doneFallback": "Finished thinking",
|
|
7226
|
+
"ai.thinking.waitingForInput": "Waiting for your input",
|
|
7074
7227
|
"projects.menu.instanceAi": "AI Assistant",
|
|
7075
7228
|
"chatInputBase.button.attach": "Attach files",
|
|
7076
7229
|
"chatInputBase.button.dictate": "Dictate",
|
|
@@ -7112,10 +7265,14 @@ var en_default = {
|
|
|
7112
7265
|
"agents.builder.chat.newChat.label": "New session",
|
|
7113
7266
|
"agents.chat.loadHistory.error": "Could not load chat history",
|
|
7114
7267
|
"agents.chat.clearHistory.error": "Could not clear chat history",
|
|
7268
|
+
"agents.chat.stop.error": "Couldn't stop the agent. Try again.",
|
|
7115
7269
|
"agents.chat.streamInterrupted": "The connection was interrupted. Refresh the page to see the latest response.",
|
|
7116
7270
|
"agents.chat.toolError.generic": "Something went wrong while running this tool",
|
|
7117
7271
|
"agents.chat.clearHistory": "Clear chat history",
|
|
7118
7272
|
"agents.chat.input.placeholder": "Type a message...",
|
|
7273
|
+
"agents.chat.attachments.tooLarge": "{fileName} exceeds the {limit} MB attachment limit",
|
|
7274
|
+
"agents.chat.attachments.tooMany": "You can attach up to {limit} files per message",
|
|
7275
|
+
"agents.chat.attachments.unavailable": "No longer available",
|
|
7119
7276
|
"agents.chat.answerQuestionPlaceholder": "Answer the question above to continue",
|
|
7120
7277
|
"agents.chat.misconfigured.title": "This agent isn't ready to run yet",
|
|
7121
7278
|
"agents.chat.misconfigured.issuesPrefix": "Check:",
|
|
@@ -7176,7 +7333,10 @@ var en_default = {
|
|
|
7176
7333
|
"agents.list.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create agents",
|
|
7177
7334
|
"agents.list.actions.publish": "Publish",
|
|
7178
7335
|
"agents.list.actions.unpublish": "Unpublish",
|
|
7336
|
+
"agents.list.actions.enableMCPAccess": "Enable MCP access",
|
|
7337
|
+
"agents.list.actions.disableMCPAccess": "Remove MCP access",
|
|
7179
7338
|
"agents.list.actions.delete": "Delete",
|
|
7339
|
+
"agents.list.availableInMCP": "Available in MCP",
|
|
7180
7340
|
"agents.list.readonly": "Read only",
|
|
7181
7341
|
"agents.publish.button.publish": "Publish",
|
|
7182
7342
|
"agents.publish.button.published": "Published",
|
|
@@ -7216,34 +7376,26 @@ var en_default = {
|
|
|
7216
7376
|
"agents.versionHistory.publish.toast.title": "Version published",
|
|
7217
7377
|
"agents.versionHistory.publish.error": "Could not publish the selected version",
|
|
7218
7378
|
"agents.search.placeholder": "Search agents...",
|
|
7219
|
-
"agents.tools.title": "Tools",
|
|
7220
|
-
"agents.tools.add": "Add tool",
|
|
7221
|
-
"agents.tools.search.placeholder": "Search tools",
|
|
7222
|
-
"agents.tools.availableTools": "Available tools ({count})",
|
|
7223
|
-
"agents.tools.availableWorkflows": "Workflows ({count})",
|
|
7224
|
-
"agents.tools.availableAiTools": "AI tools ({count})",
|
|
7225
|
-
"agents.tools.availableN8nTools": "n8n tools ({count})",
|
|
7226
|
-
"agents.tools.availableExternalTools": "External tools ({count})",
|
|
7227
|
-
"agents.tools.noResults": "No tools available",
|
|
7228
|
-
"agents.tools.noResults.withQuery": "No tools match “{query}”. Try a different keyword.",
|
|
7229
|
-
"agents.tools.configure": "Configure",
|
|
7230
|
-
"agents.tools.connect": "Connect",
|
|
7231
7379
|
"agents.tools.added": "Tool added",
|
|
7232
|
-
"agents.tools.connected": "Connected",
|
|
7233
|
-
"agents.tools.addCredentials": "Add credentials",
|
|
7234
|
-
"agents.tools.needsApproval": "Needs approval",
|
|
7235
|
-
"agents.tools.noCredentials": "No credentials",
|
|
7236
7380
|
"agents.tools.workflow.incompatible.title": "Workflow is not compatible",
|
|
7237
7381
|
"agents.tools.workflow.incompatible.message": "Workflow \"{name}\" contains nodes that can't be used as an agent tool: {nodes}.",
|
|
7238
7382
|
"agents.tools.workflow.fetchFailed.title": "Couldn't check workflow compatibility",
|
|
7239
7383
|
"agents.tools.workflow.fetchFailed.message": "Try connecting the workflow again.",
|
|
7240
|
-
"agents.tools.
|
|
7384
|
+
"agents.tools.install.unresolved.title": "Couldn't add the installed tool",
|
|
7385
|
+
"agents.tools.install.unresolved.message": "The node was installed but isn't available yet. Try reloading the page.",
|
|
7241
7386
|
"agents.tools.mcp.added": "MCP server added",
|
|
7242
7387
|
"agents.toolConfig.workflow.description": "Description",
|
|
7243
7388
|
"agents.toolConfig.workflow.description.placeholder": "Explain to the agent when to use this workflow and what it does",
|
|
7244
7389
|
"agents.toolConfig.workflow.description.hint": "The LLM reads this to decide when to call the workflow.",
|
|
7245
7390
|
"agents.toolConfig.workflow.allOutputs": "Return all node outputs",
|
|
7246
7391
|
"agents.toolConfig.workflow.allOutputs.hint": "When off, only the last node's output is returned.",
|
|
7392
|
+
"agents.toolConfig.workflow.target": "Workflow",
|
|
7393
|
+
"agents.toolConfig.workflow.target.notice": "This tool calls the workflow selected below and returns its output. Only workflows that start with a supported trigger, such as Execute Workflow or Chat, can be used.",
|
|
7394
|
+
"agents.toolConfig.workflow.target.unavailable": "Workflow \"{name}\" isn't available in this project. It may have been deleted or renamed, or it can't be used as an agent tool.",
|
|
7395
|
+
"agents.toolConfig.workflow.target.placeholder": "Select a workflow",
|
|
7396
|
+
"agents.toolConfig.workflow.target.duplicateName": "More than one workflow in this project is called \"{name}\". The agent may call either one.",
|
|
7397
|
+
"agents.toolConfig.workflow.target.idNotFound": "No workflow with this ID can be used here. It has to be in this project and start with a supported trigger.",
|
|
7398
|
+
"agents.toolConfig.workflow.target.open": "Open workflow in a new tab",
|
|
7247
7399
|
"agents.toolConfig.save": "Save",
|
|
7248
7400
|
"agents.toolConfig.cancel": "Cancel",
|
|
7249
7401
|
"agents.toolConfig.approval.label": "Require approval",
|
|
@@ -7296,12 +7448,10 @@ var en_default = {
|
|
|
7296
7448
|
"agents.builder.advanced.webSearch.fallbackProvider.searxng": "SearXNG",
|
|
7297
7449
|
"agents.builder.advanced.webSearch.credential.label": "Credential",
|
|
7298
7450
|
"agents.builder.advanced.webSearch.credential.hint": "Used by the selected search provider",
|
|
7299
|
-
"agents.builder.advanced.
|
|
7300
|
-
"agents.builder.advanced.
|
|
7301
|
-
"agents.builder.advanced.
|
|
7302
|
-
"agents.builder.advanced.
|
|
7303
|
-
"agents.builder.advanced.budgetTokens.label": "Budget tokens",
|
|
7304
|
-
"agents.builder.advanced.budgetTokens.hint": "How many tokens the model can use for reasoning before answering",
|
|
7451
|
+
"agents.builder.advanced.reasoning.label": "Reasoning",
|
|
7452
|
+
"agents.builder.advanced.reasoning.hint": "Let the model reason before responding.",
|
|
7453
|
+
"agents.builder.advanced.reasoning.unsupportedHint": "This model does not support reasoning",
|
|
7454
|
+
"agents.builder.advanced.reasoning.noModelHint": "No model selected",
|
|
7305
7455
|
"agents.builder.advanced.reasoningEffort.label": "Reasoning effort",
|
|
7306
7456
|
"agents.builder.advanced.promptCaching.hint": "Cache repeated parts of the prompt to reduce latency and cost.",
|
|
7307
7457
|
"agents.builder.advanced.promptCachingTtl.label": "Cache duration",
|
|
@@ -7312,11 +7462,13 @@ var en_default = {
|
|
|
7312
7462
|
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": "Enable Session Memory in the Memory section to configure the window.",
|
|
7313
7463
|
"agents.builder.advanced.maxIterations.label": "Max iterations",
|
|
7314
7464
|
"agents.builder.advanced.maxIterations.hint": "Maximum number of agent loop iterations per run (1–200).",
|
|
7465
|
+
"agents.builder.mcp.availableInMCP.label": "Available in MCP",
|
|
7466
|
+
"agents.builder.mcp.availableInMCP.hint": "Make this agent visible to AI Agents through n8n MCP",
|
|
7315
7467
|
"agents.builder.memory.title": "Memory",
|
|
7316
7468
|
"agents.builder.memory.description": "Session memory is on by default",
|
|
7317
7469
|
"agents.builder.memory.settings.title": "Memory settings",
|
|
7318
7470
|
"agents.builder.memory.episodicMemory.label": "Episodic Memory",
|
|
7319
|
-
"agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations.
|
|
7471
|
+
"agents.builder.memory.episodicMemory.hint": "Stores source-backed memories from previous conversations.",
|
|
7320
7472
|
"agents.builder.memory.episodicMemory.credential.label": "OpenAI credential",
|
|
7321
7473
|
"agents.builder.memory.episodicMemory.credential.hint": "Used to create embeddings for episodic memory.",
|
|
7322
7474
|
"agents.builder.files.title": "Knowledge base",
|
|
@@ -7432,12 +7584,9 @@ var en_default = {
|
|
|
7432
7584
|
"agents.builder.editor.copy": "Copy to clipboard",
|
|
7433
7585
|
"agents.builder.editor.copied": "Copied",
|
|
7434
7586
|
"agents.builder.tools.title": "Tools",
|
|
7435
|
-
"agents.builder.tools.count": "{count} tool configured | {count} tools configured",
|
|
7436
7587
|
"agents.builder.tools.add": "Add tool",
|
|
7437
|
-
"agents.builder.tools.empty": "No tools added yet.",
|
|
7438
7588
|
"agents.builder.tools.type.workflow": "Workflow",
|
|
7439
7589
|
"agents.builder.tools.type.custom": "Custom tool",
|
|
7440
|
-
"agents.builder.tools.workflows.title": "Workflows",
|
|
7441
7590
|
"agents.builder.tools.remove": "Remove tool",
|
|
7442
7591
|
"agents.builder.tools.back": "Back to tools",
|
|
7443
7592
|
"agents.builder.skills.title": "Skills",
|
|
@@ -7645,7 +7794,6 @@ var en_default = {
|
|
|
7645
7794
|
"agents.builder.addTrigger.slack.setup.tokenLink": "Create one in Slack.",
|
|
7646
7795
|
"agents.builder.addTrigger.slack.setup.button": "Create and install",
|
|
7647
7796
|
"agents.builder.addTrigger.slack.setup.error": "Could not create and install the Slack app.",
|
|
7648
|
-
"agents.channels.setup.publishNotice": "This will publish your agent",
|
|
7649
7797
|
"agents.channels.slack.setup.createToken.title": "Create token",
|
|
7650
7798
|
"agents.channels.slack.setup.createToken.description": "Open the Slack dashboard and create an app configuration access token.",
|
|
7651
7799
|
"agents.channels.slack.setup.createToken.link": "Open Slack dashboard",
|
|
@@ -7719,22 +7867,25 @@ var en_default = {
|
|
|
7719
7867
|
"instanceAi.welcomeModal.gateway.tokenExpired": "Token has expired. Copy the command again.",
|
|
7720
7868
|
"tools.connection.title": "Tools",
|
|
7721
7869
|
"tools.connection.search.placeholder": "Search all tools...",
|
|
7722
|
-
"tools.connection.
|
|
7723
|
-
"tools.connection.
|
|
7724
|
-
"tools.connection.
|
|
7725
|
-
"tools.connection.
|
|
7726
|
-
"tools.connection.
|
|
7870
|
+
"tools.connection.categories.all": "All",
|
|
7871
|
+
"tools.connection.categories.connected": "Connected",
|
|
7872
|
+
"tools.connection.categories.builtIn": "Built-in",
|
|
7873
|
+
"tools.connection.categories.mcp": "MCP",
|
|
7874
|
+
"tools.connection.categories.ai": "AI",
|
|
7875
|
+
"tools.connection.categories.n8n": "n8n native",
|
|
7876
|
+
"tools.connection.categories.appAction": "n8n nodes",
|
|
7877
|
+
"tools.connection.categories.community": "Community",
|
|
7878
|
+
"tools.connection.categories.workflows": "Workflows",
|
|
7879
|
+
"tools.connection.categories.agents": "Agents",
|
|
7880
|
+
"tools.connection.categories.data": "Data",
|
|
7727
7881
|
"tools.connection.action.connect": "Connect",
|
|
7728
7882
|
"tools.connection.action.connected": "Connected",
|
|
7729
7883
|
"tools.connection.action.configure": "Configure",
|
|
7730
7884
|
"tools.connection.action.close": "Close",
|
|
7885
|
+
"tools.connection.install.contactAdmin": "Ask an administrator to install this community node",
|
|
7731
7886
|
"tools.connection.credentialPicker.search": "Search credentials...",
|
|
7732
7887
|
"tools.connection.credentialPicker.create": "Create credential",
|
|
7733
7888
|
"tools.connection.credentialPicker.noResults": "No credentials found",
|
|
7734
|
-
"tools.connection.tabs.services": "Services",
|
|
7735
|
-
"tools.connection.tabs.agents": "Agents",
|
|
7736
|
-
"tools.connection.tabs.data": "Data",
|
|
7737
|
-
"tools.connection.tabs.workflows": "Workflows",
|
|
7738
7889
|
"tools.connection.tabs.settings": "Settings",
|
|
7739
7890
|
"tools.connection.tabs.details": "Details",
|
|
7740
7891
|
"tools.connection.settings.toolInclusion": "Tool Inclusion",
|
|
@@ -7766,7 +7917,10 @@ var en_default = {
|
|
|
7766
7917
|
"agents.channels.modal.connectDescription": "Connect your {channel} account",
|
|
7767
7918
|
"agents.channels.modal.setupPlaceholder": "Setup view for {channel} will go here.",
|
|
7768
7919
|
"agents.channels.modal.editPlaceholder": "Edit view for {channel} will go here.",
|
|
7920
|
+
"agents.channels.modal.configured": "Configured",
|
|
7769
7921
|
"agents.channels.modal.connected": "Connected",
|
|
7922
|
+
"agents.channels.modal.removeChannel": "Remove channel",
|
|
7923
|
+
"agents.channels.modal.credentialReplacementError": "Couldn't finish changing the credential. Try again.",
|
|
7770
7924
|
"nodeCreator.sectionNames.includedInN8n": "Included in n8n",
|
|
7771
7925
|
"contextMenu.nodeGroup": "group",
|
|
7772
7926
|
"contextMenu.group": "Group node | Group nodes",
|