@n8n/i18n 2.19.0 → 2.21.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 +547 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +544 -23
- package/dist/index.d.mts +544 -23
- package/dist/index.mjs +547 -26
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +544 -23
- package/dist/types2.d.mts +544 -23
- package/package.json +2 -2
package/dist/types2.d.cts
CHANGED
|
@@ -49,6 +49,7 @@ declare const _exports: {
|
|
|
49
49
|
"generic.back": string;
|
|
50
50
|
"generic.cancel": string;
|
|
51
51
|
"generic.connect": string;
|
|
52
|
+
"generic.save": string;
|
|
52
53
|
"generic.open": string;
|
|
53
54
|
"generic.openResource": string;
|
|
54
55
|
"generic.add": string;
|
|
@@ -576,6 +577,8 @@ declare const _exports: {
|
|
|
576
577
|
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
577
578
|
"chatHub.chat.prompt.button.attach": string;
|
|
578
579
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
580
|
+
"chatHub.chat.attachments.unsupported.title": string;
|
|
581
|
+
"chatHub.chat.attachments.unsupported.toast": string;
|
|
579
582
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
580
583
|
"chatHub.chat.prompt.button.voiceInput": string;
|
|
581
584
|
"chatHub.chat.prompt.button.send": string;
|
|
@@ -1011,6 +1014,9 @@ declare const _exports: {
|
|
|
1011
1014
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
|
|
1012
1015
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1013
1016
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1017
|
+
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1018
|
+
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1019
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
1014
1020
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
|
|
1015
1021
|
"credentialEdit.credentialConfig.retry": string;
|
|
1016
1022
|
"credentialEdit.credentialConfig.retryCredentialTest": string;
|
|
@@ -1184,6 +1190,8 @@ declare const _exports: {
|
|
|
1184
1190
|
"duplicateWorkflowDialog.errors.forbidden.message": string;
|
|
1185
1191
|
"duplicateWorkflowDialog.errors.generic.title": string;
|
|
1186
1192
|
"editor.mainHeader.githubButton.label": string;
|
|
1193
|
+
"experiments.instanceAiProactiveAgent.message": string;
|
|
1194
|
+
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1187
1195
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1188
1196
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1189
1197
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
|
@@ -1285,6 +1293,88 @@ declare const _exports: {
|
|
|
1285
1293
|
"executionsList.confirmMessage.annotatedExecutionMessage": string;
|
|
1286
1294
|
"executionsList.error": string;
|
|
1287
1295
|
"executionsList.filters": string;
|
|
1296
|
+
"executionsList.viewMode.workflows": string;
|
|
1297
|
+
"executionsList.viewMode.agents": string;
|
|
1298
|
+
"agentSessions.session": string;
|
|
1299
|
+
"agentSessions.agentName": string;
|
|
1300
|
+
"agentSessions.sessionName": string;
|
|
1301
|
+
"agentSessions.lastMessage": string;
|
|
1302
|
+
"agentSessions.tokenUsage": string;
|
|
1303
|
+
"agentSessions.testChat": string;
|
|
1304
|
+
"agentSessions.actions": string;
|
|
1305
|
+
"agentSessions.empty": string;
|
|
1306
|
+
"agentSessions.loadMore": string;
|
|
1307
|
+
"agentSessions.loadedAll": string;
|
|
1308
|
+
"agentSessions.deleteConfirm.headline": string;
|
|
1309
|
+
"agentSessions.deleteConfirm.message": string;
|
|
1310
|
+
"agentSessions.deleteConfirm.confirmButtonText": string;
|
|
1311
|
+
"agentSessions.showMessage.deleted": string;
|
|
1312
|
+
"agentSessions.showError.delete": string;
|
|
1313
|
+
"agentSessions.showError.load": string;
|
|
1314
|
+
"agentSessions.status": string;
|
|
1315
|
+
"agentSessions.duration": string;
|
|
1316
|
+
"agentSessions.sessionId": string;
|
|
1317
|
+
"agentSessions.success": string;
|
|
1318
|
+
"agentSessions.detail.backToSessions": string;
|
|
1319
|
+
"agentSessions.detail.selectMessage": string;
|
|
1320
|
+
"agentSessions.detail.tokenUsage": string;
|
|
1321
|
+
"agentSessions.detail.input": string;
|
|
1322
|
+
"agentSessions.detail.output": string;
|
|
1323
|
+
"agentSessions.detail.toolCalls": string;
|
|
1324
|
+
"agentSessions.detail.model": string;
|
|
1325
|
+
"agentSessions.detail.cost": string;
|
|
1326
|
+
"agentSessions.detail.toolCallSuspended": string;
|
|
1327
|
+
"agentSessions.detail.suspendedNote": string;
|
|
1328
|
+
"agentSessions.detail.workingMemory": string;
|
|
1329
|
+
"agentSessions.detail.builtInTools": string;
|
|
1330
|
+
"agentSessions.detail.userTools": string;
|
|
1331
|
+
"agentSessions.detail.richInteraction.userResponse": string;
|
|
1332
|
+
"agentSessions.drawer.created": string;
|
|
1333
|
+
"agentSessions.drawer.lastMessage": string;
|
|
1334
|
+
"agentSessions.drawer.duration": string;
|
|
1335
|
+
"agentSessions.drawer.tokens": string;
|
|
1336
|
+
"agentSessions.drawer.cost": string;
|
|
1337
|
+
"agentSessions.drawer.status": string;
|
|
1338
|
+
"agentSessions.drawer.noTitle": string;
|
|
1339
|
+
"agentSessions.timeline.backToAgent": string;
|
|
1340
|
+
"agentSessions.timeline.user": string;
|
|
1341
|
+
"agentSessions.timeline.assistant": string;
|
|
1342
|
+
"agentSessions.timeline.tool": string;
|
|
1343
|
+
"agentSessions.timeline.memory": string;
|
|
1344
|
+
"agentSessions.timeline.suspension": string;
|
|
1345
|
+
"agentSessions.timeline.success": string;
|
|
1346
|
+
"agentSessions.timeline.error": string;
|
|
1347
|
+
"agentSessions.timeline.id": string;
|
|
1348
|
+
"agentSessions.timeline.created": string;
|
|
1349
|
+
"agentSessions.timeline.duration": string;
|
|
1350
|
+
"agentSessions.timeline.status": string;
|
|
1351
|
+
"agentSessions.timeline.input": string;
|
|
1352
|
+
"agentSessions.timeline.output": string;
|
|
1353
|
+
"agentSessions.timeline.selectItem": string;
|
|
1354
|
+
"agentSessions.timeline.continueChat": string;
|
|
1355
|
+
"agentSessions.timeline.workflow": string;
|
|
1356
|
+
"agentSessions.timeline.node": string;
|
|
1357
|
+
"agentSessions.timeline.memoryUpdated": string;
|
|
1358
|
+
"agentSessions.timeline.openForm": string;
|
|
1359
|
+
"agentSessions.timeline.workflowError": string;
|
|
1360
|
+
"agentSessions.timeline.filter": string;
|
|
1361
|
+
"agentSessions.timeline.clearFilter": string;
|
|
1362
|
+
"agentSessions.timeline.suspended": string;
|
|
1363
|
+
"agentSessions.timeline.idle": string;
|
|
1364
|
+
"agentSessions.timeline.agent": string;
|
|
1365
|
+
"agentSessions.timeline.tool.richInteraction": string;
|
|
1366
|
+
"agentSessions.timeline.tool.richInteractionDisplay": string;
|
|
1367
|
+
"agentSessions.timeline.waitingForUser": string;
|
|
1368
|
+
"agentSessions.timeline.events": string;
|
|
1369
|
+
"agentSessions.timeline.searchPlaceholder": string;
|
|
1370
|
+
"agentSessions.timeline.triggeredVia": string;
|
|
1371
|
+
"agentSessions.workflowLog.loading": string;
|
|
1372
|
+
"agentSessions.workflowLog.stillRunning": string;
|
|
1373
|
+
"agentSessions.workflowLog.waiting": string;
|
|
1374
|
+
"agentSessions.workflowLog.unavailable": string;
|
|
1375
|
+
"agentSessions.workflowLog.openFull": string;
|
|
1376
|
+
"agentView.tab.editor": string;
|
|
1377
|
+
"agentView.tab.sessions": string;
|
|
1288
1378
|
"executionsList.loadMore": string;
|
|
1289
1379
|
"executionsList.empty": string;
|
|
1290
1380
|
"executionsList.loadedAll": string;
|
|
@@ -1580,6 +1670,7 @@ declare const _exports: {
|
|
|
1580
1670
|
"logs.overview.body.toggleRow": string;
|
|
1581
1671
|
"logs.details.header.actions.input": string;
|
|
1582
1672
|
"logs.details.header.actions.output": string;
|
|
1673
|
+
"logs.details.header.actions.viewAgentSession": string;
|
|
1583
1674
|
"logs.details.body.itemCount": string;
|
|
1584
1675
|
"logs.details.body.multipleInputs": string;
|
|
1585
1676
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
@@ -1712,6 +1803,7 @@ declare const _exports: {
|
|
|
1712
1803
|
"ndv.redacted.description.sentence1": string;
|
|
1713
1804
|
"ndv.redacted.description.sentence2": string;
|
|
1714
1805
|
"ndv.redacted.description.link": string;
|
|
1806
|
+
"ndv.redacted.noPermission.description": string;
|
|
1715
1807
|
"ndv.redacted.dynamicCredentials.description": string;
|
|
1716
1808
|
"ndv.redacted.revealButton": string;
|
|
1717
1809
|
"ndv.redacted.revealModal.title": string;
|
|
@@ -1889,6 +1981,7 @@ declare const _exports: {
|
|
|
1889
1981
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1890
1982
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1891
1983
|
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1984
|
+
"nodeCreator.subcategoryDescriptions.modelContextProtocol": string;
|
|
1892
1985
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1893
1986
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1894
1987
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
@@ -1913,6 +2006,7 @@ declare const _exports: {
|
|
|
1913
2006
|
"nodeCreator.subcategoryNames.vectorStores": string;
|
|
1914
2007
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
1915
2008
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2009
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
1916
2010
|
"nodeCreator.sectionNames.popular": string;
|
|
1917
2011
|
"nodeCreator.sectionNames.other": string;
|
|
1918
2012
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -1996,11 +2090,13 @@ declare const _exports: {
|
|
|
1996
2090
|
"aiGateway.toggle.description": string;
|
|
1997
2091
|
"aiGateway.toggle.topUp": string;
|
|
1998
2092
|
"aiGateway.wallet.balanceRemaining": string;
|
|
2093
|
+
"aiGateway.wallet.noCredits": string;
|
|
1999
2094
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2000
2095
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2001
2096
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2002
2097
|
"aiGateway.credentialMode.own.title": string;
|
|
2003
2098
|
"aiGateway.credentialMode.own.subtitle": string;
|
|
2099
|
+
"aiGateway.unsupportedAction.notice": string;
|
|
2004
2100
|
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
2005
2101
|
"nodeErrorView.cause": string;
|
|
2006
2102
|
"nodeErrorView.copyToClipboard": string;
|
|
@@ -2150,6 +2246,7 @@ declare const _exports: {
|
|
|
2150
2246
|
"nodeView.showError.workflowError": string;
|
|
2151
2247
|
"nodeView.showError.getWorkflowDataFromUrl.title": string;
|
|
2152
2248
|
"nodeView.showError.importWorkflowData.title": string;
|
|
2249
|
+
"nodeView.showError.importWorkflowData.invalidNodes": string;
|
|
2153
2250
|
"nodeView.showError.mounted1.message": string;
|
|
2154
2251
|
"nodeView.showError.mounted1.title": string;
|
|
2155
2252
|
"nodeView.showError.mounted2.message": string;
|
|
@@ -2251,6 +2348,7 @@ declare const _exports: {
|
|
|
2251
2348
|
"nodeWebhooks.webhookUrls.chatTrigger": string;
|
|
2252
2349
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
2253
2350
|
"openWorkflow.workflowImportError": string;
|
|
2351
|
+
"openWorkflow.workflowDataInvalidError": string;
|
|
2254
2352
|
"openWorkflow.workflowNotFoundError": string;
|
|
2255
2353
|
"oauth.consentView.title": string;
|
|
2256
2354
|
"oauth.consentView.heading": string;
|
|
@@ -2469,6 +2567,22 @@ declare const _exports: {
|
|
|
2469
2567
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2470
2568
|
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2471
2569
|
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2570
|
+
"projectRoles.agent:create": string;
|
|
2571
|
+
"projectRoles.agent:create.tooltip": string;
|
|
2572
|
+
"projectRoles.agent:read": string;
|
|
2573
|
+
"projectRoles.agent:read.tooltip": string;
|
|
2574
|
+
"projectRoles.agent:execute": string;
|
|
2575
|
+
"projectRoles.agent:execute.tooltip": string;
|
|
2576
|
+
"projectRoles.agent:update": string;
|
|
2577
|
+
"projectRoles.agent:update.tooltip": string;
|
|
2578
|
+
"projectRoles.agent:delete": string;
|
|
2579
|
+
"projectRoles.agent:delete.tooltip": string;
|
|
2580
|
+
"projectRoles.agent:list": string;
|
|
2581
|
+
"projectRoles.agent:list.tooltip": string;
|
|
2582
|
+
"projectRoles.agent:publish": string;
|
|
2583
|
+
"projectRoles.agent:publish.tooltip": string;
|
|
2584
|
+
"projectRoles.agent:unpublish": string;
|
|
2585
|
+
"projectRoles.agent:unpublish.tooltip": string;
|
|
2472
2586
|
"projectRoles.credential:read": string;
|
|
2473
2587
|
"projectRoles.credential:read.tooltip": string;
|
|
2474
2588
|
"projectRoles.credential:update": string;
|
|
@@ -2483,6 +2597,8 @@ declare const _exports: {
|
|
|
2483
2597
|
"projectRoles.credential:move.tooltip": string;
|
|
2484
2598
|
"projectRoles.credential:delete": string;
|
|
2485
2599
|
"projectRoles.credential:delete.tooltip": string;
|
|
2600
|
+
"projectRoles.execution:reveal": string;
|
|
2601
|
+
"projectRoles.execution:reveal.tooltip": string;
|
|
2486
2602
|
"projectRoles.dataTable:read": string;
|
|
2487
2603
|
"projectRoles.dataTable:read.tooltip": string;
|
|
2488
2604
|
"projectRoles.dataTable:update": string;
|
|
@@ -2529,7 +2645,9 @@ declare const _exports: {
|
|
|
2529
2645
|
"projectRoles.type.project": string;
|
|
2530
2646
|
"projectRoles.type.folder": string;
|
|
2531
2647
|
"projectRoles.type.workflow": string;
|
|
2648
|
+
"projectRoles.type.agent": string;
|
|
2532
2649
|
"projectRoles.type.credential": string;
|
|
2650
|
+
"projectRoles.type.execution": string;
|
|
2533
2651
|
"projectRoles.type.sourceControl": string;
|
|
2534
2652
|
"projectRoles.type.dataTable": string;
|
|
2535
2653
|
"projectRoles.type.projectVariable": string;
|
|
@@ -2707,6 +2825,8 @@ declare const _exports: {
|
|
|
2707
2825
|
"runData.aiContentBlock.tokens.prompt": string;
|
|
2708
2826
|
"runData.aiContentBlock.tokens.completion": string;
|
|
2709
2827
|
"runData.trimmedData.loading": string;
|
|
2828
|
+
"runData.trimmedData.corrupted": string;
|
|
2829
|
+
"runData.trimmedData.unpin": string;
|
|
2710
2830
|
"runData.panel.actions.collapse": string;
|
|
2711
2831
|
"runData.panel.actions.open": string;
|
|
2712
2832
|
"runData.panel.actions.popOut": string;
|
|
@@ -2729,6 +2849,7 @@ declare const _exports: {
|
|
|
2729
2849
|
"settings.communityNodes.uninstallAction.label": string;
|
|
2730
2850
|
"settings.communityNodes.upToDate.tooltip": string;
|
|
2731
2851
|
"settings.communityNodes.failedToLoad.tooltip": string;
|
|
2852
|
+
"settings.communityNodes.managedByEnv": string;
|
|
2732
2853
|
"settings.communityNodes.fetchError.title": string;
|
|
2733
2854
|
"settings.communityNodes.fetchError.message": string;
|
|
2734
2855
|
"settings.communityNodes.installModal.title": string;
|
|
@@ -2772,6 +2893,7 @@ declare const _exports: {
|
|
|
2772
2893
|
"settings.mcp.emptyState.docs.part1": string;
|
|
2773
2894
|
"settings.mcp.tabs.workflows": string;
|
|
2774
2895
|
"settings.mcp.tabs.oauth": string;
|
|
2896
|
+
"settings.mcp.instanceCapacity.warning": string;
|
|
2775
2897
|
"settings.mcp.access.token.notice": string;
|
|
2776
2898
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2777
2899
|
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
@@ -2786,6 +2908,7 @@ declare const _exports: {
|
|
|
2786
2908
|
"settings.mcp.oauth.table.empty.button": string;
|
|
2787
2909
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2788
2910
|
"settings.mcp.toggle.error": string;
|
|
2911
|
+
"settings.mcp.managedByEnv.tooltip": string;
|
|
2789
2912
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2790
2913
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2791
2914
|
"settings.mcp.error.fetching.apiKey": string;
|
|
@@ -3696,6 +3819,10 @@ declare const _exports: {
|
|
|
3696
3819
|
"workflowSettings.redactionOptions.redact": string;
|
|
3697
3820
|
"workflowSettings.helpTexts.redactProductionData": string;
|
|
3698
3821
|
"workflowSettings.helpTexts.redactManualData": string;
|
|
3822
|
+
"workflowSettings.redactionPermissionNotice": string;
|
|
3823
|
+
"workflowSettings.redactionPermissionNotice.viewUsers": string;
|
|
3824
|
+
"workflowSettings.redactionMembersModal.title": string;
|
|
3825
|
+
"workflowSettings.redactionMembersModal.description": string;
|
|
3699
3826
|
"workflowSettings.saveManualExecutions": string;
|
|
3700
3827
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3701
3828
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3777,6 +3904,7 @@ declare const _exports: {
|
|
|
3777
3904
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3778
3905
|
"workflowSettings.toggleMCP.error.title": string;
|
|
3779
3906
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3907
|
+
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3780
3908
|
"workflowHistory.title": string;
|
|
3781
3909
|
"workflowHistory.content.actions": string;
|
|
3782
3910
|
"workflowHistory.item.id": string;
|
|
@@ -3959,6 +4087,8 @@ declare const _exports: {
|
|
|
3959
4087
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3960
4088
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3961
4089
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
4090
|
+
"workflows.remoteUpdateBlocked.title": string;
|
|
4091
|
+
"workflows.remoteUpdateBlocked.message": string;
|
|
3962
4092
|
"workflows.autodeactivated": string;
|
|
3963
4093
|
"workflows.ai.starter.collection.callout": string;
|
|
3964
4094
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -4225,6 +4355,26 @@ declare const _exports: {
|
|
|
4225
4355
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4226
4356
|
"settings.n8nAgent": string;
|
|
4227
4357
|
"settings.n8nAgent.description": string;
|
|
4358
|
+
"settings.agentBuilder.title": string;
|
|
4359
|
+
"settings.agentBuilder.description": string;
|
|
4360
|
+
"settings.agentBuilder.section.model": string;
|
|
4361
|
+
"settings.agentBuilder.section.help": string;
|
|
4362
|
+
"settings.agentBuilder.mode.default.label": string;
|
|
4363
|
+
"settings.agentBuilder.mode.custom.label": string;
|
|
4364
|
+
"settings.agentBuilder.proxyDisabledTooltip": string;
|
|
4365
|
+
"settings.agentBuilder.status.proxy": string;
|
|
4366
|
+
"settings.agentBuilder.status.envVar": string;
|
|
4367
|
+
"settings.agentBuilder.status.custom": string;
|
|
4368
|
+
"settings.agentBuilder.status.customIncomplete": string;
|
|
4369
|
+
"settings.agentBuilder.missingCredential.title": string;
|
|
4370
|
+
"settings.agentBuilder.missingCredential.message": string;
|
|
4371
|
+
"settings.agentBuilder.saved": string;
|
|
4372
|
+
"settings.agentBuilder.saveError": string;
|
|
4373
|
+
"settings.agentBuilder.loadError": string;
|
|
4374
|
+
"agents.builder.unconfigured.title": string;
|
|
4375
|
+
"agents.builder.unconfigured.description.admin": string;
|
|
4376
|
+
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4377
|
+
"agents.builder.unconfigured.cta": string;
|
|
4228
4378
|
"settings.n8nAgent.enable.label": string;
|
|
4229
4379
|
"settings.n8nAgent.enable.description": string;
|
|
4230
4380
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -4251,13 +4401,11 @@ declare const _exports: {
|
|
|
4251
4401
|
"settings.n8nAgent.permissions.cleanupTestExecutions": string;
|
|
4252
4402
|
"settings.n8nAgent.permissions.readFilesystem": string;
|
|
4253
4403
|
"settings.n8nAgent.permissions.fetchUrl": string;
|
|
4404
|
+
"settings.n8nAgent.permissions.webSearch": string;
|
|
4254
4405
|
"settings.n8nAgent.permissions.restoreWorkflowVersion": string;
|
|
4255
4406
|
"dataTable.search.dateSearchInfo": string;
|
|
4256
4407
|
"dataTable.cell.oversized": string;
|
|
4257
4408
|
"dataTable.cell.oversized.tooltip": string;
|
|
4258
|
-
"settings.instanceRegistry": string;
|
|
4259
|
-
"settings.instanceRegistry.title": string;
|
|
4260
|
-
"settings.instanceRegistry.error": string;
|
|
4261
4409
|
"settings.ldap": string;
|
|
4262
4410
|
"settings.ldap.note": string;
|
|
4263
4411
|
"settings.ldap.infoTip": string;
|
|
@@ -4366,6 +4514,34 @@ declare const _exports: {
|
|
|
4366
4514
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4367
4515
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4368
4516
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4517
|
+
"settings.encryptionKeys": string;
|
|
4518
|
+
"settings.encryptionKeys.title": string;
|
|
4519
|
+
"settings.encryptionKeys.description": string;
|
|
4520
|
+
"settings.encryptionKeys.description.docsLink": string;
|
|
4521
|
+
"settings.encryptionKeys.column.key": string;
|
|
4522
|
+
"settings.encryptionKeys.column.status": string;
|
|
4523
|
+
"settings.encryptionKeys.column.activated": string;
|
|
4524
|
+
"settings.encryptionKeys.column.archived": string;
|
|
4525
|
+
"settings.encryptionKeys.status.active": string;
|
|
4526
|
+
"settings.encryptionKeys.status.inactive": string;
|
|
4527
|
+
"settings.encryptionKeys.sortBy.label": string;
|
|
4528
|
+
"settings.encryptionKeys.sortBy.activated": string;
|
|
4529
|
+
"settings.encryptionKeys.sortBy.archived": string;
|
|
4530
|
+
"settings.encryptionKeys.sortBy.status": string;
|
|
4531
|
+
"settings.encryptionKeys.filter.title": string;
|
|
4532
|
+
"settings.encryptionKeys.filter.dateRange": string;
|
|
4533
|
+
"settings.encryptionKeys.filter.apply": string;
|
|
4534
|
+
"settings.encryptionKeys.filter.clear": string;
|
|
4535
|
+
"settings.encryptionKeys.rotate.button": string;
|
|
4536
|
+
"settings.encryptionKeys.rotate.confirm.title": string;
|
|
4537
|
+
"settings.encryptionKeys.rotate.confirm.body": string;
|
|
4538
|
+
"settings.encryptionKeys.rotate.confirm.action": string;
|
|
4539
|
+
"settings.encryptionKeys.rotate.confirm.cancel": string;
|
|
4540
|
+
"settings.encryptionKeys.rotate.success": string;
|
|
4541
|
+
"settings.encryptionKeys.rotate.error": string;
|
|
4542
|
+
"settings.encryptionKeys.empty.title": string;
|
|
4543
|
+
"settings.encryptionKeys.empty.description": string;
|
|
4544
|
+
"settings.encryptionKeys.loadError": string;
|
|
4369
4545
|
"settings.sso": string;
|
|
4370
4546
|
"settings.sso.title": string;
|
|
4371
4547
|
"settings.sso.subtitle": string;
|
|
@@ -4461,6 +4637,7 @@ declare const _exports: {
|
|
|
4461
4637
|
"projects.header.shared.subtitle": string;
|
|
4462
4638
|
"projects.header.create.workflow": string;
|
|
4463
4639
|
"projects.header.create.credential": string;
|
|
4640
|
+
"projects.header.create.agent": string;
|
|
4464
4641
|
"projects.header.create.folder": string;
|
|
4465
4642
|
"projects.create": string;
|
|
4466
4643
|
"projects.create.personal": string;
|
|
@@ -4471,6 +4648,10 @@ declare const _exports: {
|
|
|
4471
4648
|
"projects.menu.personal": string;
|
|
4472
4649
|
"projects.menu.addFirstProject": string;
|
|
4473
4650
|
"projects.menu.chat": string;
|
|
4651
|
+
"projects.menu.create.workflow": string;
|
|
4652
|
+
"projects.menu.create.credential": string;
|
|
4653
|
+
"projects.menu.create.agent": string;
|
|
4654
|
+
"projects.menu.create.project": string;
|
|
4474
4655
|
"projects.settings": string;
|
|
4475
4656
|
"projects.settings.info": string;
|
|
4476
4657
|
"projects.settings.newProjectName": string;
|
|
@@ -4783,7 +4964,6 @@ declare const _exports: {
|
|
|
4783
4964
|
"evaluation.listRuns.status.warning": string;
|
|
4784
4965
|
"evaluation.listRuns.metricsOverTime": string;
|
|
4785
4966
|
"evaluation.listRuns.status": string;
|
|
4786
|
-
"evaluation.listRuns.runListHeader": string;
|
|
4787
4967
|
"evaluation.listRuns.allTestCases": string;
|
|
4788
4968
|
"evaluation.listRuns.testCasesListHeader": string;
|
|
4789
4969
|
"evaluation.listRuns.runNumber": string;
|
|
@@ -4829,8 +5009,84 @@ declare const _exports: {
|
|
|
4829
5009
|
"evaluation.runDetail.error.noMetricsCollected": string;
|
|
4830
5010
|
"evaluation.runDetail.error.partialCasesFailed": string;
|
|
4831
5011
|
"evaluation.runDetail.notice.useSetInputs": string;
|
|
5012
|
+
"evaluation.runDetail.aiSummary.title": string;
|
|
5013
|
+
"evaluation.runDetail.aiSummary.placeholder": string;
|
|
5014
|
+
"evaluation.runDetail.testCase.title": string;
|
|
5015
|
+
"evaluation.runDetail.testCase.viewLink": string;
|
|
5016
|
+
"evaluation.runDetail.metrics.name": string;
|
|
5017
|
+
"evaluation.runDetail.metrics.result": string;
|
|
5018
|
+
"evaluation.runDetail.runComparison.comingSoon": string;
|
|
5019
|
+
"evaluation.runDetail.backToRuns": string;
|
|
5020
|
+
"evaluation.runDetail.metricCategory.aiBased": string;
|
|
5021
|
+
"evaluation.runDetail.metricCategory.stringSimilarity": string;
|
|
5022
|
+
"evaluation.runDetail.metricCategory.categorization": string;
|
|
5023
|
+
"evaluation.runDetail.metricCategory.toolsUsed": string;
|
|
5024
|
+
"evaluation.runDetail.metricCategory.custom": string;
|
|
5025
|
+
"evaluation.runDetail.testCase.pending": string;
|
|
5026
|
+
"evaluation.runDetail.testCase.running": string;
|
|
5027
|
+
"evaluation.runDetail.testCase.cancelled": string;
|
|
5028
|
+
"evaluation.runDetail.testCase.failed": string;
|
|
5029
|
+
"evaluation.runDetail.testCase.cancel": string;
|
|
5030
|
+
"evaluation.runDetail.testCase.cancelError": string;
|
|
5031
|
+
"evaluation.runDetail.testCase.rerun": string;
|
|
5032
|
+
"evaluation.runDetail.testCase.progress.accomplishing": string;
|
|
5033
|
+
"evaluation.runDetail.testCase.progress.actioning": string;
|
|
5034
|
+
"evaluation.runDetail.testCase.progress.actualizing": string;
|
|
5035
|
+
"evaluation.runDetail.testCase.progress.architecting": string;
|
|
5036
|
+
"evaluation.runDetail.testCase.progress.baking": string;
|
|
5037
|
+
"evaluation.runDetail.testCase.progress.beaming": string;
|
|
5038
|
+
"evaluation.runDetail.testCase.progress.beboppin": string;
|
|
5039
|
+
"evaluation.runDetail.testCase.progress.befuddling": string;
|
|
5040
|
+
"evaluation.runDetail.testCase.progress.billowing": string;
|
|
5041
|
+
"evaluation.runDetail.testCase.progress.blanching": string;
|
|
5042
|
+
"evaluation.runDetail.testCase.progress.bloviating": string;
|
|
5043
|
+
"evaluation.runDetail.testCase.progress.boogieing": string;
|
|
5044
|
+
"evaluation.runDetail.testCase.progress.boondoggling": string;
|
|
5045
|
+
"evaluation.runDetail.testCase.progress.booping": string;
|
|
5046
|
+
"evaluation.runDetail.testCase.progress.bootstrapping": string;
|
|
5047
|
+
"evaluation.runDetail.testCase.progress.brewing": string;
|
|
5048
|
+
"evaluation.runDetail.testCase.progress.bunning": string;
|
|
5049
|
+
"evaluation.runDetail.testCase.progress.burrowing": string;
|
|
5050
|
+
"evaluation.runDetail.testCase.progress.calculating": string;
|
|
5051
|
+
"evaluation.runDetail.testCase.progress.canoodling": string;
|
|
5052
|
+
"evaluation.runDetail.testCase.progress.caramelizing": string;
|
|
5053
|
+
"evaluation.runDetail.testCase.progress.cascading": string;
|
|
5054
|
+
"evaluation.runDetail.testCase.progress.catapulting": string;
|
|
5055
|
+
"evaluation.runDetail.testCase.progress.cerebrating": string;
|
|
5056
|
+
"evaluation.runDetail.testCase.progress.channeling": string;
|
|
5057
|
+
"evaluation.runDetail.testCase.progress.choreographing": string;
|
|
5058
|
+
"evaluation.runDetail.testCase.progress.churning": string;
|
|
5059
|
+
"evaluation.runDetail.testCase.progress.clauding": string;
|
|
5060
|
+
"evaluation.runDetail.testCase.progress.coalescing": string;
|
|
5061
|
+
"evaluation.runDetail.testCase.progress.cogitating": string;
|
|
5062
|
+
"evaluation.runDetail.testCase.progress.combobulating": string;
|
|
5063
|
+
"evaluation.runDetail.testCase.progress.composing": string;
|
|
5064
|
+
"evaluation.runDetail.testCase.progress.computing": string;
|
|
5065
|
+
"evaluation.runDetail.testCase.progress.concocting": string;
|
|
5066
|
+
"evaluation.runDetail.testCase.progress.considering": string;
|
|
5067
|
+
"evaluation.runDetail.testCase.progress.contemplating": string;
|
|
5068
|
+
"evaluation.runDetail.testCase.progress.cooking": string;
|
|
5069
|
+
"evaluation.runDetail.testCase.progress.crafting": string;
|
|
5070
|
+
"evaluation.runDetail.testCase.progress.creating": string;
|
|
5071
|
+
"evaluation.runDetail.testCase.progress.crunching": string;
|
|
5072
|
+
"evaluation.runDetail.testCase.progress.crystallizing": string;
|
|
5073
|
+
"evaluation.runDetail.testCase.progress.cultivating": string;
|
|
5074
|
+
"evaluation.runDetail.testCase.progress.deciphering": string;
|
|
5075
|
+
"evaluation.runDetail.testCase.progress.deliberating": string;
|
|
5076
|
+
"evaluation.runDetail.testCase.progress.determining": string;
|
|
5077
|
+
"evaluation.runDetail.testCase.progress.dillyDallying": string;
|
|
5078
|
+
"evaluation.runDetail.testCase.progress.discombobulating": string;
|
|
5079
|
+
"evaluation.runDetail.testCase.progress.doing": string;
|
|
5080
|
+
"evaluation.runDetail.testCase.progress.doodling": string;
|
|
5081
|
+
"evaluation.runDetail.runStatus.running": string;
|
|
5082
|
+
"evaluation.runDetail.runStatus.done": string;
|
|
5083
|
+
"evaluation.runDetail.runStatus.cancelled": string;
|
|
5084
|
+
"evaluation.runDetail.runStatus.failed": string;
|
|
4832
5085
|
"evaluation.runTest": string;
|
|
4833
5086
|
"evaluation.stopTest": string;
|
|
5087
|
+
"evaluation.runInParallel.label.sequential": string;
|
|
5088
|
+
"evaluation.runInParallel.label.concurrent": string;
|
|
5089
|
+
"evaluation.runInParallel.tooltip": string;
|
|
4834
5090
|
"evaluation.cancelTestRun": string;
|
|
4835
5091
|
"evaluation.notImplemented": string;
|
|
4836
5092
|
"evaluation.viewDetails": string;
|
|
@@ -5098,6 +5354,8 @@ declare const _exports: {
|
|
|
5098
5354
|
"instanceAi.thread.new": string;
|
|
5099
5355
|
"instanceAi.sidebar.back": string;
|
|
5100
5356
|
"instanceAi.sidebar.threads": string;
|
|
5357
|
+
"instanceAi.sidebar.chatHistory": string;
|
|
5358
|
+
"instanceAi.sidebar.collapse": string;
|
|
5101
5359
|
"instanceAi.message.reasoning": string;
|
|
5102
5360
|
"instanceAi.sidebar.noThreads": string;
|
|
5103
5361
|
"instanceAi.sidebar.group.thisWeek": string;
|
|
@@ -5141,6 +5399,7 @@ declare const _exports: {
|
|
|
5141
5399
|
"instanceAi.artifactsPanel.archived": string;
|
|
5142
5400
|
"instanceAi.previewTabBar.collapse": string;
|
|
5143
5401
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
5402
|
+
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
5144
5403
|
"instanceAi.previewTabBar.copyLink": string;
|
|
5145
5404
|
"instanceAi.delegateCard.implementsStep": string;
|
|
5146
5405
|
"instanceAi.delegateCard.delegatingTo": string;
|
|
@@ -5154,6 +5413,7 @@ declare const _exports: {
|
|
|
5154
5413
|
"instanceAi.confirmation.pendingInline": string;
|
|
5155
5414
|
"instanceAi.confirmation.agentContext": string;
|
|
5156
5415
|
"instanceAi.confirmation.approveAll": string;
|
|
5416
|
+
"instanceAi.confirmation.continue": string;
|
|
5157
5417
|
"instanceAi.gatewayConfirmation.allowForSession": string;
|
|
5158
5418
|
"instanceAi.gatewayConfirmation.allowOnce": string;
|
|
5159
5419
|
"instanceAi.gatewayConfirmation.denyOnce": string;
|
|
@@ -5166,6 +5426,8 @@ declare const _exports: {
|
|
|
5166
5426
|
"instanceAi.domainAccess.allowDomain": string;
|
|
5167
5427
|
"instanceAi.domainAccess.allowAll": string;
|
|
5168
5428
|
"instanceAi.domainAccess.deny": string;
|
|
5429
|
+
"instanceAi.webSearch.prompt": string;
|
|
5430
|
+
"instanceAi.webSearch.allowThread": string;
|
|
5169
5431
|
"instanceAi.settings.permissions.fetchUrl.label": string;
|
|
5170
5432
|
"instanceAi.credential.selected": string;
|
|
5171
5433
|
"instanceAi.credential.required": string;
|
|
@@ -5191,6 +5453,7 @@ declare const _exports: {
|
|
|
5191
5453
|
"instanceAi.workflowSetup.triggerError": string;
|
|
5192
5454
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
5193
5455
|
"instanceAi.workflowSetup.apply": string;
|
|
5456
|
+
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
5194
5457
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
5195
5458
|
"instanceAi.workflowSetup.later": string;
|
|
5196
5459
|
"instanceAi.workflowSetup.loading": string;
|
|
@@ -5198,10 +5461,14 @@ declare const _exports: {
|
|
|
5198
5461
|
"instanceAi.workflowSetup.applied": string;
|
|
5199
5462
|
"instanceAi.workflowSetup.partiallyApplied": string;
|
|
5200
5463
|
"instanceAi.workflowSetup.deferred": string;
|
|
5464
|
+
"instanceAi.workflowSetup.cardSkipped": string;
|
|
5201
5465
|
"instanceAi.workflowSetup.selectOption": string;
|
|
5202
5466
|
"instanceAi.workflowSetup.confirmTitle": string;
|
|
5203
5467
|
"instanceAi.workflowSetup.confirmDescription": string;
|
|
5204
5468
|
"instanceAi.workflowSetup.reviewDetails": string;
|
|
5469
|
+
"instanceAi.workflowSetup.stepCounter": string;
|
|
5470
|
+
"instanceAi.workflowSetup.prevStep": string;
|
|
5471
|
+
"instanceAi.workflowSetup.nextStep": string;
|
|
5205
5472
|
"instanceAi.debug.title": string;
|
|
5206
5473
|
"instanceAi.debug.copyTrace": string;
|
|
5207
5474
|
"instanceAi.debug.timing": string;
|
|
@@ -5458,6 +5725,7 @@ declare const _exports: {
|
|
|
5458
5725
|
"instanceAi.tools.update-tasks": string;
|
|
5459
5726
|
"instanceAi.tools.report-verification-verdict": string;
|
|
5460
5727
|
"instanceAi.tools.verify-built-workflow": string;
|
|
5728
|
+
"instanceAi.tools.complete-checkpoint": string;
|
|
5461
5729
|
"instanceAi.tools.updateWorkingMemory": string;
|
|
5462
5730
|
"instanceAi.tools.apply-workflow-credentials": string;
|
|
5463
5731
|
"instanceAi.tools.setup-workflow": string;
|
|
@@ -5515,26 +5783,278 @@ declare const _exports: {
|
|
|
5515
5783
|
"instanceAi.filesystem.category.shell": string;
|
|
5516
5784
|
"instanceAi.settings.permissions.activateWorkflow.label": string;
|
|
5517
5785
|
"instanceAi.tools.patch-workflow": string;
|
|
5518
|
-
"
|
|
5519
|
-
"
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
5522
|
-
"
|
|
5523
|
-
"
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5786
|
+
"agents.home.untitledAgent": string;
|
|
5787
|
+
"agents.relativeTime.justNow": string;
|
|
5788
|
+
"agents.relativeTime.secondsAgo": string;
|
|
5789
|
+
"agents.relativeTime.minutesAgo": string;
|
|
5790
|
+
"agents.relativeTime.hoursAgo": string;
|
|
5791
|
+
"agents.relativeTime.yesterday": string;
|
|
5792
|
+
"agents.sort.lastUpdated": string;
|
|
5793
|
+
"agents.sort.lastCreated": string;
|
|
5794
|
+
"agents.sort.nameAsc": string;
|
|
5795
|
+
"agents.sort.nameDesc": string;
|
|
5796
|
+
"agents.builder.save": string;
|
|
5797
|
+
"agents.builder.deleteAgent": string;
|
|
5798
|
+
"agents.delete.modal.title": string;
|
|
5799
|
+
"agents.delete.modal.description": string;
|
|
5800
|
+
"agents.delete.modal.button.delete": string;
|
|
5801
|
+
"agents.builder.saveError": string;
|
|
5802
|
+
"agents.builder.chatColumn.ariaLabel": string;
|
|
5803
|
+
"agents.builder.chatMode.build": string;
|
|
5804
|
+
"agents.builder.chatMode.test": string;
|
|
5805
|
+
"agents.builder.chatMode.ariaLabel": string;
|
|
5806
|
+
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
5807
|
+
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
5808
|
+
"agents.builder.chat.sessionPicker.empty": string;
|
|
5809
|
+
"agents.builder.chat.newChat.ariaLabel": string;
|
|
5810
|
+
"agents.builder.chat.newChat.label": string;
|
|
5811
|
+
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
5812
|
+
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
5813
|
+
"agents.chat.loadHistory.error": string;
|
|
5814
|
+
"agents.chat.clearHistory.error": string;
|
|
5815
|
+
"agents.chat.clearHistory": string;
|
|
5816
|
+
"agents.chat.input.placeholder": string;
|
|
5817
|
+
"agents.chat.answerQuestionPlaceholder": string;
|
|
5818
|
+
"agents.chat.misconfigured.title": string;
|
|
5819
|
+
"agents.chat.misconfigured.missingPrefix": string;
|
|
5820
|
+
"agents.chat.misconfigured.missing.instructions": string;
|
|
5821
|
+
"agents.chat.misconfigured.missing.model": string;
|
|
5822
|
+
"agents.chat.misconfigured.missing.credential": string;
|
|
5823
|
+
"agents.chat.misconfigured.missing.agent": string;
|
|
5824
|
+
"agents.chat.misconfigured.missing.skill": string;
|
|
5825
|
+
"agents.chat.misconfigured.openBuild": string;
|
|
5826
|
+
"agents.chat.misconfigured.dismiss": string;
|
|
5827
|
+
"agents.chat.askCredential.skip": string;
|
|
5828
|
+
"agents.chat.askQuestion.otherLabel": string;
|
|
5829
|
+
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
5830
|
+
"agents.chat.askQuestion.submit": string;
|
|
5831
|
+
"agents.list.published": string;
|
|
5832
|
+
"agents.list.noDescription": string;
|
|
5833
|
+
"agents.list.updatedAt": string;
|
|
5834
|
+
"agents.list.updated": string;
|
|
5835
|
+
"agents.list.created": string;
|
|
5836
|
+
"agents.list.empty.heading": string;
|
|
5837
|
+
"agents.list.empty.description": string;
|
|
5838
|
+
"agents.list.actions.publish": string;
|
|
5839
|
+
"agents.list.actions.unpublish": string;
|
|
5840
|
+
"agents.list.actions.delete": string;
|
|
5841
|
+
"agents.publish.button.publish": string;
|
|
5842
|
+
"agents.publish.button.published": string;
|
|
5843
|
+
"agents.publish.dropdown.publish": string;
|
|
5844
|
+
"agents.publish.dropdown.revertToPublished": string;
|
|
5845
|
+
"agents.publish.dropdown.unpublish": string;
|
|
5846
|
+
"agents.publish.dropdown.ariaLabel": string;
|
|
5847
|
+
"agents.publish.toast.published": string;
|
|
5848
|
+
"agents.publish.toast.reverted": string;
|
|
5849
|
+
"agents.publish.toast.unpublished": string;
|
|
5850
|
+
"agents.publish.error.publish": string;
|
|
5851
|
+
"agents.publish.error.revert": string;
|
|
5852
|
+
"agents.publish.error.unpublish": string;
|
|
5853
|
+
"agents.schedule.title": string;
|
|
5854
|
+
"agents.schedule.description": string;
|
|
5855
|
+
"agents.schedule.status.active": string;
|
|
5856
|
+
"agents.schedule.status.inactive": string;
|
|
5857
|
+
"agents.schedule.cron": string;
|
|
5858
|
+
"agents.schedule.cron.placeholder": string;
|
|
5859
|
+
"agents.schedule.wakeUpPrompt": string;
|
|
5860
|
+
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
5861
|
+
"agents.schedule.wakeUpPrompt.help": string;
|
|
5862
|
+
"agents.schedule.publishRequired": string;
|
|
5863
|
+
"agents.schedule.activate": string;
|
|
5864
|
+
"agents.schedule.deactivate": string;
|
|
5865
|
+
"agents.schedule.loadError": string;
|
|
5866
|
+
"agents.schedule.saveError": string;
|
|
5867
|
+
"agents.schedule.activateError": string;
|
|
5868
|
+
"agents.schedule.deactivateError": string;
|
|
5869
|
+
"agents.unpublish.modal.title": string;
|
|
5870
|
+
"agents.unpublish.modal.description": string;
|
|
5871
|
+
"agents.unpublish.modal.button.unpublish": string;
|
|
5872
|
+
"agents.revertToPublished.modal.title": string;
|
|
5873
|
+
"agents.revertToPublished.modal.description": string;
|
|
5874
|
+
"agents.revertToPublished.modal.button.revert": string;
|
|
5875
|
+
"agents.search.placeholder": string;
|
|
5876
|
+
"agents.tools.title": string;
|
|
5877
|
+
"agents.tools.add": string;
|
|
5878
|
+
"agents.tools.search.placeholder": string;
|
|
5879
|
+
"agents.tools.availableTools": string;
|
|
5880
|
+
"agents.tools.availableWorkflows": string;
|
|
5881
|
+
"agents.tools.noResults": string;
|
|
5882
|
+
"agents.tools.noResults.withQuery": string;
|
|
5883
|
+
"agents.tools.configure": string;
|
|
5884
|
+
"agents.tools.connect": string;
|
|
5885
|
+
"agents.tools.added": string;
|
|
5886
|
+
"agents.tools.connected": string;
|
|
5887
|
+
"agents.tools.addCredentials": string;
|
|
5888
|
+
"agents.tools.noCredentials": string;
|
|
5889
|
+
"agents.tools.workflow.incompatible.title": string;
|
|
5890
|
+
"agents.tools.workflow.incompatible.message": string;
|
|
5891
|
+
"agents.tools.workflow.fetchFailed.title": string;
|
|
5892
|
+
"agents.tools.workflow.fetchFailed.message": string;
|
|
5893
|
+
"agents.toolConfig.workflow.description": string;
|
|
5894
|
+
"agents.toolConfig.workflow.description.placeholder": string;
|
|
5895
|
+
"agents.toolConfig.workflow.description.hint": string;
|
|
5896
|
+
"agents.toolConfig.workflow.allOutputs": string;
|
|
5897
|
+
"agents.toolConfig.workflow.allOutputs.hint": string;
|
|
5898
|
+
"agents.toolConfig.save": string;
|
|
5899
|
+
"agents.toolConfig.cancel": string;
|
|
5900
|
+
"agents.new.title": string;
|
|
5901
|
+
"agents.new.defaultName": string;
|
|
5902
|
+
"agents.new.startBlank": string;
|
|
5903
|
+
"agents.new.heading": string;
|
|
5904
|
+
"agents.new.headingWithName": string;
|
|
5905
|
+
"agents.new.description.placeholder": string;
|
|
5906
|
+
"agents.new.templates.label": string;
|
|
5907
|
+
"agents.builder.sections.agent": string;
|
|
5908
|
+
"agents.builder.sections.advanced": string;
|
|
5909
|
+
"agents.builder.sections.configJson": string;
|
|
5910
|
+
"agents.builder.sections.evaluations": string;
|
|
5911
|
+
"agents.builder.sections.evaluations.comingSoon": string;
|
|
5912
|
+
"agents.builder.sections.executions": string;
|
|
5913
|
+
"agents.builder.sections.guardrails": string;
|
|
5914
|
+
"agents.builder.sections.instructions": string;
|
|
5915
|
+
"agents.builder.sections.memory": string;
|
|
5916
|
+
"agents.builder.sections.model": string;
|
|
5917
|
+
"agents.builder.sections.skills": string;
|
|
5918
|
+
"agents.builder.sections.tools": string;
|
|
5919
|
+
"agents.builder.sections.triggers": string;
|
|
5920
|
+
"agents.builder.agent.title": string;
|
|
5921
|
+
"agents.builder.agent.description": string;
|
|
5922
|
+
"agents.builder.agent.name.label": string;
|
|
5923
|
+
"agents.builder.agent.name.placeholder": string;
|
|
5924
|
+
"agents.builder.agent.description.label": string;
|
|
5925
|
+
"agents.builder.agent.description.placeholder": string;
|
|
5926
|
+
"agents.builder.agent.model.label": string;
|
|
5927
|
+
"agents.builder.agent.instructions.label": string;
|
|
5928
|
+
"agents.builder.agent.instructions.characterCount": string;
|
|
5929
|
+
"agents.builder.advanced.title": string;
|
|
5930
|
+
"agents.builder.advanced.description": string;
|
|
5931
|
+
"agents.builder.advanced.thinking.label": string;
|
|
5932
|
+
"agents.builder.advanced.thinking.hint": string;
|
|
5933
|
+
"agents.builder.advanced.thinking.unsupportedTooltip": string;
|
|
5934
|
+
"agents.builder.advanced.thinking.unsupportedProviderFallback": string;
|
|
5935
|
+
"agents.builder.advanced.budgetTokens.label": string;
|
|
5936
|
+
"agents.builder.advanced.reasoningEffort.label": string;
|
|
5937
|
+
"agents.builder.advanced.concurrency.label": string;
|
|
5938
|
+
"agents.builder.advanced.concurrency.hint": string;
|
|
5939
|
+
"agents.builder.memory.title": string;
|
|
5940
|
+
"agents.builder.memory.recentMessages.label": string;
|
|
5941
|
+
"agents.builder.memory.semanticRecall.topK": string;
|
|
5942
|
+
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
5943
|
+
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
5944
|
+
"agents.builder.editor.copy": string;
|
|
5945
|
+
"agents.builder.editor.copied": string;
|
|
5946
|
+
"agents.builder.progress.building.title": string;
|
|
5947
|
+
"agents.builder.progress.building.hint": string;
|
|
5948
|
+
"agents.builder.progress.error.title": string;
|
|
5949
|
+
"agents.builder.progress.error.hint": string;
|
|
5950
|
+
"agents.builder.tools.title": string;
|
|
5951
|
+
"agents.builder.tools.count": string;
|
|
5952
|
+
"agents.builder.tools.add": string;
|
|
5953
|
+
"agents.builder.tools.builtIn.title": string;
|
|
5954
|
+
"agents.builder.tools.builtIn.hint": string;
|
|
5955
|
+
"agents.builder.tools.empty": string;
|
|
5956
|
+
"agents.builder.tools.workflows.title": string;
|
|
5957
|
+
"agents.builder.tools.remove": string;
|
|
5958
|
+
"agents.builder.tools.back": string;
|
|
5959
|
+
"agents.builder.skills.title": string;
|
|
5960
|
+
"agents.builder.skills.count": string;
|
|
5961
|
+
"agents.builder.skills.add": string;
|
|
5962
|
+
"agents.builder.skills.empty": string;
|
|
5963
|
+
"agents.builder.skills.instructions": string;
|
|
5964
|
+
"agents.builder.skills.name.label": string;
|
|
5965
|
+
"agents.builder.skills.name.placeholder": string;
|
|
5966
|
+
"agents.builder.skills.description.label": string;
|
|
5967
|
+
"agents.builder.skills.description.placeholder": string;
|
|
5968
|
+
"agents.builder.skills.instructions.label": string;
|
|
5969
|
+
"agents.builder.skills.instructions.characterCount": string;
|
|
5970
|
+
"agents.builder.skills.instructions.file.upload": string;
|
|
5971
|
+
"agents.builder.skills.instructions.file.invalidType": string;
|
|
5972
|
+
"agents.builder.skills.instructions.file.readError": string;
|
|
5973
|
+
"agents.builder.skills.create.title": string;
|
|
5974
|
+
"agents.builder.skills.create.cancel": string;
|
|
5975
|
+
"agents.builder.skills.create.save": string;
|
|
5976
|
+
"agents.builder.skills.create.error": string;
|
|
5977
|
+
"agents.builder.skills.added": string;
|
|
5978
|
+
"agents.builder.skills.saveError": string;
|
|
5979
|
+
"agents.builder.skills.validation.nameRequired": string;
|
|
5980
|
+
"agents.builder.skills.validation.nameMaxLength": string;
|
|
5981
|
+
"agents.builder.skills.validation.descriptionRequired": string;
|
|
5982
|
+
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
5983
|
+
"agents.builder.skills.validation.instructionsRequired": string;
|
|
5984
|
+
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
5985
|
+
"agents.builder.skills.remove": string;
|
|
5986
|
+
"agents.builder.skills.back": string;
|
|
5987
|
+
"agents.builder.editor.invalidJson": string;
|
|
5988
|
+
"agents.builder.editorColumn.ariaLabel": string;
|
|
5989
|
+
"agents.builder.tree.ariaLabel": string;
|
|
5990
|
+
"agents.builder.tree.empty": string;
|
|
5991
|
+
"agents.builder.tree.toolFallback": string;
|
|
5992
|
+
"agents.builder.tree.customBadge": string;
|
|
5993
|
+
"agents.builder.tree.foldersEmpty": string;
|
|
5994
|
+
"agents.builder.header.executions": string;
|
|
5995
|
+
"agents.builder.header.tab.agent": string;
|
|
5996
|
+
"agents.builder.header.tab.executions": string;
|
|
5997
|
+
"agents.builder.header.tab.evaluations": string;
|
|
5998
|
+
"agents.builder.header.tab.raw": string;
|
|
5999
|
+
"agents.builder.header.workspaceCrumb": string;
|
|
6000
|
+
"agents.builder.header.projectFallback": string;
|
|
6001
|
+
"agents.builder.header.switcher.empty": string;
|
|
6002
|
+
"agents.builder.header.switcher.ariaLabel": string;
|
|
6003
|
+
"agents.builder.header.saving": string;
|
|
6004
|
+
"agents.builder.header.saved": string;
|
|
6005
|
+
"agents.builder.executions.count": string;
|
|
6006
|
+
"agents.builder.raw.description": string;
|
|
6007
|
+
"agents.builder.evaluations.comingSoon": string;
|
|
6008
|
+
"agents.builder.evaluations.configuredInCode": string;
|
|
6009
|
+
"agents.builder.evaluations.type.check": string;
|
|
6010
|
+
"agents.builder.evaluations.type.judge": string;
|
|
6011
|
+
"agents.builder.evaluations.credentialConfigured": string;
|
|
6012
|
+
"agents.builder.evaluations.emptyPrefix": string;
|
|
6013
|
+
"agents.builder.quickActions.addTool": string;
|
|
6014
|
+
"agents.builder.quickActions.addTrigger": string;
|
|
6015
|
+
"agents.builder.capabilities.title": string;
|
|
6016
|
+
"agents.builder.triggers.title": string;
|
|
6017
|
+
"agents.builder.triggers.description": string;
|
|
6018
|
+
"agents.builder.triggers.count": string;
|
|
6019
|
+
"agents.builder.triggers.empty": string;
|
|
6020
|
+
"agents.builder.triggers.add": string;
|
|
6021
|
+
"agents.builder.triggers.empty.title": string;
|
|
6022
|
+
"agents.builder.triggers.empty.description": string;
|
|
6023
|
+
"agents.builder.addTrigger.modal.title": string;
|
|
6024
|
+
"agents.builder.addTrigger.modal.description": string;
|
|
6025
|
+
"agents.builder.addTrigger.picker.label": string;
|
|
6026
|
+
"agents.builder.addTrigger.picker.placeholder": string;
|
|
6027
|
+
"agents.builder.addTrigger.picker.empty": string;
|
|
6028
|
+
"agents.builder.addTrigger.status.connected": string;
|
|
6029
|
+
"agents.builder.addTrigger.status.disconnected": string;
|
|
6030
|
+
"agents.builder.addTrigger.credential": string;
|
|
6031
|
+
"agents.builder.addTrigger.selectCredential": string;
|
|
6032
|
+
"agents.builder.addTrigger.editCredential": string;
|
|
6033
|
+
"agents.builder.addTrigger.noCredentials": string;
|
|
6034
|
+
"agents.builder.addTrigger.addCredential": string;
|
|
6035
|
+
"agents.builder.addTrigger.newCredential": string;
|
|
6036
|
+
"agents.builder.addTrigger.connect": string;
|
|
6037
|
+
"agents.builder.addTrigger.publishPrompt.title": string;
|
|
6038
|
+
"agents.builder.addTrigger.publishPrompt.description": string;
|
|
6039
|
+
"agents.builder.addTrigger.publishPrompt.confirm": string;
|
|
6040
|
+
"agents.builder.addTrigger.disconnect": string;
|
|
6041
|
+
"agents.builder.addTrigger.copy": string;
|
|
6042
|
+
"agents.builder.addTrigger.copied": string;
|
|
6043
|
+
"agents.builder.addTrigger.noIntegrations": string;
|
|
6044
|
+
"agents.builder.addTrigger.slack.manifestHint": string;
|
|
6045
|
+
"agents.builder.addTrigger.slack.viewJson": string;
|
|
6046
|
+
"agents.builder.addTrigger.slack.hideJson": string;
|
|
6047
|
+
"agents.builder.addTrigger.slack.copyManifest": string;
|
|
6048
|
+
"agents.builder.addTrigger.slack.manifestTitle": string;
|
|
6049
|
+
"agents.builder.addTrigger.helpText.slack": string;
|
|
6050
|
+
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6051
|
+
"agents.builder.addTrigger.helpText.linear": string;
|
|
6052
|
+
"agents.builder.addTrigger.connectedText.slack": string;
|
|
6053
|
+
"agents.builder.addTrigger.connectedText.telegram": string;
|
|
6054
|
+
"agents.builder.addTrigger.connectedText.linear": string;
|
|
5536
6055
|
"instanceAi.welcomeModal.gateway.title": string;
|
|
5537
6056
|
"instanceAi.welcomeModal.gateway.description": string;
|
|
6057
|
+
"instanceAi.welcomeModal.gateway.warning": string;
|
|
5538
6058
|
"instanceAi.welcomeModal.gateway.os.mac": string;
|
|
5539
6059
|
"instanceAi.welcomeModal.gateway.os.windows": string;
|
|
5540
6060
|
"instanceAi.welcomeModal.gateway.os.linux": string;
|
|
@@ -5544,7 +6064,8 @@ declare const _exports: {
|
|
|
5544
6064
|
"instanceAi.welcomeModal.gateway.instructions.mac": string;
|
|
5545
6065
|
"instanceAi.welcomeModal.gateway.instructions.windows": string;
|
|
5546
6066
|
"instanceAi.welcomeModal.gateway.instructions.linux": string;
|
|
5547
|
-
"instanceAi.welcomeModal.gateway.
|
|
6067
|
+
"instanceAi.welcomeModal.gateway.tokenExpiresIn": string;
|
|
6068
|
+
"instanceAi.welcomeModal.gateway.tokenExpired": string;
|
|
5548
6069
|
};
|
|
5549
6070
|
//#endregion
|
|
5550
6071
|
//#region src/types.d.ts
|