@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/index.d.cts
CHANGED
|
@@ -55,6 +55,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
55
55
|
"generic.back": string;
|
|
56
56
|
"generic.cancel": string;
|
|
57
57
|
"generic.connect": string;
|
|
58
|
+
"generic.save": string;
|
|
58
59
|
"generic.open": string;
|
|
59
60
|
"generic.openResource": string;
|
|
60
61
|
"generic.add": string;
|
|
@@ -582,6 +583,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
582
583
|
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
583
584
|
"chatHub.chat.prompt.button.attach": string;
|
|
584
585
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
586
|
+
"chatHub.chat.attachments.unsupported.title": string;
|
|
587
|
+
"chatHub.chat.attachments.unsupported.toast": string;
|
|
585
588
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
586
589
|
"chatHub.chat.prompt.button.voiceInput": string;
|
|
587
590
|
"chatHub.chat.prompt.button.send": string;
|
|
@@ -1017,6 +1020,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1017
1020
|
"credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": string;
|
|
1018
1021
|
"credentialEdit.credentialConfig.reconnect": string;
|
|
1019
1022
|
"credentialEdit.credentialConfig.reconnectOAuth2Credential": string;
|
|
1023
|
+
"credentialEdit.credentialConfig.jwksUri.label": string;
|
|
1024
|
+
"credentialEdit.credentialConfig.jwksUri.hint": string;
|
|
1025
|
+
"credentialEdit.credentialConfig.jwksUri.copiedToast": string;
|
|
1020
1026
|
"credentialEdit.credentialConfig.redirectUrlCopiedToClipboard": string;
|
|
1021
1027
|
"credentialEdit.credentialConfig.retry": string;
|
|
1022
1028
|
"credentialEdit.credentialConfig.retryCredentialTest": string;
|
|
@@ -1190,6 +1196,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1190
1196
|
"duplicateWorkflowDialog.errors.forbidden.message": string;
|
|
1191
1197
|
"duplicateWorkflowDialog.errors.generic.title": string;
|
|
1192
1198
|
"editor.mainHeader.githubButton.label": string;
|
|
1199
|
+
"experiments.instanceAiProactiveAgent.message": string;
|
|
1200
|
+
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1193
1201
|
"experiments.personalizedTemplatesV3.browseAllTemplates": string;
|
|
1194
1202
|
"experiments.personalizedTemplatesV3.couldntFind": string;
|
|
1195
1203
|
"experiments.personalizedTemplatesV3.exploreTemplates": string;
|
|
@@ -1291,6 +1299,88 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1291
1299
|
"executionsList.confirmMessage.annotatedExecutionMessage": string;
|
|
1292
1300
|
"executionsList.error": string;
|
|
1293
1301
|
"executionsList.filters": string;
|
|
1302
|
+
"executionsList.viewMode.workflows": string;
|
|
1303
|
+
"executionsList.viewMode.agents": string;
|
|
1304
|
+
"agentSessions.session": string;
|
|
1305
|
+
"agentSessions.agentName": string;
|
|
1306
|
+
"agentSessions.sessionName": string;
|
|
1307
|
+
"agentSessions.lastMessage": string;
|
|
1308
|
+
"agentSessions.tokenUsage": string;
|
|
1309
|
+
"agentSessions.testChat": string;
|
|
1310
|
+
"agentSessions.actions": string;
|
|
1311
|
+
"agentSessions.empty": string;
|
|
1312
|
+
"agentSessions.loadMore": string;
|
|
1313
|
+
"agentSessions.loadedAll": string;
|
|
1314
|
+
"agentSessions.deleteConfirm.headline": string;
|
|
1315
|
+
"agentSessions.deleteConfirm.message": string;
|
|
1316
|
+
"agentSessions.deleteConfirm.confirmButtonText": string;
|
|
1317
|
+
"agentSessions.showMessage.deleted": string;
|
|
1318
|
+
"agentSessions.showError.delete": string;
|
|
1319
|
+
"agentSessions.showError.load": string;
|
|
1320
|
+
"agentSessions.status": string;
|
|
1321
|
+
"agentSessions.duration": string;
|
|
1322
|
+
"agentSessions.sessionId": string;
|
|
1323
|
+
"agentSessions.success": string;
|
|
1324
|
+
"agentSessions.detail.backToSessions": string;
|
|
1325
|
+
"agentSessions.detail.selectMessage": string;
|
|
1326
|
+
"agentSessions.detail.tokenUsage": string;
|
|
1327
|
+
"agentSessions.detail.input": string;
|
|
1328
|
+
"agentSessions.detail.output": string;
|
|
1329
|
+
"agentSessions.detail.toolCalls": string;
|
|
1330
|
+
"agentSessions.detail.model": string;
|
|
1331
|
+
"agentSessions.detail.cost": string;
|
|
1332
|
+
"agentSessions.detail.toolCallSuspended": string;
|
|
1333
|
+
"agentSessions.detail.suspendedNote": string;
|
|
1334
|
+
"agentSessions.detail.workingMemory": string;
|
|
1335
|
+
"agentSessions.detail.builtInTools": string;
|
|
1336
|
+
"agentSessions.detail.userTools": string;
|
|
1337
|
+
"agentSessions.detail.richInteraction.userResponse": string;
|
|
1338
|
+
"agentSessions.drawer.created": string;
|
|
1339
|
+
"agentSessions.drawer.lastMessage": string;
|
|
1340
|
+
"agentSessions.drawer.duration": string;
|
|
1341
|
+
"agentSessions.drawer.tokens": string;
|
|
1342
|
+
"agentSessions.drawer.cost": string;
|
|
1343
|
+
"agentSessions.drawer.status": string;
|
|
1344
|
+
"agentSessions.drawer.noTitle": string;
|
|
1345
|
+
"agentSessions.timeline.backToAgent": string;
|
|
1346
|
+
"agentSessions.timeline.user": string;
|
|
1347
|
+
"agentSessions.timeline.assistant": string;
|
|
1348
|
+
"agentSessions.timeline.tool": string;
|
|
1349
|
+
"agentSessions.timeline.memory": string;
|
|
1350
|
+
"agentSessions.timeline.suspension": string;
|
|
1351
|
+
"agentSessions.timeline.success": string;
|
|
1352
|
+
"agentSessions.timeline.error": string;
|
|
1353
|
+
"agentSessions.timeline.id": string;
|
|
1354
|
+
"agentSessions.timeline.created": string;
|
|
1355
|
+
"agentSessions.timeline.duration": string;
|
|
1356
|
+
"agentSessions.timeline.status": string;
|
|
1357
|
+
"agentSessions.timeline.input": string;
|
|
1358
|
+
"agentSessions.timeline.output": string;
|
|
1359
|
+
"agentSessions.timeline.selectItem": string;
|
|
1360
|
+
"agentSessions.timeline.continueChat": string;
|
|
1361
|
+
"agentSessions.timeline.workflow": string;
|
|
1362
|
+
"agentSessions.timeline.node": string;
|
|
1363
|
+
"agentSessions.timeline.memoryUpdated": string;
|
|
1364
|
+
"agentSessions.timeline.openForm": string;
|
|
1365
|
+
"agentSessions.timeline.workflowError": string;
|
|
1366
|
+
"agentSessions.timeline.filter": string;
|
|
1367
|
+
"agentSessions.timeline.clearFilter": string;
|
|
1368
|
+
"agentSessions.timeline.suspended": string;
|
|
1369
|
+
"agentSessions.timeline.idle": string;
|
|
1370
|
+
"agentSessions.timeline.agent": string;
|
|
1371
|
+
"agentSessions.timeline.tool.richInteraction": string;
|
|
1372
|
+
"agentSessions.timeline.tool.richInteractionDisplay": string;
|
|
1373
|
+
"agentSessions.timeline.waitingForUser": string;
|
|
1374
|
+
"agentSessions.timeline.events": string;
|
|
1375
|
+
"agentSessions.timeline.searchPlaceholder": string;
|
|
1376
|
+
"agentSessions.timeline.triggeredVia": string;
|
|
1377
|
+
"agentSessions.workflowLog.loading": string;
|
|
1378
|
+
"agentSessions.workflowLog.stillRunning": string;
|
|
1379
|
+
"agentSessions.workflowLog.waiting": string;
|
|
1380
|
+
"agentSessions.workflowLog.unavailable": string;
|
|
1381
|
+
"agentSessions.workflowLog.openFull": string;
|
|
1382
|
+
"agentView.tab.editor": string;
|
|
1383
|
+
"agentView.tab.sessions": string;
|
|
1294
1384
|
"executionsList.loadMore": string;
|
|
1295
1385
|
"executionsList.empty": string;
|
|
1296
1386
|
"executionsList.loadedAll": string;
|
|
@@ -1586,6 +1676,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1586
1676
|
"logs.overview.body.toggleRow": string;
|
|
1587
1677
|
"logs.details.header.actions.input": string;
|
|
1588
1678
|
"logs.details.header.actions.output": string;
|
|
1679
|
+
"logs.details.header.actions.viewAgentSession": string;
|
|
1589
1680
|
"logs.details.body.itemCount": string;
|
|
1590
1681
|
"logs.details.body.multipleInputs": string;
|
|
1591
1682
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
@@ -1718,6 +1809,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1718
1809
|
"ndv.redacted.description.sentence1": string;
|
|
1719
1810
|
"ndv.redacted.description.sentence2": string;
|
|
1720
1811
|
"ndv.redacted.description.link": string;
|
|
1812
|
+
"ndv.redacted.noPermission.description": string;
|
|
1721
1813
|
"ndv.redacted.dynamicCredentials.description": string;
|
|
1722
1814
|
"ndv.redacted.revealButton": string;
|
|
1723
1815
|
"ndv.redacted.revealModal.title": string;
|
|
@@ -1895,6 +1987,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1895
1987
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1896
1988
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1897
1989
|
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1990
|
+
"nodeCreator.subcategoryDescriptions.modelContextProtocol": string;
|
|
1898
1991
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1899
1992
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1900
1993
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
@@ -1919,6 +2012,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1919
2012
|
"nodeCreator.subcategoryNames.vectorStores": string;
|
|
1920
2013
|
"nodeCreator.subcategoryNames.miscellaneous": string;
|
|
1921
2014
|
"nodeCreator.subcategoryNames.humanInTheLoop": string;
|
|
2015
|
+
"nodeCreator.subcategoryNames.modelContextProtocol": string;
|
|
1922
2016
|
"nodeCreator.sectionNames.popular": string;
|
|
1923
2017
|
"nodeCreator.sectionNames.other": string;
|
|
1924
2018
|
"nodeCreator.sectionNames.sendAndWait": string;
|
|
@@ -2002,11 +2096,13 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2002
2096
|
"aiGateway.toggle.description": string;
|
|
2003
2097
|
"aiGateway.toggle.topUp": string;
|
|
2004
2098
|
"aiGateway.wallet.balanceRemaining": string;
|
|
2099
|
+
"aiGateway.wallet.noCredits": string;
|
|
2005
2100
|
"aiGateway.credentialMode.sectionLabel": string;
|
|
2006
2101
|
"aiGateway.credentialMode.n8nConnect.title": string;
|
|
2007
2102
|
"aiGateway.credentialMode.n8nConnect.subtitle": string;
|
|
2008
2103
|
"aiGateway.credentialMode.own.title": string;
|
|
2009
2104
|
"aiGateway.credentialMode.own.subtitle": string;
|
|
2105
|
+
"aiGateway.unsupportedAction.notice": string;
|
|
2010
2106
|
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
2011
2107
|
"nodeErrorView.cause": string;
|
|
2012
2108
|
"nodeErrorView.copyToClipboard": string;
|
|
@@ -2156,6 +2252,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2156
2252
|
"nodeView.showError.workflowError": string;
|
|
2157
2253
|
"nodeView.showError.getWorkflowDataFromUrl.title": string;
|
|
2158
2254
|
"nodeView.showError.importWorkflowData.title": string;
|
|
2255
|
+
"nodeView.showError.importWorkflowData.invalidNodes": string;
|
|
2159
2256
|
"nodeView.showError.mounted1.message": string;
|
|
2160
2257
|
"nodeView.showError.mounted1.title": string;
|
|
2161
2258
|
"nodeView.showError.mounted2.message": string;
|
|
@@ -2257,6 +2354,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2257
2354
|
"nodeWebhooks.webhookUrls.chatTrigger": string;
|
|
2258
2355
|
"nodeWebhooks.webhookUrls.mcpTrigger": string;
|
|
2259
2356
|
"openWorkflow.workflowImportError": string;
|
|
2357
|
+
"openWorkflow.workflowDataInvalidError": string;
|
|
2260
2358
|
"openWorkflow.workflowNotFoundError": string;
|
|
2261
2359
|
"oauth.consentView.title": string;
|
|
2262
2360
|
"oauth.consentView.heading": string;
|
|
@@ -2475,6 +2573,22 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2475
2573
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2476
2574
|
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2477
2575
|
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2576
|
+
"projectRoles.agent:create": string;
|
|
2577
|
+
"projectRoles.agent:create.tooltip": string;
|
|
2578
|
+
"projectRoles.agent:read": string;
|
|
2579
|
+
"projectRoles.agent:read.tooltip": string;
|
|
2580
|
+
"projectRoles.agent:execute": string;
|
|
2581
|
+
"projectRoles.agent:execute.tooltip": string;
|
|
2582
|
+
"projectRoles.agent:update": string;
|
|
2583
|
+
"projectRoles.agent:update.tooltip": string;
|
|
2584
|
+
"projectRoles.agent:delete": string;
|
|
2585
|
+
"projectRoles.agent:delete.tooltip": string;
|
|
2586
|
+
"projectRoles.agent:list": string;
|
|
2587
|
+
"projectRoles.agent:list.tooltip": string;
|
|
2588
|
+
"projectRoles.agent:publish": string;
|
|
2589
|
+
"projectRoles.agent:publish.tooltip": string;
|
|
2590
|
+
"projectRoles.agent:unpublish": string;
|
|
2591
|
+
"projectRoles.agent:unpublish.tooltip": string;
|
|
2478
2592
|
"projectRoles.credential:read": string;
|
|
2479
2593
|
"projectRoles.credential:read.tooltip": string;
|
|
2480
2594
|
"projectRoles.credential:update": string;
|
|
@@ -2489,6 +2603,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2489
2603
|
"projectRoles.credential:move.tooltip": string;
|
|
2490
2604
|
"projectRoles.credential:delete": string;
|
|
2491
2605
|
"projectRoles.credential:delete.tooltip": string;
|
|
2606
|
+
"projectRoles.execution:reveal": string;
|
|
2607
|
+
"projectRoles.execution:reveal.tooltip": string;
|
|
2492
2608
|
"projectRoles.dataTable:read": string;
|
|
2493
2609
|
"projectRoles.dataTable:read.tooltip": string;
|
|
2494
2610
|
"projectRoles.dataTable:update": string;
|
|
@@ -2535,7 +2651,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2535
2651
|
"projectRoles.type.project": string;
|
|
2536
2652
|
"projectRoles.type.folder": string;
|
|
2537
2653
|
"projectRoles.type.workflow": string;
|
|
2654
|
+
"projectRoles.type.agent": string;
|
|
2538
2655
|
"projectRoles.type.credential": string;
|
|
2656
|
+
"projectRoles.type.execution": string;
|
|
2539
2657
|
"projectRoles.type.sourceControl": string;
|
|
2540
2658
|
"projectRoles.type.dataTable": string;
|
|
2541
2659
|
"projectRoles.type.projectVariable": string;
|
|
@@ -2713,6 +2831,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2713
2831
|
"runData.aiContentBlock.tokens.prompt": string;
|
|
2714
2832
|
"runData.aiContentBlock.tokens.completion": string;
|
|
2715
2833
|
"runData.trimmedData.loading": string;
|
|
2834
|
+
"runData.trimmedData.corrupted": string;
|
|
2835
|
+
"runData.trimmedData.unpin": string;
|
|
2716
2836
|
"runData.panel.actions.collapse": string;
|
|
2717
2837
|
"runData.panel.actions.open": string;
|
|
2718
2838
|
"runData.panel.actions.popOut": string;
|
|
@@ -2735,6 +2855,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2735
2855
|
"settings.communityNodes.uninstallAction.label": string;
|
|
2736
2856
|
"settings.communityNodes.upToDate.tooltip": string;
|
|
2737
2857
|
"settings.communityNodes.failedToLoad.tooltip": string;
|
|
2858
|
+
"settings.communityNodes.managedByEnv": string;
|
|
2738
2859
|
"settings.communityNodes.fetchError.title": string;
|
|
2739
2860
|
"settings.communityNodes.fetchError.message": string;
|
|
2740
2861
|
"settings.communityNodes.installModal.title": string;
|
|
@@ -2778,6 +2899,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2778
2899
|
"settings.mcp.emptyState.docs.part1": string;
|
|
2779
2900
|
"settings.mcp.tabs.workflows": string;
|
|
2780
2901
|
"settings.mcp.tabs.oauth": string;
|
|
2902
|
+
"settings.mcp.instanceCapacity.warning": string;
|
|
2781
2903
|
"settings.mcp.access.token.notice": string;
|
|
2782
2904
|
"settings.mcp.workflows.table.action.removeMCPAccess": string;
|
|
2783
2905
|
"settings.mcp.workflows.table.action.updateDescription": string;
|
|
@@ -2792,6 +2914,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2792
2914
|
"settings.mcp.oauth.table.empty.button": string;
|
|
2793
2915
|
"settings.mcp.toggle.disabled.tooltip": string;
|
|
2794
2916
|
"settings.mcp.toggle.error": string;
|
|
2917
|
+
"settings.mcp.managedByEnv.tooltip": string;
|
|
2795
2918
|
"settings.mcp.instructions.rotateKey.tooltip": string;
|
|
2796
2919
|
"settings.mcp.instructions.apiKey.tip": string;
|
|
2797
2920
|
"settings.mcp.error.fetching.apiKey": string;
|
|
@@ -3702,6 +3825,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3702
3825
|
"workflowSettings.redactionOptions.redact": string;
|
|
3703
3826
|
"workflowSettings.helpTexts.redactProductionData": string;
|
|
3704
3827
|
"workflowSettings.helpTexts.redactManualData": string;
|
|
3828
|
+
"workflowSettings.redactionPermissionNotice": string;
|
|
3829
|
+
"workflowSettings.redactionPermissionNotice.viewUsers": string;
|
|
3830
|
+
"workflowSettings.redactionMembersModal.title": string;
|
|
3831
|
+
"workflowSettings.redactionMembersModal.description": string;
|
|
3705
3832
|
"workflowSettings.saveManualExecutions": string;
|
|
3706
3833
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3707
3834
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3783,6 +3910,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3783
3910
|
"workflowSettings.availableInMCP.tooltip": string;
|
|
3784
3911
|
"workflowSettings.toggleMCP.error.title": string;
|
|
3785
3912
|
"workflowSettings.toggleMCP.notFoundError": string;
|
|
3913
|
+
"workflowSettings.toggleMCP.updateSkippedError": string;
|
|
3786
3914
|
"workflowHistory.title": string;
|
|
3787
3915
|
"workflowHistory.content.actions": string;
|
|
3788
3916
|
"workflowHistory.item.id": string;
|
|
@@ -3965,6 +4093,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3965
4093
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3966
4094
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3967
4095
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
4096
|
+
"workflows.remoteUpdateBlocked.title": string;
|
|
4097
|
+
"workflows.remoteUpdateBlocked.message": string;
|
|
3968
4098
|
"workflows.autodeactivated": string;
|
|
3969
4099
|
"workflows.ai.starter.collection.callout": string;
|
|
3970
4100
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -4231,6 +4361,26 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4231
4361
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
4232
4362
|
"settings.n8nAgent": string;
|
|
4233
4363
|
"settings.n8nAgent.description": string;
|
|
4364
|
+
"settings.agentBuilder.title": string;
|
|
4365
|
+
"settings.agentBuilder.description": string;
|
|
4366
|
+
"settings.agentBuilder.section.model": string;
|
|
4367
|
+
"settings.agentBuilder.section.help": string;
|
|
4368
|
+
"settings.agentBuilder.mode.default.label": string;
|
|
4369
|
+
"settings.agentBuilder.mode.custom.label": string;
|
|
4370
|
+
"settings.agentBuilder.proxyDisabledTooltip": string;
|
|
4371
|
+
"settings.agentBuilder.status.proxy": string;
|
|
4372
|
+
"settings.agentBuilder.status.envVar": string;
|
|
4373
|
+
"settings.agentBuilder.status.custom": string;
|
|
4374
|
+
"settings.agentBuilder.status.customIncomplete": string;
|
|
4375
|
+
"settings.agentBuilder.missingCredential.title": string;
|
|
4376
|
+
"settings.agentBuilder.missingCredential.message": string;
|
|
4377
|
+
"settings.agentBuilder.saved": string;
|
|
4378
|
+
"settings.agentBuilder.saveError": string;
|
|
4379
|
+
"settings.agentBuilder.loadError": string;
|
|
4380
|
+
"agents.builder.unconfigured.title": string;
|
|
4381
|
+
"agents.builder.unconfigured.description.admin": string;
|
|
4382
|
+
"agents.builder.unconfigured.description.nonAdmin": string;
|
|
4383
|
+
"agents.builder.unconfigured.cta": string;
|
|
4234
4384
|
"settings.n8nAgent.enable.label": string;
|
|
4235
4385
|
"settings.n8nAgent.enable.description": string;
|
|
4236
4386
|
"settings.n8nAgent.computerUse.label": string;
|
|
@@ -4257,13 +4407,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4257
4407
|
"settings.n8nAgent.permissions.cleanupTestExecutions": string;
|
|
4258
4408
|
"settings.n8nAgent.permissions.readFilesystem": string;
|
|
4259
4409
|
"settings.n8nAgent.permissions.fetchUrl": string;
|
|
4410
|
+
"settings.n8nAgent.permissions.webSearch": string;
|
|
4260
4411
|
"settings.n8nAgent.permissions.restoreWorkflowVersion": string;
|
|
4261
4412
|
"dataTable.search.dateSearchInfo": string;
|
|
4262
4413
|
"dataTable.cell.oversized": string;
|
|
4263
4414
|
"dataTable.cell.oversized.tooltip": string;
|
|
4264
|
-
"settings.instanceRegistry": string;
|
|
4265
|
-
"settings.instanceRegistry.title": string;
|
|
4266
|
-
"settings.instanceRegistry.error": string;
|
|
4267
4415
|
"settings.ldap": string;
|
|
4268
4416
|
"settings.ldap.note": string;
|
|
4269
4417
|
"settings.ldap.infoTip": string;
|
|
@@ -4372,6 +4520,34 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4372
4520
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4373
4521
|
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4374
4522
|
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
4523
|
+
"settings.encryptionKeys": string;
|
|
4524
|
+
"settings.encryptionKeys.title": string;
|
|
4525
|
+
"settings.encryptionKeys.description": string;
|
|
4526
|
+
"settings.encryptionKeys.description.docsLink": string;
|
|
4527
|
+
"settings.encryptionKeys.column.key": string;
|
|
4528
|
+
"settings.encryptionKeys.column.status": string;
|
|
4529
|
+
"settings.encryptionKeys.column.activated": string;
|
|
4530
|
+
"settings.encryptionKeys.column.archived": string;
|
|
4531
|
+
"settings.encryptionKeys.status.active": string;
|
|
4532
|
+
"settings.encryptionKeys.status.inactive": string;
|
|
4533
|
+
"settings.encryptionKeys.sortBy.label": string;
|
|
4534
|
+
"settings.encryptionKeys.sortBy.activated": string;
|
|
4535
|
+
"settings.encryptionKeys.sortBy.archived": string;
|
|
4536
|
+
"settings.encryptionKeys.sortBy.status": string;
|
|
4537
|
+
"settings.encryptionKeys.filter.title": string;
|
|
4538
|
+
"settings.encryptionKeys.filter.dateRange": string;
|
|
4539
|
+
"settings.encryptionKeys.filter.apply": string;
|
|
4540
|
+
"settings.encryptionKeys.filter.clear": string;
|
|
4541
|
+
"settings.encryptionKeys.rotate.button": string;
|
|
4542
|
+
"settings.encryptionKeys.rotate.confirm.title": string;
|
|
4543
|
+
"settings.encryptionKeys.rotate.confirm.body": string;
|
|
4544
|
+
"settings.encryptionKeys.rotate.confirm.action": string;
|
|
4545
|
+
"settings.encryptionKeys.rotate.confirm.cancel": string;
|
|
4546
|
+
"settings.encryptionKeys.rotate.success": string;
|
|
4547
|
+
"settings.encryptionKeys.rotate.error": string;
|
|
4548
|
+
"settings.encryptionKeys.empty.title": string;
|
|
4549
|
+
"settings.encryptionKeys.empty.description": string;
|
|
4550
|
+
"settings.encryptionKeys.loadError": string;
|
|
4375
4551
|
"settings.sso": string;
|
|
4376
4552
|
"settings.sso.title": string;
|
|
4377
4553
|
"settings.sso.subtitle": string;
|
|
@@ -4467,6 +4643,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4467
4643
|
"projects.header.shared.subtitle": string;
|
|
4468
4644
|
"projects.header.create.workflow": string;
|
|
4469
4645
|
"projects.header.create.credential": string;
|
|
4646
|
+
"projects.header.create.agent": string;
|
|
4470
4647
|
"projects.header.create.folder": string;
|
|
4471
4648
|
"projects.create": string;
|
|
4472
4649
|
"projects.create.personal": string;
|
|
@@ -4477,6 +4654,10 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4477
4654
|
"projects.menu.personal": string;
|
|
4478
4655
|
"projects.menu.addFirstProject": string;
|
|
4479
4656
|
"projects.menu.chat": string;
|
|
4657
|
+
"projects.menu.create.workflow": string;
|
|
4658
|
+
"projects.menu.create.credential": string;
|
|
4659
|
+
"projects.menu.create.agent": string;
|
|
4660
|
+
"projects.menu.create.project": string;
|
|
4480
4661
|
"projects.settings": string;
|
|
4481
4662
|
"projects.settings.info": string;
|
|
4482
4663
|
"projects.settings.newProjectName": string;
|
|
@@ -4789,7 +4970,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4789
4970
|
"evaluation.listRuns.status.warning": string;
|
|
4790
4971
|
"evaluation.listRuns.metricsOverTime": string;
|
|
4791
4972
|
"evaluation.listRuns.status": string;
|
|
4792
|
-
"evaluation.listRuns.runListHeader": string;
|
|
4793
4973
|
"evaluation.listRuns.allTestCases": string;
|
|
4794
4974
|
"evaluation.listRuns.testCasesListHeader": string;
|
|
4795
4975
|
"evaluation.listRuns.runNumber": string;
|
|
@@ -4835,8 +5015,84 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4835
5015
|
"evaluation.runDetail.error.noMetricsCollected": string;
|
|
4836
5016
|
"evaluation.runDetail.error.partialCasesFailed": string;
|
|
4837
5017
|
"evaluation.runDetail.notice.useSetInputs": string;
|
|
5018
|
+
"evaluation.runDetail.aiSummary.title": string;
|
|
5019
|
+
"evaluation.runDetail.aiSummary.placeholder": string;
|
|
5020
|
+
"evaluation.runDetail.testCase.title": string;
|
|
5021
|
+
"evaluation.runDetail.testCase.viewLink": string;
|
|
5022
|
+
"evaluation.runDetail.metrics.name": string;
|
|
5023
|
+
"evaluation.runDetail.metrics.result": string;
|
|
5024
|
+
"evaluation.runDetail.runComparison.comingSoon": string;
|
|
5025
|
+
"evaluation.runDetail.backToRuns": string;
|
|
5026
|
+
"evaluation.runDetail.metricCategory.aiBased": string;
|
|
5027
|
+
"evaluation.runDetail.metricCategory.stringSimilarity": string;
|
|
5028
|
+
"evaluation.runDetail.metricCategory.categorization": string;
|
|
5029
|
+
"evaluation.runDetail.metricCategory.toolsUsed": string;
|
|
5030
|
+
"evaluation.runDetail.metricCategory.custom": string;
|
|
5031
|
+
"evaluation.runDetail.testCase.pending": string;
|
|
5032
|
+
"evaluation.runDetail.testCase.running": string;
|
|
5033
|
+
"evaluation.runDetail.testCase.cancelled": string;
|
|
5034
|
+
"evaluation.runDetail.testCase.failed": string;
|
|
5035
|
+
"evaluation.runDetail.testCase.cancel": string;
|
|
5036
|
+
"evaluation.runDetail.testCase.cancelError": string;
|
|
5037
|
+
"evaluation.runDetail.testCase.rerun": string;
|
|
5038
|
+
"evaluation.runDetail.testCase.progress.accomplishing": string;
|
|
5039
|
+
"evaluation.runDetail.testCase.progress.actioning": string;
|
|
5040
|
+
"evaluation.runDetail.testCase.progress.actualizing": string;
|
|
5041
|
+
"evaluation.runDetail.testCase.progress.architecting": string;
|
|
5042
|
+
"evaluation.runDetail.testCase.progress.baking": string;
|
|
5043
|
+
"evaluation.runDetail.testCase.progress.beaming": string;
|
|
5044
|
+
"evaluation.runDetail.testCase.progress.beboppin": string;
|
|
5045
|
+
"evaluation.runDetail.testCase.progress.befuddling": string;
|
|
5046
|
+
"evaluation.runDetail.testCase.progress.billowing": string;
|
|
5047
|
+
"evaluation.runDetail.testCase.progress.blanching": string;
|
|
5048
|
+
"evaluation.runDetail.testCase.progress.bloviating": string;
|
|
5049
|
+
"evaluation.runDetail.testCase.progress.boogieing": string;
|
|
5050
|
+
"evaluation.runDetail.testCase.progress.boondoggling": string;
|
|
5051
|
+
"evaluation.runDetail.testCase.progress.booping": string;
|
|
5052
|
+
"evaluation.runDetail.testCase.progress.bootstrapping": string;
|
|
5053
|
+
"evaluation.runDetail.testCase.progress.brewing": string;
|
|
5054
|
+
"evaluation.runDetail.testCase.progress.bunning": string;
|
|
5055
|
+
"evaluation.runDetail.testCase.progress.burrowing": string;
|
|
5056
|
+
"evaluation.runDetail.testCase.progress.calculating": string;
|
|
5057
|
+
"evaluation.runDetail.testCase.progress.canoodling": string;
|
|
5058
|
+
"evaluation.runDetail.testCase.progress.caramelizing": string;
|
|
5059
|
+
"evaluation.runDetail.testCase.progress.cascading": string;
|
|
5060
|
+
"evaluation.runDetail.testCase.progress.catapulting": string;
|
|
5061
|
+
"evaluation.runDetail.testCase.progress.cerebrating": string;
|
|
5062
|
+
"evaluation.runDetail.testCase.progress.channeling": string;
|
|
5063
|
+
"evaluation.runDetail.testCase.progress.choreographing": string;
|
|
5064
|
+
"evaluation.runDetail.testCase.progress.churning": string;
|
|
5065
|
+
"evaluation.runDetail.testCase.progress.clauding": string;
|
|
5066
|
+
"evaluation.runDetail.testCase.progress.coalescing": string;
|
|
5067
|
+
"evaluation.runDetail.testCase.progress.cogitating": string;
|
|
5068
|
+
"evaluation.runDetail.testCase.progress.combobulating": string;
|
|
5069
|
+
"evaluation.runDetail.testCase.progress.composing": string;
|
|
5070
|
+
"evaluation.runDetail.testCase.progress.computing": string;
|
|
5071
|
+
"evaluation.runDetail.testCase.progress.concocting": string;
|
|
5072
|
+
"evaluation.runDetail.testCase.progress.considering": string;
|
|
5073
|
+
"evaluation.runDetail.testCase.progress.contemplating": string;
|
|
5074
|
+
"evaluation.runDetail.testCase.progress.cooking": string;
|
|
5075
|
+
"evaluation.runDetail.testCase.progress.crafting": string;
|
|
5076
|
+
"evaluation.runDetail.testCase.progress.creating": string;
|
|
5077
|
+
"evaluation.runDetail.testCase.progress.crunching": string;
|
|
5078
|
+
"evaluation.runDetail.testCase.progress.crystallizing": string;
|
|
5079
|
+
"evaluation.runDetail.testCase.progress.cultivating": string;
|
|
5080
|
+
"evaluation.runDetail.testCase.progress.deciphering": string;
|
|
5081
|
+
"evaluation.runDetail.testCase.progress.deliberating": string;
|
|
5082
|
+
"evaluation.runDetail.testCase.progress.determining": string;
|
|
5083
|
+
"evaluation.runDetail.testCase.progress.dillyDallying": string;
|
|
5084
|
+
"evaluation.runDetail.testCase.progress.discombobulating": string;
|
|
5085
|
+
"evaluation.runDetail.testCase.progress.doing": string;
|
|
5086
|
+
"evaluation.runDetail.testCase.progress.doodling": string;
|
|
5087
|
+
"evaluation.runDetail.runStatus.running": string;
|
|
5088
|
+
"evaluation.runDetail.runStatus.done": string;
|
|
5089
|
+
"evaluation.runDetail.runStatus.cancelled": string;
|
|
5090
|
+
"evaluation.runDetail.runStatus.failed": string;
|
|
4838
5091
|
"evaluation.runTest": string;
|
|
4839
5092
|
"evaluation.stopTest": string;
|
|
5093
|
+
"evaluation.runInParallel.label.sequential": string;
|
|
5094
|
+
"evaluation.runInParallel.label.concurrent": string;
|
|
5095
|
+
"evaluation.runInParallel.tooltip": string;
|
|
4840
5096
|
"evaluation.cancelTestRun": string;
|
|
4841
5097
|
"evaluation.notImplemented": string;
|
|
4842
5098
|
"evaluation.viewDetails": string;
|
|
@@ -5104,6 +5360,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5104
5360
|
"instanceAi.thread.new": string;
|
|
5105
5361
|
"instanceAi.sidebar.back": string;
|
|
5106
5362
|
"instanceAi.sidebar.threads": string;
|
|
5363
|
+
"instanceAi.sidebar.chatHistory": string;
|
|
5364
|
+
"instanceAi.sidebar.collapse": string;
|
|
5107
5365
|
"instanceAi.message.reasoning": string;
|
|
5108
5366
|
"instanceAi.sidebar.noThreads": string;
|
|
5109
5367
|
"instanceAi.sidebar.group.thisWeek": string;
|
|
@@ -5147,6 +5405,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5147
5405
|
"instanceAi.artifactsPanel.archived": string;
|
|
5148
5406
|
"instanceAi.previewTabBar.collapse": string;
|
|
5149
5407
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
5408
|
+
"instanceAi.previewTabBar.openWorkflowInEditor": string;
|
|
5150
5409
|
"instanceAi.previewTabBar.copyLink": string;
|
|
5151
5410
|
"instanceAi.delegateCard.implementsStep": string;
|
|
5152
5411
|
"instanceAi.delegateCard.delegatingTo": string;
|
|
@@ -5160,6 +5419,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5160
5419
|
"instanceAi.confirmation.pendingInline": string;
|
|
5161
5420
|
"instanceAi.confirmation.agentContext": string;
|
|
5162
5421
|
"instanceAi.confirmation.approveAll": string;
|
|
5422
|
+
"instanceAi.confirmation.continue": string;
|
|
5163
5423
|
"instanceAi.gatewayConfirmation.allowForSession": string;
|
|
5164
5424
|
"instanceAi.gatewayConfirmation.allowOnce": string;
|
|
5165
5425
|
"instanceAi.gatewayConfirmation.denyOnce": string;
|
|
@@ -5172,6 +5432,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5172
5432
|
"instanceAi.domainAccess.allowDomain": string;
|
|
5173
5433
|
"instanceAi.domainAccess.allowAll": string;
|
|
5174
5434
|
"instanceAi.domainAccess.deny": string;
|
|
5435
|
+
"instanceAi.webSearch.prompt": string;
|
|
5436
|
+
"instanceAi.webSearch.allowThread": string;
|
|
5175
5437
|
"instanceAi.settings.permissions.fetchUrl.label": string;
|
|
5176
5438
|
"instanceAi.credential.selected": string;
|
|
5177
5439
|
"instanceAi.credential.required": string;
|
|
@@ -5197,6 +5459,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5197
5459
|
"instanceAi.workflowSetup.triggerError": string;
|
|
5198
5460
|
"instanceAi.workflowSetup.triggerListening": string;
|
|
5199
5461
|
"instanceAi.workflowSetup.apply": string;
|
|
5462
|
+
"instanceAi.workflowSetup.credentialTestFailedTooltip": string;
|
|
5200
5463
|
"instanceAi.workflowSetup.applyCompleted": string;
|
|
5201
5464
|
"instanceAi.workflowSetup.later": string;
|
|
5202
5465
|
"instanceAi.workflowSetup.loading": string;
|
|
@@ -5204,10 +5467,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5204
5467
|
"instanceAi.workflowSetup.applied": string;
|
|
5205
5468
|
"instanceAi.workflowSetup.partiallyApplied": string;
|
|
5206
5469
|
"instanceAi.workflowSetup.deferred": string;
|
|
5470
|
+
"instanceAi.workflowSetup.cardSkipped": string;
|
|
5207
5471
|
"instanceAi.workflowSetup.selectOption": string;
|
|
5208
5472
|
"instanceAi.workflowSetup.confirmTitle": string;
|
|
5209
5473
|
"instanceAi.workflowSetup.confirmDescription": string;
|
|
5210
5474
|
"instanceAi.workflowSetup.reviewDetails": string;
|
|
5475
|
+
"instanceAi.workflowSetup.stepCounter": string;
|
|
5476
|
+
"instanceAi.workflowSetup.prevStep": string;
|
|
5477
|
+
"instanceAi.workflowSetup.nextStep": string;
|
|
5211
5478
|
"instanceAi.debug.title": string;
|
|
5212
5479
|
"instanceAi.debug.copyTrace": string;
|
|
5213
5480
|
"instanceAi.debug.timing": string;
|
|
@@ -5464,6 +5731,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5464
5731
|
"instanceAi.tools.update-tasks": string;
|
|
5465
5732
|
"instanceAi.tools.report-verification-verdict": string;
|
|
5466
5733
|
"instanceAi.tools.verify-built-workflow": string;
|
|
5734
|
+
"instanceAi.tools.complete-checkpoint": string;
|
|
5467
5735
|
"instanceAi.tools.updateWorkingMemory": string;
|
|
5468
5736
|
"instanceAi.tools.apply-workflow-credentials": string;
|
|
5469
5737
|
"instanceAi.tools.setup-workflow": string;
|
|
@@ -5521,26 +5789,278 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5521
5789
|
"instanceAi.filesystem.category.shell": string;
|
|
5522
5790
|
"instanceAi.settings.permissions.activateWorkflow.label": string;
|
|
5523
5791
|
"instanceAi.tools.patch-workflow": string;
|
|
5524
|
-
"
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
"
|
|
5528
|
-
"
|
|
5529
|
-
"
|
|
5530
|
-
"
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5533
|
-
"
|
|
5534
|
-
"
|
|
5535
|
-
"
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
5539
|
-
"
|
|
5540
|
-
"
|
|
5541
|
-
"
|
|
5792
|
+
"agents.home.untitledAgent": string;
|
|
5793
|
+
"agents.relativeTime.justNow": string;
|
|
5794
|
+
"agents.relativeTime.secondsAgo": string;
|
|
5795
|
+
"agents.relativeTime.minutesAgo": string;
|
|
5796
|
+
"agents.relativeTime.hoursAgo": string;
|
|
5797
|
+
"agents.relativeTime.yesterday": string;
|
|
5798
|
+
"agents.sort.lastUpdated": string;
|
|
5799
|
+
"agents.sort.lastCreated": string;
|
|
5800
|
+
"agents.sort.nameAsc": string;
|
|
5801
|
+
"agents.sort.nameDesc": string;
|
|
5802
|
+
"agents.builder.save": string;
|
|
5803
|
+
"agents.builder.deleteAgent": string;
|
|
5804
|
+
"agents.delete.modal.title": string;
|
|
5805
|
+
"agents.delete.modal.description": string;
|
|
5806
|
+
"agents.delete.modal.button.delete": string;
|
|
5807
|
+
"agents.builder.saveError": string;
|
|
5808
|
+
"agents.builder.chatColumn.ariaLabel": string;
|
|
5809
|
+
"agents.builder.chatMode.build": string;
|
|
5810
|
+
"agents.builder.chatMode.test": string;
|
|
5811
|
+
"agents.builder.chatMode.ariaLabel": string;
|
|
5812
|
+
"agents.builder.chatMode.test.lockedTooltip": string;
|
|
5813
|
+
"agents.builder.chat.sessionPicker.ariaLabel": string;
|
|
5814
|
+
"agents.builder.chat.sessionPicker.empty": string;
|
|
5815
|
+
"agents.builder.chat.newChat.ariaLabel": string;
|
|
5816
|
+
"agents.builder.chat.newChat.label": string;
|
|
5817
|
+
"agents.builder.chat.fullWidth.expand.ariaLabel": string;
|
|
5818
|
+
"agents.builder.chat.fullWidth.collapse.ariaLabel": string;
|
|
5819
|
+
"agents.chat.loadHistory.error": string;
|
|
5820
|
+
"agents.chat.clearHistory.error": string;
|
|
5821
|
+
"agents.chat.clearHistory": string;
|
|
5822
|
+
"agents.chat.input.placeholder": string;
|
|
5823
|
+
"agents.chat.answerQuestionPlaceholder": string;
|
|
5824
|
+
"agents.chat.misconfigured.title": string;
|
|
5825
|
+
"agents.chat.misconfigured.missingPrefix": string;
|
|
5826
|
+
"agents.chat.misconfigured.missing.instructions": string;
|
|
5827
|
+
"agents.chat.misconfigured.missing.model": string;
|
|
5828
|
+
"agents.chat.misconfigured.missing.credential": string;
|
|
5829
|
+
"agents.chat.misconfigured.missing.agent": string;
|
|
5830
|
+
"agents.chat.misconfigured.missing.skill": string;
|
|
5831
|
+
"agents.chat.misconfigured.openBuild": string;
|
|
5832
|
+
"agents.chat.misconfigured.dismiss": string;
|
|
5833
|
+
"agents.chat.askCredential.skip": string;
|
|
5834
|
+
"agents.chat.askQuestion.otherLabel": string;
|
|
5835
|
+
"agents.chat.askQuestion.otherPlaceholder": string;
|
|
5836
|
+
"agents.chat.askQuestion.submit": string;
|
|
5837
|
+
"agents.list.published": string;
|
|
5838
|
+
"agents.list.noDescription": string;
|
|
5839
|
+
"agents.list.updatedAt": string;
|
|
5840
|
+
"agents.list.updated": string;
|
|
5841
|
+
"agents.list.created": string;
|
|
5842
|
+
"agents.list.empty.heading": string;
|
|
5843
|
+
"agents.list.empty.description": string;
|
|
5844
|
+
"agents.list.actions.publish": string;
|
|
5845
|
+
"agents.list.actions.unpublish": string;
|
|
5846
|
+
"agents.list.actions.delete": string;
|
|
5847
|
+
"agents.publish.button.publish": string;
|
|
5848
|
+
"agents.publish.button.published": string;
|
|
5849
|
+
"agents.publish.dropdown.publish": string;
|
|
5850
|
+
"agents.publish.dropdown.revertToPublished": string;
|
|
5851
|
+
"agents.publish.dropdown.unpublish": string;
|
|
5852
|
+
"agents.publish.dropdown.ariaLabel": string;
|
|
5853
|
+
"agents.publish.toast.published": string;
|
|
5854
|
+
"agents.publish.toast.reverted": string;
|
|
5855
|
+
"agents.publish.toast.unpublished": string;
|
|
5856
|
+
"agents.publish.error.publish": string;
|
|
5857
|
+
"agents.publish.error.revert": string;
|
|
5858
|
+
"agents.publish.error.unpublish": string;
|
|
5859
|
+
"agents.schedule.title": string;
|
|
5860
|
+
"agents.schedule.description": string;
|
|
5861
|
+
"agents.schedule.status.active": string;
|
|
5862
|
+
"agents.schedule.status.inactive": string;
|
|
5863
|
+
"agents.schedule.cron": string;
|
|
5864
|
+
"agents.schedule.cron.placeholder": string;
|
|
5865
|
+
"agents.schedule.wakeUpPrompt": string;
|
|
5866
|
+
"agents.schedule.wakeUpPrompt.placeholder": string;
|
|
5867
|
+
"agents.schedule.wakeUpPrompt.help": string;
|
|
5868
|
+
"agents.schedule.publishRequired": string;
|
|
5869
|
+
"agents.schedule.activate": string;
|
|
5870
|
+
"agents.schedule.deactivate": string;
|
|
5871
|
+
"agents.schedule.loadError": string;
|
|
5872
|
+
"agents.schedule.saveError": string;
|
|
5873
|
+
"agents.schedule.activateError": string;
|
|
5874
|
+
"agents.schedule.deactivateError": string;
|
|
5875
|
+
"agents.unpublish.modal.title": string;
|
|
5876
|
+
"agents.unpublish.modal.description": string;
|
|
5877
|
+
"agents.unpublish.modal.button.unpublish": string;
|
|
5878
|
+
"agents.revertToPublished.modal.title": string;
|
|
5879
|
+
"agents.revertToPublished.modal.description": string;
|
|
5880
|
+
"agents.revertToPublished.modal.button.revert": string;
|
|
5881
|
+
"agents.search.placeholder": string;
|
|
5882
|
+
"agents.tools.title": string;
|
|
5883
|
+
"agents.tools.add": string;
|
|
5884
|
+
"agents.tools.search.placeholder": string;
|
|
5885
|
+
"agents.tools.availableTools": string;
|
|
5886
|
+
"agents.tools.availableWorkflows": string;
|
|
5887
|
+
"agents.tools.noResults": string;
|
|
5888
|
+
"agents.tools.noResults.withQuery": string;
|
|
5889
|
+
"agents.tools.configure": string;
|
|
5890
|
+
"agents.tools.connect": string;
|
|
5891
|
+
"agents.tools.added": string;
|
|
5892
|
+
"agents.tools.connected": string;
|
|
5893
|
+
"agents.tools.addCredentials": string;
|
|
5894
|
+
"agents.tools.noCredentials": string;
|
|
5895
|
+
"agents.tools.workflow.incompatible.title": string;
|
|
5896
|
+
"agents.tools.workflow.incompatible.message": string;
|
|
5897
|
+
"agents.tools.workflow.fetchFailed.title": string;
|
|
5898
|
+
"agents.tools.workflow.fetchFailed.message": string;
|
|
5899
|
+
"agents.toolConfig.workflow.description": string;
|
|
5900
|
+
"agents.toolConfig.workflow.description.placeholder": string;
|
|
5901
|
+
"agents.toolConfig.workflow.description.hint": string;
|
|
5902
|
+
"agents.toolConfig.workflow.allOutputs": string;
|
|
5903
|
+
"agents.toolConfig.workflow.allOutputs.hint": string;
|
|
5904
|
+
"agents.toolConfig.save": string;
|
|
5905
|
+
"agents.toolConfig.cancel": string;
|
|
5906
|
+
"agents.new.title": string;
|
|
5907
|
+
"agents.new.defaultName": string;
|
|
5908
|
+
"agents.new.startBlank": string;
|
|
5909
|
+
"agents.new.heading": string;
|
|
5910
|
+
"agents.new.headingWithName": string;
|
|
5911
|
+
"agents.new.description.placeholder": string;
|
|
5912
|
+
"agents.new.templates.label": string;
|
|
5913
|
+
"agents.builder.sections.agent": string;
|
|
5914
|
+
"agents.builder.sections.advanced": string;
|
|
5915
|
+
"agents.builder.sections.configJson": string;
|
|
5916
|
+
"agents.builder.sections.evaluations": string;
|
|
5917
|
+
"agents.builder.sections.evaluations.comingSoon": string;
|
|
5918
|
+
"agents.builder.sections.executions": string;
|
|
5919
|
+
"agents.builder.sections.guardrails": string;
|
|
5920
|
+
"agents.builder.sections.instructions": string;
|
|
5921
|
+
"agents.builder.sections.memory": string;
|
|
5922
|
+
"agents.builder.sections.model": string;
|
|
5923
|
+
"agents.builder.sections.skills": string;
|
|
5924
|
+
"agents.builder.sections.tools": string;
|
|
5925
|
+
"agents.builder.sections.triggers": string;
|
|
5926
|
+
"agents.builder.agent.title": string;
|
|
5927
|
+
"agents.builder.agent.description": string;
|
|
5928
|
+
"agents.builder.agent.name.label": string;
|
|
5929
|
+
"agents.builder.agent.name.placeholder": string;
|
|
5930
|
+
"agents.builder.agent.description.label": string;
|
|
5931
|
+
"agents.builder.agent.description.placeholder": string;
|
|
5932
|
+
"agents.builder.agent.model.label": string;
|
|
5933
|
+
"agents.builder.agent.instructions.label": string;
|
|
5934
|
+
"agents.builder.agent.instructions.characterCount": string;
|
|
5935
|
+
"agents.builder.advanced.title": string;
|
|
5936
|
+
"agents.builder.advanced.description": string;
|
|
5937
|
+
"agents.builder.advanced.thinking.label": string;
|
|
5938
|
+
"agents.builder.advanced.thinking.hint": string;
|
|
5939
|
+
"agents.builder.advanced.thinking.unsupportedTooltip": string;
|
|
5940
|
+
"agents.builder.advanced.thinking.unsupportedProviderFallback": string;
|
|
5941
|
+
"agents.builder.advanced.budgetTokens.label": string;
|
|
5942
|
+
"agents.builder.advanced.reasoningEffort.label": string;
|
|
5943
|
+
"agents.builder.advanced.concurrency.label": string;
|
|
5944
|
+
"agents.builder.advanced.concurrency.hint": string;
|
|
5945
|
+
"agents.builder.memory.title": string;
|
|
5946
|
+
"agents.builder.memory.recentMessages.label": string;
|
|
5947
|
+
"agents.builder.memory.semanticRecall.topK": string;
|
|
5948
|
+
"agents.builder.memory.semanticRecall.rangeBefore": string;
|
|
5949
|
+
"agents.builder.memory.semanticRecall.rangeAfter": string;
|
|
5950
|
+
"agents.builder.editor.copy": string;
|
|
5951
|
+
"agents.builder.editor.copied": string;
|
|
5952
|
+
"agents.builder.progress.building.title": string;
|
|
5953
|
+
"agents.builder.progress.building.hint": string;
|
|
5954
|
+
"agents.builder.progress.error.title": string;
|
|
5955
|
+
"agents.builder.progress.error.hint": string;
|
|
5956
|
+
"agents.builder.tools.title": string;
|
|
5957
|
+
"agents.builder.tools.count": string;
|
|
5958
|
+
"agents.builder.tools.add": string;
|
|
5959
|
+
"agents.builder.tools.builtIn.title": string;
|
|
5960
|
+
"agents.builder.tools.builtIn.hint": string;
|
|
5961
|
+
"agents.builder.tools.empty": string;
|
|
5962
|
+
"agents.builder.tools.workflows.title": string;
|
|
5963
|
+
"agents.builder.tools.remove": string;
|
|
5964
|
+
"agents.builder.tools.back": string;
|
|
5965
|
+
"agents.builder.skills.title": string;
|
|
5966
|
+
"agents.builder.skills.count": string;
|
|
5967
|
+
"agents.builder.skills.add": string;
|
|
5968
|
+
"agents.builder.skills.empty": string;
|
|
5969
|
+
"agents.builder.skills.instructions": string;
|
|
5970
|
+
"agents.builder.skills.name.label": string;
|
|
5971
|
+
"agents.builder.skills.name.placeholder": string;
|
|
5972
|
+
"agents.builder.skills.description.label": string;
|
|
5973
|
+
"agents.builder.skills.description.placeholder": string;
|
|
5974
|
+
"agents.builder.skills.instructions.label": string;
|
|
5975
|
+
"agents.builder.skills.instructions.characterCount": string;
|
|
5976
|
+
"agents.builder.skills.instructions.file.upload": string;
|
|
5977
|
+
"agents.builder.skills.instructions.file.invalidType": string;
|
|
5978
|
+
"agents.builder.skills.instructions.file.readError": string;
|
|
5979
|
+
"agents.builder.skills.create.title": string;
|
|
5980
|
+
"agents.builder.skills.create.cancel": string;
|
|
5981
|
+
"agents.builder.skills.create.save": string;
|
|
5982
|
+
"agents.builder.skills.create.error": string;
|
|
5983
|
+
"agents.builder.skills.added": string;
|
|
5984
|
+
"agents.builder.skills.saveError": string;
|
|
5985
|
+
"agents.builder.skills.validation.nameRequired": string;
|
|
5986
|
+
"agents.builder.skills.validation.nameMaxLength": string;
|
|
5987
|
+
"agents.builder.skills.validation.descriptionRequired": string;
|
|
5988
|
+
"agents.builder.skills.validation.descriptionMaxLength": string;
|
|
5989
|
+
"agents.builder.skills.validation.instructionsRequired": string;
|
|
5990
|
+
"agents.builder.skills.validation.instructionsMaxLength": string;
|
|
5991
|
+
"agents.builder.skills.remove": string;
|
|
5992
|
+
"agents.builder.skills.back": string;
|
|
5993
|
+
"agents.builder.editor.invalidJson": string;
|
|
5994
|
+
"agents.builder.editorColumn.ariaLabel": string;
|
|
5995
|
+
"agents.builder.tree.ariaLabel": string;
|
|
5996
|
+
"agents.builder.tree.empty": string;
|
|
5997
|
+
"agents.builder.tree.toolFallback": string;
|
|
5998
|
+
"agents.builder.tree.customBadge": string;
|
|
5999
|
+
"agents.builder.tree.foldersEmpty": string;
|
|
6000
|
+
"agents.builder.header.executions": string;
|
|
6001
|
+
"agents.builder.header.tab.agent": string;
|
|
6002
|
+
"agents.builder.header.tab.executions": string;
|
|
6003
|
+
"agents.builder.header.tab.evaluations": string;
|
|
6004
|
+
"agents.builder.header.tab.raw": string;
|
|
6005
|
+
"agents.builder.header.workspaceCrumb": string;
|
|
6006
|
+
"agents.builder.header.projectFallback": string;
|
|
6007
|
+
"agents.builder.header.switcher.empty": string;
|
|
6008
|
+
"agents.builder.header.switcher.ariaLabel": string;
|
|
6009
|
+
"agents.builder.header.saving": string;
|
|
6010
|
+
"agents.builder.header.saved": string;
|
|
6011
|
+
"agents.builder.executions.count": string;
|
|
6012
|
+
"agents.builder.raw.description": string;
|
|
6013
|
+
"agents.builder.evaluations.comingSoon": string;
|
|
6014
|
+
"agents.builder.evaluations.configuredInCode": string;
|
|
6015
|
+
"agents.builder.evaluations.type.check": string;
|
|
6016
|
+
"agents.builder.evaluations.type.judge": string;
|
|
6017
|
+
"agents.builder.evaluations.credentialConfigured": string;
|
|
6018
|
+
"agents.builder.evaluations.emptyPrefix": string;
|
|
6019
|
+
"agents.builder.quickActions.addTool": string;
|
|
6020
|
+
"agents.builder.quickActions.addTrigger": string;
|
|
6021
|
+
"agents.builder.capabilities.title": string;
|
|
6022
|
+
"agents.builder.triggers.title": string;
|
|
6023
|
+
"agents.builder.triggers.description": string;
|
|
6024
|
+
"agents.builder.triggers.count": string;
|
|
6025
|
+
"agents.builder.triggers.empty": string;
|
|
6026
|
+
"agents.builder.triggers.add": string;
|
|
6027
|
+
"agents.builder.triggers.empty.title": string;
|
|
6028
|
+
"agents.builder.triggers.empty.description": string;
|
|
6029
|
+
"agents.builder.addTrigger.modal.title": string;
|
|
6030
|
+
"agents.builder.addTrigger.modal.description": string;
|
|
6031
|
+
"agents.builder.addTrigger.picker.label": string;
|
|
6032
|
+
"agents.builder.addTrigger.picker.placeholder": string;
|
|
6033
|
+
"agents.builder.addTrigger.picker.empty": string;
|
|
6034
|
+
"agents.builder.addTrigger.status.connected": string;
|
|
6035
|
+
"agents.builder.addTrigger.status.disconnected": string;
|
|
6036
|
+
"agents.builder.addTrigger.credential": string;
|
|
6037
|
+
"agents.builder.addTrigger.selectCredential": string;
|
|
6038
|
+
"agents.builder.addTrigger.editCredential": string;
|
|
6039
|
+
"agents.builder.addTrigger.noCredentials": string;
|
|
6040
|
+
"agents.builder.addTrigger.addCredential": string;
|
|
6041
|
+
"agents.builder.addTrigger.newCredential": string;
|
|
6042
|
+
"agents.builder.addTrigger.connect": string;
|
|
6043
|
+
"agents.builder.addTrigger.publishPrompt.title": string;
|
|
6044
|
+
"agents.builder.addTrigger.publishPrompt.description": string;
|
|
6045
|
+
"agents.builder.addTrigger.publishPrompt.confirm": string;
|
|
6046
|
+
"agents.builder.addTrigger.disconnect": string;
|
|
6047
|
+
"agents.builder.addTrigger.copy": string;
|
|
6048
|
+
"agents.builder.addTrigger.copied": string;
|
|
6049
|
+
"agents.builder.addTrigger.noIntegrations": string;
|
|
6050
|
+
"agents.builder.addTrigger.slack.manifestHint": string;
|
|
6051
|
+
"agents.builder.addTrigger.slack.viewJson": string;
|
|
6052
|
+
"agents.builder.addTrigger.slack.hideJson": string;
|
|
6053
|
+
"agents.builder.addTrigger.slack.copyManifest": string;
|
|
6054
|
+
"agents.builder.addTrigger.slack.manifestTitle": string;
|
|
6055
|
+
"agents.builder.addTrigger.helpText.slack": string;
|
|
6056
|
+
"agents.builder.addTrigger.helpText.telegram": string;
|
|
6057
|
+
"agents.builder.addTrigger.helpText.linear": string;
|
|
6058
|
+
"agents.builder.addTrigger.connectedText.slack": string;
|
|
6059
|
+
"agents.builder.addTrigger.connectedText.telegram": string;
|
|
6060
|
+
"agents.builder.addTrigger.connectedText.linear": string;
|
|
5542
6061
|
"instanceAi.welcomeModal.gateway.title": string;
|
|
5543
6062
|
"instanceAi.welcomeModal.gateway.description": string;
|
|
6063
|
+
"instanceAi.welcomeModal.gateway.warning": string;
|
|
5544
6064
|
"instanceAi.welcomeModal.gateway.os.mac": string;
|
|
5545
6065
|
"instanceAi.welcomeModal.gateway.os.windows": string;
|
|
5546
6066
|
"instanceAi.welcomeModal.gateway.os.linux": string;
|
|
@@ -5550,7 +6070,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
5550
6070
|
"instanceAi.welcomeModal.gateway.instructions.mac": string;
|
|
5551
6071
|
"instanceAi.welcomeModal.gateway.instructions.windows": string;
|
|
5552
6072
|
"instanceAi.welcomeModal.gateway.instructions.linux": string;
|
|
5553
|
-
"instanceAi.welcomeModal.gateway.
|
|
6073
|
+
"instanceAi.welcomeModal.gateway.tokenExpiresIn": string;
|
|
6074
|
+
"instanceAi.welcomeModal.gateway.tokenExpired": string;
|
|
5554
6075
|
};
|
|
5555
6076
|
}, {}, {}, string, false>;
|
|
5556
6077
|
declare const i18nVersion: vue0.Ref<number, number>;
|