@n8n/i18n 2.5.2 → 2.6.1
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 +98 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +90 -9
- package/dist/index.d.mts +90 -9
- package/dist/index.mjs +98 -17
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +90 -9
- package/dist/types2.d.mts +90 -9
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -109,8 +109,12 @@ declare const _exports: {
|
|
|
109
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
110
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
111
111
|
"generic.unsavedWork.confirmMessage.cancelButtonText": string;
|
|
112
|
-
"generic.trial.message": string;
|
|
113
|
-
"generic.trial.
|
|
112
|
+
"generic.trial.message.days": string;
|
|
113
|
+
"generic.trial.message.hours": string;
|
|
114
|
+
"generic.trial.message.minutes": string;
|
|
115
|
+
"generic.trial.tooltip.days": string;
|
|
116
|
+
"generic.trial.tooltip.hours": string;
|
|
117
|
+
"generic.trial.tooltip.minutes": string;
|
|
114
118
|
"generic.upgrade": string;
|
|
115
119
|
"generic.upgradeNow": string;
|
|
116
120
|
"generic.update": string;
|
|
@@ -258,6 +262,7 @@ declare const _exports: {
|
|
|
258
262
|
"aiAssistant.builder.executeMessage.executionFailedOnNode": string;
|
|
259
263
|
"aiAssistant.builder.executeMessage.executionFailed": string;
|
|
260
264
|
"aiAssistant.builder.executeMessage.fillParameter": string;
|
|
265
|
+
"aiAssistant.builder.executeMessage.addMissingCredentials": string;
|
|
261
266
|
"aiAssistant.builder.toast.title": string;
|
|
262
267
|
"aiAssistant.builder.toast.description": string;
|
|
263
268
|
"aiAssistant.builder.restoreError.title": string;
|
|
@@ -302,7 +307,9 @@ declare const _exports: {
|
|
|
302
307
|
"banners.confirmEmail.toast.error.heading": string;
|
|
303
308
|
"banners.confirmEmail.toast.error.message": string;
|
|
304
309
|
"banners.nonProductionLicense.message": string;
|
|
305
|
-
"banners.trial.message": string;
|
|
310
|
+
"banners.trial.message.days": string;
|
|
311
|
+
"banners.trial.message.hours": string;
|
|
312
|
+
"banners.trial.message.minutes": string;
|
|
306
313
|
"banners.trialOver.message": string;
|
|
307
314
|
"banners.v1.message": string;
|
|
308
315
|
"banners.workflowAutoDeactivated.message": string;
|
|
@@ -397,6 +404,18 @@ declare const _exports: {
|
|
|
397
404
|
"chatHub.personalAgents.empty.noMatch": string;
|
|
398
405
|
"chatHub.chat.greeting": string;
|
|
399
406
|
"chatHub.chat.greeting.fallback": string;
|
|
407
|
+
"chatHub.welcome.header": string;
|
|
408
|
+
"chatHub.welcome.subtitle": string;
|
|
409
|
+
"chatHub.welcome.card.workflowAgents.title": string;
|
|
410
|
+
"chatHub.welcome.card.workflowAgents.description": string;
|
|
411
|
+
"chatHub.welcome.card.personalAgents.title": string;
|
|
412
|
+
"chatHub.welcome.card.personalAgents.description": string;
|
|
413
|
+
"chatHub.welcome.card.baseModels.title": string;
|
|
414
|
+
"chatHub.welcome.card.baseModels.description": string;
|
|
415
|
+
"chatHub.welcome.button.startNewChat": string;
|
|
416
|
+
"chatHub.welcome.button.inviteChatUsers": string;
|
|
417
|
+
"chatHub.welcome.inviteUpgrade.tooltip": string;
|
|
418
|
+
"chatHub.welcome.inviteUpgrade.here": string;
|
|
400
419
|
"chatHub.chat.dropOverlay": string;
|
|
401
420
|
"chatHub.chat.scrollToBottom": string;
|
|
402
421
|
"chatHub.chat.header.button.editAgent": string;
|
|
@@ -550,6 +569,7 @@ declare const _exports: {
|
|
|
550
569
|
"codeNodeEditor.completer.$prevNode.runIndex": string;
|
|
551
570
|
"codeNodeEditor.completer.$runIndex": string;
|
|
552
571
|
"codeNodeEditor.completer.$nodeVersion": string;
|
|
572
|
+
"codeNodeEditor.completer.$tool": string;
|
|
553
573
|
"codeNodeEditor.completer.$today": string;
|
|
554
574
|
"codeNodeEditor.completer.$vars": string;
|
|
555
575
|
"codeNodeEditor.completer.$vars.varName.global": string;
|
|
@@ -830,10 +850,6 @@ declare const _exports: {
|
|
|
830
850
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
831
851
|
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
832
852
|
"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
853
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
|
|
838
854
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
|
|
839
855
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
|
|
@@ -858,6 +874,8 @@ declare const _exports: {
|
|
|
858
874
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
859
875
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": string;
|
|
860
876
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": string;
|
|
877
|
+
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": string;
|
|
878
|
+
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.title": string;
|
|
861
879
|
"credentialEdit.credentialEdit.showError.loadCredential.title": string;
|
|
862
880
|
"credentialEdit.credentialEdit.showError.updateCredential.title": string;
|
|
863
881
|
"credentialEdit.credentialEdit.showMessage.title": string;
|
|
@@ -918,6 +936,12 @@ declare const _exports: {
|
|
|
918
936
|
"credentials.item.owner": string;
|
|
919
937
|
"credentials.item.readonly": string;
|
|
920
938
|
"credentials.item.needsSetup": string;
|
|
939
|
+
"credentials.dynamic.tooltip": string;
|
|
940
|
+
"credentials.dynamic.tooltipTitle": string;
|
|
941
|
+
"credentials.dynamic.badge": string;
|
|
942
|
+
"credentials.dynamic.warning.noResolver": string;
|
|
943
|
+
"credentials.dynamic.warning.noResolver.workflowSettings": string;
|
|
944
|
+
"credentials.dynamic.warning.noResolver.documentation": string;
|
|
921
945
|
"credentials.search.placeholder": string;
|
|
922
946
|
"credentials.filters.type": string;
|
|
923
947
|
"credentials.filters.setup": string;
|
|
@@ -983,6 +1007,39 @@ declare const _exports: {
|
|
|
983
1007
|
"experiments.personalizedTemplatesV3.loadingTemplates": string;
|
|
984
1008
|
"experiments.personalizedTemplatesV3.recommendationTooltip": string;
|
|
985
1009
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
1010
|
+
"experiments.resourceCenter.badge.noCredentials": string;
|
|
1011
|
+
"experiments.resourceCenter.badge.noSetup": string;
|
|
1012
|
+
"experiments.resourceCenter.courses.title": string;
|
|
1013
|
+
"experiments.resourceCenter.getInspired.title": string;
|
|
1014
|
+
"experiments.resourceCenter.gettingStarted.title": string;
|
|
1015
|
+
"experiments.resourceCenter.learnAnything.title": string;
|
|
1016
|
+
"experiments.resourceCenter.quickStart.title": string;
|
|
1017
|
+
"experiments.resourceCenter.seeMore": string;
|
|
1018
|
+
"experiments.resourceCenter.sidebar": string;
|
|
1019
|
+
"experiments.resourceCenter.sidebar.inspiration": string;
|
|
1020
|
+
"experiments.resourceCenter.templateCard.useNow": string;
|
|
1021
|
+
"experiments.resourceCenter.templatePreviews.title": string;
|
|
1022
|
+
"experiments.resourceCenter.title": string;
|
|
1023
|
+
"experiments.resourceCenter.viewAllTemplates": string;
|
|
1024
|
+
"experiments.resourceCenter.youtubeInspiration.title": string;
|
|
1025
|
+
"experiments.resourceCenter.youtubeLearn.title": string;
|
|
1026
|
+
"experiments.resourceCenter.getStarted.title": string;
|
|
1027
|
+
"experiments.resourceCenter.learnN8n.title": string;
|
|
1028
|
+
"experiments.resourceCenter.featuredVideos.title": string;
|
|
1029
|
+
"experiments.resourceCenter.quickTips.title": string;
|
|
1030
|
+
"experiments.resourceCenter.masterclass.title": string;
|
|
1031
|
+
"experiments.resourceCenter.learnTemplates.title": string;
|
|
1032
|
+
"experiments.resourceCenter.popularTemplates.title": string;
|
|
1033
|
+
"experiments.resourceCenter.automationIdeas.title": string;
|
|
1034
|
+
"experiments.resourceCenter.sandbox.easySetup": string;
|
|
1035
|
+
"experiments.resourceCenter.sandbox.easySetupWorkflow": string;
|
|
1036
|
+
"experiments.resourceCenter.sandbox.tryItNow": string;
|
|
1037
|
+
"experiments.resourceCenter.sandbox.nodes": string;
|
|
1038
|
+
"experiments.resourceCenter.course.hours": string;
|
|
1039
|
+
"experiments.resourceCenter.course.lessons": string;
|
|
1040
|
+
"experiments.resourceCenter.video.level": string;
|
|
1041
|
+
"experiments.resourceCenter.template.setupTime": string;
|
|
1042
|
+
"experiments.resourceCenter.tooltip.text": string;
|
|
986
1043
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
987
1044
|
error: string;
|
|
988
1045
|
"error.goBack": string;
|
|
@@ -1542,6 +1599,7 @@ declare const _exports: {
|
|
|
1542
1599
|
"node.enable": string;
|
|
1543
1600
|
"node.delete": string;
|
|
1544
1601
|
"node.add": string;
|
|
1602
|
+
"node.add-human-review-step": string;
|
|
1545
1603
|
"node.issues": string;
|
|
1546
1604
|
"node.install-to-use": string;
|
|
1547
1605
|
"node.dirty": string;
|
|
@@ -1561,6 +1619,8 @@ declare const _exports: {
|
|
|
1561
1619
|
"node.settings.retriesOnFailure": string;
|
|
1562
1620
|
"node.settings.executeOnce": string;
|
|
1563
1621
|
"node.settings.alwaysOutputData": string;
|
|
1622
|
+
"node.settings.dynamicCredentials": string;
|
|
1623
|
+
"node.settings.contextEstablishmentHooks": string;
|
|
1564
1624
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1565
1625
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1566
1626
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1614,10 +1674,12 @@ declare const _exports: {
|
|
|
1614
1674
|
"nodeCreator.subcategoryDescriptions.vectorStores": string;
|
|
1615
1675
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1616
1676
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1677
|
+
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1617
1678
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1618
1679
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1619
1680
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
1620
1681
|
"nodeCreator.subcategoryNames.appTriggerNodes": string;
|
|
1682
|
+
"nodeCreator.subcategoryNames.otherTools": string;
|
|
1621
1683
|
"nodeCreator.subcategoryNames.appRegularNodes": string;
|
|
1622
1684
|
"nodeCreator.subcategoryNames.dataTransformation": string;
|
|
1623
1685
|
"nodeCreator.subcategoryNames.files": string;
|
|
@@ -1762,6 +1824,7 @@ declare const _exports: {
|
|
|
1762
1824
|
"nodeSettings.executeButtonTooltip.times": string;
|
|
1763
1825
|
"nodeSettings.executeOnce.description": string;
|
|
1764
1826
|
"nodeSettings.executeOnce.displayName": string;
|
|
1827
|
+
"nodeSettings.dynamicCredentials.displayName": string;
|
|
1765
1828
|
"nodeSettings.maxTries.description": string;
|
|
1766
1829
|
"nodeSettings.maxTries.displayName": string;
|
|
1767
1830
|
"nodeSettings.noDescriptionFound": string;
|
|
@@ -2984,6 +3047,7 @@ declare const _exports: {
|
|
|
2984
3047
|
"tagsView.notBeingUsed": string;
|
|
2985
3048
|
"onboarding.title": string;
|
|
2986
3049
|
"template.buttons.goBackButton": string;
|
|
3050
|
+
"template.buttons.tryTemplate": string;
|
|
2987
3051
|
"template.buttons.useThisWorkflowButton": string;
|
|
2988
3052
|
"template.details.appsInTheCollection": string;
|
|
2989
3053
|
"template.details.appsInTheWorkflow": string;
|
|
@@ -3006,6 +3070,8 @@ declare const _exports: {
|
|
|
3006
3070
|
"templates.searchPlaceholder": string;
|
|
3007
3071
|
"templates.workflows": string;
|
|
3008
3072
|
"templates.workflowsNotFound": string;
|
|
3073
|
+
"templates.card.setupTime": string;
|
|
3074
|
+
"templates.card.verified": string;
|
|
3009
3075
|
"textEdit.edit": string;
|
|
3010
3076
|
"userActivity.daysAgo": string;
|
|
3011
3077
|
"userActivity.lastTime": string;
|
|
@@ -3367,6 +3433,9 @@ declare const _exports: {
|
|
|
3367
3433
|
"workflows.item.readonly": string;
|
|
3368
3434
|
"workflows.item.archived": string;
|
|
3369
3435
|
"workflows.item.availableInMCP": string;
|
|
3436
|
+
"workflows.dynamic.tooltip": string;
|
|
3437
|
+
"workflows.dynamic.tooltipTitle": string;
|
|
3438
|
+
"workflows.dynamic.resolverMissing": string;
|
|
3370
3439
|
"workflows.item.enableMCPAccess": string;
|
|
3371
3440
|
"workflows.item.disableMCPAccess": string;
|
|
3372
3441
|
"workflows.itemSuggestion.try": string;
|
|
@@ -3378,8 +3447,8 @@ declare const _exports: {
|
|
|
3378
3447
|
"workflows.templateRecoV2.loadingTemplates": string;
|
|
3379
3448
|
"workflows.templateRecoV2.useTemplate": string;
|
|
3380
3449
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3450
|
+
"templates.featured.loading": string;
|
|
3451
|
+
"templates.featured.seeMore": string;
|
|
3383
3452
|
"workflows.search.placeholder": string;
|
|
3384
3453
|
"workflows.filters": string;
|
|
3385
3454
|
"workflows.filters.tags": string;
|
|
@@ -3404,6 +3473,8 @@ declare const _exports: {
|
|
|
3404
3473
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
3405
3474
|
"workflows.empty.heading": string;
|
|
3406
3475
|
"workflows.empty.heading.userNotSetup": string;
|
|
3476
|
+
"workflows.empty.headingWithIcon": string;
|
|
3477
|
+
"workflows.empty.headingWithIcon.userNotSetup": string;
|
|
3407
3478
|
"workflows.empty.description": string;
|
|
3408
3479
|
"workflows.empty.description.readOnlyEnv": string;
|
|
3409
3480
|
"workflows.empty.description.noPermission": string;
|
|
@@ -4023,11 +4094,14 @@ declare const _exports: {
|
|
|
4023
4094
|
"assignment.dragToReorder": string;
|
|
4024
4095
|
"templateSetup.title": string;
|
|
4025
4096
|
"templateSetup.instructions": string;
|
|
4097
|
+
"templateSetup.instructions.builder": string;
|
|
4026
4098
|
"templateSetup.skip": string;
|
|
4027
4099
|
"templateSetup.continue.button": string;
|
|
4028
4100
|
"templateSetup.credential.description": string;
|
|
4101
|
+
"templateSetup.credential.description.builder": string;
|
|
4029
4102
|
"templateSetup.continue.button.fillRemaining": string;
|
|
4030
4103
|
"setupCredentialsModal.title": string;
|
|
4104
|
+
"setupCredentialsModal.title.builder": string;
|
|
4031
4105
|
"becomeCreator.text": string;
|
|
4032
4106
|
"becomeCreator.buttonText": string;
|
|
4033
4107
|
"becomeCreator.closeButtonTitle": string;
|
|
@@ -4169,6 +4243,9 @@ declare const _exports: {
|
|
|
4169
4243
|
"freeAi.credits.callout.claim.button.label": string;
|
|
4170
4244
|
"freeAi.credits.callout.success.title.part1": string;
|
|
4171
4245
|
"freeAi.credits.callout.success.title.part2": string;
|
|
4246
|
+
"freeAi.credits.callout.success.chatHub.beginning": string;
|
|
4247
|
+
"freeAi.credits.callout.success.chatHub.credits": string;
|
|
4248
|
+
"freeAi.credits.callout.success.chatHub.end": string;
|
|
4172
4249
|
"freeAi.credits.credentials.edit": string;
|
|
4173
4250
|
"freeAi.credits.showError.claim.title": string;
|
|
4174
4251
|
"freeAi.credits.showError.claim.message": string;
|
|
@@ -4246,6 +4323,10 @@ declare const _exports: {
|
|
|
4246
4323
|
"workflowDiff.newWorkflow": string;
|
|
4247
4324
|
"workflowDiff.newWorkflow.database": string;
|
|
4248
4325
|
"workflowDiff.newWorkflow.remote": string;
|
|
4326
|
+
"workflowDiff.label.before": string;
|
|
4327
|
+
"workflowDiff.label.after": string;
|
|
4328
|
+
"workflowDiff.waitingForData": string;
|
|
4329
|
+
"workflowDiff.error.loadNodeTypes": string;
|
|
4249
4330
|
"commandBar.placeholder": string;
|
|
4250
4331
|
"commandBar.noResults": string;
|
|
4251
4332
|
"commandBar.sections.recent": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -109,8 +109,12 @@ declare const _exports: {
|
|
|
109
109
|
"generic.unsavedWork.confirmMessage.message": string;
|
|
110
110
|
"generic.unsavedWork.confirmMessage.confirmButtonText": string;
|
|
111
111
|
"generic.unsavedWork.confirmMessage.cancelButtonText": string;
|
|
112
|
-
"generic.trial.message": string;
|
|
113
|
-
"generic.trial.
|
|
112
|
+
"generic.trial.message.days": string;
|
|
113
|
+
"generic.trial.message.hours": string;
|
|
114
|
+
"generic.trial.message.minutes": string;
|
|
115
|
+
"generic.trial.tooltip.days": string;
|
|
116
|
+
"generic.trial.tooltip.hours": string;
|
|
117
|
+
"generic.trial.tooltip.minutes": string;
|
|
114
118
|
"generic.upgrade": string;
|
|
115
119
|
"generic.upgradeNow": string;
|
|
116
120
|
"generic.update": string;
|
|
@@ -258,6 +262,7 @@ declare const _exports: {
|
|
|
258
262
|
"aiAssistant.builder.executeMessage.executionFailedOnNode": string;
|
|
259
263
|
"aiAssistant.builder.executeMessage.executionFailed": string;
|
|
260
264
|
"aiAssistant.builder.executeMessage.fillParameter": string;
|
|
265
|
+
"aiAssistant.builder.executeMessage.addMissingCredentials": string;
|
|
261
266
|
"aiAssistant.builder.toast.title": string;
|
|
262
267
|
"aiAssistant.builder.toast.description": string;
|
|
263
268
|
"aiAssistant.builder.restoreError.title": string;
|
|
@@ -302,7 +307,9 @@ declare const _exports: {
|
|
|
302
307
|
"banners.confirmEmail.toast.error.heading": string;
|
|
303
308
|
"banners.confirmEmail.toast.error.message": string;
|
|
304
309
|
"banners.nonProductionLicense.message": string;
|
|
305
|
-
"banners.trial.message": string;
|
|
310
|
+
"banners.trial.message.days": string;
|
|
311
|
+
"banners.trial.message.hours": string;
|
|
312
|
+
"banners.trial.message.minutes": string;
|
|
306
313
|
"banners.trialOver.message": string;
|
|
307
314
|
"banners.v1.message": string;
|
|
308
315
|
"banners.workflowAutoDeactivated.message": string;
|
|
@@ -397,6 +404,18 @@ declare const _exports: {
|
|
|
397
404
|
"chatHub.personalAgents.empty.noMatch": string;
|
|
398
405
|
"chatHub.chat.greeting": string;
|
|
399
406
|
"chatHub.chat.greeting.fallback": string;
|
|
407
|
+
"chatHub.welcome.header": string;
|
|
408
|
+
"chatHub.welcome.subtitle": string;
|
|
409
|
+
"chatHub.welcome.card.workflowAgents.title": string;
|
|
410
|
+
"chatHub.welcome.card.workflowAgents.description": string;
|
|
411
|
+
"chatHub.welcome.card.personalAgents.title": string;
|
|
412
|
+
"chatHub.welcome.card.personalAgents.description": string;
|
|
413
|
+
"chatHub.welcome.card.baseModels.title": string;
|
|
414
|
+
"chatHub.welcome.card.baseModels.description": string;
|
|
415
|
+
"chatHub.welcome.button.startNewChat": string;
|
|
416
|
+
"chatHub.welcome.button.inviteChatUsers": string;
|
|
417
|
+
"chatHub.welcome.inviteUpgrade.tooltip": string;
|
|
418
|
+
"chatHub.welcome.inviteUpgrade.here": string;
|
|
400
419
|
"chatHub.chat.dropOverlay": string;
|
|
401
420
|
"chatHub.chat.scrollToBottom": string;
|
|
402
421
|
"chatHub.chat.header.button.editAgent": string;
|
|
@@ -550,6 +569,7 @@ declare const _exports: {
|
|
|
550
569
|
"codeNodeEditor.completer.$prevNode.runIndex": string;
|
|
551
570
|
"codeNodeEditor.completer.$runIndex": string;
|
|
552
571
|
"codeNodeEditor.completer.$nodeVersion": string;
|
|
572
|
+
"codeNodeEditor.completer.$tool": string;
|
|
553
573
|
"codeNodeEditor.completer.$today": string;
|
|
554
574
|
"codeNodeEditor.completer.$vars": string;
|
|
555
575
|
"codeNodeEditor.completer.$vars.varName.global": string;
|
|
@@ -830,10 +850,6 @@ declare const _exports: {
|
|
|
830
850
|
"credentialEdit.credentialConfig.externalSecrets.moreInfo": string;
|
|
831
851
|
"credentialEdit.credentialConfig.dynamicCredentials.title": string;
|
|
832
852
|
"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
853
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": string;
|
|
838
854
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": string;
|
|
839
855
|
"credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": string;
|
|
@@ -858,6 +874,8 @@ declare const _exports: {
|
|
|
858
874
|
"credentialEdit.credentialEdit.showError.deleteCredential.title": string;
|
|
859
875
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": string;
|
|
860
876
|
"credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": string;
|
|
877
|
+
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": string;
|
|
878
|
+
"credentialEdit.credentialEdit.showError.invalidOAuthUrl.title": string;
|
|
861
879
|
"credentialEdit.credentialEdit.showError.loadCredential.title": string;
|
|
862
880
|
"credentialEdit.credentialEdit.showError.updateCredential.title": string;
|
|
863
881
|
"credentialEdit.credentialEdit.showMessage.title": string;
|
|
@@ -918,6 +936,12 @@ declare const _exports: {
|
|
|
918
936
|
"credentials.item.owner": string;
|
|
919
937
|
"credentials.item.readonly": string;
|
|
920
938
|
"credentials.item.needsSetup": string;
|
|
939
|
+
"credentials.dynamic.tooltip": string;
|
|
940
|
+
"credentials.dynamic.tooltipTitle": string;
|
|
941
|
+
"credentials.dynamic.badge": string;
|
|
942
|
+
"credentials.dynamic.warning.noResolver": string;
|
|
943
|
+
"credentials.dynamic.warning.noResolver.workflowSettings": string;
|
|
944
|
+
"credentials.dynamic.warning.noResolver.documentation": string;
|
|
921
945
|
"credentials.search.placeholder": string;
|
|
922
946
|
"credentials.filters.type": string;
|
|
923
947
|
"credentials.filters.setup": string;
|
|
@@ -983,6 +1007,39 @@ declare const _exports: {
|
|
|
983
1007
|
"experiments.personalizedTemplatesV3.loadingTemplates": string;
|
|
984
1008
|
"experiments.personalizedTemplatesV3.recommendationTooltip": string;
|
|
985
1009
|
"experiments.personalizedTemplatesV3.recommendedForYou": string;
|
|
1010
|
+
"experiments.resourceCenter.badge.noCredentials": string;
|
|
1011
|
+
"experiments.resourceCenter.badge.noSetup": string;
|
|
1012
|
+
"experiments.resourceCenter.courses.title": string;
|
|
1013
|
+
"experiments.resourceCenter.getInspired.title": string;
|
|
1014
|
+
"experiments.resourceCenter.gettingStarted.title": string;
|
|
1015
|
+
"experiments.resourceCenter.learnAnything.title": string;
|
|
1016
|
+
"experiments.resourceCenter.quickStart.title": string;
|
|
1017
|
+
"experiments.resourceCenter.seeMore": string;
|
|
1018
|
+
"experiments.resourceCenter.sidebar": string;
|
|
1019
|
+
"experiments.resourceCenter.sidebar.inspiration": string;
|
|
1020
|
+
"experiments.resourceCenter.templateCard.useNow": string;
|
|
1021
|
+
"experiments.resourceCenter.templatePreviews.title": string;
|
|
1022
|
+
"experiments.resourceCenter.title": string;
|
|
1023
|
+
"experiments.resourceCenter.viewAllTemplates": string;
|
|
1024
|
+
"experiments.resourceCenter.youtubeInspiration.title": string;
|
|
1025
|
+
"experiments.resourceCenter.youtubeLearn.title": string;
|
|
1026
|
+
"experiments.resourceCenter.getStarted.title": string;
|
|
1027
|
+
"experiments.resourceCenter.learnN8n.title": string;
|
|
1028
|
+
"experiments.resourceCenter.featuredVideos.title": string;
|
|
1029
|
+
"experiments.resourceCenter.quickTips.title": string;
|
|
1030
|
+
"experiments.resourceCenter.masterclass.title": string;
|
|
1031
|
+
"experiments.resourceCenter.learnTemplates.title": string;
|
|
1032
|
+
"experiments.resourceCenter.popularTemplates.title": string;
|
|
1033
|
+
"experiments.resourceCenter.automationIdeas.title": string;
|
|
1034
|
+
"experiments.resourceCenter.sandbox.easySetup": string;
|
|
1035
|
+
"experiments.resourceCenter.sandbox.easySetupWorkflow": string;
|
|
1036
|
+
"experiments.resourceCenter.sandbox.tryItNow": string;
|
|
1037
|
+
"experiments.resourceCenter.sandbox.nodes": string;
|
|
1038
|
+
"experiments.resourceCenter.course.hours": string;
|
|
1039
|
+
"experiments.resourceCenter.course.lessons": string;
|
|
1040
|
+
"experiments.resourceCenter.video.level": string;
|
|
1041
|
+
"experiments.resourceCenter.template.setupTime": string;
|
|
1042
|
+
"experiments.resourceCenter.tooltip.text": string;
|
|
986
1043
|
"experiments.templatesDataQuality.modalTitle": string;
|
|
987
1044
|
error: string;
|
|
988
1045
|
"error.goBack": string;
|
|
@@ -1542,6 +1599,7 @@ declare const _exports: {
|
|
|
1542
1599
|
"node.enable": string;
|
|
1543
1600
|
"node.delete": string;
|
|
1544
1601
|
"node.add": string;
|
|
1602
|
+
"node.add-human-review-step": string;
|
|
1545
1603
|
"node.issues": string;
|
|
1546
1604
|
"node.install-to-use": string;
|
|
1547
1605
|
"node.dirty": string;
|
|
@@ -1561,6 +1619,8 @@ declare const _exports: {
|
|
|
1561
1619
|
"node.settings.retriesOnFailure": string;
|
|
1562
1620
|
"node.settings.executeOnce": string;
|
|
1563
1621
|
"node.settings.alwaysOutputData": string;
|
|
1622
|
+
"node.settings.dynamicCredentials": string;
|
|
1623
|
+
"node.settings.contextEstablishmentHooks": string;
|
|
1564
1624
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1565
1625
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1566
1626
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1614,10 +1674,12 @@ declare const _exports: {
|
|
|
1614
1674
|
"nodeCreator.subcategoryDescriptions.vectorStores": string;
|
|
1615
1675
|
"nodeCreator.subcategoryDescriptions.miscellaneous": string;
|
|
1616
1676
|
"nodeCreator.subcategoryDescriptions.humanInTheLoop": string;
|
|
1677
|
+
"nodeCreator.subcategoryDescriptions.otherTools": string;
|
|
1617
1678
|
"nodeCreator.subcategoryInfos.languageModels": string;
|
|
1618
1679
|
"nodeCreator.subcategoryInfos.memory": string;
|
|
1619
1680
|
"nodeCreator.subcategoryInfos.vectorStores": string;
|
|
1620
1681
|
"nodeCreator.subcategoryNames.appTriggerNodes": string;
|
|
1682
|
+
"nodeCreator.subcategoryNames.otherTools": string;
|
|
1621
1683
|
"nodeCreator.subcategoryNames.appRegularNodes": string;
|
|
1622
1684
|
"nodeCreator.subcategoryNames.dataTransformation": string;
|
|
1623
1685
|
"nodeCreator.subcategoryNames.files": string;
|
|
@@ -1762,6 +1824,7 @@ declare const _exports: {
|
|
|
1762
1824
|
"nodeSettings.executeButtonTooltip.times": string;
|
|
1763
1825
|
"nodeSettings.executeOnce.description": string;
|
|
1764
1826
|
"nodeSettings.executeOnce.displayName": string;
|
|
1827
|
+
"nodeSettings.dynamicCredentials.displayName": string;
|
|
1765
1828
|
"nodeSettings.maxTries.description": string;
|
|
1766
1829
|
"nodeSettings.maxTries.displayName": string;
|
|
1767
1830
|
"nodeSettings.noDescriptionFound": string;
|
|
@@ -2984,6 +3047,7 @@ declare const _exports: {
|
|
|
2984
3047
|
"tagsView.notBeingUsed": string;
|
|
2985
3048
|
"onboarding.title": string;
|
|
2986
3049
|
"template.buttons.goBackButton": string;
|
|
3050
|
+
"template.buttons.tryTemplate": string;
|
|
2987
3051
|
"template.buttons.useThisWorkflowButton": string;
|
|
2988
3052
|
"template.details.appsInTheCollection": string;
|
|
2989
3053
|
"template.details.appsInTheWorkflow": string;
|
|
@@ -3006,6 +3070,8 @@ declare const _exports: {
|
|
|
3006
3070
|
"templates.searchPlaceholder": string;
|
|
3007
3071
|
"templates.workflows": string;
|
|
3008
3072
|
"templates.workflowsNotFound": string;
|
|
3073
|
+
"templates.card.setupTime": string;
|
|
3074
|
+
"templates.card.verified": string;
|
|
3009
3075
|
"textEdit.edit": string;
|
|
3010
3076
|
"userActivity.daysAgo": string;
|
|
3011
3077
|
"userActivity.lastTime": string;
|
|
@@ -3367,6 +3433,9 @@ declare const _exports: {
|
|
|
3367
3433
|
"workflows.item.readonly": string;
|
|
3368
3434
|
"workflows.item.archived": string;
|
|
3369
3435
|
"workflows.item.availableInMCP": string;
|
|
3436
|
+
"workflows.dynamic.tooltip": string;
|
|
3437
|
+
"workflows.dynamic.tooltipTitle": string;
|
|
3438
|
+
"workflows.dynamic.resolverMissing": string;
|
|
3370
3439
|
"workflows.item.enableMCPAccess": string;
|
|
3371
3440
|
"workflows.item.disableMCPAccess": string;
|
|
3372
3441
|
"workflows.itemSuggestion.try": string;
|
|
@@ -3378,8 +3447,8 @@ declare const _exports: {
|
|
|
3378
3447
|
"workflows.templateRecoV2.loadingTemplates": string;
|
|
3379
3448
|
"workflows.templateRecoV2.useTemplate": string;
|
|
3380
3449
|
"workflows.templateRecoV2.exploreTemplates": string;
|
|
3381
|
-
"
|
|
3382
|
-
"
|
|
3450
|
+
"templates.featured.loading": string;
|
|
3451
|
+
"templates.featured.seeMore": string;
|
|
3383
3452
|
"workflows.search.placeholder": string;
|
|
3384
3453
|
"workflows.filters": string;
|
|
3385
3454
|
"workflows.filters.tags": string;
|
|
@@ -3404,6 +3473,8 @@ declare const _exports: {
|
|
|
3404
3473
|
"workflows.noResults.withSearch.switchToShared.link": string;
|
|
3405
3474
|
"workflows.empty.heading": string;
|
|
3406
3475
|
"workflows.empty.heading.userNotSetup": string;
|
|
3476
|
+
"workflows.empty.headingWithIcon": string;
|
|
3477
|
+
"workflows.empty.headingWithIcon.userNotSetup": string;
|
|
3407
3478
|
"workflows.empty.description": string;
|
|
3408
3479
|
"workflows.empty.description.readOnlyEnv": string;
|
|
3409
3480
|
"workflows.empty.description.noPermission": string;
|
|
@@ -4023,11 +4094,14 @@ declare const _exports: {
|
|
|
4023
4094
|
"assignment.dragToReorder": string;
|
|
4024
4095
|
"templateSetup.title": string;
|
|
4025
4096
|
"templateSetup.instructions": string;
|
|
4097
|
+
"templateSetup.instructions.builder": string;
|
|
4026
4098
|
"templateSetup.skip": string;
|
|
4027
4099
|
"templateSetup.continue.button": string;
|
|
4028
4100
|
"templateSetup.credential.description": string;
|
|
4101
|
+
"templateSetup.credential.description.builder": string;
|
|
4029
4102
|
"templateSetup.continue.button.fillRemaining": string;
|
|
4030
4103
|
"setupCredentialsModal.title": string;
|
|
4104
|
+
"setupCredentialsModal.title.builder": string;
|
|
4031
4105
|
"becomeCreator.text": string;
|
|
4032
4106
|
"becomeCreator.buttonText": string;
|
|
4033
4107
|
"becomeCreator.closeButtonTitle": string;
|
|
@@ -4169,6 +4243,9 @@ declare const _exports: {
|
|
|
4169
4243
|
"freeAi.credits.callout.claim.button.label": string;
|
|
4170
4244
|
"freeAi.credits.callout.success.title.part1": string;
|
|
4171
4245
|
"freeAi.credits.callout.success.title.part2": string;
|
|
4246
|
+
"freeAi.credits.callout.success.chatHub.beginning": string;
|
|
4247
|
+
"freeAi.credits.callout.success.chatHub.credits": string;
|
|
4248
|
+
"freeAi.credits.callout.success.chatHub.end": string;
|
|
4172
4249
|
"freeAi.credits.credentials.edit": string;
|
|
4173
4250
|
"freeAi.credits.showError.claim.title": string;
|
|
4174
4251
|
"freeAi.credits.showError.claim.message": string;
|
|
@@ -4246,6 +4323,10 @@ declare const _exports: {
|
|
|
4246
4323
|
"workflowDiff.newWorkflow": string;
|
|
4247
4324
|
"workflowDiff.newWorkflow.database": string;
|
|
4248
4325
|
"workflowDiff.newWorkflow.remote": string;
|
|
4326
|
+
"workflowDiff.label.before": string;
|
|
4327
|
+
"workflowDiff.label.after": string;
|
|
4328
|
+
"workflowDiff.waitingForData": string;
|
|
4329
|
+
"workflowDiff.error.loadNodeTypes": string;
|
|
4249
4330
|
"commandBar.placeholder": string;
|
|
4250
4331
|
"commandBar.noResults": string;
|
|
4251
4332
|
"commandBar.sections.recent": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.6.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.6.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/eslint-config": "0.0.1",
|
|
43
|
-
"@n8n/
|
|
44
|
-
"@n8n/
|
|
43
|
+
"@n8n/vitest-config": "1.6.0",
|
|
44
|
+
"@n8n/typescript-config": "1.3.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|