@n8n/i18n 2.33.1 → 2.34.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/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;
@@ -2889,6 +2921,7 @@ declare const _exports: {
2889
2921
  "projectRoles.tab.assignments": string;
2890
2922
  "projectRoles.sourceControl.table.projectsAssigned": string;
2891
2923
  "roles.tab.instance": string;
2924
+ "roles.tab.instance.disabledTooltip": string;
2892
2925
  "roles.tab.project": string;
2893
2926
  "instanceRoles.table.membersAssigned": string;
2894
2927
  "instanceRoles.resource.settings": string;
@@ -3229,6 +3262,11 @@ declare const _exports: {
3229
3262
  "settings.mcp.workflowsExposed.count": string;
3230
3263
  "settings.mcp.workflowsExposed.page.title": string;
3231
3264
  "settings.mcp.workflowsExposed.page.description": string;
3265
+ "settings.mcp.agentsExposed.title": string;
3266
+ "settings.mcp.agentsExposed.description": string;
3267
+ "settings.mcp.agentsExposed.count": string;
3268
+ "settings.mcp.agentsExposed.page.title": string;
3269
+ "settings.mcp.agentsExposed.page.description": string;
3232
3270
  "settings.mcp.callbackUrls.title": string;
3233
3271
  "settings.mcp.callbackUrls.description": string;
3234
3272
  "settings.mcp.callbackUrls.value.all": string;
@@ -3285,6 +3323,11 @@ declare const _exports: {
3285
3323
  "settings.mcp.workflows.table.column.description.editTooltip": string;
3286
3324
  "settings.mcp.workflows.table.empty.title": string;
3287
3325
  "settings.mcp.workflows.table.empty.description": string;
3326
+ "settings.mcp.agents.table.action.removeMCPAccess": string;
3327
+ "settings.mcp.agents.table.column.name": string;
3328
+ "settings.mcp.agents.table.column.location": string;
3329
+ "settings.mcp.agents.table.empty.title": string;
3330
+ "settings.mcp.agents.table.empty.description": string;
3288
3331
  "settings.mcp.oauth.table.empty.title": string;
3289
3332
  "settings.mcp.oauth.table.empty.description": string;
3290
3333
  "settings.mcp.oauth.table.empty.button": string;
@@ -3308,6 +3351,8 @@ declare const _exports: {
3308
3351
  "settings.mcp.oAuthClients.scope.workflow.write": string;
3309
3352
  "settings.mcp.oAuthClients.scope.workflow.execute": string;
3310
3353
  "settings.mcp.oAuthClients.scope.execution.read": string;
3354
+ "settings.mcp.oAuthClients.scope.agent.read": string;
3355
+ "settings.mcp.oAuthClients.scope.agent.write": string;
3311
3356
  "settings.mcp.oAuthClients.scope.credential.read": string;
3312
3357
  "settings.mcp.oAuthClients.scope.dataTable.read": string;
3313
3358
  "settings.mcp.oAuthClients.scope.dataTable.write": string;
@@ -3325,6 +3370,7 @@ declare const _exports: {
3325
3370
  "settings.mcp.oAuthClients.details.badge.write": string;
3326
3371
  "settings.mcp.oAuthClients.resource.workflow": string;
3327
3372
  "settings.mcp.oAuthClients.resource.execution": string;
3373
+ "settings.mcp.oAuthClients.resource.agent": string;
3328
3374
  "settings.mcp.oAuthClients.resource.credential": string;
3329
3375
  "settings.mcp.oAuthClients.resource.dataTable": string;
3330
3376
  "settings.mcp.oAuthClients.resource.project": string;
@@ -3363,6 +3409,16 @@ declare const _exports: {
3363
3409
  "settings.mcp.workflows.enableAccess.success.title": string;
3364
3410
  "settings.mcp.workflows.removeAccess.success.title": string;
3365
3411
  "settings.mcp.connectWorkflows.emptyState": string;
3412
+ "settings.mcp.connectAgents": string;
3413
+ "settings.mcp.connectAgents.modalTitle": string;
3414
+ "settings.mcp.connectAgents.notice": string;
3415
+ "settings.mcp.connectAgents.input.placeholder": string;
3416
+ "settings.mcp.connectAgents.confirm.label": string;
3417
+ "settings.mcp.connectAgents.error": string;
3418
+ "settings.mcp.connectAgents.emptyState": string;
3419
+ "settings.mcp.agents.enableAccess.success.title": string;
3420
+ "settings.mcp.agents.removeAccess.success.title": string;
3421
+ "settings.mcp.agents.list.error.fetching": string;
3366
3422
  "settings.mcp.connectDialog.tab.accessToken": string;
3367
3423
  "settings.mcp.connectDialog.serverUrl": string;
3368
3424
  "settings.mcp.connectDialog.jsonConfig": string;
@@ -3410,6 +3466,11 @@ declare const _exports: {
3410
3466
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
3411
3467
  "experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
3412
3468
  "experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
3469
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.title": string;
3470
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.description": string;
3471
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.confirm": string;
3472
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.title": string;
3473
+ "experiments.exposeAllWorkflowsToMcp.modal.withAgents.success.message": string;
3413
3474
  "experiments.exposeAllWorkflowsToMcp.modal.title": string;
3414
3475
  "experiments.exposeAllWorkflowsToMcp.modal.description": string;
3415
3476
  "experiments.exposeAllWorkflowsToMcp.modal.notNow": string;
@@ -3417,6 +3478,31 @@ declare const _exports: {
3417
3478
  "experiments.exposeAllWorkflowsToMcp.modal.success.title": string;
3418
3479
  "experiments.exposeAllWorkflowsToMcp.modal.success.message": string;
3419
3480
  "experiments.exposeAllWorkflowsToMcp.modal.error.title": string;
3481
+ "experiments.trialIntroModal.eyebrow": string;
3482
+ "experiments.trialIntroModal.title": string;
3483
+ "experiments.trialIntroModal.titleHighlight": string;
3484
+ "experiments.trialIntroModal.subtitle": string;
3485
+ "experiments.trialIntroModal.endsIn": string;
3486
+ "experiments.trialIntroModal.stats.aiCredits": string;
3487
+ "experiments.trialIntroModal.stats.executions": string;
3488
+ "experiments.trialIntroModal.stats.days": string;
3489
+ "experiments.trialIntroModal.callout.title": string;
3490
+ "experiments.trialIntroModal.callout.body": string;
3491
+ "experiments.trialIntroModal.startBuilding": string;
3492
+ "experiments.trialIntroModal.upgradeNow": string;
3493
+ "experiments.trialIntroModal.step2.title": string;
3494
+ "experiments.trialIntroModal.step2.subtitle": string;
3495
+ "experiments.trialIntroModal.step2.back": string;
3496
+ "experiments.trialIntroModal.step2.executions": string;
3497
+ "experiments.trialIntroModal.step2.aiCredits": string;
3498
+ "experiments.trialIntroModal.step2.perMonth": string;
3499
+ "experiments.trialIntroModal.step2.annual": string;
3500
+ "experiments.trialIntroModal.step2.monthly": string;
3501
+ "experiments.trialIntroModal.step2.save": string;
3502
+ "experiments.trialIntroModal.step2.saveFallback": string;
3503
+ "experiments.trialIntroModal.step2.billedAnnually": string;
3504
+ "experiments.trialIntroModal.step2.cta": string;
3505
+ "experiments.trialIntroModal.step2.upgradeError": string;
3420
3506
  "settings.chatHub": string;
3421
3507
  "settings.chatHub.enabled.label": string;
3422
3508
  "settings.chatHub.enabled.description": string;
@@ -3619,6 +3705,9 @@ declare const _exports: {
3619
3705
  "settings.log-streaming.eventGroup.n8n.runner.info": string;
3620
3706
  "settings.log-streaming.eventGroup.n8n.queue": string;
3621
3707
  "settings.log-streaming.eventGroup.n8n.queue.info": string;
3708
+ "settings.log-streaming.eventName.n8n.audit.mcp.oauth.completed": string;
3709
+ "settings.log-streaming.eventName.n8n.audit.mcp.tool.called": string;
3710
+ "settings.log-streaming.eventName.n8n.audit.mcp.access.updated": string;
3622
3711
  "settings.log-streaming.eventGroup.n8n.worker": string;
3623
3712
  "settings.log-streaming.$$AbstractMessageEventBusDestination": string;
3624
3713
  "settings.log-streaming.$$MessageEventBusDestinationWebhook": string;
@@ -3637,6 +3726,7 @@ declare const _exports: {
3637
3726
  "settings.api.create.description": string;
3638
3727
  "settings.api.create.button": string;
3639
3728
  "settings.api.create.button.loading": string;
3729
+ "settings.api.create.disabledTooltip": string;
3640
3730
  "settings.api.search.placeholder": string;
3641
3731
  "settings.api.search.noResults": string;
3642
3732
  "settings.api.owners.all": string;
@@ -3670,6 +3760,8 @@ declare const _exports: {
3670
3760
  "settings.api.view.modal.form.label": string;
3671
3761
  "settings.api.view.modal.form.expiration": string;
3672
3762
  "settings.api.view.modal.form.expirationText": string;
3763
+ "settings.api.view.modal.form.expirationText.never": string;
3764
+ "settings.api.view.modal.form.expirationText.expired": string;
3673
3765
  "settings.api.view.modal.form.label.placeholder": string;
3674
3766
  "settings.api.view.modal.form.expiration.custom": string;
3675
3767
  "settings.api.view.modal.form.expiration.days": string;
@@ -3678,6 +3770,7 @@ declare const _exports: {
3678
3770
  "settings.api.view.modal.title.create": string;
3679
3771
  "settings.api.view.modal.title.edit": string;
3680
3772
  "settings.api.view.modal.title.readonly": string;
3773
+ "settings.api.view.modal.title.readonly.own": string;
3681
3774
  "settings.api.view.modal.done.button": string;
3682
3775
  "settings.api.view.modal.save.button": string;
3683
3776
  "settings.api.view.modal.close.button": string;
@@ -4066,6 +4159,23 @@ declare const _exports: {
4066
4159
  "settings.migrationReport.detail.filter.status.all": string;
4067
4160
  "settings.migrationReport.detail.filter.status.active": string;
4068
4161
  "settings.migrationReport.detail.filter.status.deactivated": string;
4162
+ "settings.migrationReport.detail.migrate.button": string;
4163
+ "settings.migrationReport.detail.migrate.migrated": string;
4164
+ "settings.migrationReport.detail.migrate.error.title": string;
4165
+ "settings.migrationReport.detail.migrate.modal.title": string;
4166
+ "settings.migrationReport.detail.migrate.modal.confirmLead": string;
4167
+ "settings.migrationReport.detail.migrate.modal.stepMigrate": string;
4168
+ "settings.migrationReport.detail.migrate.modal.stepPublish": string;
4169
+ "settings.migrationReport.detail.migrate.modal.confirmButton": string;
4170
+ "settings.migrationReport.detail.migrate.modal.successBody": string;
4171
+ "settings.migrationReport.detail.migrate.modal.openWorkflow": string;
4172
+ "settings.migrationReport.detail.migrate.modal.reviewTitle": string;
4173
+ "settings.migrationReport.detail.migrate.modal.reviewNodes": string;
4174
+ "settings.migrationReport.detail.migrate.modal.done": string;
4175
+ "settings.migrationReport.detail.migrate.publish.button": string;
4176
+ "settings.migrationReport.detail.migrate.publish.skip": string;
4177
+ "settings.migrationReport.detail.migrate.publish.published": string;
4178
+ "settings.migrationReport.detail.migrate.publish.error.title": string;
4069
4179
  "showMessage.cancel": string;
4070
4180
  "showMessage.ok": string;
4071
4181
  "showMessage.showDetails": string;
@@ -4172,7 +4282,10 @@ declare const _exports: {
4172
4282
  "nodeIssues.credentials.notIdentified": string;
4173
4283
  "nodeIssues.credentials.notIdentified.hint": string;
4174
4284
  "nodeIssues.credentials.privateNotConnected": string;
4175
- "nodeIssues.credentials.privateRequiresManualTrigger": string;
4285
+ "nodeIssues.credentials.privateRequiresIdentityTrigger": string;
4286
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithWebhook": string;
4287
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithForm": string;
4288
+ "nodeIssues.credentials.privateRequiresIdentityTriggerWithFormAndWebhook": string;
4176
4289
  "nodeIssues.credentials.privateRequiresIdentityExtractor": string;
4177
4290
  "nodeIssues.input.missing": string;
4178
4291
  "ndv.trigger.moreInfo": string;
@@ -4503,6 +4616,8 @@ declare const _exports: {
4503
4616
  "workflowSettings.toggleMCP.error.title": string;
4504
4617
  "workflowSettings.toggleMCP.notFoundError": string;
4505
4618
  "workflowSettings.toggleMCP.updateSkippedError": string;
4619
+ "agents.toggleMCP.error.title": string;
4620
+ "agents.toggleMCP.updateSkippedError": string;
4506
4621
  "workflowHistory.title": string;
4507
4622
  "workflowHistory.tab.history": string;
4508
4623
  "workflowHistory.tab.publishTimeline": string;
@@ -4525,14 +4640,37 @@ declare const _exports: {
4525
4640
  "workflowReviews.submitForReview.error.save": string;
4526
4641
  "workflowReviews.updateReview.title": string;
4527
4642
  "workflowReviews.updateReview.description": string;
4643
+ "workflowReviews.updateReview.description.review": string;
4528
4644
  "workflowReviews.updateReview.submit": string;
4529
4645
  "workflowReviews.updateReview.toast": string;
4530
4646
  "workflowReviews.updateReview.error.title": string;
4531
4647
  "workflowReviews.updateReview.error.noOpenReview": string;
4532
4648
  "workflowReviews.submitted.title": string;
4533
4649
  "workflowReviews.submitted.description": string;
4650
+ "workflowReviews.submitted.description.submission": string;
4534
4651
  "workflowReviews.submitted.gotIt": string;
4535
4652
  "workflowReviews.submitted.toast": string;
4653
+ "workflowReviews.editorBanner.openReview": string;
4654
+ "workflowReviews.editorBanner.submitChanges": string;
4655
+ "workflowReviews.editorBanner.submitChanges.savedVersionHint": string;
4656
+ "workflowReviews.editorBanner.retryPublish": string;
4657
+ "workflowReviews.editorBanner.pending.pill": string;
4658
+ "workflowReviews.editorBanner.pending.title": string;
4659
+ "workflowReviews.editorBanner.pending.body": string;
4660
+ "workflowReviews.editorBanner.pending.support": string;
4661
+ "workflowReviews.editorBanner.pendingStale.pill": string;
4662
+ "workflowReviews.editorBanner.pendingStale.title": string;
4663
+ "workflowReviews.editorBanner.pendingStale.body": string;
4664
+ "workflowReviews.editorBanner.pendingStale.support": string;
4665
+ "workflowReviews.editorBanner.changesRequested.pill": string;
4666
+ "workflowReviews.editorBanner.changesRequested.title": string;
4667
+ "workflowReviews.editorBanner.changesRequested.body": string;
4668
+ "workflowReviews.editorBanner.changesRequested.bodyWithoutActor": string;
4669
+ "workflowReviews.editorBanner.changesRequested.support": string;
4670
+ "workflowReviews.editorBanner.approvedNotPublished.pill": string;
4671
+ "workflowReviews.editorBanner.approvedNotPublished.title": string;
4672
+ "workflowReviews.editorBanner.approvedNotPublished.body": string;
4673
+ "workflowReviews.editorBanner.approvedNotPublished.support": string;
4536
4674
  "workflowHistory.content.actions": string;
4537
4675
  "workflowHistory.item.id": string;
4538
4676
  "workflowHistory.item.createdAt": string;
@@ -5035,8 +5173,11 @@ declare const _exports: {
5035
5173
  "agents.modelSelector.defaultLabel": string;
5036
5174
  "agents.modelSelector.noMatch": string;
5037
5175
  "agents.modelSelector.noModels": string;
5176
+ "agents.modelSelector.modelsUnavailable": string;
5038
5177
  "agents.modelSelector.moreModels": string;
5039
5178
  "agents.modelSelector.configureCredentials": string;
5179
+ "agents.modelSelector.connectTo": string;
5180
+ "agents.modelSelector.models": string;
5040
5181
  "agents.modelSelector.credentialsMissing": string;
5041
5182
  "agents.modelSelector.freeCredits.label": string;
5042
5183
  "agents.modelSelector.freeCredits.badge": string;
@@ -5263,10 +5404,17 @@ declare const _exports: {
5263
5404
  "workflowReviews.status.approved": string;
5264
5405
  "workflowReviews.status.closed": string;
5265
5406
  "workflowReviews.detail.placeholder": string;
5407
+ "workflowReviews.detail.notFound.title": string;
5408
+ "workflowReviews.detail.notFound.body": string;
5266
5409
  "workflowReviews.emptyState.body.open": string;
5267
5410
  "workflowReviews.emptyState.body.closed": string;
5268
5411
  "workflowReviews.noSelection.body": string;
5269
5412
  "workflowReviews.error.load": string;
5413
+ "workflowReviews.decision.error.title": string;
5414
+ "workflowReviews.decision.approved.published.title": string;
5415
+ "workflowReviews.decision.approved.published.message": string;
5416
+ "workflowReviews.decision.approved.publishFailed.title": string;
5417
+ "workflowReviews.decision.approved.publishFailed.message": string;
5270
5418
  "settings.security.personalSpace.title": string;
5271
5419
  "settings.security.personalSpace.description": string;
5272
5420
  "settings.security.personalSpace.publishing.title": string;
@@ -5389,6 +5537,12 @@ declare const _exports: {
5389
5537
  "settings.sso.settings.roleMappingRules.instanceRules.title": string;
5390
5538
  "settings.sso.settings.roleMappingRules.instanceRules.description": string;
5391
5539
  "settings.sso.settings.roleMappingRules.addRule": string;
5540
+ "settings.sso.settings.roleMappingRules.assign": string;
5541
+ "settings.sso.settings.roleMappingRules.blockAccess": string;
5542
+ "settings.sso.settings.roleMappingRules.selectRole": string;
5543
+ "settings.sso.settings.roleMappingRules.defaultCondition.instance": string;
5544
+ "settings.sso.settings.roleMappingRules.defaultCondition.project": string;
5545
+ "settings.sso.settings.roleMappingRules.defaultCondition.idp": string;
5392
5546
  "settings.sso.settings.roleMappingRules.expression.placeholder": string;
5393
5547
  "settings.sso.settings.authProtocol.label": string;
5394
5548
  "settings.sso.settings.authProtocol.description": string;
@@ -6505,7 +6659,6 @@ declare const _exports: {
6505
6659
  "instanceAi.sidebar.threads": string;
6506
6660
  "instanceAi.sidebar.chatHistory": string;
6507
6661
  "instanceAi.sidebar.collapse": string;
6508
- "instanceAi.message.reasoning": string;
6509
6662
  "instanceAi.sidebar.noThreads": string;
6510
6663
  "instanceAi.sidebar.group.thisWeek": string;
6511
6664
  "instanceAi.sidebar.group.older": string;
@@ -6540,8 +6693,6 @@ declare const _exports: {
6540
6693
  "instanceAi.mcp.error.updateSettings": string;
6541
6694
  "instanceAi.mcp.error.disconnect": string;
6542
6695
  "instanceAi.mcp.settings.saved": string;
6543
- "instanceAi.mcp.error.autoConnectAmbiguous.title": string;
6544
- "instanceAi.mcp.error.autoConnectAmbiguous.message": string;
6545
6696
  "instanceAi.browserUse.modal.title": string;
6546
6697
  "instanceAi.browserUse.modal.description": string;
6547
6698
  "instanceAi.browserUse.step.extension.title": string;
@@ -7068,10 +7219,11 @@ declare const _exports: {
7068
7219
  "instanceAi.stepTimeline.done": string;
7069
7220
  "instanceAi.stepTimeline.craftingWorkflow": string;
7070
7221
  "instanceAi.activitySummary.toolCalls": string;
7071
- "instanceAi.thinking.active": string;
7072
- "instanceAi.thinking.done": string;
7073
- "instanceAi.thinking.doneFallback": string;
7074
- "instanceAi.thinking.waitingForInput": string;
7222
+ "ai.reasoning": string;
7223
+ "ai.thinking.active": string;
7224
+ "ai.thinking.done": string;
7225
+ "ai.thinking.doneFallback": string;
7226
+ "ai.thinking.waitingForInput": string;
7075
7227
  "projects.menu.instanceAi": string;
7076
7228
  "chatInputBase.button.attach": string;
7077
7229
  "chatInputBase.button.dictate": string;
@@ -7113,10 +7265,14 @@ declare const _exports: {
7113
7265
  "agents.builder.chat.newChat.label": string;
7114
7266
  "agents.chat.loadHistory.error": string;
7115
7267
  "agents.chat.clearHistory.error": string;
7268
+ "agents.chat.stop.error": string;
7116
7269
  "agents.chat.streamInterrupted": string;
7117
7270
  "agents.chat.toolError.generic": string;
7118
7271
  "agents.chat.clearHistory": string;
7119
7272
  "agents.chat.input.placeholder": string;
7273
+ "agents.chat.attachments.tooLarge": string;
7274
+ "agents.chat.attachments.tooMany": string;
7275
+ "agents.chat.attachments.unavailable": string;
7120
7276
  "agents.chat.answerQuestionPlaceholder": string;
7121
7277
  "agents.chat.misconfigured.title": string;
7122
7278
  "agents.chat.misconfigured.issuesPrefix": string;
@@ -7177,7 +7333,10 @@ declare const _exports: {
7177
7333
  "agents.list.empty.button.disabled.tooltip": string;
7178
7334
  "agents.list.actions.publish": string;
7179
7335
  "agents.list.actions.unpublish": string;
7336
+ "agents.list.actions.enableMCPAccess": string;
7337
+ "agents.list.actions.disableMCPAccess": string;
7180
7338
  "agents.list.actions.delete": string;
7339
+ "agents.list.availableInMCP": string;
7181
7340
  "agents.list.readonly": string;
7182
7341
  "agents.publish.button.publish": string;
7183
7342
  "agents.publish.button.published": string;
@@ -7217,34 +7376,26 @@ declare const _exports: {
7217
7376
  "agents.versionHistory.publish.toast.title": string;
7218
7377
  "agents.versionHistory.publish.error": string;
7219
7378
  "agents.search.placeholder": string;
7220
- "agents.tools.title": string;
7221
- "agents.tools.add": string;
7222
- "agents.tools.search.placeholder": string;
7223
- "agents.tools.availableTools": string;
7224
- "agents.tools.availableWorkflows": string;
7225
- "agents.tools.availableAiTools": string;
7226
- "agents.tools.availableN8nTools": string;
7227
- "agents.tools.availableExternalTools": string;
7228
- "agents.tools.noResults": string;
7229
- "agents.tools.noResults.withQuery": string;
7230
- "agents.tools.configure": string;
7231
- "agents.tools.connect": string;
7232
7379
  "agents.tools.added": string;
7233
- "agents.tools.connected": string;
7234
- "agents.tools.addCredentials": string;
7235
- "agents.tools.needsApproval": string;
7236
- "agents.tools.noCredentials": string;
7237
7380
  "agents.tools.workflow.incompatible.title": string;
7238
7381
  "agents.tools.workflow.incompatible.message": string;
7239
7382
  "agents.tools.workflow.fetchFailed.title": string;
7240
7383
  "agents.tools.workflow.fetchFailed.message": string;
7241
- "agents.tools.availableMcpServers": string;
7384
+ "agents.tools.install.unresolved.title": string;
7385
+ "agents.tools.install.unresolved.message": string;
7242
7386
  "agents.tools.mcp.added": string;
7243
7387
  "agents.toolConfig.workflow.description": string;
7244
7388
  "agents.toolConfig.workflow.description.placeholder": string;
7245
7389
  "agents.toolConfig.workflow.description.hint": string;
7246
7390
  "agents.toolConfig.workflow.allOutputs": string;
7247
7391
  "agents.toolConfig.workflow.allOutputs.hint": string;
7392
+ "agents.toolConfig.workflow.target": string;
7393
+ "agents.toolConfig.workflow.target.notice": string;
7394
+ "agents.toolConfig.workflow.target.unavailable": string;
7395
+ "agents.toolConfig.workflow.target.placeholder": string;
7396
+ "agents.toolConfig.workflow.target.duplicateName": string;
7397
+ "agents.toolConfig.workflow.target.idNotFound": string;
7398
+ "agents.toolConfig.workflow.target.open": string;
7248
7399
  "agents.toolConfig.save": string;
7249
7400
  "agents.toolConfig.cancel": string;
7250
7401
  "agents.toolConfig.approval.label": string;
@@ -7297,12 +7448,10 @@ declare const _exports: {
7297
7448
  "agents.builder.advanced.webSearch.fallbackProvider.searxng": string;
7298
7449
  "agents.builder.advanced.webSearch.credential.label": string;
7299
7450
  "agents.builder.advanced.webSearch.credential.hint": string;
7300
- "agents.builder.advanced.thinking.label": string;
7301
- "agents.builder.advanced.thinking.hint": string;
7302
- "agents.builder.advanced.thinking.unsupportedTooltip": string;
7303
- "agents.builder.advanced.thinking.unsupportedProviderFallback": string;
7304
- "agents.builder.advanced.budgetTokens.label": string;
7305
- "agents.builder.advanced.budgetTokens.hint": string;
7451
+ "agents.builder.advanced.reasoning.label": string;
7452
+ "agents.builder.advanced.reasoning.hint": string;
7453
+ "agents.builder.advanced.reasoning.unsupportedHint": string;
7454
+ "agents.builder.advanced.reasoning.noModelHint": string;
7306
7455
  "agents.builder.advanced.reasoningEffort.label": string;
7307
7456
  "agents.builder.advanced.promptCaching.hint": string;
7308
7457
  "agents.builder.advanced.promptCachingTtl.label": string;
@@ -7313,6 +7462,8 @@ declare const _exports: {
7313
7462
  "agents.builder.advanced.recentMessages.memoryDisabledTooltip": string;
7314
7463
  "agents.builder.advanced.maxIterations.label": string;
7315
7464
  "agents.builder.advanced.maxIterations.hint": string;
7465
+ "agents.builder.mcp.availableInMCP.label": string;
7466
+ "agents.builder.mcp.availableInMCP.hint": string;
7316
7467
  "agents.builder.memory.title": string;
7317
7468
  "agents.builder.memory.description": string;
7318
7469
  "agents.builder.memory.settings.title": string;
@@ -7433,12 +7584,9 @@ declare const _exports: {
7433
7584
  "agents.builder.editor.copy": string;
7434
7585
  "agents.builder.editor.copied": string;
7435
7586
  "agents.builder.tools.title": string;
7436
- "agents.builder.tools.count": string;
7437
7587
  "agents.builder.tools.add": string;
7438
- "agents.builder.tools.empty": string;
7439
7588
  "agents.builder.tools.type.workflow": string;
7440
7589
  "agents.builder.tools.type.custom": string;
7441
- "agents.builder.tools.workflows.title": string;
7442
7590
  "agents.builder.tools.remove": string;
7443
7591
  "agents.builder.tools.back": string;
7444
7592
  "agents.builder.skills.title": string;
@@ -7646,7 +7794,6 @@ declare const _exports: {
7646
7794
  "agents.builder.addTrigger.slack.setup.tokenLink": string;
7647
7795
  "agents.builder.addTrigger.slack.setup.button": string;
7648
7796
  "agents.builder.addTrigger.slack.setup.error": string;
7649
- "agents.channels.setup.publishNotice": string;
7650
7797
  "agents.channels.slack.setup.createToken.title": string;
7651
7798
  "agents.channels.slack.setup.createToken.description": string;
7652
7799
  "agents.channels.slack.setup.createToken.link": string;
@@ -7720,22 +7867,25 @@ declare const _exports: {
7720
7867
  "instanceAi.welcomeModal.gateway.tokenExpired": string;
7721
7868
  "tools.connection.title": string;
7722
7869
  "tools.connection.search.placeholder": string;
7723
- "tools.connection.sections.builtInServices": string;
7724
- "tools.connection.sections.availableNodes": string;
7725
- "tools.connection.sections.availableAgents": string;
7726
- "tools.connection.sections.availableData": string;
7727
- "tools.connection.sections.availableWorkflows": string;
7870
+ "tools.connection.categories.all": string;
7871
+ "tools.connection.categories.connected": string;
7872
+ "tools.connection.categories.builtIn": string;
7873
+ "tools.connection.categories.mcp": string;
7874
+ "tools.connection.categories.ai": string;
7875
+ "tools.connection.categories.n8n": string;
7876
+ "tools.connection.categories.appAction": string;
7877
+ "tools.connection.categories.community": string;
7878
+ "tools.connection.categories.workflows": string;
7879
+ "tools.connection.categories.agents": string;
7880
+ "tools.connection.categories.data": string;
7728
7881
  "tools.connection.action.connect": string;
7729
7882
  "tools.connection.action.connected": string;
7730
7883
  "tools.connection.action.configure": string;
7731
7884
  "tools.connection.action.close": string;
7885
+ "tools.connection.install.contactAdmin": string;
7732
7886
  "tools.connection.credentialPicker.search": string;
7733
7887
  "tools.connection.credentialPicker.create": string;
7734
7888
  "tools.connection.credentialPicker.noResults": string;
7735
- "tools.connection.tabs.services": string;
7736
- "tools.connection.tabs.agents": string;
7737
- "tools.connection.tabs.data": string;
7738
- "tools.connection.tabs.workflows": string;
7739
7889
  "tools.connection.tabs.settings": string;
7740
7890
  "tools.connection.tabs.details": string;
7741
7891
  "tools.connection.settings.toolInclusion": string;
@@ -7767,7 +7917,10 @@ declare const _exports: {
7767
7917
  "agents.channels.modal.connectDescription": string;
7768
7918
  "agents.channels.modal.setupPlaceholder": string;
7769
7919
  "agents.channels.modal.editPlaceholder": string;
7920
+ "agents.channels.modal.configured": string;
7770
7921
  "agents.channels.modal.connected": string;
7922
+ "agents.channels.modal.removeChannel": string;
7923
+ "agents.channels.modal.credentialReplacementError": string;
7771
7924
  "agents.chat.askCredential.skipped": string;
7772
7925
  "agents.chat.askQuestions.skipped": string;
7773
7926
  "agents.chat.configureChannel.skipped": string;