@n8n/i18n 2.34.2 → 2.35.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 +176 -147
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +176 -147
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +166 -137
- package/dist/types2.d.mts +166 -137
- package/package.json +6 -6
package/dist/types2.d.cts
CHANGED
|
@@ -104,7 +104,6 @@ declare const _exports: {
|
|
|
104
104
|
"generic.error.subworkflowCreationFailed": string;
|
|
105
105
|
"generic.settings": string;
|
|
106
106
|
"generic.service": string;
|
|
107
|
-
"generic.star": string;
|
|
108
107
|
"generic.tryNow": string;
|
|
109
108
|
"generic.startNow": string;
|
|
110
109
|
"generic.dismiss": string;
|
|
@@ -1234,7 +1233,6 @@ declare const _exports: {
|
|
|
1234
1233
|
"dataDisplay.nodeDocumentation": string;
|
|
1235
1234
|
"dataDisplay.openDocumentationFor": string;
|
|
1236
1235
|
"dataMapping.dragColumnToFieldHint": string;
|
|
1237
|
-
"dataMapping.dragFromPreviousHint": string;
|
|
1238
1236
|
"dataMapping.success.title": string;
|
|
1239
1237
|
"dataMapping.success.moreInfo": string;
|
|
1240
1238
|
"dataMapping.tableView.tableColumnsExceeded": string;
|
|
@@ -1272,7 +1270,6 @@ declare const _exports: {
|
|
|
1272
1270
|
"duplicateWorkflowDialog.errors.forbidden.title": string;
|
|
1273
1271
|
"duplicateWorkflowDialog.errors.forbidden.message": string;
|
|
1274
1272
|
"duplicateWorkflowDialog.errors.generic.title": string;
|
|
1275
|
-
"editor.mainHeader.githubButton.label": string;
|
|
1276
1273
|
"experiments.instanceAiProactiveAgent.message": string;
|
|
1277
1274
|
"experiments.instanceAiProactiveAgent.typingLabel": string;
|
|
1278
1275
|
"experiments.instanceAiPromptSuggestionsV2.emptyState.title": string;
|
|
@@ -1355,6 +1352,8 @@ declare const _exports: {
|
|
|
1355
1352
|
"experiments.resourceCenter.title": string;
|
|
1356
1353
|
"experiments.resourceCenter.video.level": string;
|
|
1357
1354
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
1355
|
+
"e2eTestMode.marker": string;
|
|
1356
|
+
"e2eTestMode.markerTooltip": string;
|
|
1358
1357
|
error: string;
|
|
1359
1358
|
"error.goBack": string;
|
|
1360
1359
|
"error.pageNotFound": string;
|
|
@@ -1433,6 +1432,8 @@ declare const _exports: {
|
|
|
1433
1432
|
"agentSessions.testChat": string;
|
|
1434
1433
|
"agentSessions.origin": string;
|
|
1435
1434
|
"agentSessions.origin.agent": string;
|
|
1435
|
+
"agentSessions.origin.instanceAi": string;
|
|
1436
|
+
"agentSessions.origin.mcp": string;
|
|
1436
1437
|
"agentSessions.origin.subAgent": string;
|
|
1437
1438
|
"agentSessions.goToParentRun": string;
|
|
1438
1439
|
"agentSessions.viewTrace": string;
|
|
@@ -1866,40 +1867,38 @@ declare const _exports: {
|
|
|
1866
1867
|
"mcp.productionChecklist.instance.description": string;
|
|
1867
1868
|
"mcp.workflowDeactivated.message": string;
|
|
1868
1869
|
"menuActions.duplicate": string;
|
|
1869
|
-
"menuActions.
|
|
1870
|
+
"menuActions.exportJson": string;
|
|
1871
|
+
"menuActions.import": string;
|
|
1870
1872
|
"menuActions.push": string;
|
|
1871
|
-
"menuActions.
|
|
1873
|
+
"menuActions.editDescriptionAndTags": string;
|
|
1874
|
+
"menuActions.productionChecklist": string;
|
|
1872
1875
|
"menuActions.importFromUrl": string;
|
|
1873
1876
|
"menuActions.importFromFile": string;
|
|
1874
1877
|
"menuActions.delete": string;
|
|
1875
1878
|
"menuActions.archive": string;
|
|
1876
1879
|
"menuActions.unarchive": string;
|
|
1877
1880
|
"menuActions.unpublish": string;
|
|
1881
|
+
"menuActions.versionHistory": string;
|
|
1878
1882
|
"multipleParameter.addItem": string;
|
|
1879
1883
|
"multipleParameter.currentlyNoItemsExist": string;
|
|
1880
1884
|
"multipleParameter.deleteItem": string;
|
|
1881
1885
|
"multipleParameter.moveDown": string;
|
|
1882
1886
|
"multipleParameter.moveUp": string;
|
|
1883
|
-
"ndv.backToCanvas": string;
|
|
1884
|
-
"ndv.backToCanvas.waitingForTriggerWarning": string;
|
|
1885
1887
|
"ndv.close.tooltip": string;
|
|
1886
1888
|
"ndv.execute.testNode": string;
|
|
1887
1889
|
"ndv.execute.testNode.description": string;
|
|
1888
1890
|
"ndv.execute.generateCodeAndTestNode.description": string;
|
|
1889
1891
|
"ndv.execute.generateCode.message": string;
|
|
1890
1892
|
"ndv.execute.generateCode.title": string;
|
|
1891
|
-
"ndv.execute.executing": string;
|
|
1892
1893
|
"ndv.execute.fetchEvent": string;
|
|
1893
1894
|
"ndv.execute.fixPrevious": string;
|
|
1894
1895
|
"ndv.execute.generatingCode": string;
|
|
1895
1896
|
"ndv.execute.listenForTestEvent": string;
|
|
1896
|
-
"ndv.execute.testChat": string;
|
|
1897
1897
|
"ndv.execute.testStep": string;
|
|
1898
1898
|
"ndv.execute.stopListening": string;
|
|
1899
1899
|
"ndv.execute.nodeIsDisabled": string;
|
|
1900
1900
|
"ndv.execute.requiredFieldsMissing": string;
|
|
1901
1901
|
"ndv.execute.upstreamNodeHasIssues": string;
|
|
1902
|
-
"ndv.execute.stopWaitingForWebhook.error": string;
|
|
1903
1902
|
"ndv.execute.workflowAlreadyRunning": string;
|
|
1904
1903
|
"ndv.execute.deactivated": string;
|
|
1905
1904
|
"ndv.featureRequest": string;
|
|
@@ -1910,25 +1909,17 @@ declare const _exports: {
|
|
|
1910
1909
|
"ndv.input.fromAI": string;
|
|
1911
1910
|
"ndv.input.parentNodes": string;
|
|
1912
1911
|
"ndv.input.noOutputDataInBranch": string;
|
|
1913
|
-
"ndv.input.noOutputDataInNode": string;
|
|
1914
1912
|
"ndv.input.noOutputData": string;
|
|
1915
1913
|
"ndv.input.noOutputData.executePrevious": string;
|
|
1916
1914
|
"ndv.input.noOutputData.title": string;
|
|
1917
|
-
"ndv.input.noOutputData.
|
|
1918
|
-
"ndv.input.noOutputData.
|
|
1919
|
-
"ndv.input.noOutputData.
|
|
1920
|
-
"ndv.input.noOutputData.v2.tooltip": string;
|
|
1921
|
-
"ndv.input.noOutputData.hint": string;
|
|
1922
|
-
"ndv.input.noOutputData.hint.tooltip": string;
|
|
1923
|
-
"ndv.input.noOutputData.schemaPreviewHint": string;
|
|
1924
|
-
"ndv.input.noOutputData.or": string;
|
|
1915
|
+
"ndv.input.noOutputData.description": string;
|
|
1916
|
+
"ndv.input.noOutputData.action": string;
|
|
1917
|
+
"ndv.input.noOutputData.tooltip": string;
|
|
1925
1918
|
"ndv.input.noOutputData.embeddedNdv.link": string;
|
|
1926
1919
|
"ndv.input.noOutputData.embeddedNdv.description": string;
|
|
1927
1920
|
"ndv.input.executingPrevious": string;
|
|
1928
1921
|
"ndv.input.notConnected.title": string;
|
|
1929
|
-
"ndv.input.notConnected.
|
|
1930
|
-
"ndv.input.notConnected.v2.description": string;
|
|
1931
|
-
"ndv.input.notConnected.message": string;
|
|
1922
|
+
"ndv.input.notConnected.description": string;
|
|
1932
1923
|
"ndv.input.notConnected.learnMore": string;
|
|
1933
1924
|
"ndv.input.disabled": string;
|
|
1934
1925
|
"ndv.input.disabled.cta": string;
|
|
@@ -1950,8 +1941,6 @@ declare const _exports: {
|
|
|
1950
1941
|
"ndv.redacted.revealModal.policy": string;
|
|
1951
1942
|
"ndv.redacted.revealModal.confirmButton": string;
|
|
1952
1943
|
"ndv.redacted.revealError": string;
|
|
1953
|
-
"ndv.redacted.error.title": string;
|
|
1954
|
-
"ndv.redacted.error.description": string;
|
|
1955
1944
|
"ndv.output": string;
|
|
1956
1945
|
"ndv.output.ai.empty": string;
|
|
1957
1946
|
"ndv.output.ai.waiting": string;
|
|
@@ -1968,9 +1957,9 @@ declare const _exports: {
|
|
|
1968
1957
|
"ndv.output.noOutputData.message.settings": string;
|
|
1969
1958
|
"ndv.output.noOutputData.message.settingsOption": string;
|
|
1970
1959
|
"ndv.output.noOutputData.title": string;
|
|
1971
|
-
"ndv.output.noOutputData.
|
|
1972
|
-
"ndv.output.noOutputData.
|
|
1973
|
-
"ndv.output.noOutputData.
|
|
1960
|
+
"ndv.output.noOutputData.notRun.title": string;
|
|
1961
|
+
"ndv.output.noOutputData.notRun.description": string;
|
|
1962
|
+
"ndv.output.noOutputData.notRun.action": string;
|
|
1974
1963
|
"ndv.output.noOutputData.trigger.title": string;
|
|
1975
1964
|
"ndv.output.noOutputData.trigger.action": string;
|
|
1976
1965
|
"ndv.output.noOutputDataInBranch": string;
|
|
@@ -1979,21 +1968,13 @@ declare const _exports: {
|
|
|
1979
1968
|
"ndv.output.run": string;
|
|
1980
1969
|
"ndv.output.runNodeHint": string;
|
|
1981
1970
|
"ndv.output.runNodeHintSubNode": string;
|
|
1982
|
-
"ndv.output.githubNodeWaitingForWebhook": string;
|
|
1983
|
-
"ndv.output.sendAndWaitWaitingApproval": string;
|
|
1984
1971
|
"ndv.output.waitNodeWaiting.title": string;
|
|
1985
|
-
"ndv.output.waitNodeWaiting.description.webhook": string;
|
|
1986
|
-
"ndv.output.waitNodeWaiting.description.form": string;
|
|
1987
|
-
"ndv.output.waitNodeWaiting.description.timer": string;
|
|
1988
1972
|
"ndv.output.insertTestData": string;
|
|
1989
1973
|
"ndv.output.staleDataWarning.regular": string;
|
|
1990
1974
|
"ndv.output.staleDataWarning.pinData": string;
|
|
1991
|
-
"ndv.output.waitingToRun": string;
|
|
1992
1975
|
"ndv.output.noToolUsedInfo": string;
|
|
1993
|
-
"ndv.title.cancel": string;
|
|
1994
1976
|
"ndv.title.rename": string;
|
|
1995
1977
|
"ndv.title.rename.placeholder": string;
|
|
1996
|
-
"ndv.title.renameNode": string;
|
|
1997
1978
|
"ndv.pinData.pin.title": string;
|
|
1998
1979
|
"ndv.pinData.pin.description": string;
|
|
1999
1980
|
"ndv.pinData.pin.binary": string;
|
|
@@ -2449,7 +2430,6 @@ declare const _exports: {
|
|
|
2449
2430
|
"nodeView.collapseAllNodes": string;
|
|
2450
2431
|
"nodeView.enterZoomMode": string;
|
|
2451
2432
|
"nodeView.leaveZoomMode": string;
|
|
2452
|
-
"nodeViewV2.showError.editingNotAllowed": string;
|
|
2453
2433
|
"nodeViewV2.showError.failedToCreateNode": string;
|
|
2454
2434
|
"contextMenu.node": string;
|
|
2455
2435
|
"contextMenu.sticky": string;
|
|
@@ -3353,6 +3333,7 @@ declare const _exports: {
|
|
|
3353
3333
|
"settings.mcp.oAuthClients.scope.execution.read": string;
|
|
3354
3334
|
"settings.mcp.oAuthClients.scope.agent.read": string;
|
|
3355
3335
|
"settings.mcp.oAuthClients.scope.agent.write": string;
|
|
3336
|
+
"settings.mcp.oAuthClients.scope.agent.execute": string;
|
|
3356
3337
|
"settings.mcp.oAuthClients.scope.credential.read": string;
|
|
3357
3338
|
"settings.mcp.oAuthClients.scope.dataTable.read": string;
|
|
3358
3339
|
"settings.mcp.oAuthClients.scope.dataTable.write": string;
|
|
@@ -3435,13 +3416,6 @@ declare const _exports: {
|
|
|
3435
3416
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.cursor": string;
|
|
3436
3417
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.codex": string;
|
|
3437
3418
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.client.chatgpt": string;
|
|
3438
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.eyebrow": string;
|
|
3439
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.title": string;
|
|
3440
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.description": string;
|
|
3441
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsHint": string;
|
|
3442
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.settingsLink": string;
|
|
3443
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.tryIt": string;
|
|
3444
|
-
"experiments.surfaceMcpToNewCloudUsers.onboarding.intro.skip": string;
|
|
3445
3419
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claude": string;
|
|
3446
3420
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.claudeCode": string;
|
|
3447
3421
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.prompt.cursor": string;
|
|
@@ -3458,6 +3432,7 @@ declare const _exports: {
|
|
|
3458
3432
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.appName.value": string;
|
|
3459
3433
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.section.chatgptCustomApp.serverUrl.label": string;
|
|
3460
3434
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer": string;
|
|
3435
|
+
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.settingsLink": string;
|
|
3461
3436
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.footer.docsLink": string;
|
|
3462
3437
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.tooltip": string;
|
|
3463
3438
|
"experiments.surfaceMcpToNewCloudUsers.onboarding.copy.copied": string;
|
|
@@ -3465,7 +3440,6 @@ declare const _exports: {
|
|
|
3465
3440
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.variant2.cta": string;
|
|
3466
3441
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.new": string;
|
|
3467
3442
|
"experiments.surfaceMcpToNewCloudUsers.emptyState.tile.badge.enabled": string;
|
|
3468
|
-
"experiments.surfaceMcpToNewCloudUsers.emptyState.reminder": string;
|
|
3469
3443
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.title": string;
|
|
3470
3444
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.description": string;
|
|
3471
3445
|
"experiments.exposeAllWorkflowsToMcp.modal.withAgents.confirm": string;
|
|
@@ -4295,7 +4269,6 @@ declare const _exports: {
|
|
|
4295
4269
|
"ndv.trigger.webhookNode.listening": string;
|
|
4296
4270
|
"ndv.trigger.chatTrigger.openChat": string;
|
|
4297
4271
|
"ndv.trigger.webhookNode.formTrigger.listening": string;
|
|
4298
|
-
"ndv.trigger.webhookBasedNode.listening": string;
|
|
4299
4272
|
"ndv.trigger.webhookNode.requestHint": string;
|
|
4300
4273
|
"ndv.trigger.webhookBasedNode.serviceHint": string;
|
|
4301
4274
|
"ndv.trigger.webhookBasedNode.chatTrigger.serviceHint": string;
|
|
@@ -4326,13 +4299,9 @@ declare const _exports: {
|
|
|
4326
4299
|
"ndv.render.markdown": string;
|
|
4327
4300
|
"ndv.nodeHints.disabled": string;
|
|
4328
4301
|
"ndv.nodeHints.alwaysOutputData": string;
|
|
4329
|
-
"ndv.nodeHints.alwaysOutputData.short": string;
|
|
4330
4302
|
"ndv.nodeHints.executeOnce": string;
|
|
4331
|
-
"ndv.nodeHints.executeOnce.short": string;
|
|
4332
4303
|
"ndv.nodeHints.retryOnFail": string;
|
|
4333
|
-
"ndv.nodeHints.retryOnFail.short": string;
|
|
4334
4304
|
"ndv.nodeHints.continueOnError": string;
|
|
4335
|
-
"ndv.nodeHints.continueOnError.short": string;
|
|
4336
4305
|
"updatesPanel.andIs": string;
|
|
4337
4306
|
"updatesPanel.behindTheLatest": string;
|
|
4338
4307
|
"updatesPanel.howToUpdateYourN8nVersion": string;
|
|
@@ -4371,10 +4340,6 @@ declare const _exports: {
|
|
|
4371
4340
|
"workflowDetails.chooseOrCreateATag": string;
|
|
4372
4341
|
"workflowProductionChecklist.title": string;
|
|
4373
4342
|
"workflowProductionChecklist.readOnlyNotice": string;
|
|
4374
|
-
"workflowProductionChecklist.ignoreAllConfirmation.title": string;
|
|
4375
|
-
"workflowProductionChecklist.ignoreAllConfirmation.description": string;
|
|
4376
|
-
"workflowProductionChecklist.ignoreAllConfirmation.confirm": string;
|
|
4377
|
-
"workflowProductionChecklist.turnOffWorkflowSuggestions": string;
|
|
4378
4343
|
"workflowProductionChecklist.evaluations.title": string;
|
|
4379
4344
|
"workflowProductionChecklist.evaluations.description": string;
|
|
4380
4345
|
"workflowProductionChecklist.errorWorkflow.title": string;
|
|
@@ -4630,6 +4595,7 @@ declare const _exports: {
|
|
|
4630
4595
|
"workflowReviews.publishChoice.submitForReview": string;
|
|
4631
4596
|
"workflowReviews.publishChoice.publish": string;
|
|
4632
4597
|
"workflowReviews.submitForReview.title": string;
|
|
4598
|
+
"workflowReviews.submitForReview.step": string;
|
|
4633
4599
|
"workflowReviews.submitForReview.ariaDescription": string;
|
|
4634
4600
|
"workflowReviews.submitForReview.reviewTitle.label": string;
|
|
4635
4601
|
"workflowReviews.submitForReview.description.label": string;
|
|
@@ -4715,10 +4681,6 @@ declare const _exports: {
|
|
|
4715
4681
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
4716
4682
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
4717
4683
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
4718
|
-
"workflowHistory.button.tooltip.empty": string;
|
|
4719
|
-
"workflowHistory.button.tooltip": string;
|
|
4720
|
-
"workflowHistory.button.tooltip.scheduled": string;
|
|
4721
|
-
"workflowHistory.button.tooltip.saving": string;
|
|
4722
4684
|
"workflowHistory.group.unnamedVersions": string;
|
|
4723
4685
|
"workflowHistory.publishModal.title": string;
|
|
4724
4686
|
"workflowHistory.publishTimeline.empty": string;
|
|
@@ -4799,6 +4761,7 @@ declare const _exports: {
|
|
|
4799
4761
|
"workflows.dependencies.type.errorWorkflowParent": string;
|
|
4800
4762
|
"workflows.dependencies.type.subWorkflows": string;
|
|
4801
4763
|
"workflows.dependencies.type.parentWorkflows": string;
|
|
4764
|
+
"workflows.dependencies.type.agents": string;
|
|
4802
4765
|
"workflows.dependencies.search.placeholder": string;
|
|
4803
4766
|
"workflows.dependencies.search.empty": string;
|
|
4804
4767
|
"workflows.dependencies.hiddenNotice": string;
|
|
@@ -5151,6 +5114,92 @@ declare const _exports: {
|
|
|
5151
5114
|
"settings.n8nConnect.wallet.quota": string;
|
|
5152
5115
|
"settings.n8nConnect.wallet.topUp": string;
|
|
5153
5116
|
"settings.n8nConnect.usage.refresh.tooltip": string;
|
|
5117
|
+
"instanceAi.onboarding.title": string;
|
|
5118
|
+
"instanceAi.onboarding.benefit.build": string;
|
|
5119
|
+
"instanceAi.onboarding.benefit.debug": string;
|
|
5120
|
+
"instanceAi.onboarding.benefit.help": string;
|
|
5121
|
+
"instanceAi.onboarding.incomplete.lede": string;
|
|
5122
|
+
"instanceAi.onboarding.setUp": string;
|
|
5123
|
+
"instanceAi.onboarding.connectModel": string;
|
|
5124
|
+
"instanceAi.onboarding.finishSetup": string;
|
|
5125
|
+
"instanceAi.onboarding.learnMore": string;
|
|
5126
|
+
"instanceAi.onboarding.notSet": string;
|
|
5127
|
+
"instanceAi.onboarding.disabled": string;
|
|
5128
|
+
"instanceAi.onboarding.foundOnServer": string;
|
|
5129
|
+
"instanceAi.onboarding.recommended": string;
|
|
5130
|
+
"instanceAi.onboarding.existingConnection.label": string;
|
|
5131
|
+
"instanceAi.onboarding.existingConnection.current": string;
|
|
5132
|
+
"instanceAi.onboarding.existingConnection.new": string;
|
|
5133
|
+
"instanceAi.onboarding.env.title": string;
|
|
5134
|
+
"instanceAi.onboarding.env.description": string;
|
|
5135
|
+
"instanceAi.onboarding.env.docs": string;
|
|
5136
|
+
"instanceAi.onboarding.model.label": string;
|
|
5137
|
+
"instanceAi.onboarding.model.description": string;
|
|
5138
|
+
"instanceAi.onboarding.model.title": string;
|
|
5139
|
+
"instanceAi.onboarding.model.lede": string;
|
|
5140
|
+
"instanceAi.onboarding.model.provider": string;
|
|
5141
|
+
"instanceAi.onboarding.model.customProvider": string;
|
|
5142
|
+
"instanceAi.onboarding.model.baseUrl": string;
|
|
5143
|
+
"instanceAi.onboarding.model.apiKey": string;
|
|
5144
|
+
"instanceAi.onboarding.model.model": string;
|
|
5145
|
+
"instanceAi.onboarding.model.anthropicHint": string;
|
|
5146
|
+
"instanceAi.onboarding.model.weakModelWarning": string;
|
|
5147
|
+
"instanceAi.onboarding.model.success": string;
|
|
5148
|
+
"instanceAi.onboarding.sandbox.label": string;
|
|
5149
|
+
"instanceAi.onboarding.sandbox.description": string;
|
|
5150
|
+
"instanceAi.onboarding.sandbox.title": string;
|
|
5151
|
+
"instanceAi.onboarding.sandbox.lede": string;
|
|
5152
|
+
"instanceAi.onboarding.sandbox.freeRecommended": string;
|
|
5153
|
+
"instanceAi.onboarding.sandbox.paid": string;
|
|
5154
|
+
"instanceAi.onboarding.sandbox.n8nDescription": string;
|
|
5155
|
+
"instanceAi.onboarding.sandbox.daytonaDescription": string;
|
|
5156
|
+
"instanceAi.onboarding.sandbox.installDescription": string;
|
|
5157
|
+
"instanceAi.onboarding.sandbox.installLink": string;
|
|
5158
|
+
"instanceAi.onboarding.sandbox.serviceUrl": string;
|
|
5159
|
+
"instanceAi.onboarding.sandbox.apiKey": string;
|
|
5160
|
+
"instanceAi.onboarding.sandbox.apiKeyPlaceholder": string;
|
|
5161
|
+
"instanceAi.onboarding.sandbox.daytonaKey": string;
|
|
5162
|
+
"instanceAi.onboarding.sandbox.daytonaDashboard": string;
|
|
5163
|
+
"instanceAi.onboarding.sandbox.success": string;
|
|
5164
|
+
"instanceAi.onboarding.search.label": string;
|
|
5165
|
+
"instanceAi.onboarding.search.description": string;
|
|
5166
|
+
"instanceAi.onboarding.search.title": string;
|
|
5167
|
+
"instanceAi.onboarding.search.lede": string;
|
|
5168
|
+
"instanceAi.onboarding.search.free": string;
|
|
5169
|
+
"instanceAi.onboarding.search.disable": string;
|
|
5170
|
+
"instanceAi.onboarding.search.searxngDescription": string;
|
|
5171
|
+
"instanceAi.onboarding.search.braveDescription": string;
|
|
5172
|
+
"instanceAi.onboarding.search.disabledDescription": string;
|
|
5173
|
+
"instanceAi.onboarding.search.apiKey": string;
|
|
5174
|
+
"instanceAi.onboarding.search.instanceUrl": string;
|
|
5175
|
+
"instanceAi.onboarding.search.installDescription": string;
|
|
5176
|
+
"instanceAi.onboarding.search.installLink": string;
|
|
5177
|
+
"instanceAi.onboarding.search.searxngInstallSuffix": string;
|
|
5178
|
+
"instanceAi.onboarding.search.braveKeyDescription": string;
|
|
5179
|
+
"instanceAi.onboarding.search.braveKeyLink": string;
|
|
5180
|
+
"instanceAi.onboarding.search.braveKeySuffix": string;
|
|
5181
|
+
"instanceAi.onboarding.search.success": string;
|
|
5182
|
+
"instanceAi.onboarding.wizard.ariaLabel": string;
|
|
5183
|
+
"instanceAi.onboarding.wizard.testing": string;
|
|
5184
|
+
"instanceAi.onboarding.wizard.continue": string;
|
|
5185
|
+
"instanceAi.onboarding.wizard.apply": string;
|
|
5186
|
+
"instanceAi.onboarding.wizard.startUsing": string;
|
|
5187
|
+
"instanceAi.onboarding.done.title": string;
|
|
5188
|
+
"instanceAi.onboarding.done.footnote": string;
|
|
5189
|
+
"instanceAi.onboarding.verification.unauthorized": string;
|
|
5190
|
+
"instanceAi.onboarding.verification.forbidden": string;
|
|
5191
|
+
"instanceAi.onboarding.verification.timeout": string;
|
|
5192
|
+
"instanceAi.onboarding.verification.rate_limited": string;
|
|
5193
|
+
"instanceAi.onboarding.verification.quota_exceeded": string;
|
|
5194
|
+
"instanceAi.onboarding.verification.unreachable": string;
|
|
5195
|
+
"instanceAi.onboarding.verification.invalid_response": string;
|
|
5196
|
+
"instanceAi.onboarding.verification.provider_error": string;
|
|
5197
|
+
"instanceAi.onboarding.turnOff.action": string;
|
|
5198
|
+
"instanceAi.onboarding.turnOff.title": string;
|
|
5199
|
+
"instanceAi.onboarding.turnOff.description": string;
|
|
5200
|
+
"instanceAi.onboarding.turnOff.confirm": string;
|
|
5201
|
+
"instanceAi.onboarding.turnOff.toastTitle": string;
|
|
5202
|
+
"instanceAi.onboarding.turnOff.toastDescription": string;
|
|
5154
5203
|
"settings.n8nAgent": string;
|
|
5155
5204
|
"settings.n8nAgent.description": string;
|
|
5156
5205
|
"settings.n8nAgent.docsLabel": string;
|
|
@@ -5231,6 +5280,7 @@ declare const _exports: {
|
|
|
5231
5280
|
"settings.n8nAgent.sandbox.env.description": string;
|
|
5232
5281
|
"settings.n8nAgent.sandbox.env.value": string;
|
|
5233
5282
|
"settings.n8nAgent.sandbox.add": string;
|
|
5283
|
+
"settings.n8nAgent.sandbox.enable": string;
|
|
5234
5284
|
"settings.n8nAgent.sandboxDialog.title": string;
|
|
5235
5285
|
"settings.n8nAgent.sandboxDialog.description": string;
|
|
5236
5286
|
"settings.n8nAgent.sandboxCredential.apiKey": string;
|
|
@@ -5399,13 +5449,32 @@ declare const _exports: {
|
|
|
5399
5449
|
"workflowReviews.sidebar.empty.closed": string;
|
|
5400
5450
|
"workflowReviews.roles.requester": string;
|
|
5401
5451
|
"workflowReviews.roles.reviewers": string;
|
|
5402
|
-
"workflowReviews.status.
|
|
5403
|
-
"workflowReviews.status.changesRequested": string;
|
|
5404
|
-
"workflowReviews.status.approved": string;
|
|
5452
|
+
"workflowReviews.status.open": string;
|
|
5405
5453
|
"workflowReviews.status.closed": string;
|
|
5406
|
-
"workflowReviews.
|
|
5454
|
+
"workflowReviews.decision.pending": string;
|
|
5455
|
+
"workflowReviews.decision.changes_requested": string;
|
|
5456
|
+
"workflowReviews.decision.approved": string;
|
|
5457
|
+
"workflowReviews.detail.tabs.activity": string;
|
|
5458
|
+
"workflowReviews.detail.tabs.changes": string;
|
|
5459
|
+
"workflowReviews.detail.activity.noDescription": string;
|
|
5460
|
+
"workflowReviews.detail.metadata.status": string;
|
|
5461
|
+
"workflowReviews.detail.metadata.state.combinedLabel": string;
|
|
5462
|
+
"workflowReviews.detail.metadata.reviewers": string;
|
|
5463
|
+
"workflowReviews.detail.metadata.noReviewers": string;
|
|
5464
|
+
"workflowReviews.detail.metadata.workflow": string;
|
|
5465
|
+
"workflowReviews.changes.closed.body": string;
|
|
5466
|
+
"workflowReviews.changes.empty": string;
|
|
5467
|
+
"workflowReviews.changes.unavailable": string;
|
|
5468
|
+
"workflowReviews.changes.versionUnavailable.body": string;
|
|
5469
|
+
"workflowReviews.changes.noChanges": string;
|
|
5470
|
+
"workflowReviews.changes.sourceLabel": string;
|
|
5471
|
+
"workflowReviews.changes.targetLabel": string;
|
|
5472
|
+
"workflowReviews.changes.firstPublish.sourceEmpty": string;
|
|
5407
5473
|
"workflowReviews.detail.notFound.title": string;
|
|
5408
5474
|
"workflowReviews.detail.notFound.body": string;
|
|
5475
|
+
"workflowReviews.detail.decision.approve": string;
|
|
5476
|
+
"workflowReviews.detail.decision.requestChanges": string;
|
|
5477
|
+
"workflowReviews.detail.decision.ineligible.author": string;
|
|
5409
5478
|
"workflowReviews.emptyState.body.open": string;
|
|
5410
5479
|
"workflowReviews.emptyState.body.closed": string;
|
|
5411
5480
|
"workflowReviews.noSelection.body": string;
|
|
@@ -6260,11 +6329,6 @@ declare const _exports: {
|
|
|
6260
6329
|
"evaluations.setupWizard.step4.button": string;
|
|
6261
6330
|
"evaluations.setupWizard.step4.altButton": string;
|
|
6262
6331
|
"evaluations.setupWizard.limitReached": string;
|
|
6263
|
-
"evaluations.wizardSidepanel.cancel": string;
|
|
6264
|
-
"evaluations.wizardSidepanel.step1.newCustomCheck": string;
|
|
6265
|
-
"evaluations.wizardSidepanel.step1.exploreMoreChecks": string;
|
|
6266
|
-
"evaluations.wizardSidepanel.step1.judgeLabel": string;
|
|
6267
|
-
"evaluations.wizardSidepanel.step1.judgeMissingCredential": string;
|
|
6268
6332
|
"evaluations.wizardSidepanel.metric.judgeTag": string;
|
|
6269
6333
|
"evaluations.wizardSidepanel.metric.correctness.label": string;
|
|
6270
6334
|
"evaluations.wizardSidepanel.metric.correctness.description": string;
|
|
@@ -6276,8 +6340,6 @@ declare const _exports: {
|
|
|
6276
6340
|
"evaluations.wizardSidepanel.metric.categorization.description": string;
|
|
6277
6341
|
"evaluations.wizardSidepanel.metric.toolsUsed.label": string;
|
|
6278
6342
|
"evaluations.wizardSidepanel.metric.toolsUsed.description": string;
|
|
6279
|
-
"evaluations.wizardSidepanel.metric.customMetrics.label": string;
|
|
6280
|
-
"evaluations.wizardSidepanel.metric.customMetrics.description": string;
|
|
6281
6343
|
"evaluations.addToDataset.button.label": string;
|
|
6282
6344
|
"evaluations.addToDataset.button.tooltip.noConfig": string;
|
|
6283
6345
|
"evaluations.addToDataset.title": string;
|
|
@@ -6293,57 +6355,6 @@ declare const _exports: {
|
|
|
6293
6355
|
"evaluations.addToDataset.success.title": string;
|
|
6294
6356
|
"evaluations.addToDataset.error.candidate": string;
|
|
6295
6357
|
"evaluations.addToDataset.error.submit": string;
|
|
6296
|
-
"evaluations.wizardSidepanel.step2.aiNode": string;
|
|
6297
|
-
"evaluations.wizardSidepanel.step2.aiNode.placeholder": string;
|
|
6298
|
-
"evaluations.wizardSidepanel.step2.extendToSlice": string;
|
|
6299
|
-
"evaluations.wizardSidepanel.step2.resetToAiNode": string;
|
|
6300
|
-
"evaluations.wizardSidepanel.step2.start": string;
|
|
6301
|
-
"evaluations.wizardSidepanel.step2.start.placeholder": string;
|
|
6302
|
-
"evaluations.wizardSidepanel.step2.end": string;
|
|
6303
|
-
"evaluations.wizardSidepanel.step2.end.placeholder": string;
|
|
6304
|
-
"evaluations.wizardSidepanel.step2.input": string;
|
|
6305
|
-
"evaluations.wizardSidepanel.step2.input.placeholder": string;
|
|
6306
|
-
"evaluations.wizardSidepanel.step2.expected": string;
|
|
6307
|
-
"evaluations.wizardSidepanel.step2.expected.placeholder": string;
|
|
6308
|
-
"evaluations.wizardSidepanel.step2.expected.tooltip": string;
|
|
6309
|
-
"evaluations.wizardSidepanel.step2.expectedAnswer": string;
|
|
6310
|
-
"evaluations.wizardSidepanel.step2.expectedTools": string;
|
|
6311
|
-
"evaluations.wizardSidepanel.step2.expectedFieldPlaceholder": string;
|
|
6312
|
-
"evaluations.wizardSidepanel.step2.inputs.heading": string;
|
|
6313
|
-
"evaluations.wizardSidepanel.step2.expected.heading": string;
|
|
6314
|
-
"evaluations.wizardSidepanel.step2.persistError": string;
|
|
6315
|
-
"evaluations.wizardSidepanel.step2.dispatchError": string;
|
|
6316
|
-
"evaluations.wizardSidepanel.step3.running": string;
|
|
6317
|
-
"evaluations.wizardSidepanel.step3.scoring": string;
|
|
6318
|
-
"evaluations.wizardSidepanel.step3.caseLabel": string;
|
|
6319
|
-
"evaluations.wizardSidepanel.step3.aiAnswer": string;
|
|
6320
|
-
"evaluations.wizardSidepanel.step3.averageLabel": string;
|
|
6321
|
-
"evaluations.wizardSidepanel.step3.passedLabel": string;
|
|
6322
|
-
"evaluations.wizardSidepanel.step3.outputMeta": string;
|
|
6323
|
-
"evaluations.wizardSidepanel.step3.noRun": string;
|
|
6324
|
-
"evaluations.wizardSidepanel.gate.message": string;
|
|
6325
|
-
"evaluations.wizardSidepanel.step.chooseSystem.title": string;
|
|
6326
|
-
"evaluations.wizardSidepanel.step.chooseSystem.description": string;
|
|
6327
|
-
"evaluations.wizardSidepanel.step.setupChecks.title": string;
|
|
6328
|
-
"evaluations.wizardSidepanel.step.setupChecks.description": string;
|
|
6329
|
-
"evaluations.wizardSidepanel.step.addTestCases.title": string;
|
|
6330
|
-
"evaluations.wizardSidepanel.step.addTestCases.description": string;
|
|
6331
|
-
"evaluations.wizardSidepanel.step.addTestCases.runFirst": string;
|
|
6332
|
-
"evaluations.wizardSidepanel.step.addTestCases.runButton": string;
|
|
6333
|
-
"evaluations.wizardSidepanel.step.results.title": string;
|
|
6334
|
-
"evaluations.wizardSidepanel.step.results.description": string;
|
|
6335
|
-
"evaluations.wizardSidepanel.nav.chooseSystem": string;
|
|
6336
|
-
"evaluations.wizardSidepanel.nav.setupChecks": string;
|
|
6337
|
-
"evaluations.wizardSidepanel.nav.addTestCases": string;
|
|
6338
|
-
"evaluations.wizardSidepanel.nav.runTests": string;
|
|
6339
|
-
"evaluations.wizardSidepanel.nav.runAgain": string;
|
|
6340
|
-
"evaluations.wizardSidepanel.nav.viewResults": string;
|
|
6341
|
-
"evaluations.wizardSidepanel.nav.next.checks": string;
|
|
6342
|
-
"evaluations.wizardSidepanel.nav.next.cases": string;
|
|
6343
|
-
"evaluations.wizardSidepanel.nav.next.run": string;
|
|
6344
|
-
"evaluations.wizardSidepanel.nav.back": string;
|
|
6345
|
-
"evaluations.wizardSidepanel.nav.editEvals": string;
|
|
6346
|
-
"evaluations.wizardSidepanel.nav.viewDetailedResults": string;
|
|
6347
6358
|
"evaluations.wizardSidepanel.hydrate.error": string;
|
|
6348
6359
|
"evaluations.canvasInfoCard.title": string;
|
|
6349
6360
|
"evaluations.canvasInfoCard.description": string;
|
|
@@ -6358,18 +6369,11 @@ declare const _exports: {
|
|
|
6358
6369
|
"evaluations.emptyState.measurePerformance.title": string;
|
|
6359
6370
|
"evaluations.emptyState.measurePerformance.description": string;
|
|
6360
6371
|
"evaluations.emptyState.getStarted": string;
|
|
6361
|
-
"evaluations.wizardSidepanel.customCheck.title": string;
|
|
6362
|
-
"evaluations.wizardSidepanel.customCheck.name": string;
|
|
6363
|
-
"evaluations.wizardSidepanel.customCheck.name.placeholder": string;
|
|
6364
|
-
"evaluations.wizardSidepanel.customCheck.expression": string;
|
|
6365
|
-
"evaluations.wizardSidepanel.customCheck.expression.hint": string;
|
|
6366
|
-
"evaluations.wizardSidepanel.customCheck.expression.placeholder": string;
|
|
6367
|
-
"evaluations.wizardSidepanel.customCheck.expressionTag": string;
|
|
6368
|
-
"evaluations.wizardSidepanel.customCheck.submit": string;
|
|
6369
|
-
"evaluations.wizardSidepanel.customCheck.remove": string;
|
|
6370
6372
|
"evaluations.tests.addTestCase": string;
|
|
6371
6373
|
"evaluations.tests.runAll": string;
|
|
6372
6374
|
"evaluations.tests.runAll.error": string;
|
|
6375
|
+
"evaluations.tests.persistError": string;
|
|
6376
|
+
"evaluations.tests.dispatchError": string;
|
|
6373
6377
|
"evaluations.tests.list.heading": string;
|
|
6374
6378
|
"evaluations.tests.list.empty": string;
|
|
6375
6379
|
"evaluations.tests.list.caseLabel": string;
|
|
@@ -6414,9 +6418,13 @@ declare const _exports: {
|
|
|
6414
6418
|
"evaluations.tests.detail.expected.heading": string;
|
|
6415
6419
|
"evaluations.tests.detail.run": string;
|
|
6416
6420
|
"evaluations.tests.detail.runAgain": string;
|
|
6421
|
+
"evaluations.tests.detail.config": string;
|
|
6422
|
+
"evaluations.tests.detail.latestRun": string;
|
|
6417
6423
|
"evaluations.tests.detail.when": string;
|
|
6418
6424
|
"evaluations.tests.detail.receivesInput": string;
|
|
6419
6425
|
"evaluations.tests.detail.output": string;
|
|
6426
|
+
"evaluations.tests.detail.expectedAnswer": string;
|
|
6427
|
+
"evaluations.tests.detail.expectedTools": string;
|
|
6420
6428
|
"evaluations.tests.detail.addMetric": string;
|
|
6421
6429
|
"evaluations.tests.detail.addMetric.custom": string;
|
|
6422
6430
|
"evaluations.tests.detail.removeMetric": string;
|
|
@@ -6436,8 +6444,7 @@ declare const _exports: {
|
|
|
6436
6444
|
"evaluations.tests.metrics.selected": string;
|
|
6437
6445
|
"freeAi.credits.callout.claim.title": string;
|
|
6438
6446
|
"freeAi.credits.callout.claim.button.label": string;
|
|
6439
|
-
"freeAi.credits.callout.success.title
|
|
6440
|
-
"freeAi.credits.callout.success.title.part2": string;
|
|
6447
|
+
"freeAi.credits.callout.success.title": string;
|
|
6441
6448
|
"freeAi.credits.callout.success.chatHub.beginning": string;
|
|
6442
6449
|
"freeAi.credits.callout.success.chatHub.credits": string;
|
|
6443
6450
|
"freeAi.credits.callout.success.chatHub.end": string;
|
|
@@ -6798,6 +6805,7 @@ declare const _exports: {
|
|
|
6798
6805
|
"instanceAi.credential.setupButton": string;
|
|
6799
6806
|
"instanceAi.credential.setupTitle": string;
|
|
6800
6807
|
"instanceAi.credential.continueButton": string;
|
|
6808
|
+
"instanceAi.credential.fieldLabel": string;
|
|
6801
6809
|
"instanceAi.credential.modal.title": string;
|
|
6802
6810
|
"instanceAi.workflowSetup.usedByNodes": string;
|
|
6803
6811
|
"instanceAi.workflowSetup.nodesUsing": string;
|
|
@@ -6951,6 +6959,10 @@ declare const _exports: {
|
|
|
6951
6959
|
"instanceAi.fixWithAi.prompt.multiple": string;
|
|
6952
6960
|
"instanceAi.fixWithAi.prompt.multipleInWorkflow": string;
|
|
6953
6961
|
"instanceAi.fixWithAi.prompt.errorLine": string;
|
|
6962
|
+
"instanceAi.testAgent.title": string;
|
|
6963
|
+
"instanceAi.testAgent.description": string;
|
|
6964
|
+
"instanceAi.testAgent.generate": string;
|
|
6965
|
+
"instanceAi.testAgent.dismiss": string;
|
|
6954
6966
|
"instanceAi.input.planEditPlaceholder": string;
|
|
6955
6967
|
"instanceAi.input.planEditContext": string;
|
|
6956
6968
|
"instanceAi.feedback.success": string;
|
|
@@ -7022,6 +7034,8 @@ declare const _exports: {
|
|
|
7022
7034
|
"instanceAi.tools.credentials.search-types": string;
|
|
7023
7035
|
"instanceAi.tools.credentials.setup": string;
|
|
7024
7036
|
"instanceAi.tools.credentials.test": string;
|
|
7037
|
+
"instanceAi.tools.mcp-servers": string;
|
|
7038
|
+
"instanceAi.tools.mcp-servers.search": string;
|
|
7025
7039
|
"instanceAi.tools.data-tables": string;
|
|
7026
7040
|
"instanceAi.tools.data-tables.list": string;
|
|
7027
7041
|
"instanceAi.tools.data-tables.schema": string;
|
|
@@ -7097,6 +7111,7 @@ declare const _exports: {
|
|
|
7097
7111
|
"instanceAi.tools.get_resource_locator_options": string;
|
|
7098
7112
|
"instanceAi.tools.list_integration_types": string;
|
|
7099
7113
|
"instanceAi.tools.list_sub_agents": string;
|
|
7114
|
+
"instanceAi.tools.call_agent": string;
|
|
7100
7115
|
"instanceAi.tools.publish_agent": string;
|
|
7101
7116
|
"instanceAi.tools.unpublish_agent": string;
|
|
7102
7117
|
"instanceAi.tools.resolve_integration": string;
|
|
@@ -7483,6 +7498,7 @@ declare const _exports: {
|
|
|
7483
7498
|
"agents.builder.files.uploadTooManyFiles.title": string;
|
|
7484
7499
|
"agents.builder.files.uploadTooManyFiles.message": string;
|
|
7485
7500
|
"agents.builder.files.empty": string;
|
|
7501
|
+
"agents.builder.files.emptyDescription": string;
|
|
7486
7502
|
"agents.builder.files.addFile": string;
|
|
7487
7503
|
"agents.builder.files.loading": string;
|
|
7488
7504
|
"agents.builder.files.origin.user": string;
|
|
@@ -7720,7 +7736,7 @@ declare const _exports: {
|
|
|
7720
7736
|
"agents.builder.header.tab.executions": string;
|
|
7721
7737
|
"agents.builder.header.tab.settings": string;
|
|
7722
7738
|
"agents.builder.header.tab.memory": string;
|
|
7723
|
-
"agents.builder.header.tab.
|
|
7739
|
+
"agents.builder.header.tab.agentEvals": string;
|
|
7724
7740
|
"agents.builder.header.tab.raw": string;
|
|
7725
7741
|
"agents.builder.header.workspaceCrumb": string;
|
|
7726
7742
|
"agents.builder.header.projectFallback": string;
|
|
@@ -7753,12 +7769,11 @@ declare const _exports: {
|
|
|
7753
7769
|
"agents.builder.executions.count": string;
|
|
7754
7770
|
"agents.builder.settings.description": string;
|
|
7755
7771
|
"agents.builder.raw.description": string;
|
|
7756
|
-
"agents.builder.
|
|
7757
|
-
"agents.builder.
|
|
7758
|
-
"agents.builder.
|
|
7759
|
-
"agents.builder.
|
|
7760
|
-
"agents.builder.
|
|
7761
|
-
"agents.builder.evaluations.emptyPrefix": string;
|
|
7772
|
+
"agents.builder.agentEvals.empty.title": string;
|
|
7773
|
+
"agents.builder.agentEvals.empty.description": string;
|
|
7774
|
+
"agents.builder.agentEvals.empty.generate": string;
|
|
7775
|
+
"agents.builder.agentEvals.generated": string;
|
|
7776
|
+
"agents.builder.agentEvals.generateError": string;
|
|
7762
7777
|
"agents.builder.quickActions.memoriesUsed.count": string;
|
|
7763
7778
|
"agents.builder.quickActions.memoriesUsed.keyMemory": string;
|
|
7764
7779
|
"agents.builder.capabilities.title": string;
|
|
@@ -7819,6 +7834,18 @@ declare const _exports: {
|
|
|
7819
7834
|
"agents.channels.linear.setup.createCredential.title": string;
|
|
7820
7835
|
"agents.channels.linear.setup.createCredential.description": string;
|
|
7821
7836
|
"agents.channels.linear.setup.createCredential.installButton": string;
|
|
7837
|
+
"agents.channels.discord.setup.createApplication.title": string;
|
|
7838
|
+
"agents.channels.discord.setup.createApplication.description": string;
|
|
7839
|
+
"agents.channels.discord.setup.createApplication.button": string;
|
|
7840
|
+
"agents.channels.discord.setup.createBot.title": string;
|
|
7841
|
+
"agents.channels.discord.setup.createBot.description": string;
|
|
7842
|
+
"agents.channels.discord.setup.createBot.hint": string;
|
|
7843
|
+
"agents.channels.discord.setup.createCredential.title": string;
|
|
7844
|
+
"agents.channels.discord.setup.createCredential.description": string;
|
|
7845
|
+
"agents.channels.discord.setup.interactionsEndpoint.title": string;
|
|
7846
|
+
"agents.channels.discord.setup.interactionsEndpoint.description": string;
|
|
7847
|
+
"agents.channels.discord.setup.interactionsEndpoint.hint": string;
|
|
7848
|
+
"agents.channels.setup.publishNotice": string;
|
|
7822
7849
|
"agents.channels.telegram.setup.credential.title": string;
|
|
7823
7850
|
"agents.channels.telegram.setup.access.title": string;
|
|
7824
7851
|
"agents.channels.telegram.setup.connect.title": string;
|
|
@@ -7845,6 +7872,7 @@ declare const _exports: {
|
|
|
7845
7872
|
"agents.builder.addTrigger.linear.setup.link": string;
|
|
7846
7873
|
"agents.builder.addTrigger.linear.oauthCallbackUrl.label": string;
|
|
7847
7874
|
"agents.builder.addTrigger.linear.webhookUrl.label": string;
|
|
7875
|
+
"agents.builder.addTrigger.discord.interactionsUrl.label": string;
|
|
7848
7876
|
"agents.builder.addTrigger.helpText.slack": string;
|
|
7849
7877
|
"agents.builder.addTrigger.helpText.telegram": string;
|
|
7850
7878
|
"agents.builder.addTrigger.helpText.linear": string;
|
|
@@ -7915,6 +7943,7 @@ declare const _exports: {
|
|
|
7915
7943
|
"agents.channels.modal.backToChannels": string;
|
|
7916
7944
|
"agents.channels.modal.description": string;
|
|
7917
7945
|
"agents.channels.modal.connectDescription": string;
|
|
7946
|
+
"agents.channels.modal.setupLoadError": string;
|
|
7918
7947
|
"agents.channels.modal.setupPlaceholder": string;
|
|
7919
7948
|
"agents.channels.modal.editPlaceholder": string;
|
|
7920
7949
|
"agents.channels.modal.configured": string;
|