@n8n/i18n 2.32.2 → 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 +521 -144
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -7566
- package/dist/index.d.mts +4 -7566
- package/dist/index.mjs +521 -144
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +475 -113
- package/dist/types2.d.mts +475 -113
- package/package.json +4 -4
package/dist/types2.d.mts
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;
|
|
@@ -636,6 +637,7 @@ declare const _exports: {
|
|
|
636
637
|
"chatHub.message.actions.readAloud": string;
|
|
637
638
|
"chatHub.message.actions.stopReading": string;
|
|
638
639
|
"agents.builder.preview.sendToAssistant": string;
|
|
640
|
+
"agents.builder.preview.fixWithAssistant": string;
|
|
639
641
|
"chatHub.message.actions.edit": string;
|
|
640
642
|
"chatHub.message.actions.regenerate": string;
|
|
641
643
|
"chatHub.message.actions.executionId": string;
|
|
@@ -1010,6 +1012,7 @@ declare const _exports: {
|
|
|
1010
1012
|
"credentialEdit.credentialConfig.accountNotConnected.endUser": string;
|
|
1011
1013
|
"credentialEdit.credentialConfig.connect": string;
|
|
1012
1014
|
"credentialEdit.credentialConfig.connectOAuth2Credential": string;
|
|
1015
|
+
"credentialEdit.credentialConfig.authProbeAccepted": string;
|
|
1013
1016
|
"credentialEdit.credentialConfig.clickToCopy": string;
|
|
1014
1017
|
"credentialEdit.credentialConfig.connectionTestedSuccessfully": string;
|
|
1015
1018
|
"credentialEdit.credentialConfig.couldntConnectWithTheseSettings": string;
|
|
@@ -1025,6 +1028,8 @@ declare const _exports: {
|
|
|
1025
1028
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1026
1029
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1027
1030
|
"credentialEdit.credentialConfig.disconnect": string;
|
|
1031
|
+
"credentialEdit.credentialConfig.switchAccount": string;
|
|
1032
|
+
"credentialEdit.credentialConfig.connectedAs": string;
|
|
1028
1033
|
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1029
1034
|
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1030
1035
|
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
@@ -1037,6 +1042,8 @@ declare const _exports: {
|
|
|
1037
1042
|
"credentialEdit.credentialConfig.missingCredentialType": string;
|
|
1038
1043
|
"credentialEdit.credentialConfig.oauthModeManaged": string;
|
|
1039
1044
|
"credentialEdit.credentialConfig.oauthModeCustom": string;
|
|
1045
|
+
"credentialEdit.credentialConfig.oauthModeManagedWithAuthType": string;
|
|
1046
|
+
"credentialEdit.credentialConfig.oauthModeCustomWithAuthType": string;
|
|
1040
1047
|
"credentialEdit.credentialConfig.setupCredential": string;
|
|
1041
1048
|
"credentialEdit.credentialConfig.quickConnect": string;
|
|
1042
1049
|
"credentialEdit.credentialConfig.quickConnectTitle": string;
|
|
@@ -1048,7 +1055,9 @@ declare const _exports: {
|
|
|
1048
1055
|
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
1049
1056
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
|
|
1050
1057
|
"credentialEdit.credentialConfig.endUserCredential.connectSubtext": string;
|
|
1058
|
+
"credentialEdit.credentialConfig.endUserCredential.connectedSubtext": string;
|
|
1051
1059
|
"credentialEdit.credentialConfig.credentialType.title": string;
|
|
1060
|
+
"credentialEdit.credentialConfig.credentialType.disabledTooltip": string;
|
|
1052
1061
|
"credentialEdit.credentialConfig.credentialType.endUser.title": string;
|
|
1053
1062
|
"credentialEdit.credentialConfig.credentialType.endUser.subtitle": string;
|
|
1054
1063
|
"credentialEdit.credentialConfig.credentialType.fixed.title": string;
|
|
@@ -1084,6 +1093,30 @@ declare const _exports: {
|
|
|
1084
1093
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.message": string;
|
|
1085
1094
|
"credentialEdit.credentialEdit.confirmMessage.sharedFieldsChanged.confirmButtonText": string;
|
|
1086
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;
|
|
1087
1120
|
"credentialEdit.credentialEdit.sharing": string;
|
|
1088
1121
|
"credentialEdit.credentialEdit.couldNotFindCredentialOfType": string;
|
|
1089
1122
|
"credentialEdit.credentialEdit.couldNotFindCredentialWithId": string;
|
|
@@ -1170,6 +1203,8 @@ declare const _exports: {
|
|
|
1170
1203
|
"credentials.private.row.connectedAs": string;
|
|
1171
1204
|
"credentials.private.row.notConnected": string;
|
|
1172
1205
|
"credentials.private.row.modify": string;
|
|
1206
|
+
"credentials.private.row.switchAccount": string;
|
|
1207
|
+
"credentials.private.row.connectPlaceholder": string;
|
|
1173
1208
|
"credentials.private.row.disconnect": string;
|
|
1174
1209
|
"credentials.private.disconnect.dialog.title": string;
|
|
1175
1210
|
"credentials.private.disconnect.dialog.message": string;
|
|
@@ -1291,10 +1326,10 @@ declare const _exports: {
|
|
|
1291
1326
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": string;
|
|
1292
1327
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": string;
|
|
1293
1328
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": string;
|
|
1294
|
-
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": string;
|
|
1295
|
-
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": string;
|
|
1296
1329
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": string;
|
|
1297
1330
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": string;
|
|
1331
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.label": string;
|
|
1332
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.telegramAgent.prompt": string;
|
|
1298
1333
|
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": string;
|
|
1299
1334
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1300
1335
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
@@ -1331,6 +1366,8 @@ declare const _exports: {
|
|
|
1331
1366
|
"executions.ExecutionStatus": string;
|
|
1332
1367
|
"executions.privateCredential.tooltip": string;
|
|
1333
1368
|
"executions.concurrency.docsLink": string;
|
|
1369
|
+
"executions.empty.heading": string;
|
|
1370
|
+
"executions.empty.description": string;
|
|
1334
1371
|
"executionDetails.additionalActions": string;
|
|
1335
1372
|
"executionDetails.confirmMessage.confirmButtonText": string;
|
|
1336
1373
|
"executionDetails.confirmMessage.headline": string;
|
|
@@ -1398,6 +1435,7 @@ declare const _exports: {
|
|
|
1398
1435
|
"agentSessions.origin.agent": string;
|
|
1399
1436
|
"agentSessions.origin.subAgent": string;
|
|
1400
1437
|
"agentSessions.goToParentRun": string;
|
|
1438
|
+
"agentSessions.viewTrace": string;
|
|
1401
1439
|
"agentSessions.actions": string;
|
|
1402
1440
|
"agentSessions.empty": string;
|
|
1403
1441
|
"agentSessions.loadMore": string;
|
|
@@ -2375,6 +2413,9 @@ declare const _exports: {
|
|
|
2375
2413
|
"nodeView.showError.nodeNodeCompatible.message": string;
|
|
2376
2414
|
"nodeView.showMessage.addNodeButton.message": string;
|
|
2377
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;
|
|
2378
2419
|
"nodeView.showMessage.keyDown.title": string;
|
|
2379
2420
|
"nodeView.showMessage.importWorkflowTags.title": string;
|
|
2380
2421
|
"nodeView.showMessage.importWorkflowTags.message": string;
|
|
@@ -2494,8 +2535,11 @@ declare const _exports: {
|
|
|
2494
2535
|
"oauth.consentView.scopes.description": string;
|
|
2495
2536
|
"oauth.consentView.scopes.label": string;
|
|
2496
2537
|
"oauth.consentView.scopes.all": string;
|
|
2538
|
+
"oauth.consentView.scopes.allDescription": string;
|
|
2497
2539
|
"oauth.consentView.scopes.readOnly": string;
|
|
2540
|
+
"oauth.consentView.scopes.readOnlyDescription": string;
|
|
2498
2541
|
"oauth.consentView.scopes.custom": string;
|
|
2542
|
+
"oauth.consentView.scopes.customDescription": string;
|
|
2499
2543
|
"oauth.consentView.scopes.search.placeholder": string;
|
|
2500
2544
|
"oauth.consentView.scopes.toggleGroup": string;
|
|
2501
2545
|
"oauth.consentView.scopes.count": string;
|
|
@@ -2503,15 +2547,17 @@ declare const _exports: {
|
|
|
2503
2547
|
"oauth.consentView.scopes.badge.write": string;
|
|
2504
2548
|
"oauth.consentView.scopes.group.workflows": string;
|
|
2505
2549
|
"oauth.consentView.scopes.group.executions": string;
|
|
2550
|
+
"oauth.consentView.scopes.group.agents": string;
|
|
2506
2551
|
"oauth.consentView.scopes.group.credentials": string;
|
|
2507
2552
|
"oauth.consentView.scopes.group.dataTables": string;
|
|
2508
2553
|
"oauth.consentView.scopes.group.projectsAndFolders": string;
|
|
2509
|
-
"oauth.consentView.scopes.note": string;
|
|
2510
2554
|
"oauth.consentView.scopes.tools.count": string;
|
|
2511
2555
|
"oauth.consentView.scopes.tools.enabledOf": string;
|
|
2512
|
-
"oauth.consentView.
|
|
2556
|
+
"oauth.consentView.allow": string;
|
|
2513
2557
|
"oauth.consentView.redirectWarning.title": string;
|
|
2514
2558
|
"oauth.consentView.redirectWarning.confirm": string;
|
|
2559
|
+
"oauth.consentView.allowDisabled.trust": string;
|
|
2560
|
+
"oauth.consentView.allowDisabled.noScopes": string;
|
|
2515
2561
|
"oauth.consentView.error.deny": string;
|
|
2516
2562
|
"oauth.consentView.error.allow": string;
|
|
2517
2563
|
"oauth.consentView.error.fetchDetails": string;
|
|
@@ -2873,6 +2919,7 @@ declare const _exports: {
|
|
|
2873
2919
|
"projectRoles.tab.assignments": string;
|
|
2874
2920
|
"projectRoles.sourceControl.table.projectsAssigned": string;
|
|
2875
2921
|
"roles.tab.instance": string;
|
|
2922
|
+
"roles.tab.instance.disabledTooltip": string;
|
|
2876
2923
|
"roles.tab.project": string;
|
|
2877
2924
|
"instanceRoles.table.membersAssigned": string;
|
|
2878
2925
|
"instanceRoles.resource.settings": string;
|
|
@@ -2911,11 +2958,20 @@ declare const _exports: {
|
|
|
2911
2958
|
"roles.instance.action.fetch.error": string;
|
|
2912
2959
|
"roles.instance.action.delete.warning": string;
|
|
2913
2960
|
"roles.instance.action.delete.button": string;
|
|
2961
|
+
"roles.instance.action.delete.reassign.title": string;
|
|
2962
|
+
"roles.instance.action.delete.reassign.userCount": string;
|
|
2963
|
+
"roles.instance.action.delete.reassign.description": string;
|
|
2964
|
+
"roles.instance.action.delete.reassign.label": string;
|
|
2965
|
+
"roles.instance.action.delete.reassign.placeholder": string;
|
|
2966
|
+
"roles.instance.action.delete.reassign.confirm": string;
|
|
2967
|
+
"roles.instance.action.delete.reassign.confirmWithRole": string;
|
|
2914
2968
|
"roles.instance.action.create.success": string;
|
|
2915
2969
|
"roles.instance.action.create.error": string;
|
|
2916
2970
|
"roles.create.validation.nameMinLength": string;
|
|
2917
2971
|
"roles.instance.action.update.success": string;
|
|
2918
2972
|
"roles.instance.action.update.error": string;
|
|
2973
|
+
"roles.instance.action.update.title": string;
|
|
2974
|
+
"roles.instance.action.update.text": string;
|
|
2919
2975
|
"roles.instance.assignments.memberColumn": string;
|
|
2920
2976
|
"roles.instance.assignments.roleColumn": string;
|
|
2921
2977
|
"roles.instance.assignments.emptyState": string;
|
|
@@ -3063,6 +3119,11 @@ declare const _exports: {
|
|
|
3063
3119
|
"saveButton.saved": string;
|
|
3064
3120
|
"saveButton.saving": string;
|
|
3065
3121
|
settings: string;
|
|
3122
|
+
"settings.authCookie.insecureConnection.title": string;
|
|
3123
|
+
"settings.authCookie.insecureConnection.fixIntro": string;
|
|
3124
|
+
"settings.authCookie.insecureConnection.option.tls": string;
|
|
3125
|
+
"settings.authCookie.insecureConnection.option.localhost": string;
|
|
3126
|
+
"settings.authCookie.insecureConnection.option.disableSecureCookie": string;
|
|
3066
3127
|
"settings.communityNodes": string;
|
|
3067
3128
|
"settings.communityNodes.empty.title": string;
|
|
3068
3129
|
"settings.communityNodes.empty.verified.only.title": string;
|
|
@@ -3117,10 +3178,14 @@ declare const _exports: {
|
|
|
3117
3178
|
"settings.opentelemetry.docsLink": string;
|
|
3118
3179
|
"settings.opentelemetry.envVarTooltip": string;
|
|
3119
3180
|
"settings.opentelemetry.envVarManagedTooltip": string;
|
|
3120
|
-
"settings.opentelemetry.
|
|
3121
|
-
"settings.opentelemetry.
|
|
3181
|
+
"settings.opentelemetry.status.label": string;
|
|
3182
|
+
"settings.opentelemetry.status.disabledDescription": string;
|
|
3183
|
+
"settings.opentelemetry.status.enabledDescription": string;
|
|
3122
3184
|
"settings.opentelemetry.enable.option.enabled": string;
|
|
3123
|
-
"settings.opentelemetry.enable.
|
|
3185
|
+
"settings.opentelemetry.enable.action.enable": string;
|
|
3186
|
+
"settings.opentelemetry.enable.action.disable": string;
|
|
3187
|
+
"settings.opentelemetry.enable.action.enableAriaLabel": string;
|
|
3188
|
+
"settings.opentelemetry.enable.action.enabledAriaLabel": string;
|
|
3124
3189
|
"settings.opentelemetry.collectorConnection.title": string;
|
|
3125
3190
|
"settings.opentelemetry.exporterEndpoint.label": string;
|
|
3126
3191
|
"settings.opentelemetry.exporterEndpoint.description": string;
|
|
@@ -3141,7 +3206,6 @@ declare const _exports: {
|
|
|
3141
3206
|
"settings.opentelemetry.exporterTracingPath.placeholder": string;
|
|
3142
3207
|
"settings.opentelemetry.startupConnectivityTimeoutMs.label": string;
|
|
3143
3208
|
"settings.opentelemetry.startupConnectivityTimeoutMs.description": string;
|
|
3144
|
-
"settings.opentelemetry.startupConnectivityTimeoutMs.placeholder": string;
|
|
3145
3209
|
"settings.opentelemetry.startupConnectivityTimeoutMs.slug": string;
|
|
3146
3210
|
"settings.opentelemetry.testTrace.label": string;
|
|
3147
3211
|
"settings.opentelemetry.testTrace.description": string;
|
|
@@ -3153,7 +3217,6 @@ declare const _exports: {
|
|
|
3153
3217
|
"settings.opentelemetry.tracing.title": string;
|
|
3154
3218
|
"settings.opentelemetry.tracesSampleRate.label": string;
|
|
3155
3219
|
"settings.opentelemetry.tracesSampleRate.description": string;
|
|
3156
|
-
"settings.opentelemetry.tracesSampleRate.placeholder": string;
|
|
3157
3220
|
"settings.opentelemetry.tracesSampleRate.slug": string;
|
|
3158
3221
|
"settings.opentelemetry.includeNodeSpans.label": string;
|
|
3159
3222
|
"settings.opentelemetry.includeNodeSpans.description": string;
|
|
@@ -3172,14 +3235,81 @@ declare const _exports: {
|
|
|
3172
3235
|
"settings.opentelemetry.unsavedChanges.saveAndLeave": string;
|
|
3173
3236
|
"settings.mcp": string;
|
|
3174
3237
|
"settings.mcp.description": string;
|
|
3238
|
+
"settings.mcp.page.title": string;
|
|
3239
|
+
"settings.mcp.page.description": string;
|
|
3175
3240
|
"settings.mcp.header.toggle.enabled": string;
|
|
3176
3241
|
"settings.mcp.header.toggle.disabled": string;
|
|
3177
3242
|
"settings.mcp.actionBox.heading": string;
|
|
3178
3243
|
"settings.mcp.actionBox.button.label": string;
|
|
3179
3244
|
"settings.mcp.emptyState.description": string;
|
|
3180
|
-
"settings.mcp.
|
|
3181
|
-
"settings.mcp.
|
|
3182
|
-
"settings.mcp.
|
|
3245
|
+
"settings.mcp.status.title": string;
|
|
3246
|
+
"settings.mcp.status.description": string;
|
|
3247
|
+
"settings.mcp.status.disable": string;
|
|
3248
|
+
"settings.mcp.status.ariaLabel": string;
|
|
3249
|
+
"settings.mcp.status.disableDialog.title": string;
|
|
3250
|
+
"settings.mcp.status.disableDialog.description": string;
|
|
3251
|
+
"settings.mcp.status.disableDialog.confirm": string;
|
|
3252
|
+
"settings.mcp.connectionDetails.title": string;
|
|
3253
|
+
"settings.mcp.yourClient.title": string;
|
|
3254
|
+
"settings.mcp.yourClient.description": string;
|
|
3255
|
+
"settings.mcp.yourClient.connect": string;
|
|
3256
|
+
"settings.mcp.access.title": string;
|
|
3257
|
+
"settings.mcp.access.description": string;
|
|
3258
|
+
"settings.mcp.workflowsExposed.title": string;
|
|
3259
|
+
"settings.mcp.workflowsExposed.description": string;
|
|
3260
|
+
"settings.mcp.workflowsExposed.count": string;
|
|
3261
|
+
"settings.mcp.workflowsExposed.page.title": string;
|
|
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;
|
|
3268
|
+
"settings.mcp.callbackUrls.title": string;
|
|
3269
|
+
"settings.mcp.callbackUrls.description": string;
|
|
3270
|
+
"settings.mcp.callbackUrls.value.all": string;
|
|
3271
|
+
"settings.mcp.callbackUrls.value.count": string;
|
|
3272
|
+
"settings.mcp.callbackUrls.dialog.title": string;
|
|
3273
|
+
"settings.mcp.callbackUrls.dialog.description": string;
|
|
3274
|
+
"settings.mcp.callbackUrls.dialog.save": string;
|
|
3275
|
+
"settings.mcp.callbackUrls.mode.all.label": string;
|
|
3276
|
+
"settings.mcp.callbackUrls.mode.all.description": string;
|
|
3277
|
+
"settings.mcp.callbackUrls.mode.trusted.label": string;
|
|
3278
|
+
"settings.mcp.callbackUrls.mode.trusted.description": string;
|
|
3279
|
+
"settings.mcp.callbackUrls.trusted.label": string;
|
|
3280
|
+
"settings.mcp.callbackUrls.trusted.placeholder": string;
|
|
3281
|
+
"settings.mcp.callbackUrls.trusted.addUrl": string;
|
|
3282
|
+
"settings.mcp.back": string;
|
|
3283
|
+
"settings.mcp.connectedClients.title": string;
|
|
3284
|
+
"settings.mcp.connectedClients.description": string;
|
|
3285
|
+
"settings.mcp.connectedClients.viewAll.title": string;
|
|
3286
|
+
"settings.mcp.connectedClients.viewAll.description": string;
|
|
3287
|
+
"settings.mcp.connectedClients.viewAll.action": string;
|
|
3288
|
+
"settings.mcp.connectedClients.empty.title": string;
|
|
3289
|
+
"settings.mcp.connectedClients.empty.description": string;
|
|
3290
|
+
"settings.mcp.connectDialog.title": string;
|
|
3291
|
+
"settings.mcp.connectDialog.description": string;
|
|
3292
|
+
"settings.mcp.connectDialog.yourClient.title": string;
|
|
3293
|
+
"settings.mcp.connectDialog.yourClient.description": string;
|
|
3294
|
+
"settings.mcp.connectDialog.category.cli": string;
|
|
3295
|
+
"settings.mcp.connectDialog.category.web": string;
|
|
3296
|
+
"settings.mcp.connectDialog.category.ide": string;
|
|
3297
|
+
"settings.mcp.connectDialog.install.title": string;
|
|
3298
|
+
"settings.mcp.connectDialog.install.description": string;
|
|
3299
|
+
"settings.mcp.connectDialog.configure.title": string;
|
|
3300
|
+
"settings.mcp.connectDialog.configure.description": string;
|
|
3301
|
+
"settings.mcp.connectDialog.configure.titleAlt": string;
|
|
3302
|
+
"settings.mcp.connectDialog.configure.descriptionAlt": string;
|
|
3303
|
+
"settings.mcp.connectDialog.authenticate.title": string;
|
|
3304
|
+
"settings.mcp.connectDialog.authenticate.description.command": string;
|
|
3305
|
+
"settings.mcp.connectDialog.authenticate.description.mcpCommand": string;
|
|
3306
|
+
"settings.mcp.connectDialog.oneClick.title": string;
|
|
3307
|
+
"settings.mcp.connectDialog.oneClick.description.web": string;
|
|
3308
|
+
"settings.mcp.connectDialog.oneClick.description.ide": string;
|
|
3309
|
+
"settings.mcp.connectDialog.oneClick.button": string;
|
|
3310
|
+
"settings.mcp.connectDialog.serverUrl.description": string;
|
|
3311
|
+
"settings.mcp.connectDialog.method.oauth": string;
|
|
3312
|
+
"settings.mcp.connectDialog.method.apiKey": string;
|
|
3183
3313
|
"settings.mcp.instanceCapacity.warning": string;
|
|
3184
3314
|
"settings.mcp.access.token.notice": string;
|
|
3185
3315
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
@@ -3191,6 +3321,11 @@ declare const _exports: {
|
|
|
3191
3321
|
"settings.mcp.workflows.table.column.description.editTooltip": string;
|
|
3192
3322
|
"settings.mcp.workflows.table.empty.title": string;
|
|
3193
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;
|
|
3194
3329
|
"settings.mcp.oauth.table.empty.title": string;
|
|
3195
3330
|
"settings.mcp.oauth.table.empty.description": string;
|
|
3196
3331
|
"settings.mcp.oauth.table.empty.button": string;
|
|
@@ -3214,6 +3349,8 @@ declare const _exports: {
|
|
|
3214
3349
|
"settings.mcp.oAuthClients.scope.workflow.write": string;
|
|
3215
3350
|
"settings.mcp.oAuthClients.scope.workflow.execute": string;
|
|
3216
3351
|
"settings.mcp.oAuthClients.scope.execution.read": string;
|
|
3352
|
+
"settings.mcp.oAuthClients.scope.agent.read": string;
|
|
3353
|
+
"settings.mcp.oAuthClients.scope.agent.write": string;
|
|
3217
3354
|
"settings.mcp.oAuthClients.scope.credential.read": string;
|
|
3218
3355
|
"settings.mcp.oAuthClients.scope.dataTable.read": string;
|
|
3219
3356
|
"settings.mcp.oAuthClients.scope.dataTable.write": string;
|
|
@@ -3231,6 +3368,7 @@ declare const _exports: {
|
|
|
3231
3368
|
"settings.mcp.oAuthClients.details.badge.write": string;
|
|
3232
3369
|
"settings.mcp.oAuthClients.resource.workflow": string;
|
|
3233
3370
|
"settings.mcp.oAuthClients.resource.execution": string;
|
|
3371
|
+
"settings.mcp.oAuthClients.resource.agent": string;
|
|
3234
3372
|
"settings.mcp.oAuthClients.resource.credential": string;
|
|
3235
3373
|
"settings.mcp.oAuthClients.resource.dataTable": string;
|
|
3236
3374
|
"settings.mcp.oAuthClients.resource.project": string;
|
|
@@ -3269,15 +3407,19 @@ declare const _exports: {
|
|
|
3269
3407
|
"settings.mcp.workflows.enableAccess.success.title": string;
|
|
3270
3408
|
"settings.mcp.workflows.removeAccess.success.title": string;
|
|
3271
3409
|
"settings.mcp.connectWorkflows.emptyState": string;
|
|
3272
|
-
"settings.mcp.
|
|
3273
|
-
"settings.mcp.
|
|
3274
|
-
"settings.mcp.
|
|
3275
|
-
"settings.mcp.
|
|
3276
|
-
"settings.mcp.
|
|
3277
|
-
"settings.mcp.
|
|
3278
|
-
"settings.mcp.
|
|
3279
|
-
"settings.mcp.
|
|
3280
|
-
"settings.mcp.
|
|
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;
|
|
3420
|
+
"settings.mcp.connectDialog.tab.accessToken": string;
|
|
3421
|
+
"settings.mcp.connectDialog.serverUrl": string;
|
|
3422
|
+
"settings.mcp.connectDialog.jsonConfig": string;
|
|
3281
3423
|
"settings.mcp.allowedRedirectUris.success": string;
|
|
3282
3424
|
"settings.mcp.allowedRedirectUris.error.loading": string;
|
|
3283
3425
|
"settings.mcp.allowedRedirectUris.error.saving": string;
|
|
@@ -3322,6 +3464,11 @@ declare const _exports: {
|
|
|
3322
3464
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3323
3465
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3324
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;
|
|
3325
3472
|
"experiments.exposeAllWorkflowsToMcp.modal.title": string;
|
|
3326
3473
|
"experiments.exposeAllWorkflowsToMcp.modal.description": string;
|
|
3327
3474
|
"experiments.exposeAllWorkflowsToMcp.modal.notNow": string;
|
|
@@ -3329,6 +3476,31 @@ declare const _exports: {
|
|
|
3329
3476
|
"experiments.exposeAllWorkflowsToMcp.modal.success.title": string;
|
|
3330
3477
|
"experiments.exposeAllWorkflowsToMcp.modal.success.message": string;
|
|
3331
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;
|
|
3332
3504
|
"settings.chatHub": string;
|
|
3333
3505
|
"settings.chatHub.enabled.label": string;
|
|
3334
3506
|
"settings.chatHub.enabled.description": string;
|
|
@@ -3486,6 +3658,10 @@ declare const _exports: {
|
|
|
3486
3658
|
"settings.users.table.header.lastActive": string;
|
|
3487
3659
|
"settings.users.table.row.allProjects": string;
|
|
3488
3660
|
"settings.users.table.row.personalProject": string;
|
|
3661
|
+
"settings.users.projectsModal.title": string;
|
|
3662
|
+
"settings.users.projectsModal.trigger": string;
|
|
3663
|
+
"settings.users.projectsModal.searchPlaceholder": string;
|
|
3664
|
+
"settings.users.projectsModal.noResults": string;
|
|
3489
3665
|
"settings.users.table.row.deleteUser": string;
|
|
3490
3666
|
"settings.users.table.row.role.description.admin": string;
|
|
3491
3667
|
"settings.users.table.row.role.description.member": string;
|
|
@@ -3527,6 +3703,9 @@ declare const _exports: {
|
|
|
3527
3703
|
"settings.log-streaming.eventGroup.n8n.runner.info": string;
|
|
3528
3704
|
"settings.log-streaming.eventGroup.n8n.queue": string;
|
|
3529
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;
|
|
3530
3709
|
"settings.log-streaming.eventGroup.n8n.worker": string;
|
|
3531
3710
|
"settings.log-streaming.$$AbstractMessageEventBusDestination": string;
|
|
3532
3711
|
"settings.log-streaming.$$MessageEventBusDestinationWebhook": string;
|
|
@@ -3545,6 +3724,7 @@ declare const _exports: {
|
|
|
3545
3724
|
"settings.api.create.description": string;
|
|
3546
3725
|
"settings.api.create.button": string;
|
|
3547
3726
|
"settings.api.create.button.loading": string;
|
|
3727
|
+
"settings.api.create.disabledTooltip": string;
|
|
3548
3728
|
"settings.api.search.placeholder": string;
|
|
3549
3729
|
"settings.api.search.noResults": string;
|
|
3550
3730
|
"settings.api.owners.all": string;
|
|
@@ -3578,6 +3758,8 @@ declare const _exports: {
|
|
|
3578
3758
|
"settings.api.view.modal.form.label": string;
|
|
3579
3759
|
"settings.api.view.modal.form.expiration": string;
|
|
3580
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;
|
|
3581
3763
|
"settings.api.view.modal.form.label.placeholder": string;
|
|
3582
3764
|
"settings.api.view.modal.form.expiration.custom": string;
|
|
3583
3765
|
"settings.api.view.modal.form.expiration.days": string;
|
|
@@ -3586,13 +3768,17 @@ declare const _exports: {
|
|
|
3586
3768
|
"settings.api.view.modal.title.create": string;
|
|
3587
3769
|
"settings.api.view.modal.title.edit": string;
|
|
3588
3770
|
"settings.api.view.modal.title.readonly": string;
|
|
3771
|
+
"settings.api.view.modal.title.readonly.own": string;
|
|
3589
3772
|
"settings.api.view.modal.done.button": string;
|
|
3590
3773
|
"settings.api.view.modal.save.button": string;
|
|
3591
3774
|
"settings.api.view.modal.close.button": string;
|
|
3592
3775
|
"settings.api.scopes.label": string;
|
|
3593
3776
|
"settings.api.scopes.all": string;
|
|
3777
|
+
"settings.api.scopes.allDescription": string;
|
|
3594
3778
|
"settings.api.scopes.readOnly": string;
|
|
3779
|
+
"settings.api.scopes.readOnlyDescription": string;
|
|
3595
3780
|
"settings.api.scopes.custom": string;
|
|
3781
|
+
"settings.api.scopes.customDescription": string;
|
|
3596
3782
|
"settings.api.scopes.search.placeholder": string;
|
|
3597
3783
|
"settings.api.scopes.toggleGroup": string;
|
|
3598
3784
|
"settings.api.scopes.count": string;
|
|
@@ -3939,7 +4125,6 @@ declare const _exports: {
|
|
|
3939
4125
|
"settings.sourceControl.httpsWarningNotice": string;
|
|
3940
4126
|
"settings.sourceControl.httpsWarningNotice.strong": string;
|
|
3941
4127
|
"settings.migrationReport": string;
|
|
3942
|
-
"settings.migrationReport.title": string;
|
|
3943
4128
|
"settings.migrationReport.description": string;
|
|
3944
4129
|
"settings.migrationReport.documentationLink": string;
|
|
3945
4130
|
"settings.migrationReport.refreshButton": string;
|
|
@@ -3972,6 +4157,23 @@ declare const _exports: {
|
|
|
3972
4157
|
"settings.migrationReport.detail.filter.status.all": string;
|
|
3973
4158
|
"settings.migrationReport.detail.filter.status.active": string;
|
|
3974
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;
|
|
3975
4177
|
"showMessage.cancel": string;
|
|
3976
4178
|
"showMessage.ok": string;
|
|
3977
4179
|
"showMessage.showDetails": string;
|
|
@@ -4078,7 +4280,10 @@ declare const _exports: {
|
|
|
4078
4280
|
"nodeIssues.credentials.notIdentified": string;
|
|
4079
4281
|
"nodeIssues.credentials.notIdentified.hint": string;
|
|
4080
4282
|
"nodeIssues.credentials.privateNotConnected": string;
|
|
4081
|
-
"nodeIssues.credentials.
|
|
4283
|
+
"nodeIssues.credentials.privateRequiresIdentityTrigger": string;
|
|
4284
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithWebhook": string;
|
|
4285
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithForm": string;
|
|
4286
|
+
"nodeIssues.credentials.privateRequiresIdentityTriggerWithFormAndWebhook": string;
|
|
4082
4287
|
"nodeIssues.credentials.privateRequiresIdentityExtractor": string;
|
|
4083
4288
|
"nodeIssues.input.missing": string;
|
|
4084
4289
|
"ndv.trigger.moreInfo": string;
|
|
@@ -4409,10 +4614,61 @@ declare const _exports: {
|
|
|
4409
4614
|
"workflowSettings.toggleMCP.error.title": string;
|
|
4410
4615
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
4411
4616
|
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
4617
|
+
"agents.toggleMCP.error.title": string;
|
|
4618
|
+
"agents.toggleMCP.updateSkippedError": string;
|
|
4412
4619
|
"workflowHistory.title": string;
|
|
4413
4620
|
"workflowHistory.tab.history": string;
|
|
4414
4621
|
"workflowHistory.tab.publishTimeline": string;
|
|
4415
4622
|
"workflowHistory.action.viewTimeline": string;
|
|
4623
|
+
"workflowReviews.reviewRequired.title": string;
|
|
4624
|
+
"workflowReviews.reviewRequired.description": string;
|
|
4625
|
+
"workflowReviews.reviewRequired.lockedDescription": string;
|
|
4626
|
+
"workflowReviews.publishChoice.title": string;
|
|
4627
|
+
"workflowReviews.publishChoice.description": string;
|
|
4628
|
+
"workflowReviews.publishChoice.submitForReview": string;
|
|
4629
|
+
"workflowReviews.publishChoice.publish": string;
|
|
4630
|
+
"workflowReviews.submitForReview.title": string;
|
|
4631
|
+
"workflowReviews.submitForReview.ariaDescription": string;
|
|
4632
|
+
"workflowReviews.submitForReview.reviewTitle.label": string;
|
|
4633
|
+
"workflowReviews.submitForReview.description.label": string;
|
|
4634
|
+
"workflowReviews.submitForReview.reviewer.label": string;
|
|
4635
|
+
"workflowReviews.submitForReview.reviewer.placeholder": string;
|
|
4636
|
+
"workflowReviews.submitForReview.submit": string;
|
|
4637
|
+
"workflowReviews.submitForReview.error.title": string;
|
|
4638
|
+
"workflowReviews.submitForReview.error.save": string;
|
|
4639
|
+
"workflowReviews.updateReview.title": string;
|
|
4640
|
+
"workflowReviews.updateReview.description": string;
|
|
4641
|
+
"workflowReviews.updateReview.description.review": string;
|
|
4642
|
+
"workflowReviews.updateReview.submit": string;
|
|
4643
|
+
"workflowReviews.updateReview.toast": string;
|
|
4644
|
+
"workflowReviews.updateReview.error.title": string;
|
|
4645
|
+
"workflowReviews.updateReview.error.noOpenReview": string;
|
|
4646
|
+
"workflowReviews.submitted.title": string;
|
|
4647
|
+
"workflowReviews.submitted.description": string;
|
|
4648
|
+
"workflowReviews.submitted.description.submission": string;
|
|
4649
|
+
"workflowReviews.submitted.gotIt": string;
|
|
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;
|
|
4416
4672
|
"workflowHistory.content.actions": string;
|
|
4417
4673
|
"workflowHistory.item.id": string;
|
|
4418
4674
|
"workflowHistory.item.createdAt": string;
|
|
@@ -4895,6 +5151,7 @@ declare const _exports: {
|
|
|
4895
5151
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4896
5152
|
"settings.n8nAgent": string;
|
|
4897
5153
|
"settings.n8nAgent.description": string;
|
|
5154
|
+
"settings.n8nAgent.docsLabel": string;
|
|
4898
5155
|
"settings.agentBuilder.title": string;
|
|
4899
5156
|
"settings.agentBuilder.description": string;
|
|
4900
5157
|
"settings.agentBuilder.section.model": string;
|
|
@@ -4914,23 +5171,102 @@ declare const _exports: {
|
|
|
4914
5171
|
"agents.modelSelector.defaultLabel": string;
|
|
4915
5172
|
"agents.modelSelector.noMatch": string;
|
|
4916
5173
|
"agents.modelSelector.noModels": string;
|
|
5174
|
+
"agents.modelSelector.modelsUnavailable": string;
|
|
4917
5175
|
"agents.modelSelector.moreModels": string;
|
|
4918
5176
|
"agents.modelSelector.configureCredentials": string;
|
|
5177
|
+
"agents.modelSelector.connectTo": string;
|
|
5178
|
+
"agents.modelSelector.models": string;
|
|
4919
5179
|
"agents.modelSelector.credentialsMissing": string;
|
|
4920
5180
|
"agents.modelSelector.freeCredits.label": string;
|
|
4921
5181
|
"agents.modelSelector.freeCredits.badge": string;
|
|
4922
5182
|
"agents.modelSelector.freeCredits.description": string;
|
|
4923
5183
|
"settings.n8nAgent.enable.label": string;
|
|
4924
5184
|
"settings.n8nAgent.enable.description": string;
|
|
5185
|
+
"settings.n8nAgent.status.enabled": string;
|
|
5186
|
+
"settings.n8nAgent.status.setupRequired": string;
|
|
5187
|
+
"settings.n8nAgent.status.enable": string;
|
|
5188
|
+
"settings.n8nAgent.status.manage": string;
|
|
5189
|
+
"settings.n8nAgent.status.disable": string;
|
|
5190
|
+
"settings.n8nAgent.status.disable.title": string;
|
|
5191
|
+
"settings.n8nAgent.status.disable.description": string;
|
|
5192
|
+
"settings.n8nAgent.empty.title": string;
|
|
5193
|
+
"settings.n8nAgent.empty.description": string;
|
|
5194
|
+
"settings.n8nAgent.empty.enable": string;
|
|
5195
|
+
"settings.n8nAgent.empty.footnote": string;
|
|
5196
|
+
"settings.n8nAgent.capabilities.title": string;
|
|
5197
|
+
"settings.n8nAgent.capabilities.description": string;
|
|
4925
5198
|
"settings.n8nAgent.computerUse.label": string;
|
|
4926
5199
|
"settings.n8nAgent.computerUse.description": string;
|
|
4927
|
-
"settings.n8nAgent.computerUse.disabled.warning": string;
|
|
4928
5200
|
"settings.n8nAgent.browserUse.label": string;
|
|
4929
5201
|
"settings.n8nAgent.browserUse.description": string;
|
|
5202
|
+
"settings.n8nAgent.mcp.title": string;
|
|
5203
|
+
"settings.n8nAgent.mcp.description": string;
|
|
4930
5204
|
"settings.n8nAgent.mcpAccess.label": string;
|
|
4931
5205
|
"settings.n8nAgent.mcpAccess.description": string;
|
|
5206
|
+
"settings.n8nAgent.modelCredential.label": string;
|
|
5207
|
+
"settings.n8nAgent.modelCredential.missing.description": string;
|
|
5208
|
+
"settings.n8nAgent.modelCredential.env.description": string;
|
|
5209
|
+
"settings.n8nAgent.modelCredential.env.value": string;
|
|
5210
|
+
"settings.n8nAgent.modelCredential.add": string;
|
|
5211
|
+
"settings.n8nAgent.modelCredential.field": string;
|
|
5212
|
+
"settings.n8nAgent.modelCredential.placeholder": string;
|
|
5213
|
+
"settings.n8nAgent.connection.none": string;
|
|
5214
|
+
"settings.n8nAgent.connection.noneNoEnv": string;
|
|
5215
|
+
"settings.n8nAgent.modelName.label": string;
|
|
5216
|
+
"settings.n8nAgent.modelName.placeholder": string;
|
|
5217
|
+
"settings.n8nAgent.setup.step": string;
|
|
5218
|
+
"settings.n8nAgent.setup.continue": string;
|
|
5219
|
+
"settings.n8nAgent.setup.skip": string;
|
|
5220
|
+
"settings.n8nAgent.modelDialog.title": string;
|
|
5221
|
+
"settings.n8nAgent.modelDialog.description": string;
|
|
5222
|
+
"settings.n8nAgent.modelDialog.setupTitle": string;
|
|
5223
|
+
"settings.n8nAgent.modelDialog.setupDescription": string;
|
|
5224
|
+
"settings.n8nAgent.sandboxDialog.setupTitle": string;
|
|
5225
|
+
"settings.n8nAgent.modelDialog.footnote": string;
|
|
5226
|
+
"settings.n8nAgent.sandbox.label": string;
|
|
5227
|
+
"settings.n8nAgent.sandbox.set.description": string;
|
|
5228
|
+
"settings.n8nAgent.sandbox.missing.description": string;
|
|
5229
|
+
"settings.n8nAgent.sandbox.env.description": string;
|
|
5230
|
+
"settings.n8nAgent.sandbox.env.value": string;
|
|
5231
|
+
"settings.n8nAgent.sandbox.add": string;
|
|
5232
|
+
"settings.n8nAgent.sandboxDialog.title": string;
|
|
5233
|
+
"settings.n8nAgent.sandboxDialog.description": string;
|
|
5234
|
+
"settings.n8nAgent.sandboxCredential.apiKey": string;
|
|
5235
|
+
"settings.n8nAgent.sandboxDialog.provider": string;
|
|
5236
|
+
"settings.n8nAgent.sandboxDialog.providerHint": string;
|
|
5237
|
+
"settings.n8nAgent.search.label": string;
|
|
5238
|
+
"settings.n8nAgent.search.recommended": string;
|
|
5239
|
+
"settings.n8nAgent.search.description": string;
|
|
5240
|
+
"settings.n8nAgent.search.env.description": string;
|
|
5241
|
+
"settings.n8nAgent.search.env.value": string;
|
|
5242
|
+
"settings.n8nAgent.search.setup": string;
|
|
5243
|
+
"settings.n8nAgent.searchDialog.title": string;
|
|
5244
|
+
"settings.n8nAgent.searchDialog.setupTitle": string;
|
|
5245
|
+
"settings.n8nAgent.searchDialog.description": string;
|
|
5246
|
+
"settings.n8nAgent.searchCredential.label": string;
|
|
5247
|
+
"settings.n8nAgent.searchCredential.placeholder": string;
|
|
5248
|
+
"settings.n8nAgent.toast.saved": string;
|
|
5249
|
+
"settings.n8nAgent.toast.errorTitle": string;
|
|
5250
|
+
"settings.n8nAgent.toast.loadError": string;
|
|
5251
|
+
"settings.n8nAgent.toast.saveError": string;
|
|
5252
|
+
"settings.n8nAgent.toast.preferenceError": string;
|
|
4932
5253
|
"settings.n8nAgent.permissions.title": string;
|
|
4933
5254
|
"settings.n8nAgent.permissions.description": string;
|
|
5255
|
+
"settings.n8nAgent.permissions.group.workflows": string;
|
|
5256
|
+
"settings.n8nAgent.permissions.group.folders": string;
|
|
5257
|
+
"settings.n8nAgent.permissions.group.dataTables": string;
|
|
5258
|
+
"settings.n8nAgent.permissions.group.credentials": string;
|
|
5259
|
+
"settings.n8nAgent.permissions.group.system": string;
|
|
5260
|
+
"settings.n8nAgent.permissions.group.web": string;
|
|
5261
|
+
"settings.n8nAgent.permissions.group.mcp": string;
|
|
5262
|
+
"settings.n8nAgent.permissions.group.default": string;
|
|
5263
|
+
"settings.n8nAgent.permissions.group.exception": string;
|
|
5264
|
+
"settings.n8nAgent.permissions.group.exceptions": string;
|
|
5265
|
+
"settings.n8nAgent.permissions.group.mcpDisabled": string;
|
|
5266
|
+
"settings.n8nAgent.dataSharing.title": string;
|
|
5267
|
+
"settings.n8nAgent.dataSharing.description": string;
|
|
5268
|
+
"settings.n8nAgent.dataSharing.manage.label": string;
|
|
5269
|
+
"settings.n8nAgent.dataSharing.manage.description": string;
|
|
4934
5270
|
"settings.n8nAgent.permissions.alwaysAllow": string;
|
|
4935
5271
|
"settings.n8nAgent.permissions.needsApproval": string;
|
|
4936
5272
|
"settings.n8nAgent.permissions.blocked": string;
|
|
@@ -5052,6 +5388,31 @@ declare const _exports: {
|
|
|
5052
5388
|
"settings.security.workflowReviews.error": string;
|
|
5053
5389
|
"settings.security.workflowReviews.confirmDisable.headline": string;
|
|
5054
5390
|
"settings.security.workflowReviews.confirmDisable.message": string;
|
|
5391
|
+
"workflowReviews.menu.title": string;
|
|
5392
|
+
"workflowReviews.page.title": string;
|
|
5393
|
+
"workflowReviews.disclaimer.body": string;
|
|
5394
|
+
"workflowReviews.sidebar.tabs.open": string;
|
|
5395
|
+
"workflowReviews.sidebar.tabs.closed": string;
|
|
5396
|
+
"workflowReviews.sidebar.empty.open": string;
|
|
5397
|
+
"workflowReviews.sidebar.empty.closed": string;
|
|
5398
|
+
"workflowReviews.roles.requester": string;
|
|
5399
|
+
"workflowReviews.roles.reviewers": string;
|
|
5400
|
+
"workflowReviews.status.pending": string;
|
|
5401
|
+
"workflowReviews.status.changesRequested": string;
|
|
5402
|
+
"workflowReviews.status.approved": string;
|
|
5403
|
+
"workflowReviews.status.closed": string;
|
|
5404
|
+
"workflowReviews.detail.placeholder": string;
|
|
5405
|
+
"workflowReviews.detail.notFound.title": string;
|
|
5406
|
+
"workflowReviews.detail.notFound.body": string;
|
|
5407
|
+
"workflowReviews.emptyState.body.open": string;
|
|
5408
|
+
"workflowReviews.emptyState.body.closed": string;
|
|
5409
|
+
"workflowReviews.noSelection.body": string;
|
|
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;
|
|
5055
5416
|
"settings.security.personalSpace.title": string;
|
|
5056
5417
|
"settings.security.personalSpace.description": string;
|
|
5057
5418
|
"settings.security.personalSpace.publishing.title": string;
|
|
@@ -5174,6 +5535,12 @@ declare const _exports: {
|
|
|
5174
5535
|
"settings.sso.settings.roleMappingRules.instanceRules.title": string;
|
|
5175
5536
|
"settings.sso.settings.roleMappingRules.instanceRules.description": string;
|
|
5176
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;
|
|
5177
5544
|
"settings.sso.settings.roleMappingRules.expression.placeholder": string;
|
|
5178
5545
|
"settings.sso.settings.authProtocol.label": string;
|
|
5179
5546
|
"settings.sso.settings.authProtocol.description": string;
|
|
@@ -5755,7 +6122,7 @@ declare const _exports: {
|
|
|
5755
6122
|
"evaluation.collections.empty.subtitle": string;
|
|
5756
6123
|
"evaluation.collections.errors.fetchFailed": string;
|
|
5757
6124
|
"evaluation.collections.card.done": string;
|
|
5758
|
-
"evaluation.collections.card.
|
|
6125
|
+
"evaluation.collections.card.runningProgress": string;
|
|
5759
6126
|
"evaluation.collections.card.failed": string;
|
|
5760
6127
|
"evaluation.collections.card.currentDraft": string;
|
|
5761
6128
|
"evaluation.collections.card.meta.versions": string;
|
|
@@ -5773,8 +6140,12 @@ declare const _exports: {
|
|
|
5773
6140
|
"evaluation.collections.row.status.warning": string;
|
|
5774
6141
|
"evaluation.compare.openCompare": string;
|
|
5775
6142
|
"evaluation.compare.viewProgress": string;
|
|
6143
|
+
"evaluation.compare.rerun": string;
|
|
5776
6144
|
"evaluation.compare.backToList": string;
|
|
5777
6145
|
"evaluation.compare.versionsLegend.best": string;
|
|
6146
|
+
"evaluation.compare.versionsLegend.inspectRun": string;
|
|
6147
|
+
"evaluation.compare.versionsLegend.running": string;
|
|
6148
|
+
"evaluation.compare.outputs.inspectRun": string;
|
|
5778
6149
|
"evaluation.compare.scoreChart.heading": string;
|
|
5779
6150
|
"evaluation.compare.scoreChart.empty": string;
|
|
5780
6151
|
"evaluation.compare.scoreChart.toggle.average": string;
|
|
@@ -5782,7 +6153,6 @@ declare const _exports: {
|
|
|
5782
6153
|
"evaluation.compare.scoreChart.toggle.perCaseComingSoon": string;
|
|
5783
6154
|
"evaluation.compare.insights.title": string;
|
|
5784
6155
|
"evaluation.compare.insights.generatedAt": string;
|
|
5785
|
-
"evaluation.compare.insights.regenerate": string;
|
|
5786
6156
|
"evaluation.compare.insights.error": string;
|
|
5787
6157
|
"evaluation.compare.insights.retry": string;
|
|
5788
6158
|
"evaluation.compare.insights.fallbackNote": string;
|
|
@@ -5792,6 +6162,7 @@ declare const _exports: {
|
|
|
5792
6162
|
"evaluation.compare.insights.noRegressions": string;
|
|
5793
6163
|
"evaluation.compare.errors.loadFailed": string;
|
|
5794
6164
|
"evaluation.compare.errors.notFound": string;
|
|
6165
|
+
"evaluation.compare.errors.rerunFailed": string;
|
|
5795
6166
|
"evaluation.compare.tabs.cases": string;
|
|
5796
6167
|
"evaluation.compare.tabs.outputs": string;
|
|
5797
6168
|
"evaluation.compare.tabs.metrics": string;
|
|
@@ -5818,7 +6189,6 @@ declare const _exports: {
|
|
|
5818
6189
|
"evaluation.metric.description.toolsUsed": string;
|
|
5819
6190
|
"evaluation.metric.criteria.label": string;
|
|
5820
6191
|
"evaluation.metric.criteria.showMore": string;
|
|
5821
|
-
"evaluation.metric.criteria.showLess": string;
|
|
5822
6192
|
"evaluation.compare.workflowDiff.needTwo": string;
|
|
5823
6193
|
"evaluation.compare.workflowDiff.loadError": string;
|
|
5824
6194
|
"evaluation.compare.workflowDiff.base": string;
|
|
@@ -6287,7 +6657,6 @@ declare const _exports: {
|
|
|
6287
6657
|
"instanceAi.sidebar.threads": string;
|
|
6288
6658
|
"instanceAi.sidebar.chatHistory": string;
|
|
6289
6659
|
"instanceAi.sidebar.collapse": string;
|
|
6290
|
-
"instanceAi.message.reasoning": string;
|
|
6291
6660
|
"instanceAi.sidebar.noThreads": string;
|
|
6292
6661
|
"instanceAi.sidebar.group.thisWeek": string;
|
|
6293
6662
|
"instanceAi.sidebar.group.older": string;
|
|
@@ -6322,8 +6691,6 @@ declare const _exports: {
|
|
|
6322
6691
|
"instanceAi.mcp.error.updateSettings": string;
|
|
6323
6692
|
"instanceAi.mcp.error.disconnect": string;
|
|
6324
6693
|
"instanceAi.mcp.settings.saved": string;
|
|
6325
|
-
"instanceAi.mcp.error.autoConnectAmbiguous.title": string;
|
|
6326
|
-
"instanceAi.mcp.error.autoConnectAmbiguous.message": string;
|
|
6327
6694
|
"instanceAi.browserUse.modal.title": string;
|
|
6328
6695
|
"instanceAi.browserUse.modal.description": string;
|
|
6329
6696
|
"instanceAi.browserUse.step.extension.title": string;
|
|
@@ -6409,10 +6776,10 @@ declare const _exports: {
|
|
|
6409
6776
|
"instanceAi.domainAccess.deny": string;
|
|
6410
6777
|
"instanceAi.webSearch.prompt": string;
|
|
6411
6778
|
"instanceAi.webSearch.allowThread": string;
|
|
6412
|
-
"instanceAi.settings.permissions.fetchUrl.label": string;
|
|
6413
6779
|
"instanceAi.credential.selected": string;
|
|
6414
6780
|
"instanceAi.credential.required": string;
|
|
6415
6781
|
"instanceAi.credential.allSelected": string;
|
|
6782
|
+
"instanceAi.credential.someSkipped": string;
|
|
6416
6783
|
"instanceAi.credential.useSelected": string;
|
|
6417
6784
|
"instanceAi.credential.deny": string;
|
|
6418
6785
|
"instanceAi.credential.confirmAll": string;
|
|
@@ -6513,43 +6880,6 @@ declare const _exports: {
|
|
|
6513
6880
|
"instanceAi.debug.threads.refresh": string;
|
|
6514
6881
|
"instanceAi.debug.threads.fetchError": string;
|
|
6515
6882
|
"instanceAi.debug.threads.messageCount": string;
|
|
6516
|
-
"instanceAi.settings.title": string;
|
|
6517
|
-
"instanceAi.settings.save": string;
|
|
6518
|
-
"instanceAi.settings.reset": string;
|
|
6519
|
-
"instanceAi.settings.section.model": string;
|
|
6520
|
-
"instanceAi.settings.section.sandbox": string;
|
|
6521
|
-
"instanceAi.settings.section.search": string;
|
|
6522
|
-
"instanceAi.settings.section.advanced": string;
|
|
6523
|
-
"instanceAi.settings.credential.label": string;
|
|
6524
|
-
"instanceAi.settings.credential.placeholder": string;
|
|
6525
|
-
"instanceAi.settings.credential.none": string;
|
|
6526
|
-
"instanceAi.settings.credential.createNew": string;
|
|
6527
|
-
"instanceAi.settings.credential.createBrave": string;
|
|
6528
|
-
"instanceAi.settings.credential.createSearxng": string;
|
|
6529
|
-
"instanceAi.settings.modelName.label": string;
|
|
6530
|
-
"instanceAi.settings.modelName.placeholder": string;
|
|
6531
|
-
"instanceAi.settings.apiKey.set": string;
|
|
6532
|
-
"instanceAi.settings.apiKey.notSet": string;
|
|
6533
|
-
"instanceAi.settings.sandboxEnabled.label": string;
|
|
6534
|
-
"instanceAi.settings.sandboxProvider.label": string;
|
|
6535
|
-
"instanceAi.settings.daytonaCredential.label": string;
|
|
6536
|
-
"instanceAi.settings.n8nSandboxCredential.label": string;
|
|
6537
|
-
"instanceAi.settings.n8nSandbox.serviceUrlHint": string;
|
|
6538
|
-
"instanceAi.settings.sandboxImage.label": string;
|
|
6539
|
-
"instanceAi.settings.sandboxTimeout.label": string;
|
|
6540
|
-
"instanceAi.settings.searchCredential.label": string;
|
|
6541
|
-
"instanceAi.settings.browserMcp.label": string;
|
|
6542
|
-
"instanceAi.settings.mcpServers.label": string;
|
|
6543
|
-
"instanceAi.settings.mcpServers.placeholder": string;
|
|
6544
|
-
"instanceAi.settings.section.permissions": string;
|
|
6545
|
-
"instanceAi.settings.permissions.description": string;
|
|
6546
|
-
"instanceAi.settings.permissions.createWorkflow.label": string;
|
|
6547
|
-
"instanceAi.settings.permissions.updateWorkflow.label": string;
|
|
6548
|
-
"instanceAi.settings.permissions.runWorkflow.label": string;
|
|
6549
|
-
"instanceAi.settings.permissions.publishWorkflow.label": string;
|
|
6550
|
-
"instanceAi.settings.permissions.deleteWorkflow.label": string;
|
|
6551
|
-
"instanceAi.settings.permissions.deleteCredential.label": string;
|
|
6552
|
-
"instanceAi.settings.permissions.deleteDataTable.label": string;
|
|
6553
6883
|
"instanceAi.builderCard.title": string;
|
|
6554
6884
|
"instanceAi.builderCard.phase.researching": string;
|
|
6555
6885
|
"instanceAi.builderCard.phase.schemas": string;
|
|
@@ -6755,8 +7085,32 @@ declare const _exports: {
|
|
|
6755
7085
|
"instanceAi.tools.list-nodes": string;
|
|
6756
7086
|
"instanceAi.tools.get-workflow-as-code": string;
|
|
6757
7087
|
"instanceAi.tools.build-workflow": string;
|
|
7088
|
+
"instanceAi.tools.build-workflow.imperative": string;
|
|
7089
|
+
"instanceAi.tools.read_config": string;
|
|
7090
|
+
"instanceAi.tools.write_config": string;
|
|
7091
|
+
"instanceAi.tools.patch_config": string;
|
|
7092
|
+
"instanceAi.tools.build_custom_tool": string;
|
|
7093
|
+
"instanceAi.tools.create_skills": string;
|
|
7094
|
+
"instanceAi.tools.create_tasks": string;
|
|
7095
|
+
"instanceAi.tools.get_resource_locator_options": string;
|
|
7096
|
+
"instanceAi.tools.list_integration_types": string;
|
|
7097
|
+
"instanceAi.tools.list_sub_agents": string;
|
|
7098
|
+
"instanceAi.tools.publish_agent": string;
|
|
7099
|
+
"instanceAi.tools.unpublish_agent": string;
|
|
7100
|
+
"instanceAi.tools.resolve_integration": string;
|
|
7101
|
+
"instanceAi.tools.build-agent": string;
|
|
7102
|
+
"instanceAi.tools.resolve_llm": string;
|
|
7103
|
+
"instanceAi.tools.search_mcp_servers": string;
|
|
7104
|
+
"instanceAi.tools.verify_mcp_server": string;
|
|
7105
|
+
"instanceAi.tools.ask_questions": string;
|
|
7106
|
+
"instanceAi.tools.ask_credential": string;
|
|
7107
|
+
"instanceAi.tools.ask_embedding_credential": string;
|
|
7108
|
+
"instanceAi.tools.configure_channel": string;
|
|
7109
|
+
"instanceAi.tools.search_nodes": string;
|
|
7110
|
+
"instanceAi.tools.get_node_types": string;
|
|
7111
|
+
"instanceAi.tools.list_credentials": string;
|
|
6758
7112
|
"instanceAi.tools.submit-workflow": string;
|
|
6759
|
-
"instanceAi.tools.
|
|
7113
|
+
"instanceAi.tools.list_workflows": string;
|
|
6760
7114
|
"instanceAi.tools.get-workflow": string;
|
|
6761
7115
|
"instanceAi.tools.delete-workflow": string;
|
|
6762
7116
|
"instanceAi.tools.activate-workflow": string;
|
|
@@ -6863,10 +7217,11 @@ declare const _exports: {
|
|
|
6863
7217
|
"instanceAi.stepTimeline.done": string;
|
|
6864
7218
|
"instanceAi.stepTimeline.craftingWorkflow": string;
|
|
6865
7219
|
"instanceAi.activitySummary.toolCalls": string;
|
|
6866
|
-
"
|
|
6867
|
-
"
|
|
6868
|
-
"
|
|
6869
|
-
"
|
|
7220
|
+
"ai.reasoning": string;
|
|
7221
|
+
"ai.thinking.active": string;
|
|
7222
|
+
"ai.thinking.done": string;
|
|
7223
|
+
"ai.thinking.doneFallback": string;
|
|
7224
|
+
"ai.thinking.waitingForInput": string;
|
|
6870
7225
|
"projects.menu.instanceAi": string;
|
|
6871
7226
|
"chatInputBase.button.attach": string;
|
|
6872
7227
|
"chatInputBase.button.dictate": string;
|
|
@@ -6876,7 +7231,6 @@ declare const _exports: {
|
|
|
6876
7231
|
"instanceAi.filesystem.category.computerUse": string;
|
|
6877
7232
|
"instanceAi.filesystem.category.filesystem": string;
|
|
6878
7233
|
"instanceAi.filesystem.category.shell": string;
|
|
6879
|
-
"instanceAi.settings.permissions.activateWorkflow.label": string;
|
|
6880
7234
|
"instanceAi.tools.patch-workflow": string;
|
|
6881
7235
|
"agents.home.untitledAgent": string;
|
|
6882
7236
|
"agents.relativeTime.justNow": string;
|
|
@@ -6909,10 +7263,14 @@ declare const _exports: {
|
|
|
6909
7263
|
"agents.builder.chat.newChat.label": string;
|
|
6910
7264
|
"agents.chat.loadHistory.error": string;
|
|
6911
7265
|
"agents.chat.clearHistory.error": string;
|
|
7266
|
+
"agents.chat.stop.error": string;
|
|
7267
|
+
"agents.chat.streamInterrupted": string;
|
|
7268
|
+
"agents.chat.toolError.generic": string;
|
|
6912
7269
|
"agents.chat.clearHistory": string;
|
|
6913
7270
|
"agents.chat.input.placeholder": string;
|
|
6914
|
-
"agents.
|
|
6915
|
-
"agents.
|
|
7271
|
+
"agents.chat.attachments.tooLarge": string;
|
|
7272
|
+
"agents.chat.attachments.tooMany": string;
|
|
7273
|
+
"agents.chat.attachments.unavailable": string;
|
|
6916
7274
|
"agents.chat.answerQuestionPlaceholder": string;
|
|
6917
7275
|
"agents.chat.misconfigured.title": string;
|
|
6918
7276
|
"agents.chat.misconfigured.issuesPrefix": string;
|
|
@@ -6925,6 +7283,9 @@ declare const _exports: {
|
|
|
6925
7283
|
"agents.chat.misconfigured.missing.mcpServers": string;
|
|
6926
7284
|
"agents.chat.misconfigured.missing.subAgents.agents": string;
|
|
6927
7285
|
"agents.chat.misconfigured.dismiss": string;
|
|
7286
|
+
"agents.chat.warning.dismiss": string;
|
|
7287
|
+
"agents.chat.warning.mcp.title": string;
|
|
7288
|
+
"agents.chat.warning.mcp.detail": string;
|
|
6928
7289
|
"agents.chat.emptyState.title": string;
|
|
6929
7290
|
"agents.chat.emptyState.description": string;
|
|
6930
7291
|
"agents.chat.toolNames.webSearch": string;
|
|
@@ -6970,7 +7331,10 @@ declare const _exports: {
|
|
|
6970
7331
|
"agents.list.empty.button.disabled.tooltip": string;
|
|
6971
7332
|
"agents.list.actions.publish": string;
|
|
6972
7333
|
"agents.list.actions.unpublish": string;
|
|
7334
|
+
"agents.list.actions.enableMCPAccess": string;
|
|
7335
|
+
"agents.list.actions.disableMCPAccess": string;
|
|
6973
7336
|
"agents.list.actions.delete": string;
|
|
7337
|
+
"agents.list.availableInMCP": string;
|
|
6974
7338
|
"agents.list.readonly": string;
|
|
6975
7339
|
"agents.publish.button.publish": string;
|
|
6976
7340
|
"agents.publish.button.published": string;
|
|
@@ -7010,34 +7374,26 @@ declare const _exports: {
|
|
|
7010
7374
|
"agents.versionHistory.publish.toast.title": string;
|
|
7011
7375
|
"agents.versionHistory.publish.error": string;
|
|
7012
7376
|
"agents.search.placeholder": string;
|
|
7013
|
-
"agents.tools.title": string;
|
|
7014
|
-
"agents.tools.add": string;
|
|
7015
|
-
"agents.tools.search.placeholder": string;
|
|
7016
|
-
"agents.tools.availableTools": string;
|
|
7017
|
-
"agents.tools.availableWorkflows": string;
|
|
7018
|
-
"agents.tools.availableAiTools": string;
|
|
7019
|
-
"agents.tools.availableN8nTools": string;
|
|
7020
|
-
"agents.tools.availableExternalTools": string;
|
|
7021
|
-
"agents.tools.noResults": string;
|
|
7022
|
-
"agents.tools.noResults.withQuery": string;
|
|
7023
|
-
"agents.tools.configure": string;
|
|
7024
|
-
"agents.tools.connect": string;
|
|
7025
7377
|
"agents.tools.added": string;
|
|
7026
|
-
"agents.tools.connected": string;
|
|
7027
|
-
"agents.tools.addCredentials": string;
|
|
7028
|
-
"agents.tools.needsApproval": string;
|
|
7029
|
-
"agents.tools.noCredentials": string;
|
|
7030
7378
|
"agents.tools.workflow.incompatible.title": string;
|
|
7031
7379
|
"agents.tools.workflow.incompatible.message": string;
|
|
7032
7380
|
"agents.tools.workflow.fetchFailed.title": string;
|
|
7033
7381
|
"agents.tools.workflow.fetchFailed.message": string;
|
|
7034
|
-
"agents.tools.
|
|
7382
|
+
"agents.tools.install.unresolved.title": string;
|
|
7383
|
+
"agents.tools.install.unresolved.message": string;
|
|
7035
7384
|
"agents.tools.mcp.added": string;
|
|
7036
7385
|
"agents.toolConfig.workflow.description": string;
|
|
7037
7386
|
"agents.toolConfig.workflow.description.placeholder": string;
|
|
7038
7387
|
"agents.toolConfig.workflow.description.hint": string;
|
|
7039
7388
|
"agents.toolConfig.workflow.allOutputs": string;
|
|
7040
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;
|
|
7041
7397
|
"agents.toolConfig.save": string;
|
|
7042
7398
|
"agents.toolConfig.cancel": string;
|
|
7043
7399
|
"agents.toolConfig.approval.label": string;
|
|
@@ -7090,12 +7446,10 @@ declare const _exports: {
|
|
|
7090
7446
|
"agents.builder.advanced.webSearch.fallbackProvider.searxng": string;
|
|
7091
7447
|
"agents.builder.advanced.webSearch.credential.label": string;
|
|
7092
7448
|
"agents.builder.advanced.webSearch.credential.hint": string;
|
|
7093
|
-
"agents.builder.advanced.
|
|
7094
|
-
"agents.builder.advanced.
|
|
7095
|
-
"agents.builder.advanced.
|
|
7096
|
-
"agents.builder.advanced.
|
|
7097
|
-
"agents.builder.advanced.budgetTokens.label": string;
|
|
7098
|
-
"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;
|
|
7099
7453
|
"agents.builder.advanced.reasoningEffort.label": string;
|
|
7100
7454
|
"agents.builder.advanced.promptCaching.hint": string;
|
|
7101
7455
|
"agents.builder.advanced.promptCachingTtl.label": string;
|
|
@@ -7106,6 +7460,8 @@ declare const _exports: {
|
|
|
7106
7460
|
"agents.builder.advanced.recentMessages.memoryDisabledTooltip": string;
|
|
7107
7461
|
"agents.builder.advanced.maxIterations.label": string;
|
|
7108
7462
|
"agents.builder.advanced.maxIterations.hint": string;
|
|
7463
|
+
"agents.builder.mcp.availableInMCP.label": string;
|
|
7464
|
+
"agents.builder.mcp.availableInMCP.hint": string;
|
|
7109
7465
|
"agents.builder.memory.title": string;
|
|
7110
7466
|
"agents.builder.memory.description": string;
|
|
7111
7467
|
"agents.builder.memory.settings.title": string;
|
|
@@ -7118,7 +7474,6 @@ declare const _exports: {
|
|
|
7118
7474
|
"agents.builder.files.description": string;
|
|
7119
7475
|
"agents.builder.files.count": string;
|
|
7120
7476
|
"agents.builder.files.upload": string;
|
|
7121
|
-
"agents.builder.files.publishRequired": string;
|
|
7122
7477
|
"agents.builder.files.uploadFileTooLarge.title": string;
|
|
7123
7478
|
"agents.builder.files.uploadFileTooLarge.message": string;
|
|
7124
7479
|
"agents.builder.files.uploadTotalTooLarge.title": string;
|
|
@@ -7227,12 +7582,9 @@ declare const _exports: {
|
|
|
7227
7582
|
"agents.builder.editor.copy": string;
|
|
7228
7583
|
"agents.builder.editor.copied": string;
|
|
7229
7584
|
"agents.builder.tools.title": string;
|
|
7230
|
-
"agents.builder.tools.count": string;
|
|
7231
7585
|
"agents.builder.tools.add": string;
|
|
7232
|
-
"agents.builder.tools.empty": string;
|
|
7233
7586
|
"agents.builder.tools.type.workflow": string;
|
|
7234
7587
|
"agents.builder.tools.type.custom": string;
|
|
7235
|
-
"agents.builder.tools.workflows.title": string;
|
|
7236
7588
|
"agents.builder.tools.remove": string;
|
|
7237
7589
|
"agents.builder.tools.back": string;
|
|
7238
7590
|
"agents.builder.skills.title": string;
|
|
@@ -7393,6 +7745,7 @@ declare const _exports: {
|
|
|
7393
7745
|
"agents.builder.validation.issue.tool.custom.missingReference": string;
|
|
7394
7746
|
"agents.builder.validation.issue.tool.node.missingReference": string;
|
|
7395
7747
|
"agents.builder.validation.issue.mcpServer.incompatibleCredential": string;
|
|
7748
|
+
"agents.builder.preview.backToChat": string;
|
|
7396
7749
|
"agents.builder.preview.viewSession": string;
|
|
7397
7750
|
"agents.builder.preview.close.ariaLabel": string;
|
|
7398
7751
|
"agents.builder.executions.count": string;
|
|
@@ -7412,6 +7765,7 @@ declare const _exports: {
|
|
|
7412
7765
|
"agents.builder.triggers.count": string;
|
|
7413
7766
|
"agents.builder.triggers.empty": string;
|
|
7414
7767
|
"agents.builder.triggers.add": string;
|
|
7768
|
+
"agents.builder.triggers.remaining": string;
|
|
7415
7769
|
"agents.builder.triggers.empty.title": string;
|
|
7416
7770
|
"agents.builder.triggers.empty.description": string;
|
|
7417
7771
|
"agents.builder.addTrigger.modal.title": string;
|
|
@@ -7438,7 +7792,6 @@ declare const _exports: {
|
|
|
7438
7792
|
"agents.builder.addTrigger.slack.setup.tokenLink": string;
|
|
7439
7793
|
"agents.builder.addTrigger.slack.setup.button": string;
|
|
7440
7794
|
"agents.builder.addTrigger.slack.setup.error": string;
|
|
7441
|
-
"agents.channels.setup.publishNotice": string;
|
|
7442
7795
|
"agents.channels.slack.setup.createToken.title": string;
|
|
7443
7796
|
"agents.channels.slack.setup.createToken.description": string;
|
|
7444
7797
|
"agents.channels.slack.setup.createToken.link": string;
|
|
@@ -7512,22 +7865,25 @@ declare const _exports: {
|
|
|
7512
7865
|
"instanceAi.welcomeModal.gateway.tokenExpired": string;
|
|
7513
7866
|
"tools.connection.title": string;
|
|
7514
7867
|
"tools.connection.search.placeholder": string;
|
|
7515
|
-
"tools.connection.
|
|
7516
|
-
"tools.connection.
|
|
7517
|
-
"tools.connection.
|
|
7518
|
-
"tools.connection.
|
|
7519
|
-
"tools.connection.
|
|
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;
|
|
7520
7879
|
"tools.connection.action.connect": string;
|
|
7521
7880
|
"tools.connection.action.connected": string;
|
|
7522
7881
|
"tools.connection.action.configure": string;
|
|
7523
7882
|
"tools.connection.action.close": string;
|
|
7883
|
+
"tools.connection.install.contactAdmin": string;
|
|
7524
7884
|
"tools.connection.credentialPicker.search": string;
|
|
7525
7885
|
"tools.connection.credentialPicker.create": string;
|
|
7526
7886
|
"tools.connection.credentialPicker.noResults": string;
|
|
7527
|
-
"tools.connection.tabs.services": string;
|
|
7528
|
-
"tools.connection.tabs.agents": string;
|
|
7529
|
-
"tools.connection.tabs.data": string;
|
|
7530
|
-
"tools.connection.tabs.workflows": string;
|
|
7531
7887
|
"tools.connection.tabs.settings": string;
|
|
7532
7888
|
"tools.connection.tabs.details": string;
|
|
7533
7889
|
"tools.connection.settings.toolInclusion": string;
|
|
@@ -7559,7 +7915,13 @@ declare const _exports: {
|
|
|
7559
7915
|
"agents.channels.modal.connectDescription": string;
|
|
7560
7916
|
"agents.channels.modal.setupPlaceholder": string;
|
|
7561
7917
|
"agents.channels.modal.editPlaceholder": string;
|
|
7918
|
+
"agents.channels.modal.configured": string;
|
|
7562
7919
|
"agents.channels.modal.connected": string;
|
|
7920
|
+
"agents.channels.modal.removeChannel": string;
|
|
7921
|
+
"agents.channels.modal.credentialReplacementError": string;
|
|
7922
|
+
"agents.chat.askCredential.skipped": string;
|
|
7923
|
+
"agents.chat.askQuestions.skipped": string;
|
|
7924
|
+
"agents.chat.configureChannel.skipped": string;
|
|
7563
7925
|
};
|
|
7564
7926
|
//#endregion
|
|
7565
7927
|
//#region src/types.d.ts
|