@n8n/i18n 2.5.2 → 2.7.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 +179 -24
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +171 -16
- package/dist/index.d.mts +171 -16
- package/dist/index.mjs +179 -24
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +171 -16
- package/dist/types2.d.mts +171 -16
- package/package.json +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -76,6 +76,8 @@ declare const _exports: {
|
|
|
76
76
|
"generic.copy": string;
|
|
77
77
|
"generic.copied": string;
|
|
78
78
|
"generic.delete": string;
|
|
79
|
+
"generic.edit": string;
|
|
80
|
+
"generic.keepEditing": string;
|
|
79
81
|
"generic.dontShowAgain": string;
|
|
80
82
|
"generic.enterprise": string;
|
|
81
83
|
"generic.executions": string;
|
|
@@ -109,8 +111,12 @@ declare const _exports: {
|
|
|
109
111
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
110
112
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
111
113
|
"generic.unsavedWork.confirmMessage.cancelButtonText": string;
|
|
112
|
-
"generic.trial.message": string;
|
|
113
|
-
"generic.trial.
|
|
114
|
+
"generic.trial.message.days": string;
|
|
115
|
+
"generic.trial.message.hours": string;
|
|
116
|
+
"generic.trial.message.minutes": string;
|
|
117
|
+
"generic.trial.tooltip.days": string;
|
|
118
|
+
"generic.trial.tooltip.hours": string;
|
|
119
|
+
"generic.trial.tooltip.minutes": string;
|
|
114
120
|
"generic.upgrade": string;
|
|
115
121
|
"generic.upgradeNow": string;
|
|
116
122
|
"generic.update": string;
|
|
@@ -227,6 +233,8 @@ declare const _exports: {
|
|
|
227
233
|
"aiAssistant.assistant": string;
|
|
228
234
|
"aiAssistant.tabs.ask": string;
|
|
229
235
|
"aiAssistant.tabs.build": string;
|
|
236
|
+
"aiAssistant.reducedHelp.chat.notice": string;
|
|
237
|
+
"aiAssistant.tabs.builder.disabled.tooltip": string;
|
|
230
238
|
"aiAssistant.builder.mode": string;
|
|
231
239
|
"aiAssistant.builder.placeholder": string;
|
|
232
240
|
"aiAssistant.builder.assistantPlaceholder": string;
|
|
@@ -258,6 +266,7 @@ declare const _exports: {
|
|
|
258
266
|
"aiAssistant.builder.executeMessage.executionFailedOnNode": string;
|
|
259
267
|
"aiAssistant.builder.executeMessage.executionFailed": string;
|
|
260
268
|
"aiAssistant.builder.executeMessage.fillParameter": string;
|
|
269
|
+
"aiAssistant.builder.executeMessage.addMissingCredentials": string;
|
|
261
270
|
"aiAssistant.builder.toast.title": string;
|
|
262
271
|
"aiAssistant.builder.toast.description": string;
|
|
263
272
|
"aiAssistant.builder.restoreError.title": string;
|
|
@@ -302,7 +311,9 @@ declare const _exports: {
|
|
|
302
311
|
"banners.confirmEmail.toast.error.heading": string;
|
|
303
312
|
"banners.confirmEmail.toast.error.message": string;
|
|
304
313
|
"banners.nonProductionLicense.message": string;
|
|
305
|
-
"banners.trial.message": string;
|
|
314
|
+
"banners.trial.message.days": string;
|
|
315
|
+
"banners.trial.message.hours": string;
|
|
316
|
+
"banners.trial.message.minutes": string;
|
|
306
317
|
"banners.trialOver.message": string;
|
|
307
318
|
"banners.v1.message": string;
|
|
308
319
|
"banners.workflowAutoDeactivated.message": string;
|
|
@@ -397,6 +408,18 @@ declare const _exports: {
|
|
|
397
408
|
"chatHub.personalAgents.empty.noMatch": string;
|
|
398
409
|
"chatHub.chat.greeting": string;
|
|
399
410
|
"chatHub.chat.greeting.fallback": string;
|
|
411
|
+
"chatHub.welcome.header": string;
|
|
412
|
+
"chatHub.welcome.subtitle": string;
|
|
413
|
+
"chatHub.welcome.card.workflowAgents.title": string;
|
|
414
|
+
"chatHub.welcome.card.workflowAgents.description": string;
|
|
415
|
+
"chatHub.welcome.card.personalAgents.title": string;
|
|
416
|
+
"chatHub.welcome.card.personalAgents.description": string;
|
|
417
|
+
"chatHub.welcome.card.baseModels.title": string;
|
|
418
|
+
"chatHub.welcome.card.baseModels.description": string;
|
|
419
|
+
"chatHub.welcome.button.startNewChat": string;
|
|
420
|
+
"chatHub.welcome.button.inviteChatUsers": string;
|
|
421
|
+
"chatHub.welcome.inviteUpgrade.tooltip": string;
|
|
422
|
+
"chatHub.welcome.inviteUpgrade.here": string;
|
|
400
423
|
"chatHub.chat.dropOverlay": string;
|
|
401
424
|
"chatHub.chat.scrollToBottom": string;
|
|
402
425
|
"chatHub.chat.header.button.editAgent": string;
|
|
@@ -550,6 +573,7 @@ declare const _exports: {
|
|
|
550
573
|
"codeNodeEditor.completer.$prevNode.runIndex": string;
|
|
551
574
|
"codeNodeEditor.completer.$runIndex": string;
|
|
552
575
|
"codeNodeEditor.completer.$nodeVersion": string;
|
|
576
|
+
"codeNodeEditor.completer.$tool": string;
|
|
553
577
|
"codeNodeEditor.completer.$today": string;
|
|
554
578
|
"codeNodeEditor.completer.$vars": string;
|
|
555
579
|
"codeNodeEditor.completer.$vars.varName.global": string;
|
|
@@ -558,6 +582,10 @@ declare const _exports: {
|
|
|
558
582
|
"codeNodeEditor.completer.$secrets": string;
|
|
559
583
|
"codeNodeEditor.completer.$secrets.provider": string;
|
|
560
584
|
"codeNodeEditor.completer.$secrets.provider.varName": string;
|
|
585
|
+
"codeNodeEditor.completer.$secrets.group.project": string;
|
|
586
|
+
"codeNodeEditor.completer.$secrets.group.project.description": string;
|
|
587
|
+
"codeNodeEditor.completer.$secrets.group.global": string;
|
|
588
|
+
"codeNodeEditor.completer.$secrets.group.global.description": string;
|
|
561
589
|
"codeNodeEditor.completer.$workflow": string;
|
|
562
590
|
"codeNodeEditor.completer.$workflow.active": string;
|
|
563
591
|
"codeNodeEditor.completer.$workflow.id": string;
|
|
@@ -830,10 +858,6 @@ declare const _exports: {
|
|
|
830
858
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
831
859
|
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
832
860
|
"credentialEdit.credentialConfig.dynamicCredentials.infoTip": string;
|
|
833
|
-
"credentialEdit.credentialConfig.dynamicCredentials.description1": string;
|
|
834
|
-
"credentialEdit.credentialConfig.dynamicCredentials.description2": string;
|
|
835
|
-
"credentialEdit.credentialConfig.dynamicCredentials.documentation": string;
|
|
836
|
-
"credentialEdit.credentialConfig.dynamicCredentials.docsUrl": string;
|
|
837
861
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
|
|
838
862
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
|
|
839
863
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
|
|
@@ -918,6 +942,12 @@ declare const _exports: {
|
|
|
918
942
|
"credentials.item.owner": string;
|
|
919
943
|
"credentials.item.readonly": string;
|
|
920
944
|
"credentials.item.needsSetup": string;
|
|
945
|
+
"credentials.dynamic.tooltip": string;
|
|
946
|
+
"credentials.dynamic.tooltipTitle": string;
|
|
947
|
+
"credentials.dynamic.badge": string;
|
|
948
|
+
"credentials.dynamic.warning.noResolver": string;
|
|
949
|
+
"credentials.dynamic.warning.noResolver.workflowSettings": string;
|
|
950
|
+
"credentials.dynamic.warning.noResolver.documentation": string;
|
|
921
951
|
"credentials.search.placeholder": string;
|
|
922
952
|
"credentials.filters.type": string;
|
|
923
953
|
"credentials.filters.setup": string;
|
|
@@ -983,6 +1013,39 @@ declare const _exports: {
|
|
|
983
1013
|
"experiments.personalizedTemplatesV3.loadingTemplates": string;
|
|
984
1014
|
"experiments.personalizedTemplatesV3.recommendationTooltip": string;
|
|
985
1015
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
1016
|
+
"experiments.resourceCenter.badge.noCredentials": string;
|
|
1017
|
+
"experiments.resourceCenter.badge.noSetup": string;
|
|
1018
|
+
"experiments.resourceCenter.courses.title": string;
|
|
1019
|
+
"experiments.resourceCenter.getInspired.title": string;
|
|
1020
|
+
"experiments.resourceCenter.gettingStarted.title": string;
|
|
1021
|
+
"experiments.resourceCenter.learnAnything.title": string;
|
|
1022
|
+
"experiments.resourceCenter.quickStart.title": string;
|
|
1023
|
+
"experiments.resourceCenter.seeMore": string;
|
|
1024
|
+
"experiments.resourceCenter.sidebar": string;
|
|
1025
|
+
"experiments.resourceCenter.sidebar.inspiration": string;
|
|
1026
|
+
"experiments.resourceCenter.templateCard.useNow": string;
|
|
1027
|
+
"experiments.resourceCenter.templatePreviews.title": string;
|
|
1028
|
+
"experiments.resourceCenter.title": string;
|
|
1029
|
+
"experiments.resourceCenter.viewAllTemplates": string;
|
|
1030
|
+
"experiments.resourceCenter.youtubeInspiration.title": string;
|
|
1031
|
+
"experiments.resourceCenter.youtubeLearn.title": string;
|
|
1032
|
+
"experiments.resourceCenter.getStarted.title": string;
|
|
1033
|
+
"experiments.resourceCenter.learnN8n.title": string;
|
|
1034
|
+
"experiments.resourceCenter.featuredVideos.title": string;
|
|
1035
|
+
"experiments.resourceCenter.quickTips.title": string;
|
|
1036
|
+
"experiments.resourceCenter.masterclass.title": string;
|
|
1037
|
+
"experiments.resourceCenter.learnTemplates.title": string;
|
|
1038
|
+
"experiments.resourceCenter.popularTemplates.title": string;
|
|
1039
|
+
"experiments.resourceCenter.automationIdeas.title": string;
|
|
1040
|
+
"experiments.resourceCenter.sandbox.easySetup": string;
|
|
1041
|
+
"experiments.resourceCenter.sandbox.easySetupWorkflow": string;
|
|
1042
|
+
"experiments.resourceCenter.sandbox.tryItNow": string;
|
|
1043
|
+
"experiments.resourceCenter.sandbox.nodes": string;
|
|
1044
|
+
"experiments.resourceCenter.course.hours": string;
|
|
1045
|
+
"experiments.resourceCenter.course.lessons": string;
|
|
1046
|
+
"experiments.resourceCenter.video.level": string;
|
|
1047
|
+
"experiments.resourceCenter.template.setupTime": string;
|
|
1048
|
+
"experiments.resourceCenter.tooltip.text": string;
|
|
986
1049
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
987
1050
|
error: string;
|
|
988
1051
|
"error.goBack": string;
|
|
@@ -1018,6 +1081,15 @@ declare const _exports: {
|
|
|
1018
1081
|
"executionDetails.runningMessage": string;
|
|
1019
1082
|
"executionDetails.startingSoon": string;
|
|
1020
1083
|
"executionDetails.workflow": string;
|
|
1084
|
+
"emptyStateBuilderPrompt.subtitle": string;
|
|
1085
|
+
"emptyStateBuilderPrompt.buildWorkflow": string;
|
|
1086
|
+
"emptyStateBuilderPrompt.orStartWith": string;
|
|
1087
|
+
"emptyStateBuilderPrompt.fromScratch": string;
|
|
1088
|
+
"emptyStateBuilderPrompt.fromScratchTooltip": string;
|
|
1089
|
+
"emptyStateBuilderPrompt.template": string;
|
|
1090
|
+
"emptyStateBuilderPrompt.templateTooltip": string;
|
|
1091
|
+
"emptyStateBuilderPrompt.importFromFile": string;
|
|
1092
|
+
"emptyStateBuilderPrompt.importFromFileTooltip": string;
|
|
1021
1093
|
"executionsLandingPage.emptyState.noTrigger.heading": string;
|
|
1022
1094
|
"executionsLandingPage.emptyState.noTrigger.buttonText": string;
|
|
1023
1095
|
"executionsLandingPage.clickExecutionMessage": string;
|
|
@@ -1528,6 +1600,8 @@ declare const _exports: {
|
|
|
1528
1600
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1529
1601
|
"ndv.binaryData.combinedTooltip": string;
|
|
1530
1602
|
"ndv.binaryData.separateTooltip": string;
|
|
1603
|
+
"network.error.message": string;
|
|
1604
|
+
"network.error.tooltip": string;
|
|
1531
1605
|
"noTagsView.createTag": string;
|
|
1532
1606
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1533
1607
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -1542,6 +1616,7 @@ declare const _exports: {
|
|
|
1542
1616
|
"node.enable": string;
|
|
1543
1617
|
"node.delete": string;
|
|
1544
1618
|
"node.add": string;
|
|
1619
|
+
"node.add-human-review-step": string;
|
|
1545
1620
|
"node.issues": string;
|
|
1546
1621
|
"node.install-to-use": string;
|
|
1547
1622
|
"node.dirty": string;
|
|
@@ -1561,6 +1636,8 @@ declare const _exports: {
|
|
|
1561
1636
|
"node.settings.retriesOnFailure": string;
|
|
1562
1637
|
"node.settings.executeOnce": string;
|
|
1563
1638
|
"node.settings.alwaysOutputData": string;
|
|
1639
|
+
"node.settings.dynamicCredentials": string;
|
|
1640
|
+
"node.settings.contextEstablishmentHooks": string;
|
|
1564
1641
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1565
1642
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1566
1643
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1614,10 +1691,12 @@ declare const _exports: {
|
|
|
1614
1691
|
"nodeCreator.subcategoryDescriptions.vectorStores": string;
|
|
1615
1692
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1616
1693
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1694
|
+
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1617
1695
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1618
1696
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1619
1697
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
1620
1698
|
"nodeCreator.subcategoryNames.appTriggerNodes": string;
|
|
1699
|
+
"nodeCreator.subcategoryNames.otherTools": string;
|
|
1621
1700
|
"nodeCreator.subcategoryNames.appRegularNodes": string;
|
|
1622
1701
|
"nodeCreator.subcategoryNames.dataTransformation": string;
|
|
1623
1702
|
"nodeCreator.subcategoryNames.files": string;
|
|
@@ -1762,6 +1841,7 @@ declare const _exports: {
|
|
|
1762
1841
|
"nodeSettings.executeButtonTooltip.times": string;
|
|
1763
1842
|
"nodeSettings.executeOnce.description": string;
|
|
1764
1843
|
"nodeSettings.executeOnce.displayName": string;
|
|
1844
|
+
"nodeSettings.dynamicCredentials.displayName": string;
|
|
1765
1845
|
"nodeSettings.maxTries.description": string;
|
|
1766
1846
|
"nodeSettings.maxTries.displayName": string;
|
|
1767
1847
|
"nodeSettings.noDescriptionFound": string;
|
|
@@ -2101,9 +2181,8 @@ declare const _exports: {
|
|
|
2101
2181
|
"personalizationModal.registerEmailForTrial.error": string;
|
|
2102
2182
|
"pushConnection.nodeExecutedSuccessfully": string;
|
|
2103
2183
|
"pushConnection.workflowExecutedSuccessfully": string;
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
2106
|
-
"pushConnectionTracker.connectionLost.message": string;
|
|
2184
|
+
"pushConnection.error.message": string;
|
|
2185
|
+
"pushConnection.error.tooltip": string;
|
|
2107
2186
|
"pushConnection.pollingNode.dataNotFound": string;
|
|
2108
2187
|
"pushConnection.pollingNode.dataNotFound.message": string;
|
|
2109
2188
|
"pushConnection.executionFailed": string;
|
|
@@ -2759,6 +2838,7 @@ declare const _exports: {
|
|
|
2759
2838
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2760
2839
|
"settings.externalSecrets.card.setUp": string;
|
|
2761
2840
|
"settings.externalSecrets.card.deprecated": string;
|
|
2841
|
+
"settings.externalSecrets.card.secretCount": string;
|
|
2762
2842
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2763
2843
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2764
2844
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -2788,6 +2868,27 @@ declare const _exports: {
|
|
|
2788
2868
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": string;
|
|
2789
2869
|
"settings.externalSecrets.docs": string;
|
|
2790
2870
|
"settings.externalSecrets.docs.use": string;
|
|
2871
|
+
"settings.secretsProviderConnections.title": string;
|
|
2872
|
+
"settings.secretsProviderConnections.emptyState.heading": string;
|
|
2873
|
+
"settings.secretsProviderConnections.emptyState.description": string;
|
|
2874
|
+
"settings.secretsProviderConnections.buttons.addSecretsStore": string;
|
|
2875
|
+
"settings.secretsProviderConnections.description": string;
|
|
2876
|
+
"settings.secretsProviderConnections.card.createdAt": string;
|
|
2877
|
+
"settings.secretsProviderConnections.modal.items.connection": string;
|
|
2878
|
+
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
2879
|
+
"settings.secretsProviderConnections.modal.providerType": string;
|
|
2880
|
+
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
2881
|
+
"settings.secretsProviderConnections.modal.saving": string;
|
|
2882
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
2883
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
2884
|
+
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
2885
|
+
"settings.secretsProviderConnections.modal.testConnection.success.reference": string;
|
|
2886
|
+
"settings.secretsProviderConnections.modal.testConnection.error": string;
|
|
2887
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.required": string;
|
|
2888
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.format": string;
|
|
2889
|
+
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
2890
|
+
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
2891
|
+
"settings.secretsProviderConnections.state.disconnected": string;
|
|
2791
2892
|
"settings.sourceControl.title": string;
|
|
2792
2893
|
"settings.sourceControl.actionBox.title": string;
|
|
2793
2894
|
"settings.sourceControl.actionBox.description": string;
|
|
@@ -2864,8 +2965,25 @@ declare const _exports: {
|
|
|
2864
2965
|
"settings.sourceControl.modals.pull.title": string;
|
|
2865
2966
|
"settings.sourceControl.modals.pull.description": string;
|
|
2866
2967
|
"settings.sourceControl.modals.pull.description.learnMore": string;
|
|
2968
|
+
"settings.sourceControl.modals.pull.autoPublish.title": string;
|
|
2969
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off": string;
|
|
2970
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off.description": string;
|
|
2971
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published": string;
|
|
2972
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published.description": string;
|
|
2973
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on": string;
|
|
2974
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on.description": string;
|
|
2975
|
+
"settings.sourceControl.modals.pull.autoPublishing": string;
|
|
2976
|
+
"settings.sourceControl.modals.pull.willBeArchived": string;
|
|
2867
2977
|
"settings.sourceControl.modals.pull.buttons.cancel": string;
|
|
2868
2978
|
"settings.sourceControl.modals.pull.buttons.save": string;
|
|
2979
|
+
"settings.sourceControl.modals.pull.buttons.pull": string;
|
|
2980
|
+
"settings.sourceControl.modals.pullResult.title": string;
|
|
2981
|
+
"settings.sourceControl.modals.pullResult.tabs.failed": string;
|
|
2982
|
+
"settings.sourceControl.modals.pullResult.tabs.published": string;
|
|
2983
|
+
"settings.sourceControl.modals.pullResult.noWorkflows": string;
|
|
2984
|
+
"settings.sourceControl.modals.pullResult.itemCount": string;
|
|
2985
|
+
"settings.sourceControl.modals.pullResult.tableHeader.title": string;
|
|
2986
|
+
"settings.sourceControl.modals.pullResult.buttons.close": string;
|
|
2869
2987
|
"settings.sourceControl.modals.disconnect.title": string;
|
|
2870
2988
|
"settings.sourceControl.modals.disconnect.message": string;
|
|
2871
2989
|
"settings.sourceControl.modals.disconnect.confirm": string;
|
|
@@ -2984,6 +3102,7 @@ declare const _exports: {
|
|
|
2984
3102
|
"tagsView.notBeingUsed": string;
|
|
2985
3103
|
"onboarding.title": string;
|
|
2986
3104
|
"template.buttons.goBackButton": string;
|
|
3105
|
+
"template.buttons.tryTemplate": string;
|
|
2987
3106
|
"template.buttons.useThisWorkflowButton": string;
|
|
2988
3107
|
"template.details.appsInTheCollection": string;
|
|
2989
3108
|
"template.details.appsInTheWorkflow": string;
|
|
@@ -3006,6 +3125,8 @@ declare const _exports: {
|
|
|
3006
3125
|
"templates.searchPlaceholder": string;
|
|
3007
3126
|
"templates.workflows": string;
|
|
3008
3127
|
"templates.workflowsNotFound": string;
|
|
3128
|
+
"templates.card.setupTime": string;
|
|
3129
|
+
"templates.card.verified": string;
|
|
3009
3130
|
"textEdit.edit": string;
|
|
3010
3131
|
"userActivity.daysAgo": string;
|
|
3011
3132
|
"userActivity.lastTime": string;
|
|
@@ -3346,6 +3467,8 @@ declare const _exports: {
|
|
|
3346
3467
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3347
3468
|
"workflowHistory.button.tooltip.empty": string;
|
|
3348
3469
|
"workflowHistory.button.tooltip": string;
|
|
3470
|
+
"workflowHistory.button.tooltip.scheduled": string;
|
|
3471
|
+
"workflowHistory.button.tooltip.saving": string;
|
|
3349
3472
|
"workflowHistory.group.unnamedVersions": string;
|
|
3350
3473
|
"workflowHistory.publishModal.title": string;
|
|
3351
3474
|
"workflows.heading": string;
|
|
@@ -3367,6 +3490,9 @@ declare const _exports: {
|
|
|
3367
3490
|
"workflows.item.readonly": string;
|
|
3368
3491
|
"workflows.item.archived": string;
|
|
3369
3492
|
"workflows.item.availableInMCP": string;
|
|
3493
|
+
"workflows.dynamic.tooltip": string;
|
|
3494
|
+
"workflows.dynamic.tooltipTitle": string;
|
|
3495
|
+
"workflows.dynamic.resolverMissing": string;
|
|
3370
3496
|
"workflows.item.enableMCPAccess": string;
|
|
3371
3497
|
"workflows.item.disableMCPAccess": string;
|
|
3372
3498
|
"workflows.itemSuggestion.try": string;
|
|
@@ -3378,8 +3504,8 @@ declare const _exports: {
|
|
|
3378
3504
|
"workflows.templateRecoV2.loadingTemplates": string;
|
|
3379
3505
|
"workflows.templateRecoV2.useTemplate": string;
|
|
3380
3506
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3507
|
+
"templates.featured.loading": string;
|
|
3508
|
+
"templates.featured.seeMore": string;
|
|
3383
3509
|
"workflows.search.placeholder": string;
|
|
3384
3510
|
"workflows.filters": string;
|
|
3385
3511
|
"workflows.filters.tags": string;
|
|
@@ -3404,6 +3530,10 @@ declare const _exports: {
|
|
|
3404
3530
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
3405
3531
|
"workflows.empty.heading": string;
|
|
3406
3532
|
"workflows.empty.heading.userNotSetup": string;
|
|
3533
|
+
"workflows.empty.headingWithIcon": string;
|
|
3534
|
+
"workflows.empty.headingWithIcon.userNotSetup": string;
|
|
3535
|
+
"workflows.empty.heading.builder": string;
|
|
3536
|
+
"workflows.empty.heading.builder.userNotSetup": string;
|
|
3407
3537
|
"workflows.empty.description": string;
|
|
3408
3538
|
"workflows.empty.description.readOnlyEnv": string;
|
|
3409
3539
|
"workflows.empty.description.noPermission": string;
|
|
@@ -3413,6 +3543,7 @@ declare const _exports: {
|
|
|
3413
3543
|
"workflows.empty.learnN8n": string;
|
|
3414
3544
|
"workflows.empty.button.disabled.tooltip": string;
|
|
3415
3545
|
"workflows.empty.easyAI": string;
|
|
3546
|
+
"workflows.empty.tryAiWorkflow": string;
|
|
3416
3547
|
"workflows.empty.shared-with-me": string;
|
|
3417
3548
|
"workflows.empty.shared-with-me.link": string;
|
|
3418
3549
|
"workflows.empty.readyToRun": string;
|
|
@@ -3446,10 +3577,6 @@ declare const _exports: {
|
|
|
3446
3577
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3447
3578
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3448
3579
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
3449
|
-
"workflows.create.personal.toast.title": string;
|
|
3450
|
-
"workflows.create.project.toast.title": string;
|
|
3451
|
-
"workflows.create.folder.toast.title": string;
|
|
3452
|
-
"workflows.create.project.toast.text": string;
|
|
3453
3580
|
"workflows.autodeactivated": string;
|
|
3454
3581
|
"workflows.ai.starter.collection.callout": string;
|
|
3455
3582
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -3645,6 +3772,23 @@ declare const _exports: {
|
|
|
3645
3772
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3646
3773
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3647
3774
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3775
|
+
"settings.ai": string;
|
|
3776
|
+
"settings.ai.description.both": string;
|
|
3777
|
+
"settings.ai.description.assistantOnly": string;
|
|
3778
|
+
"settings.ai.description.askAiOnly": string;
|
|
3779
|
+
"settings.ai.button.tooltip": string;
|
|
3780
|
+
"settings.ai.allowSendingSchema.label": string;
|
|
3781
|
+
"settings.ai.allowSendingSchema.description": string;
|
|
3782
|
+
"settings.ai.allowSendingParameterValues.label": string;
|
|
3783
|
+
"settings.ai.allowSendingParameterValues.description": string;
|
|
3784
|
+
"settings.ai.privacyNote.heading": string;
|
|
3785
|
+
"settings.ai.privacyNote.content": string;
|
|
3786
|
+
"settings.ai.updated.success": string;
|
|
3787
|
+
"settings.ai.updated.error": string;
|
|
3788
|
+
"settings.ai.confirm.title": string;
|
|
3789
|
+
"settings.ai.confirm.message.builderDisabled": string;
|
|
3790
|
+
"settings.ai.confirm.message.builderEnabled": string;
|
|
3791
|
+
"settings.ai.confirm.confirmButtonText": string;
|
|
3648
3792
|
"dataTable.search.dateSearchInfo": string;
|
|
3649
3793
|
"dataTable.cell.oversized": string;
|
|
3650
3794
|
"dataTable.cell.oversized.tooltip": string;
|
|
@@ -3848,6 +3992,7 @@ declare const _exports: {
|
|
|
3848
3992
|
"projects.settings.member.removed.title": string;
|
|
3849
3993
|
"projects.settings.member.remove.error.title": string;
|
|
3850
3994
|
"projects.settings.member.added.title": string;
|
|
3995
|
+
"projects.settings.users.search.error": string;
|
|
3851
3996
|
"projects.sharing.allUsers": string;
|
|
3852
3997
|
"projects.sharing.noMatchingProjects": string;
|
|
3853
3998
|
"projects.sharing.noMatchingUsers": string;
|
|
@@ -4023,11 +4168,14 @@ declare const _exports: {
|
|
|
4023
4168
|
"assignment.dragToReorder": string;
|
|
4024
4169
|
"templateSetup.title": string;
|
|
4025
4170
|
"templateSetup.instructions": string;
|
|
4171
|
+
"templateSetup.instructions.builder": string;
|
|
4026
4172
|
"templateSetup.skip": string;
|
|
4027
4173
|
"templateSetup.continue.button": string;
|
|
4028
4174
|
"templateSetup.credential.description": string;
|
|
4175
|
+
"templateSetup.credential.description.builder": string;
|
|
4029
4176
|
"templateSetup.continue.button.fillRemaining": string;
|
|
4030
4177
|
"setupCredentialsModal.title": string;
|
|
4178
|
+
"setupCredentialsModal.title.builder": string;
|
|
4031
4179
|
"becomeCreator.text": string;
|
|
4032
4180
|
"becomeCreator.buttonText": string;
|
|
4033
4181
|
"becomeCreator.closeButtonTitle": string;
|
|
@@ -4169,6 +4317,9 @@ declare const _exports: {
|
|
|
4169
4317
|
"freeAi.credits.callout.claim.button.label": string;
|
|
4170
4318
|
"freeAi.credits.callout.success.title.part1": string;
|
|
4171
4319
|
"freeAi.credits.callout.success.title.part2": string;
|
|
4320
|
+
"freeAi.credits.callout.success.chatHub.beginning": string;
|
|
4321
|
+
"freeAi.credits.callout.success.chatHub.credits": string;
|
|
4322
|
+
"freeAi.credits.callout.success.chatHub.end": string;
|
|
4172
4323
|
"freeAi.credits.credentials.edit": string;
|
|
4173
4324
|
"freeAi.credits.showError.claim.title": string;
|
|
4174
4325
|
"freeAi.credits.showError.claim.message": string;
|
|
@@ -4246,6 +4397,10 @@ declare const _exports: {
|
|
|
4246
4397
|
"workflowDiff.newWorkflow": string;
|
|
4247
4398
|
"workflowDiff.newWorkflow.database": string;
|
|
4248
4399
|
"workflowDiff.newWorkflow.remote": string;
|
|
4400
|
+
"workflowDiff.label.before": string;
|
|
4401
|
+
"workflowDiff.label.after": string;
|
|
4402
|
+
"workflowDiff.waitingForData": string;
|
|
4403
|
+
"workflowDiff.error.loadNodeTypes": string;
|
|
4249
4404
|
"commandBar.placeholder": string;
|
|
4250
4405
|
"commandBar.noResults": string;
|
|
4251
4406
|
"commandBar.sections.recent": string;
|