@n8n/i18n 2.38.0 → 2.39.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 +111 -74
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +111 -74
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +97 -60
- package/dist/types2.d.mts +97 -60
- package/package.json +10 -10
package/dist/types2.d.cts
CHANGED
|
@@ -243,6 +243,8 @@ declare const _exports: {
|
|
|
243
243
|
"auth.signin.error": string;
|
|
244
244
|
"auth.signin.accessDenied.title": string;
|
|
245
245
|
"auth.signin.accessDenied": string;
|
|
246
|
+
"auth.signin.ssoLoginFailed.title": string;
|
|
247
|
+
"auth.signin.ssoLoginFailed": string;
|
|
246
248
|
"auth.signin.sessionExpired.title": string;
|
|
247
249
|
"auth.signin.sessionExpired": string;
|
|
248
250
|
"auth.signout": string;
|
|
@@ -976,37 +978,10 @@ declare const _exports: {
|
|
|
976
978
|
"codeNodeEditor.linter.eachItem.preferFirst": string;
|
|
977
979
|
"codeNodeEditor.linter.bothModes.syntaxError": string;
|
|
978
980
|
"codeNodeEditor.linter.bothModes.dollarSignVariable": string;
|
|
979
|
-
"codeNodeEditor.askAi.placeholder": string;
|
|
980
|
-
"codeNodeEditor.askAi.intro": string;
|
|
981
|
-
"codeNodeEditor.askAi.help": string;
|
|
982
|
-
"codeNodeEditor.askAi.generateCode": string;
|
|
983
981
|
"codeNodeEditor.askAi.noInputData": string;
|
|
984
|
-
"codeNodeEditor.askAi.sureLeaveTab": string;
|
|
985
|
-
"codeNodeEditor.askAi.areYouSure": string;
|
|
986
|
-
"codeNodeEditor.askAi.switchTab": string;
|
|
987
982
|
"codeNodeEditor.askAi.noPrompt": string;
|
|
988
|
-
"codeNodeEditor.askAi.onlyAllItemsMode": string;
|
|
989
|
-
"codeNodeEditor.askAi.promptTooShort": string;
|
|
990
|
-
"codeNodeEditor.askAi.generateCodeAndReplace": string;
|
|
991
|
-
"codeNodeEditor.askAi.replaceCurrentCode": string;
|
|
992
|
-
"codeNodeEditor.askAi.areYouSureToReplace": string;
|
|
993
|
-
"codeNodeEditor.askAi.loadingPhrase0": string;
|
|
994
|
-
"codeNodeEditor.askAi.loadingPhrase1": string;
|
|
995
|
-
"codeNodeEditor.askAi.loadingPhrase2": string;
|
|
996
|
-
"codeNodeEditor.askAi.loadingPhrase3": string;
|
|
997
|
-
"codeNodeEditor.askAi.loadingPhrase4": string;
|
|
998
|
-
"codeNodeEditor.askAi.loadingPhrase5": string;
|
|
999
|
-
"codeNodeEditor.askAi.loadingPhrase6": string;
|
|
1000
|
-
"codeNodeEditor.askAi.loadingPhrase7": string;
|
|
1001
983
|
"codeNodeEditor.askAi.generationCompleted": string;
|
|
1002
984
|
"codeNodeEditor.askAi.generationFailed": string;
|
|
1003
|
-
"codeNodeEditor.askAi.generationFailedUnknown": string;
|
|
1004
|
-
"codeNodeEditor.askAi.generationFailedWithReason": string;
|
|
1005
|
-
"codeNodeEditor.askAi.generationFailedDown": string;
|
|
1006
|
-
"codeNodeEditor.askAi.generationFailedRate": string;
|
|
1007
|
-
"codeNodeEditor.askAi.generationFailedTooLarge": string;
|
|
1008
|
-
"codeNodeEditor.tabs.askAi": string;
|
|
1009
|
-
"codeNodeEditor.tabs.code": string;
|
|
1010
985
|
"codeNodeEditor.examples": string;
|
|
1011
986
|
"codeNodeEditor.parameters": string;
|
|
1012
987
|
"codeNodeEditor.optional": string;
|
|
@@ -1273,9 +1248,6 @@ declare const _exports: {
|
|
|
1273
1248
|
"dataMapping.schemaView.variablesUpgrade": string;
|
|
1274
1249
|
"dataMapping.schemaView.variablesEmpty": string;
|
|
1275
1250
|
"dataMapping.schemaView.mergeNotice": string;
|
|
1276
|
-
"displayWithChange.cancelEdit": string;
|
|
1277
|
-
"displayWithChange.clickToChange": string;
|
|
1278
|
-
"displayWithChange.setValue": string;
|
|
1279
1251
|
"duplicateWorkflowDialog.cancel": string;
|
|
1280
1252
|
"duplicateWorkflowDialog.chooseOrCreateATag": string;
|
|
1281
1253
|
"duplicateWorkflowDialog.duplicateWorkflow": string;
|
|
@@ -1678,6 +1650,9 @@ declare const _exports: {
|
|
|
1678
1650
|
"workerList.pageTitle": string;
|
|
1679
1651
|
"workerList.empty": string;
|
|
1680
1652
|
"workerList.item.lastUpdated": string;
|
|
1653
|
+
"workerList.item.pool": string;
|
|
1654
|
+
"workerList.item.pool.default": string;
|
|
1655
|
+
"workerList.item.queue": string;
|
|
1681
1656
|
"workerList.item.jobList.empty": string;
|
|
1682
1657
|
"workerList.item.jobListTitle": string;
|
|
1683
1658
|
"workerList.item.netListTitle": string;
|
|
@@ -1689,8 +1664,6 @@ declare const _exports: {
|
|
|
1689
1664
|
"workerList.actionBox.description.link": string;
|
|
1690
1665
|
"workerList.actionBox.buttonText": string;
|
|
1691
1666
|
"workerList.docs.url": string;
|
|
1692
|
-
"executionSidebar.executionName": string;
|
|
1693
|
-
"executionSidebar.searchPlaceholder": string;
|
|
1694
1667
|
"executionView.onPaste.title": string;
|
|
1695
1668
|
"executionView.onPaste.message": string;
|
|
1696
1669
|
"executionView.notFound.message": string;
|
|
@@ -1905,6 +1878,7 @@ declare const _exports: {
|
|
|
1905
1878
|
"mainSidebar.credentials": string;
|
|
1906
1879
|
"mainSidebar.variables": string;
|
|
1907
1880
|
"mainSidebar.help": string;
|
|
1881
|
+
"mainSidebar.helpMenuItems.contactSupport": string;
|
|
1908
1882
|
"mainSidebar.helpMenuItems.course": string;
|
|
1909
1883
|
"mainSidebar.helpMenuItems.documentation": string;
|
|
1910
1884
|
"mainSidebar.helpMenuItems.forum": string;
|
|
@@ -2098,6 +2072,7 @@ declare const _exports: {
|
|
|
2098
2072
|
"node.enable": string;
|
|
2099
2073
|
"node.delete": string;
|
|
2100
2074
|
"node.addToAi": string;
|
|
2075
|
+
"node.addToChat": string;
|
|
2101
2076
|
"node.focusNode": string;
|
|
2102
2077
|
"node.moreActions": string;
|
|
2103
2078
|
"node.add": string;
|
|
@@ -2126,7 +2101,6 @@ declare const _exports: {
|
|
|
2126
2101
|
"node.settings.dynamicCredentials": string;
|
|
2127
2102
|
"node.settings.contextEstablishmentHooks": string;
|
|
2128
2103
|
"sticky.markdownHint": string;
|
|
2129
|
-
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
2130
2104
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
2131
2105
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
2132
2106
|
"nodeCreator.actionsCategory.actions": string;
|
|
@@ -2148,13 +2122,15 @@ declare const _exports: {
|
|
|
2148
2122
|
"nodeCreator.categoryNames.otherCategories": string;
|
|
2149
2123
|
"nodeCreator.categoryNames.moreFromCommunity": string;
|
|
2150
2124
|
"nodeCreator.subnodes": string;
|
|
2151
|
-
"nodeCreator.noResults.
|
|
2125
|
+
"nodeCreator.noResults.connectUsingSuggestedNode": string;
|
|
2152
2126
|
"nodeCreator.noResults.httpRequest": string;
|
|
2127
|
+
"nodeCreator.noResults.needAnotherCapability": string;
|
|
2128
|
+
"nodeCreator.noResults.needNativeIntegration": string;
|
|
2153
2129
|
"nodeCreator.noResults.node": string;
|
|
2130
|
+
"nodeCreator.noResults.noResultsFor": string;
|
|
2154
2131
|
"nodeCreator.noResults.or": string;
|
|
2155
|
-
"nodeCreator.noResults.
|
|
2156
|
-
"nodeCreator.noResults.
|
|
2157
|
-
"nodeCreator.noResults.weDidntMakeThatYet": string;
|
|
2132
|
+
"nodeCreator.noResults.suggestNode": string;
|
|
2133
|
+
"nodeCreator.noResults.suggestTool": string;
|
|
2158
2134
|
"nodeCreator.noResults.webhook": string;
|
|
2159
2135
|
"nodeCreator.ragStarterTemplate.openTemplateItem.title": string;
|
|
2160
2136
|
"nodeCreator.ragStarterTemplate.openTemplateItem.description": string;
|
|
@@ -2544,6 +2520,7 @@ declare const _exports: {
|
|
|
2544
2520
|
"contextMenu.tidyUpSelection": string;
|
|
2545
2521
|
"contextMenu.extract": string;
|
|
2546
2522
|
"contextMenu.group": string;
|
|
2523
|
+
"contextMenu.addNodesToChat": string;
|
|
2547
2524
|
"contextMenu.renameGroup": string;
|
|
2548
2525
|
"contextMenu.ungroupNodes": string;
|
|
2549
2526
|
"contextMenu.expandAllGroups": string;
|
|
@@ -3085,6 +3062,8 @@ declare const _exports: {
|
|
|
3085
3062
|
"roles.instance.assignments.fetch.error": string;
|
|
3086
3063
|
"roles.fetch.error": string;
|
|
3087
3064
|
"projectRoles.assignments.emptyState": string;
|
|
3065
|
+
"projectRoles.assignments.restrictedEmptyState": string;
|
|
3066
|
+
"projectRoles.assignments.restrictedNotice": string;
|
|
3088
3067
|
"projectRoles.assignments.projectColumn": string;
|
|
3089
3068
|
"projectRoles.assignments.membersColumn": string;
|
|
3090
3069
|
"projectRoles.assignments.lastAssignedColumn": string;
|
|
@@ -3295,20 +3274,28 @@ declare const _exports: {
|
|
|
3295
3274
|
"settings.opentelemetry.enable.action.enableAriaLabel": string;
|
|
3296
3275
|
"settings.opentelemetry.enable.action.enabledAriaLabel": string;
|
|
3297
3276
|
"settings.opentelemetry.collectorConnection.title": string;
|
|
3277
|
+
"settings.opentelemetry.exporterProtocol.label": string;
|
|
3278
|
+
"settings.opentelemetry.exporterProtocol.description": string;
|
|
3279
|
+
"settings.opentelemetry.exporterProtocol.option.httpProtobuf": string;
|
|
3280
|
+
"settings.opentelemetry.exporterProtocol.option.grpc": string;
|
|
3298
3281
|
"settings.opentelemetry.exporterEndpoint.label": string;
|
|
3299
3282
|
"settings.opentelemetry.exporterEndpoint.description": string;
|
|
3300
3283
|
"settings.opentelemetry.exporterEndpoint.placeholder": string;
|
|
3284
|
+
"settings.opentelemetry.exporterEndpoint.grpcDescription": string;
|
|
3285
|
+
"settings.opentelemetry.exporterEndpoint.grpcPlaceholder": string;
|
|
3301
3286
|
"settings.opentelemetry.exporterServiceName.label": string;
|
|
3302
3287
|
"settings.opentelemetry.exporterServiceName.description": string;
|
|
3303
3288
|
"settings.opentelemetry.exporterServiceName.placeholder": string;
|
|
3304
3289
|
"settings.opentelemetry.exporterHeaders.label": string;
|
|
3305
3290
|
"settings.opentelemetry.exporterHeaders.description": string;
|
|
3291
|
+
"settings.opentelemetry.exporterHeaders.grpcDescription": string;
|
|
3306
3292
|
"settings.opentelemetry.exporterHeaders.keyLabel": string;
|
|
3307
3293
|
"settings.opentelemetry.exporterHeaders.valueLabel": string;
|
|
3308
3294
|
"settings.opentelemetry.exporterHeaders.remove": string;
|
|
3309
3295
|
"settings.opentelemetry.exporterHeaders.keyPlaceholder": string;
|
|
3310
3296
|
"settings.opentelemetry.exporterHeaders.valuePlaceholder": string;
|
|
3311
3297
|
"settings.opentelemetry.exporterHeaders.addHeader": string;
|
|
3298
|
+
"settings.opentelemetry.exporterHeaders.hiddenValuePlaceholder": string;
|
|
3312
3299
|
"settings.opentelemetry.exporterTracingPath.label": string;
|
|
3313
3300
|
"settings.opentelemetry.exporterTracingPath.description": string;
|
|
3314
3301
|
"settings.opentelemetry.exporterTracingPath.placeholder": string;
|
|
@@ -3993,7 +3980,6 @@ declare const _exports: {
|
|
|
3993
3980
|
"settings.usageAndPlan.license.activation.error.title": string;
|
|
3994
3981
|
"settings.usageAndPlan.license.activation.success.title": string;
|
|
3995
3982
|
"settings.usageAndPlan.license.activation.success.message": string;
|
|
3996
|
-
"settings.usageAndPlan.license.activation.success.message.eula": string;
|
|
3997
3983
|
"settings.usageAndPlan.dialog.eula.title": string;
|
|
3998
3984
|
"settings.usageAndPlan.dialog.eula.description": string;
|
|
3999
3985
|
"settings.usageAndPlan.dialog.eula.audit.notice": string;
|
|
@@ -4522,6 +4508,7 @@ declare const _exports: {
|
|
|
4522
4508
|
"workflowProductionChecklist.timeSaved.description": string;
|
|
4523
4509
|
"canvas.selection.toolbar.group": string;
|
|
4524
4510
|
"canvas.selection.toolbar.ungroup": string;
|
|
4511
|
+
"canvas.selection.toolbar.addToChat": string;
|
|
4525
4512
|
"canvas.nodeGroup.defaultTitle": string;
|
|
4526
4513
|
"canvas.nodeGroup.connectionAddBlocked.title": string;
|
|
4527
4514
|
"canvas.nodeGroup.connectionRemoveBlocked.title": string;
|
|
@@ -4539,6 +4526,7 @@ declare const _exports: {
|
|
|
4539
4526
|
"canvas.nodeGroup.titlePlaceholder": string;
|
|
4540
4527
|
"canvas.nodeGroup.expand": string;
|
|
4541
4528
|
"canvas.nodeGroup.collapse": string;
|
|
4529
|
+
"canvas.nodeGroup.addToChat": string;
|
|
4542
4530
|
"canvas.nodeGroup.prompt.renameGroup": string;
|
|
4543
4531
|
"canvas.nodeGroup.duplicateName": string;
|
|
4544
4532
|
"canvas.nodeGroup.renameBlocked.title": string;
|
|
@@ -4833,11 +4821,6 @@ declare const _exports: {
|
|
|
4833
4821
|
"workflowHistory.upgrade": string;
|
|
4834
4822
|
"workflowHistory.upgrade.link": string;
|
|
4835
4823
|
"workflowHistory.action.error.title": string;
|
|
4836
|
-
"workflowHistory.action.restore.modal.title": string;
|
|
4837
|
-
"workflowHistory.action.restore.modal.subtitle": string;
|
|
4838
|
-
"workflowHistory.action.restore.modal.publishedNote": string;
|
|
4839
|
-
"workflowHistory.action.restore.modal.button.restore": string;
|
|
4840
|
-
"workflowHistory.action.restore.modal.button.cancel": string;
|
|
4841
4824
|
"workflowHistory.action.restore.success.title": string;
|
|
4842
4825
|
"workflowHistory.action.restore.alreadyRestored": string;
|
|
4843
4826
|
"workflowHistory.action.clone.success.title": string;
|
|
@@ -4850,6 +4833,7 @@ declare const _exports: {
|
|
|
4850
4833
|
"workflowHistory.action.unpublish.notAvailable": string;
|
|
4851
4834
|
"workflowHistory.action.unpublish.modal.title": string;
|
|
4852
4835
|
"workflowHistory.action.unpublish.modal.description": string;
|
|
4836
|
+
"workflowHistory.action.unpublish.modal.affected": string;
|
|
4853
4837
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
4854
4838
|
"workflowHistory.group.unnamedVersions": string;
|
|
4855
4839
|
"workflowHistory.publishModal.title": string;
|
|
@@ -4896,6 +4880,10 @@ declare const _exports: {
|
|
|
4896
4880
|
"resourceActions.mcpAccess.disabled.message": string;
|
|
4897
4881
|
"workflows.publish": string;
|
|
4898
4882
|
"workflows.published": string;
|
|
4883
|
+
"workflows.publicationStatus.partial": string;
|
|
4884
|
+
"workflows.publicationStatus.failed": string;
|
|
4885
|
+
"workflows.publicationStatus.partial.tooltip": string;
|
|
4886
|
+
"workflows.publicationStatus.failed.tooltip": string;
|
|
4899
4887
|
"workflows.publish.permissionDenied": string;
|
|
4900
4888
|
"workflows.publish.personalSpaceRestricted": string;
|
|
4901
4889
|
"workflows.publish.publishing": string;
|
|
@@ -4935,10 +4923,6 @@ declare const _exports: {
|
|
|
4935
4923
|
"workflows.dependencies.search.placeholder": string;
|
|
4936
4924
|
"workflows.dependencies.search.empty": string;
|
|
4937
4925
|
"workflows.dependencies.hiddenNotice": string;
|
|
4938
|
-
"resourceDependents.tooltip": string;
|
|
4939
|
-
"resourceDependents.modal.title": string;
|
|
4940
|
-
"resourceDependents.modal.search": string;
|
|
4941
|
-
"resourceDependents.type.workflows": string;
|
|
4942
4926
|
"workflows.item.enableMCPAccess": string;
|
|
4943
4927
|
"workflows.item.disableMCPAccess": string;
|
|
4944
4928
|
"workflows.item.mcpDisabledByInstance": string;
|
|
@@ -5039,7 +5023,6 @@ declare const _exports: {
|
|
|
5039
5023
|
"workflows.readyToRunWorkflows.error": string;
|
|
5040
5024
|
"workflows.archivedOnly.hint": string;
|
|
5041
5025
|
"workflows.archivedOnly.hint.link": string;
|
|
5042
|
-
"workflowSelectorParameterInput.createNewSubworkflow.name": string;
|
|
5043
5026
|
"workflows.publishModal.title": string;
|
|
5044
5027
|
"workflows.publishModal.noTriggerMessage": string;
|
|
5045
5028
|
"workflows.publishModal.versionNameLabel": string;
|
|
@@ -5963,6 +5946,9 @@ declare const _exports: {
|
|
|
5963
5946
|
"projects.settings.member.removed.title": string;
|
|
5964
5947
|
"projects.settings.member.added.title": string;
|
|
5965
5948
|
"projects.settings.users.search.error": string;
|
|
5949
|
+
"projects.settings.workerPools.title": string;
|
|
5950
|
+
"projects.settings.workerPools.defaultQueue": string;
|
|
5951
|
+
"projects.settings.workerPools.help": string;
|
|
5966
5952
|
"projects.settings.externalSecrets": string;
|
|
5967
5953
|
"projects.settings.externalSecrets.emptyState.heading": string;
|
|
5968
5954
|
"projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": string;
|
|
@@ -6840,14 +6826,6 @@ declare const _exports: {
|
|
|
6840
6826
|
"commandBar.instanceAi.newThread": string;
|
|
6841
6827
|
"commandBar.instanceAi.openThread": string;
|
|
6842
6828
|
"commandBar.instanceAi.openThread.searchPlaceholder": string;
|
|
6843
|
-
"browserNotifications.permission.request.title": string;
|
|
6844
|
-
"browserNotifications.permission.request.message": string;
|
|
6845
|
-
"browserNotifications.permission.request.allow": string;
|
|
6846
|
-
"browserNotifications.permission.request.dismiss": string;
|
|
6847
|
-
"browserNotifications.permission.denied.title": string;
|
|
6848
|
-
"browserNotifications.permission.denied.message": string;
|
|
6849
|
-
"browserNotifications.permission.denied.checkAgain": string;
|
|
6850
|
-
"browserNotifications.permission.granted.message": string;
|
|
6851
6829
|
"focusedNodes.nodesLabel": string;
|
|
6852
6830
|
"focusedNodes.nodesCount": string;
|
|
6853
6831
|
"focusedNodes.noMatches": string;
|
|
@@ -6867,9 +6845,14 @@ declare const _exports: {
|
|
|
6867
6845
|
"instanceAi.handoff.openFailed.title": string;
|
|
6868
6846
|
"instanceAi.handoff.openFailed.message": string;
|
|
6869
6847
|
"instanceAi.input.placeholder": string;
|
|
6848
|
+
"instanceAi.input.newAgentPlaceholder": string;
|
|
6870
6849
|
"instanceAi.input.suspendedPlaceholder": string;
|
|
6871
6850
|
"instanceAi.input.workflowBuilderUnavailablePlaceholder": string;
|
|
6872
6851
|
"instanceAi.input.send": string;
|
|
6852
|
+
"instanceAi.send.userLimit.title": string;
|
|
6853
|
+
"instanceAi.send.userLimit.message": string;
|
|
6854
|
+
"instanceAi.send.instanceLimit.title": string;
|
|
6855
|
+
"instanceAi.send.instanceLimit.message": string;
|
|
6873
6856
|
"instanceAi.input.stop": string;
|
|
6874
6857
|
"instanceAi.launch.template.message": string;
|
|
6875
6858
|
"instanceAi.launch.templateById.message": string;
|
|
@@ -6897,6 +6880,8 @@ declare const _exports: {
|
|
|
6897
6880
|
"instanceAi.connections.types.browserUse.description": string;
|
|
6898
6881
|
"instanceAi.connections.modal.title": string;
|
|
6899
6882
|
"instanceAi.connections.modal.searchPlaceholder": string;
|
|
6883
|
+
"instanceAi.connections.modal.suggestion.prompt": string;
|
|
6884
|
+
"instanceAi.connections.modal.suggestion.action": string;
|
|
6900
6885
|
"instanceAi.inputMenu.open": string;
|
|
6901
6886
|
"instanceAi.inputMenu.connectionNeedsAttention": string;
|
|
6902
6887
|
"instanceAi.inputMenu.connectionsNeedAttention": string;
|
|
@@ -6989,11 +6974,13 @@ declare const _exports: {
|
|
|
6989
6974
|
"instanceAi.artifactsPanel.context.agentPreviewNamed": string;
|
|
6990
6975
|
"instanceAi.artifactsPanel.context.agentPreviewTitled": string;
|
|
6991
6976
|
"instanceAi.artifactsPanel.context.agentPreviewSessionTitled": string;
|
|
6977
|
+
"instanceAi.setupPanel.executeMessage": string;
|
|
6992
6978
|
"instanceAi.projectSelect.tooltip": string;
|
|
6993
6979
|
"instanceAi.projectSelect.placeholder": string;
|
|
6994
6980
|
"instanceAi.projectSelect.search": string;
|
|
6995
6981
|
"instanceAi.projectSelect.noResults": string;
|
|
6996
6982
|
"instanceAi.projectSelect.personalSpace": string;
|
|
6983
|
+
"instanceAi.agentPreview.building": string;
|
|
6997
6984
|
"instanceAi.previewTabBar.expand": string;
|
|
6998
6985
|
"instanceAi.previewTabBar.collapse": string;
|
|
6999
6986
|
"instanceAi.previewTabBar.openInEditor": string;
|
|
@@ -7004,6 +6991,11 @@ declare const _exports: {
|
|
|
7004
6991
|
"instanceAi.confirmation.alwaysAllowSuffix": string;
|
|
7005
6992
|
"instanceAi.confirmation.allowPrompt": string;
|
|
7006
6993
|
"instanceAi.confirmation.deny": string;
|
|
6994
|
+
"instanceAi.confirmation.credentialDestination.title": string;
|
|
6995
|
+
"instanceAi.confirmation.credentialDestination.description": string;
|
|
6996
|
+
"instanceAi.confirmation.credentialDestination.descriptionMultiple": string;
|
|
6997
|
+
"instanceAi.confirmation.credentialDestination.approve": string;
|
|
6998
|
+
"instanceAi.confirmation.credentialDestination.deny": string;
|
|
7007
6999
|
"instanceAi.confirmation.approved": string;
|
|
7008
7000
|
"instanceAi.confirmation.denied": string;
|
|
7009
7001
|
"instanceAi.confirmation.deferred": string;
|
|
@@ -7046,7 +7038,6 @@ declare const _exports: {
|
|
|
7046
7038
|
"instanceAi.credential.setupTitle": string;
|
|
7047
7039
|
"instanceAi.credential.continueButton": string;
|
|
7048
7040
|
"instanceAi.credential.fieldLabel": string;
|
|
7049
|
-
"instanceAi.credential.modal.title": string;
|
|
7050
7041
|
"instanceAi.workflowSetup.usedByNodes": string;
|
|
7051
7042
|
"instanceAi.workflowSetup.nodesUsing": string;
|
|
7052
7043
|
"instanceAi.workflowSetup.parameterIssues": string;
|
|
@@ -7493,6 +7484,11 @@ declare const _exports: {
|
|
|
7493
7484
|
"instanceAi.filesystem.category.filesystem": string;
|
|
7494
7485
|
"instanceAi.filesystem.category.shell": string;
|
|
7495
7486
|
"instanceAi.tools.patch-workflow": string;
|
|
7487
|
+
"instanceAi.nodeContext.nodesBundle": string;
|
|
7488
|
+
"instanceAi.nodeContext.collapse": string;
|
|
7489
|
+
"instanceAi.nodeContext.expand": string;
|
|
7490
|
+
"instanceAi.nodeContext.truncated.title": string;
|
|
7491
|
+
"instanceAi.nodeContext.truncated.message": string;
|
|
7496
7492
|
"agents.home.untitledAgent": string;
|
|
7497
7493
|
"agents.relativeTime.justNow": string;
|
|
7498
7494
|
"agents.relativeTime.secondsAgo": string;
|
|
@@ -7640,10 +7636,13 @@ declare const _exports: {
|
|
|
7640
7636
|
"agents.versionHistory.publish.error": string;
|
|
7641
7637
|
"agents.search.placeholder": string;
|
|
7642
7638
|
"agents.tools.added": string;
|
|
7639
|
+
"agents.tools.suggestion.prompt": string;
|
|
7640
|
+
"agents.tools.suggestion.action": string;
|
|
7643
7641
|
"agents.tools.workflow.incompatible.title": string;
|
|
7644
7642
|
"agents.tools.workflow.incompatible.message": string;
|
|
7645
7643
|
"agents.tools.workflow.disabled.incompatibleNodes": string;
|
|
7646
7644
|
"agents.tools.workflow.disabled.noSupportedTrigger": string;
|
|
7645
|
+
"agents.tools.workflow.notPublished": string;
|
|
7647
7646
|
"agents.tools.workflow.createFailed.title": string;
|
|
7648
7647
|
"agents.tools.workflow.createFailed.message": string;
|
|
7649
7648
|
"agents.tools.workflow.fetchFailed.title": string;
|
|
@@ -7658,6 +7657,7 @@ declare const _exports: {
|
|
|
7658
7657
|
"agents.toolConfig.workflow.allOutputs.hint": string;
|
|
7659
7658
|
"agents.toolConfig.workflow.target": string;
|
|
7660
7659
|
"agents.toolConfig.workflow.target.notice": string;
|
|
7660
|
+
"agents.toolConfig.workflow.target.notPublished": string;
|
|
7661
7661
|
"agents.toolConfig.workflow.target.unavailable": string;
|
|
7662
7662
|
"agents.toolConfig.workflow.target.placeholder": string;
|
|
7663
7663
|
"agents.toolConfig.workflow.target.duplicateName": string;
|
|
@@ -7668,6 +7668,11 @@ declare const _exports: {
|
|
|
7668
7668
|
"agents.toolConfig.workflow.inputs.mode.ai": string;
|
|
7669
7669
|
"agents.toolConfig.workflow.inputs.mode.fixed": string;
|
|
7670
7670
|
"agents.toolConfig.workflow.inputs.value.placeholder": string;
|
|
7671
|
+
"agents.toolConfig.workflow.inputs.value.placeholder.string": string;
|
|
7672
|
+
"agents.toolConfig.workflow.inputs.value.placeholder.number": string;
|
|
7673
|
+
"agents.toolConfig.workflow.inputs.value.placeholder.boolean": string;
|
|
7674
|
+
"agents.toolConfig.workflow.inputs.value.placeholder.array": string;
|
|
7675
|
+
"agents.toolConfig.workflow.inputs.value.placeholder.object": string;
|
|
7671
7676
|
"agents.toolConfig.save": string;
|
|
7672
7677
|
"agents.toolConfig.cancel": string;
|
|
7673
7678
|
"agents.toolConfig.approval.label": string;
|
|
@@ -7701,6 +7706,9 @@ declare const _exports: {
|
|
|
7701
7706
|
"agents.builder.agent.name.placeholder": string;
|
|
7702
7707
|
"agents.builder.agent.personalisation.change": string;
|
|
7703
7708
|
"agents.builder.agent.model.label": string;
|
|
7709
|
+
"agents.builder.agent.model.deploymentName.label": string;
|
|
7710
|
+
"agents.builder.agent.model.deploymentName.placeholder": string;
|
|
7711
|
+
"agents.builder.agent.model.deploymentName.description": string;
|
|
7704
7712
|
"agents.builder.agent.model.defaultSelected.title": string;
|
|
7705
7713
|
"agents.builder.agent.model.defaultSelected.description": string;
|
|
7706
7714
|
"agents.builder.agent.model.defaultSelected.dismiss": string;
|
|
@@ -7883,7 +7891,7 @@ declare const _exports: {
|
|
|
7883
7891
|
"agents.builder.skills.allowedTools.addModal.empty": string;
|
|
7884
7892
|
"agents.builder.skills.allowedTools.addModal.allSelected": string;
|
|
7885
7893
|
"agents.builder.skills.instructions.label": string;
|
|
7886
|
-
"agents.builder.skills.instructions.
|
|
7894
|
+
"agents.builder.skills.instructions.characterCount": string;
|
|
7887
7895
|
"agents.builder.skills.filesNav.label": string;
|
|
7888
7896
|
"agents.builder.skills.import.skillFile": string;
|
|
7889
7897
|
"agents.builder.skills.import.folder": string;
|
|
@@ -7914,10 +7922,10 @@ declare const _exports: {
|
|
|
7914
7922
|
"agents.builder.skills.references.name.invalidCharacters": string;
|
|
7915
7923
|
"agents.builder.skills.references.name.duplicate": string;
|
|
7916
7924
|
"agents.builder.skills.references.contentRequired": string;
|
|
7917
|
-
"agents.builder.skills.references.
|
|
7925
|
+
"agents.builder.skills.references.contentMaxLength": string;
|
|
7918
7926
|
"agents.builder.skills.references.maxCount": string;
|
|
7919
7927
|
"agents.builder.skills.references.invalidSummary": string;
|
|
7920
|
-
"agents.builder.skills.references.
|
|
7928
|
+
"agents.builder.skills.references.characterCount": string;
|
|
7921
7929
|
"agents.builder.skills.create.title": string;
|
|
7922
7930
|
"agents.builder.skills.create.cancel": string;
|
|
7923
7931
|
"agents.builder.skills.create.save": string;
|
|
@@ -8036,6 +8044,7 @@ declare const _exports: {
|
|
|
8036
8044
|
"agents.builder.validation.issue.tool.workflow.incompatibleReference": string;
|
|
8037
8045
|
"agents.builder.validation.issue.tool.workflow.incompatibleNodes": string;
|
|
8038
8046
|
"agents.builder.validation.issue.tool.workflow.noSupportedTrigger": string;
|
|
8047
|
+
"agents.builder.validation.issue.tool.workflow.notPublished": string;
|
|
8039
8048
|
"agents.builder.validation.issue.tool.custom.missingReference": string;
|
|
8040
8049
|
"agents.builder.validation.issue.tool.node.missingReference": string;
|
|
8041
8050
|
"agents.builder.validation.issue.mcpServer.incompatibleCredential": string;
|
|
@@ -8252,6 +8261,8 @@ declare const _exports: {
|
|
|
8252
8261
|
"agents.builder.addTrigger.telegram.users.placeholder": string;
|
|
8253
8262
|
"agents.builder.addTrigger.telegram.validation.invalid": string;
|
|
8254
8263
|
"agents.builder.addTrigger.telegram.validation.required": string;
|
|
8264
|
+
"agents.builder.addTrigger.session.idleTimeout.label": string;
|
|
8265
|
+
"agents.builder.addTrigger.session.idleTimeout.hint": string;
|
|
8255
8266
|
"agents.builder.addTrigger.linear.setup.title": string;
|
|
8256
8267
|
"agents.builder.addTrigger.linear.setup.description": string;
|
|
8257
8268
|
"agents.builder.addTrigger.linear.setup.link": string;
|
|
@@ -8347,6 +8358,32 @@ declare const _exports: {
|
|
|
8347
8358
|
"agents.chat.askCredential.skipped": string;
|
|
8348
8359
|
"agents.chat.askQuestions.skipped": string;
|
|
8349
8360
|
"agents.chat.configureChannel.skipped": string;
|
|
8361
|
+
"promotions.modal.title": string;
|
|
8362
|
+
"promotions.modal.search.placeholder": string;
|
|
8363
|
+
"promotions.modal.refresh": string;
|
|
8364
|
+
"promotions.modal.status.new": string;
|
|
8365
|
+
"promotions.modal.status.modified": string;
|
|
8366
|
+
"promotions.modal.status.archived": string;
|
|
8367
|
+
"promotions.modal.status.deleted": string;
|
|
8368
|
+
"promotions.modal.dependencies": string;
|
|
8369
|
+
"promotions.modal.dependency": string;
|
|
8370
|
+
"promotions.modal.noDependencies": string;
|
|
8371
|
+
"promotions.modal.changedBy": string;
|
|
8372
|
+
"promotions.modal.empty": string;
|
|
8373
|
+
"promotions.modal.empty.description": string;
|
|
8374
|
+
"promotions.modal.noResults": string;
|
|
8375
|
+
"promotions.modal.error": string;
|
|
8376
|
+
"promotions.modal.error.description": string;
|
|
8377
|
+
"promotions.modal.retry": string;
|
|
8378
|
+
"promotions.modal.createBranch": string;
|
|
8379
|
+
"promotions.modal.close": string;
|
|
8380
|
+
"promotions.modal.promote": string;
|
|
8381
|
+
"promotions.modal.promoteSingle": string;
|
|
8382
|
+
"promotions.modal.promoteSuccess": string;
|
|
8383
|
+
"promotions.modal.promoteError": string;
|
|
8384
|
+
"promotions.banner.changesAvailable": string;
|
|
8385
|
+
"promotions.banner.singleChangeAvailable": string;
|
|
8386
|
+
"promotions.banner.viewChanges": string;
|
|
8350
8387
|
};
|
|
8351
8388
|
//#endregion
|
|
8352
8389
|
//#region src/types.d.ts
|