@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/types2.d.cts CHANGED
@@ -422,6 +422,7 @@ declare const _exports: {
422
422
  "banners.trial.message.days": string;
423
423
  "banners.trial.message.hours": string;
424
424
  "banners.trial.message.minutes": string;
425
+ "banners.trial.tooltip": string;
425
426
  "banners.trialOver.message": string;
426
427
  "banners.v1.message": string;
427
428
  "banners.workflowAutoDeactivated.message": string;
@@ -1011,6 +1012,7 @@ declare const _exports: {
1011
1012
  "credentialEdit.credentialConfig.accountNotConnected.endUser": string;
1012
1013
  "credentialEdit.credentialConfig.connect": string;
1013
1014
  "credentialEdit.credentialConfig.connectOAuth2Credential": string;
1015
+ "credentialEdit.credentialConfig.authProbeAccepted": string;
1014
1016
  "credentialEdit.credentialConfig.clickToCopy": string;
1015
1017
  "credentialEdit.credentialConfig.connectionTestedSuccessfully": string;
1016
1018
  "credentialEdit.credentialConfig.couldntConnectWithTheseSettings": string;
@@ -1040,6 +1042,8 @@ declare const _exports: {
1040
1042
  "credentialEdit.credentialConfig.missingCredentialType": string;
1041
1043
  "credentialEdit.credentialConfig.oauthModeManaged": string;
1042
1044
  "credentialEdit.credentialConfig.oauthModeCustom": string;
1045
+ "credentialEdit.credentialConfig.oauthModeManagedWithAuthType": string;
1046
+ "credentialEdit.credentialConfig.oauthModeCustomWithAuthType": string;
1043
1047
  "credentialEdit.credentialConfig.setupCredential": string;
1044
1048
  "credentialEdit.credentialConfig.quickConnect": string;
1045
1049
  "credentialEdit.credentialConfig.quickConnectTitle": string;
@@ -1089,6 +1093,30 @@ declare const _exports: {
1089
1093
  "credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": string;
1090
1094
  "credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": string;
1091
1095
  "credentialEdit.credentialEdit.connection": string;
1096
+ "credentialEdit.templatedAuth.backToForm": string;
1097
+ "credentialEdit.templatedAuth.codes": string;
1098
+ "credentialEdit.templatedAuth.codes.placeholder": string;
1099
+ "credentialEdit.templatedAuth.codes.tooltip": string;
1100
+ "credentialEdit.templatedAuth.docsUrl": string;
1101
+ "credentialEdit.templatedAuth.docsUrl.placeholder": string;
1102
+ "credentialEdit.templatedAuth.docsUrl.tooltip": string;
1103
+ "credentialEdit.templatedAuth.editSetup": string;
1104
+ "credentialEdit.templatedAuth.fieldHint": string;
1105
+ "credentialEdit.templatedAuth.fieldHint.tooltip": string;
1106
+ "credentialEdit.templatedAuth.fieldLabel": string;
1107
+ "credentialEdit.templatedAuth.fieldLabel.tooltip": string;
1108
+ "credentialEdit.templatedAuth.fieldRequired": string;
1109
+ "credentialEdit.templatedAuth.fieldType.plain": string;
1110
+ "credentialEdit.templatedAuth.fieldType.secret": string;
1111
+ "credentialEdit.templatedAuth.fields": string;
1112
+ "credentialEdit.templatedAuth.fields.empty": string;
1113
+ "credentialEdit.templatedAuth.fields.tooltip": string;
1114
+ "credentialEdit.templatedAuth.noFieldsYet": string;
1115
+ "credentialEdit.templatedAuth.template": string;
1116
+ "credentialEdit.templatedAuth.template.tooltip": string;
1117
+ "credentialEdit.templatedAuth.testUrl": string;
1118
+ "credentialEdit.templatedAuth.testUrl.placeholder": string;
1119
+ "credentialEdit.templatedAuth.testUrl.tooltip": string;
1092
1120
  "credentialEdit.credentialEdit.sharing": string;
1093
1121
  "credentialEdit.credentialEdit.couldNotFindCredentialOfType": string;
1094
1122
  "credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
@@ -1298,10 +1326,10 @@ declare const _exports: {
1298
1326
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": string;
1299
1327
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": string;
1300
1328
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": string;
1301
- "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": string;
1302
- "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": string;
1303
1329
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": string;
1304
1330
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": string;
1331
+ "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.label": string;
1332
+ "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.prompt": string;
1305
1333
  "experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": string;
1306
1334
  "experiments.personalizedTemplatesV3.browseAllTemplates": string;
1307
1335
  "experiments.personalizedTemplatesV3.couldntFind": string;
@@ -2385,6 +2413,9 @@ declare const _exports: {
2385
2413
  "nodeView.showError.nodeNodeCompatible.message": string;
2386
2414
  "nodeView.showMessage.addNodeButton.message": string;
2387
2415
  "nodeView.showMessage.addNodeButton.title": string;
2416
+ "nodeView.showMessage.credentialsAutoAdded.title": string;
2417
+ "nodeView.showMessage.credentialsAutoAdded.message.single": string;
2418
+ "nodeView.showMessage.credentialsAutoAdded.message.multiple": string;
2388
2419
  "nodeView.showMessage.keyDown.title": string;
2389
2420
  "nodeView.showMessage.importWorkflowTags.title": string;
2390
2421
  "nodeView.showMessage.importWorkflowTags.message": string;
@@ -2516,6 +2547,7 @@ declare const _exports: {
2516
2547
  "oauth.consentView.scopes.badge.write": string;
2517
2548
  "oauth.consentView.scopes.group.workflows": string;
2518
2549
  "oauth.consentView.scopes.group.executions": string;
2550
+ "oauth.consentView.scopes.group.agents": string;
2519
2551
  "oauth.consentView.scopes.group.credentials": string;
2520
2552
  "oauth.consentView.scopes.group.dataTables": string;
2521
2553
  "oauth.consentView.scopes.group.projectsAndFolders": string;
@@ -2887,6 +2919,7 @@ declare const _exports: {
2887
2919
  "projectRoles.tab.assignments": string;
2888
2920
  "projectRoles.sourceControl.table.projectsAssigned": string;
2889
2921
  "roles.tab.instance": string;
2922
+ "roles.tab.instance.disabledTooltip": string;
2890
2923
  "roles.tab.project": string;
2891
2924
  "instanceRoles.table.membersAssigned": string;
2892
2925
  "instanceRoles.resource.settings": string;
@@ -3227,6 +3260,11 @@ declare const _exports: {
3227
3260
  "settings.mcp.workflowsExposed.count": string;
3228
3261
  "settings.mcp.workflowsExposed.page.title": string;
3229
3262
  "settings.mcp.workflowsExposed.page.description": string;
3263
+ "settings.mcp.agentsExposed.title": string;
3264
+ "settings.mcp.agentsExposed.description": string;
3265
+ "settings.mcp.agentsExposed.count": string;
3266
+ "settings.mcp.agentsExposed.page.title": string;
3267
+ "settings.mcp.agentsExposed.page.description": string;
3230
3268
  "settings.mcp.callbackUrls.title": string;
3231
3269
  "settings.mcp.callbackUrls.description": string;
3232
3270
  "settings.mcp.callbackUrls.value.all": string;
@@ -3283,6 +3321,11 @@ declare const _exports: {
3283
3321
  "settings.mcp.workflows.table.column.description.editTooltip": string;
3284
3322
  "settings.mcp.workflows.table.empty.title": string;
3285
3323
  "settings.mcp.workflows.table.empty.description": string;
3324
+ "settings.mcp.agents.table.action.removeMCPAccess": string;
3325
+ "settings.mcp.agents.table.column.name": string;
3326
+ "settings.mcp.agents.table.column.location": string;
3327
+ "settings.mcp.agents.table.empty.title": string;
3328
+ "settings.mcp.agents.table.empty.description": string;
3286
3329
  "settings.mcp.oauth.table.empty.title": string;
3287
3330
  "settings.mcp.oauth.table.empty.description": string;
3288
3331
  "settings.mcp.oauth.table.empty.button": string;
@@ -3306,6 +3349,8 @@ declare const _exports: {
3306
3349
  "settings.mcp.oAuthClients.scope.workflow.write": string;
3307
3350
  "settings.mcp.oAuthClients.scope.workflow.execute": string;
3308
3351
  "settings.mcp.oAuthClients.scope.execution.read": string;
3352
+ "settings.mcp.oAuthClients.scope.agent.read": string;
3353
+ "settings.mcp.oAuthClients.scope.agent.write": string;
3309
3354
  "settings.mcp.oAuthClients.scope.credential.read": string;
3310
3355
  "settings.mcp.oAuthClients.scope.dataTable.read": string;
3311
3356
  "settings.mcp.oAuthClients.scope.dataTable.write": string;
@@ -3323,6 +3368,7 @@ declare const _exports: {
3323
3368
  "settings.mcp.oAuthClients.details.badge.write": string;
3324
3369
  "settings.mcp.oAuthClients.resource.workflow": string;
3325
3370
  "settings.mcp.oAuthClients.resource.execution": string;
3371
+ "settings.mcp.oAuthClients.resource.agent": string;
3326
3372
  "settings.mcp.oAuthClients.resource.credential": string;
3327
3373
  "settings.mcp.oAuthClients.resource.dataTable": string;
3328
3374
  "settings.mcp.oAuthClients.resource.project": string;
@@ -3361,6 +3407,16 @@ declare const _exports: {
3361
3407
  "settings.mcp.workflows.enableAccess.success.title": string;
3362
3408
  "settings.mcp.workflows.removeAccess.success.title": string;
3363
3409
  "settings.mcp.connectWorkflows.emptyState": string;
3410
+ "settings.mcp.connectAgents": string;
3411
+ "settings.mcp.connectAgents.modalTitle": string;
3412
+ "settings.mcp.connectAgents.notice": string;
3413
+ "settings.mcp.connectAgents.input.placeholder": string;
3414
+ "settings.mcp.connectAgents.confirm.label": string;
3415
+ "settings.mcp.connectAgents.error": string;
3416
+ "settings.mcp.connectAgents.emptyState": string;
3417
+ "settings.mcp.agents.enableAccess.success.title": string;
3418
+ "settings.mcp.agents.removeAccess.success.title": string;
3419
+ "settings.mcp.agents.list.error.fetching": string;
3364
3420
  "settings.mcp.connectDialog.tab.accessToken": string;
3365
3421
  "settings.mcp.connectDialog.serverUrl": string;
3366
3422
  "settings.mcp.connectDialog.jsonConfig": string;
@@ -3408,6 +3464,11 @@ declare const _exports: {
3408
3464
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
3409
3465
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
3410
3466
  "experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
3467
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.title": string;
3468
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.description": string;
3469
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.confirm": string;
3470
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.title": string;
3471
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.message": string;
3411
3472
  "experiments.exposeAllWorkflowsToMcp.modal.title": string;
3412
3473
  "experiments.exposeAllWorkflowsToMcp.modal.description": string;
3413
3474
  "experiments.exposeAllWorkflowsToMcp.modal.notNow": string;
@@ -3415,6 +3476,31 @@ declare const _exports: {
3415
3476
  "experiments.exposeAllWorkflowsToMcp.modal.success.title": string;
3416
3477
  "experiments.exposeAllWorkflowsToMcp.modal.success.message": string;
3417
3478
  "experiments.exposeAllWorkflowsToMcp.modal.error.title": string;
3479
+ "experiments.trialIntroModal.eyebrow": string;
3480
+ "experiments.trialIntroModal.title": string;
3481
+ "experiments.trialIntroModal.titleHighlight": string;
3482
+ "experiments.trialIntroModal.subtitle": string;
3483
+ "experiments.trialIntroModal.endsIn": string;
3484
+ "experiments.trialIntroModal.stats.aiCredits": string;
3485
+ "experiments.trialIntroModal.stats.executions": string;
3486
+ "experiments.trialIntroModal.stats.days": string;
3487
+ "experiments.trialIntroModal.callout.title": string;
3488
+ "experiments.trialIntroModal.callout.body": string;
3489
+ "experiments.trialIntroModal.startBuilding": string;
3490
+ "experiments.trialIntroModal.upgradeNow": string;
3491
+ "experiments.trialIntroModal.step2.title": string;
3492
+ "experiments.trialIntroModal.step2.subtitle": string;
3493
+ "experiments.trialIntroModal.step2.back": string;
3494
+ "experiments.trialIntroModal.step2.executions": string;
3495
+ "experiments.trialIntroModal.step2.aiCredits": string;
3496
+ "experiments.trialIntroModal.step2.perMonth": string;
3497
+ "experiments.trialIntroModal.step2.annual": string;
3498
+ "experiments.trialIntroModal.step2.monthly": string;
3499
+ "experiments.trialIntroModal.step2.save": string;
3500
+ "experiments.trialIntroModal.step2.saveFallback": string;
3501
+ "experiments.trialIntroModal.step2.billedAnnually": string;
3502
+ "experiments.trialIntroModal.step2.cta": string;
3503
+ "experiments.trialIntroModal.step2.upgradeError": string;
3418
3504
  "settings.chatHub": string;
3419
3505
  "settings.chatHub.enabled.label": string;
3420
3506
  "settings.chatHub.enabled.description": string;
@@ -3617,6 +3703,9 @@ declare const _exports: {
3617
3703
  "settings.log-streaming.eventGroup.n8n.runner.info": string;
3618
3704
  "settings.log-streaming.eventGroup.n8n.queue": string;
3619
3705
  "settings.log-streaming.eventGroup.n8n.queue.info": string;
3706
+ "settings.log-streaming.eventName.n8n.audit.mcp.oauth.completed": string;
3707
+ "settings.log-streaming.eventName.n8n.audit.mcp.tool.called": string;
3708
+ "settings.log-streaming.eventName.n8n.audit.mcp.access.updated": string;
3620
3709
  "settings.log-streaming.eventGroup.n8n.worker": string;
3621
3710
  "settings.log-streaming.$$AbstractMessageEventBusDestination": string;
3622
3711
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": string;
@@ -3635,6 +3724,7 @@ declare const _exports: {
3635
3724
  "settings.api.create.description": string;
3636
3725
  "settings.api.create.button": string;
3637
3726
  "settings.api.create.button.loading": string;
3727
+ "settings.api.create.disabledTooltip": string;
3638
3728
  "settings.api.search.placeholder": string;
3639
3729
  "settings.api.search.noResults": string;
3640
3730
  "settings.api.owners.all": string;
@@ -3668,6 +3758,8 @@ declare const _exports: {
3668
3758
  "settings.api.view.modal.form.label": string;
3669
3759
  "settings.api.view.modal.form.expiration": string;
3670
3760
  "settings.api.view.modal.form.expirationText": string;
3761
+ "settings.api.view.modal.form.expirationText.never": string;
3762
+ "settings.api.view.modal.form.expirationText.expired": string;
3671
3763
  "settings.api.view.modal.form.label.placeholder": string;
3672
3764
  "settings.api.view.modal.form.expiration.custom": string;
3673
3765
  "settings.api.view.modal.form.expiration.days": string;
@@ -3676,6 +3768,7 @@ declare const _exports: {
3676
3768
  "settings.api.view.modal.title.create": string;
3677
3769
  "settings.api.view.modal.title.edit": string;
3678
3770
  "settings.api.view.modal.title.readonly": string;
3771
+ "settings.api.view.modal.title.readonly.own": string;
3679
3772
  "settings.api.view.modal.done.button": string;
3680
3773
  "settings.api.view.modal.save.button": string;
3681
3774
  "settings.api.view.modal.close.button": string;
@@ -4064,6 +4157,23 @@ declare const _exports: {
4064
4157
  "settings.migrationReport.detail.filter.status.all": string;
4065
4158
  "settings.migrationReport.detail.filter.status.active": string;
4066
4159
  "settings.migrationReport.detail.filter.status.deactivated": string;
4160
+ "settings.migrationReport.detail.migrate.button": string;
4161
+ "settings.migrationReport.detail.migrate.migrated": string;
4162
+ "settings.migrationReport.detail.migrate.error.title": string;
4163
+ "settings.migrationReport.detail.migrate.modal.title": string;
4164
+ "settings.migrationReport.detail.migrate.modal.confirmLead": string;
4165
+ "settings.migrationReport.detail.migrate.modal.stepMigrate": string;
4166
+ "settings.migrationReport.detail.migrate.modal.stepPublish": string;
4167
+ "settings.migrationReport.detail.migrate.modal.confirmButton": string;
4168
+ "settings.migrationReport.detail.migrate.modal.successBody": string;
4169
+ "settings.migrationReport.detail.migrate.modal.openWorkflow": string;
4170
+ "settings.migrationReport.detail.migrate.modal.reviewTitle": string;
4171
+ "settings.migrationReport.detail.migrate.modal.reviewNodes": string;
4172
+ "settings.migrationReport.detail.migrate.modal.done": string;
4173
+ "settings.migrationReport.detail.migrate.publish.button": string;
4174
+ "settings.migrationReport.detail.migrate.publish.skip": string;
4175
+ "settings.migrationReport.detail.migrate.publish.published": string;
4176
+ "settings.migrationReport.detail.migrate.publish.error.title": string;
4067
4177
  "showMessage.cancel": string;
4068
4178
  "showMessage.ok": string;
4069
4179
  "showMessage.showDetails": string;
@@ -4170,7 +4280,10 @@ declare const _exports: {
4170
4280
  "nodeIssues.credentials.notIdentified": string;
4171
4281
  "nodeIssues.credentials.notIdentified.hint": string;
4172
4282
  "nodeIssues.credentials.privateNotConnected": string;
4173
- "nodeIssues.credentials.privateRequiresManualTrigger": string;
4283
+ "nodeIssues.credentials.privateRequiresIdentityTrigger": string;
4284
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithWebhook": string;
4285
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithForm": string;
4286
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithFormAndWebhook": string;
4174
4287
  "nodeIssues.credentials.privateRequiresIdentityExtractor": string;
4175
4288
  "nodeIssues.input.missing": string;
4176
4289
  "ndv.trigger.moreInfo": string;
@@ -4501,6 +4614,8 @@ declare const _exports: {
4501
4614
  "workflowSettings.toggleMCP.error.title": string;
4502
4615
  "workflowSettings.toggleMCP.notFoundError": string;
4503
4616
  "workflowSettings.toggleMCP.updateSkippedError": string;
4617
+ "agents.toggleMCP.error.title": string;
4618
+ "agents.toggleMCP.updateSkippedError": string;
4504
4619
  "workflowHistory.title": string;
4505
4620
  "workflowHistory.tab.history": string;
4506
4621
  "workflowHistory.tab.publishTimeline": string;
@@ -4523,14 +4638,37 @@ declare const _exports: {
4523
4638
  "workflowReviews.submitForReview.error.save": string;
4524
4639
  "workflowReviews.updateReview.title": string;
4525
4640
  "workflowReviews.updateReview.description": string;
4641
+ "workflowReviews.updateReview.description.review": string;
4526
4642
  "workflowReviews.updateReview.submit": string;
4527
4643
  "workflowReviews.updateReview.toast": string;
4528
4644
  "workflowReviews.updateReview.error.title": string;
4529
4645
  "workflowReviews.updateReview.error.noOpenReview": string;
4530
4646
  "workflowReviews.submitted.title": string;
4531
4647
  "workflowReviews.submitted.description": string;
4648
+ "workflowReviews.submitted.description.submission": string;
4532
4649
  "workflowReviews.submitted.gotIt": string;
4533
4650
  "workflowReviews.submitted.toast": string;
4651
+ "workflowReviews.editorBanner.openReview": string;
4652
+ "workflowReviews.editorBanner.submitChanges": string;
4653
+ "workflowReviews.editorBanner.submitChanges.savedVersionHint": string;
4654
+ "workflowReviews.editorBanner.retryPublish": string;
4655
+ "workflowReviews.editorBanner.pending.pill": string;
4656
+ "workflowReviews.editorBanner.pending.title": string;
4657
+ "workflowReviews.editorBanner.pending.body": string;
4658
+ "workflowReviews.editorBanner.pending.support": string;
4659
+ "workflowReviews.editorBanner.pendingStale.pill": string;
4660
+ "workflowReviews.editorBanner.pendingStale.title": string;
4661
+ "workflowReviews.editorBanner.pendingStale.body": string;
4662
+ "workflowReviews.editorBanner.pendingStale.support": string;
4663
+ "workflowReviews.editorBanner.changesRequested.pill": string;
4664
+ "workflowReviews.editorBanner.changesRequested.title": string;
4665
+ "workflowReviews.editorBanner.changesRequested.body": string;
4666
+ "workflowReviews.editorBanner.changesRequested.bodyWithoutActor": string;
4667
+ "workflowReviews.editorBanner.changesRequested.support": string;
4668
+ "workflowReviews.editorBanner.approvedNotPublished.pill": string;
4669
+ "workflowReviews.editorBanner.approvedNotPublished.title": string;
4670
+ "workflowReviews.editorBanner.approvedNotPublished.body": string;
4671
+ "workflowReviews.editorBanner.approvedNotPublished.support": string;
4534
4672
  "workflowHistory.content.actions": string;
4535
4673
  "workflowHistory.item.id": string;
4536
4674
  "workflowHistory.item.createdAt": string;
@@ -5033,8 +5171,11 @@ declare const _exports: {
5033
5171
  "agents.modelSelector.defaultLabel": string;
5034
5172
  "agents.modelSelector.noMatch": string;
5035
5173
  "agents.modelSelector.noModels": string;
5174
+ "agents.modelSelector.modelsUnavailable": string;
5036
5175
  "agents.modelSelector.moreModels": string;
5037
5176
  "agents.modelSelector.configureCredentials": string;
5177
+ "agents.modelSelector.connectTo": string;
5178
+ "agents.modelSelector.models": string;
5038
5179
  "agents.modelSelector.credentialsMissing": string;
5039
5180
  "agents.modelSelector.freeCredits.label": string;
5040
5181
  "agents.modelSelector.freeCredits.badge": string;
@@ -5261,10 +5402,17 @@ declare const _exports: {
5261
5402
  "workflowReviews.status.approved": string;
5262
5403
  "workflowReviews.status.closed": string;
5263
5404
  "workflowReviews.detail.placeholder": string;
5405
+ "workflowReviews.detail.notFound.title": string;
5406
+ "workflowReviews.detail.notFound.body": string;
5264
5407
  "workflowReviews.emptyState.body.open": string;
5265
5408
  "workflowReviews.emptyState.body.closed": string;
5266
5409
  "workflowReviews.noSelection.body": string;
5267
5410
  "workflowReviews.error.load": string;
5411
+ "workflowReviews.decision.error.title": string;
5412
+ "workflowReviews.decision.approved.published.title": string;
5413
+ "workflowReviews.decision.approved.published.message": string;
5414
+ "workflowReviews.decision.approved.publishFailed.title": string;
5415
+ "workflowReviews.decision.approved.publishFailed.message": string;
5268
5416
  "settings.security.personalSpace.title": string;
5269
5417
  "settings.security.personalSpace.description": string;
5270
5418
  "settings.security.personalSpace.publishing.title": string;
@@ -5387,6 +5535,12 @@ declare const _exports: {
5387
5535
  "settings.sso.settings.roleMappingRules.instanceRules.title": string;
5388
5536
  "settings.sso.settings.roleMappingRules.instanceRules.description": string;
5389
5537
  "settings.sso.settings.roleMappingRules.addRule": string;
5538
+ "settings.sso.settings.roleMappingRules.assign": string;
5539
+ "settings.sso.settings.roleMappingRules.blockAccess": string;
5540
+ "settings.sso.settings.roleMappingRules.selectRole": string;
5541
+ "settings.sso.settings.roleMappingRules.defaultCondition.instance": string;
5542
+ "settings.sso.settings.roleMappingRules.defaultCondition.project": string;
5543
+ "settings.sso.settings.roleMappingRules.defaultCondition.idp": string;
5390
5544
  "settings.sso.settings.roleMappingRules.expression.placeholder": string;
5391
5545
  "settings.sso.settings.authProtocol.label": string;
5392
5546
  "settings.sso.settings.authProtocol.description": string;
@@ -6503,7 +6657,6 @@ declare const _exports: {
6503
6657
  "instanceAi.sidebar.threads": string;
6504
6658
  "instanceAi.sidebar.chatHistory": string;
6505
6659
  "instanceAi.sidebar.collapse": string;
6506
- "instanceAi.message.reasoning": string;
6507
6660
  "instanceAi.sidebar.noThreads": string;
6508
6661
  "instanceAi.sidebar.group.thisWeek": string;
6509
6662
  "instanceAi.sidebar.group.older": string;
@@ -6538,8 +6691,6 @@ declare const _exports: {
6538
6691
  "instanceAi.mcp.error.updateSettings": string;
6539
6692
  "instanceAi.mcp.error.disconnect": string;
6540
6693
  "instanceAi.mcp.settings.saved": string;
6541
- "instanceAi.mcp.error.autoConnectAmbiguous.title": string;
6542
- "instanceAi.mcp.error.autoConnectAmbiguous.message": string;
6543
6694
  "instanceAi.browserUse.modal.title": string;
6544
6695
  "instanceAi.browserUse.modal.description": string;
6545
6696
  "instanceAi.browserUse.step.extension.title": string;
@@ -6934,6 +7085,7 @@ declare const _exports: {
6934
7085
  "instanceAi.tools.list-nodes": string;
6935
7086
  "instanceAi.tools.get-workflow-as-code": string;
6936
7087
  "instanceAi.tools.build-workflow": string;
7088
+ "instanceAi.tools.build-workflow.imperative": string;
6937
7089
  "instanceAi.tools.read_config": string;
6938
7090
  "instanceAi.tools.write_config": string;
6939
7091
  "instanceAi.tools.patch_config": string;
@@ -7065,10 +7217,11 @@ declare const _exports: {
7065
7217
  "instanceAi.stepTimeline.done": string;
7066
7218
  "instanceAi.stepTimeline.craftingWorkflow": string;
7067
7219
  "instanceAi.activitySummary.toolCalls": string;
7068
- "instanceAi.thinking.active": string;
7069
- "instanceAi.thinking.done": string;
7070
- "instanceAi.thinking.doneFallback": string;
7071
- "instanceAi.thinking.waitingForInput": string;
7220
+ "ai.reasoning": string;
7221
+ "ai.thinking.active": string;
7222
+ "ai.thinking.done": string;
7223
+ "ai.thinking.doneFallback": string;
7224
+ "ai.thinking.waitingForInput": string;
7072
7225
  "projects.menu.instanceAi": string;
7073
7226
  "chatInputBase.button.attach": string;
7074
7227
  "chatInputBase.button.dictate": string;
@@ -7110,10 +7263,14 @@ declare const _exports: {
7110
7263
  "agents.builder.chat.newChat.label": string;
7111
7264
  "agents.chat.loadHistory.error": string;
7112
7265
  "agents.chat.clearHistory.error": string;
7266
+ "agents.chat.stop.error": string;
7113
7267
  "agents.chat.streamInterrupted": string;
7114
7268
  "agents.chat.toolError.generic": string;
7115
7269
  "agents.chat.clearHistory": string;
7116
7270
  "agents.chat.input.placeholder": string;
7271
+ "agents.chat.attachments.tooLarge": string;
7272
+ "agents.chat.attachments.tooMany": string;
7273
+ "agents.chat.attachments.unavailable": string;
7117
7274
  "agents.chat.answerQuestionPlaceholder": string;
7118
7275
  "agents.chat.misconfigured.title": string;
7119
7276
  "agents.chat.misconfigured.issuesPrefix": string;
@@ -7174,7 +7331,10 @@ declare const _exports: {
7174
7331
  "agents.list.empty.button.disabled.tooltip": string;
7175
7332
  "agents.list.actions.publish": string;
7176
7333
  "agents.list.actions.unpublish": string;
7334
+ "agents.list.actions.enableMCPAccess": string;
7335
+ "agents.list.actions.disableMCPAccess": string;
7177
7336
  "agents.list.actions.delete": string;
7337
+ "agents.list.availableInMCP": string;
7178
7338
  "agents.list.readonly": string;
7179
7339
  "agents.publish.button.publish": string;
7180
7340
  "agents.publish.button.published": string;
@@ -7214,34 +7374,26 @@ declare const _exports: {
7214
7374
  "agents.versionHistory.publish.toast.title": string;
7215
7375
  "agents.versionHistory.publish.error": string;
7216
7376
  "agents.search.placeholder": string;
7217
- "agents.tools.title": string;
7218
- "agents.tools.add": string;
7219
- "agents.tools.search.placeholder": string;
7220
- "agents.tools.availableTools": string;
7221
- "agents.tools.availableWorkflows": string;
7222
- "agents.tools.availableAiTools": string;
7223
- "agents.tools.availableN8nTools": string;
7224
- "agents.tools.availableExternalTools": string;
7225
- "agents.tools.noResults": string;
7226
- "agents.tools.noResults.withQuery": string;
7227
- "agents.tools.configure": string;
7228
- "agents.tools.connect": string;
7229
7377
  "agents.tools.added": string;
7230
- "agents.tools.connected": string;
7231
- "agents.tools.addCredentials": string;
7232
- "agents.tools.needsApproval": string;
7233
- "agents.tools.noCredentials": string;
7234
7378
  "agents.tools.workflow.incompatible.title": string;
7235
7379
  "agents.tools.workflow.incompatible.message": string;
7236
7380
  "agents.tools.workflow.fetchFailed.title": string;
7237
7381
  "agents.tools.workflow.fetchFailed.message": string;
7238
- "agents.tools.availableMcpServers": string;
7382
+ "agents.tools.install.unresolved.title": string;
7383
+ "agents.tools.install.unresolved.message": string;
7239
7384
  "agents.tools.mcp.added": string;
7240
7385
  "agents.toolConfig.workflow.description": string;
7241
7386
  "agents.toolConfig.workflow.description.placeholder": string;
7242
7387
  "agents.toolConfig.workflow.description.hint": string;
7243
7388
  "agents.toolConfig.workflow.allOutputs": string;
7244
7389
  "agents.toolConfig.workflow.allOutputs.hint": string;
7390
+ "agents.toolConfig.workflow.target": string;
7391
+ "agents.toolConfig.workflow.target.notice": string;
7392
+ "agents.toolConfig.workflow.target.unavailable": string;
7393
+ "agents.toolConfig.workflow.target.placeholder": string;
7394
+ "agents.toolConfig.workflow.target.duplicateName": string;
7395
+ "agents.toolConfig.workflow.target.idNotFound": string;
7396
+ "agents.toolConfig.workflow.target.open": string;
7245
7397
  "agents.toolConfig.save": string;
7246
7398
  "agents.toolConfig.cancel": string;
7247
7399
  "agents.toolConfig.approval.label": string;
@@ -7294,12 +7446,10 @@ declare const _exports: {
7294
7446
  "agents.builder.advanced.webSearch.fallbackProvider.searxng": string;
7295
7447
  "agents.builder.advanced.webSearch.credential.label": string;
7296
7448
  "agents.builder.advanced.webSearch.credential.hint": string;
7297
- "agents.builder.advanced.thinking.label": string;
7298
- "agents.builder.advanced.thinking.hint": string;
7299
- "agents.builder.advanced.thinking.unsupportedTooltip": string;
7300
- "agents.builder.advanced.thinking.unsupportedProviderFallback": string;
7301
- "agents.builder.advanced.budgetTokens.label": string;
7302
- "agents.builder.advanced.budgetTokens.hint": string;
7449
+ "agents.builder.advanced.reasoning.label": string;
7450
+ "agents.builder.advanced.reasoning.hint": string;
7451
+ "agents.builder.advanced.reasoning.unsupportedHint": string;
7452
+ "agents.builder.advanced.reasoning.noModelHint": string;
7303
7453
  "agents.builder.advanced.reasoningEffort.label": string;
7304
7454
  "agents.builder.advanced.promptCaching.hint": string;
7305
7455
  "agents.builder.advanced.promptCachingTtl.label": string;
@@ -7310,6 +7460,8 @@ declare const _exports: {
7310
7460
  "agents.builder.advanced.recentMessages.memoryDisabledTooltip": string;
7311
7461
  "agents.builder.advanced.maxIterations.label": string;
7312
7462
  "agents.builder.advanced.maxIterations.hint": string;
7463
+ "agents.builder.mcp.availableInMCP.label": string;
7464
+ "agents.builder.mcp.availableInMCP.hint": string;
7313
7465
  "agents.builder.memory.title": string;
7314
7466
  "agents.builder.memory.description": string;
7315
7467
  "agents.builder.memory.settings.title": string;
@@ -7430,12 +7582,9 @@ declare const _exports: {
7430
7582
  "agents.builder.editor.copy": string;
7431
7583
  "agents.builder.editor.copied": string;
7432
7584
  "agents.builder.tools.title": string;
7433
- "agents.builder.tools.count": string;
7434
7585
  "agents.builder.tools.add": string;
7435
- "agents.builder.tools.empty": string;
7436
7586
  "agents.builder.tools.type.workflow": string;
7437
7587
  "agents.builder.tools.type.custom": string;
7438
- "agents.builder.tools.workflows.title": string;
7439
7588
  "agents.builder.tools.remove": string;
7440
7589
  "agents.builder.tools.back": string;
7441
7590
  "agents.builder.skills.title": string;
@@ -7643,7 +7792,6 @@ declare const _exports: {
7643
7792
  "agents.builder.addTrigger.slack.setup.tokenLink": string;
7644
7793
  "agents.builder.addTrigger.slack.setup.button": string;
7645
7794
  "agents.builder.addTrigger.slack.setup.error": string;
7646
- "agents.channels.setup.publishNotice": string;
7647
7795
  "agents.channels.slack.setup.createToken.title": string;
7648
7796
  "agents.channels.slack.setup.createToken.description": string;
7649
7797
  "agents.channels.slack.setup.createToken.link": string;
@@ -7717,22 +7865,25 @@ declare const _exports: {
7717
7865
  "instanceAi.welcomeModal.gateway.tokenExpired": string;
7718
7866
  "tools.connection.title": string;
7719
7867
  "tools.connection.search.placeholder": string;
7720
- "tools.connection.sections.builtInServices": string;
7721
- "tools.connection.sections.availableNodes": string;
7722
- "tools.connection.sections.availableAgents": string;
7723
- "tools.connection.sections.availableData": string;
7724
- "tools.connection.sections.availableWorkflows": string;
7868
+ "tools.connection.categories.all": string;
7869
+ "tools.connection.categories.connected": string;
7870
+ "tools.connection.categories.builtIn": string;
7871
+ "tools.connection.categories.mcp": string;
7872
+ "tools.connection.categories.ai": string;
7873
+ "tools.connection.categories.n8n": string;
7874
+ "tools.connection.categories.appAction": string;
7875
+ "tools.connection.categories.community": string;
7876
+ "tools.connection.categories.workflows": string;
7877
+ "tools.connection.categories.agents": string;
7878
+ "tools.connection.categories.data": string;
7725
7879
  "tools.connection.action.connect": string;
7726
7880
  "tools.connection.action.connected": string;
7727
7881
  "tools.connection.action.configure": string;
7728
7882
  "tools.connection.action.close": string;
7883
+ "tools.connection.install.contactAdmin": string;
7729
7884
  "tools.connection.credentialPicker.search": string;
7730
7885
  "tools.connection.credentialPicker.create": string;
7731
7886
  "tools.connection.credentialPicker.noResults": string;
7732
- "tools.connection.tabs.services": string;
7733
- "tools.connection.tabs.agents": string;
7734
- "tools.connection.tabs.data": string;
7735
- "tools.connection.tabs.workflows": string;
7736
7887
  "tools.connection.tabs.settings": string;
7737
7888
  "tools.connection.tabs.details": string;
7738
7889
  "tools.connection.settings.toolInclusion": string;
@@ -7764,7 +7915,10 @@ declare const _exports: {
7764
7915
  "agents.channels.modal.connectDescription": string;
7765
7916
  "agents.channels.modal.setupPlaceholder": string;
7766
7917
  "agents.channels.modal.editPlaceholder": string;
7918
+ "agents.channels.modal.configured": string;
7767
7919
  "agents.channels.modal.connected": string;
7920
+ "agents.channels.modal.removeChannel": string;
7921
+ "agents.channels.modal.credentialReplacementError": string;
7768
7922
  "agents.chat.askCredential.skipped": string;
7769
7923
  "agents.chat.askQuestions.skipped": string;
7770
7924
  "agents.chat.configureChannel.skipped": string;