@n8n/i18n 2.6.1 → 2.7.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 +83 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +83 -7
- package/dist/index.d.mts +83 -7
- package/dist/index.mjs +83 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +83 -7
- package/dist/types2.d.mts +83 -7
- package/package.json +4 -4
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;
|
|
@@ -231,6 +233,8 @@ declare const _exports: {
|
|
|
231
233
|
"aiAssistant.assistant": string;
|
|
232
234
|
"aiAssistant.tabs.ask": string;
|
|
233
235
|
"aiAssistant.tabs.build": string;
|
|
236
|
+
"aiAssistant.reducedHelp.chat.notice": string;
|
|
237
|
+
"aiAssistant.tabs.builder.disabled.tooltip": string;
|
|
234
238
|
"aiAssistant.builder.mode": string;
|
|
235
239
|
"aiAssistant.builder.placeholder": string;
|
|
236
240
|
"aiAssistant.builder.assistantPlaceholder": string;
|
|
@@ -578,6 +582,10 @@ declare const _exports: {
|
|
|
578
582
|
"codeNodeEditor.completer.$secrets": string;
|
|
579
583
|
"codeNodeEditor.completer.$secrets.provider": string;
|
|
580
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;
|
|
581
589
|
"codeNodeEditor.completer.$workflow": string;
|
|
582
590
|
"codeNodeEditor.completer.$workflow.active": string;
|
|
583
591
|
"codeNodeEditor.completer.$workflow.id": string;
|
|
@@ -1075,6 +1083,15 @@ declare const _exports: {
|
|
|
1075
1083
|
"executionDetails.runningMessage": string;
|
|
1076
1084
|
"executionDetails.startingSoon": string;
|
|
1077
1085
|
"executionDetails.workflow": string;
|
|
1086
|
+
"emptyStateBuilderPrompt.subtitle": string;
|
|
1087
|
+
"emptyStateBuilderPrompt.buildWorkflow": string;
|
|
1088
|
+
"emptyStateBuilderPrompt.orStartWith": string;
|
|
1089
|
+
"emptyStateBuilderPrompt.fromScratch": string;
|
|
1090
|
+
"emptyStateBuilderPrompt.fromScratchTooltip": string;
|
|
1091
|
+
"emptyStateBuilderPrompt.template": string;
|
|
1092
|
+
"emptyStateBuilderPrompt.templateTooltip": string;
|
|
1093
|
+
"emptyStateBuilderPrompt.importFromFile": string;
|
|
1094
|
+
"emptyStateBuilderPrompt.importFromFileTooltip": string;
|
|
1078
1095
|
"executionsLandingPage.emptyState.noTrigger.heading": string;
|
|
1079
1096
|
"executionsLandingPage.emptyState.noTrigger.buttonText": string;
|
|
1080
1097
|
"executionsLandingPage.clickExecutionMessage": string;
|
|
@@ -1585,6 +1602,8 @@ declare const _exports: {
|
|
|
1585
1602
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1586
1603
|
"ndv.binaryData.combinedTooltip": string;
|
|
1587
1604
|
"ndv.binaryData.separateTooltip": string;
|
|
1605
|
+
"network.error.message": string;
|
|
1606
|
+
"network.error.tooltip": string;
|
|
1588
1607
|
"noTagsView.createTag": string;
|
|
1589
1608
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1590
1609
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -2164,9 +2183,8 @@ declare const _exports: {
|
|
|
2164
2183
|
"personalizationModal.registerEmailForTrial.error": string;
|
|
2165
2184
|
"pushConnection.nodeExecutedSuccessfully": string;
|
|
2166
2185
|
"pushConnection.workflowExecutedSuccessfully": string;
|
|
2167
|
-
"
|
|
2168
|
-
"
|
|
2169
|
-
"pushConnectionTracker.connectionLost.message": string;
|
|
2186
|
+
"pushConnection.error.message": string;
|
|
2187
|
+
"pushConnection.error.tooltip": string;
|
|
2170
2188
|
"pushConnection.pollingNode.dataNotFound": string;
|
|
2171
2189
|
"pushConnection.pollingNode.dataNotFound.message": string;
|
|
2172
2190
|
"pushConnection.executionFailed": string;
|
|
@@ -2822,6 +2840,7 @@ declare const _exports: {
|
|
|
2822
2840
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2823
2841
|
"settings.externalSecrets.card.setUp": string;
|
|
2824
2842
|
"settings.externalSecrets.card.deprecated": string;
|
|
2843
|
+
"settings.externalSecrets.card.secretCount": string;
|
|
2825
2844
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2826
2845
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2827
2846
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -2851,6 +2870,27 @@ declare const _exports: {
|
|
|
2851
2870
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": string;
|
|
2852
2871
|
"settings.externalSecrets.docs": string;
|
|
2853
2872
|
"settings.externalSecrets.docs.use": string;
|
|
2873
|
+
"settings.secretsProviderConnections.title": string;
|
|
2874
|
+
"settings.secretsProviderConnections.emptyState.heading": string;
|
|
2875
|
+
"settings.secretsProviderConnections.emptyState.description": string;
|
|
2876
|
+
"settings.secretsProviderConnections.buttons.addSecretsStore": string;
|
|
2877
|
+
"settings.secretsProviderConnections.description": string;
|
|
2878
|
+
"settings.secretsProviderConnections.card.createdAt": string;
|
|
2879
|
+
"settings.secretsProviderConnections.modal.items.connection": string;
|
|
2880
|
+
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
2881
|
+
"settings.secretsProviderConnections.modal.providerType": string;
|
|
2882
|
+
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
2883
|
+
"settings.secretsProviderConnections.modal.saving": string;
|
|
2884
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
2885
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
2886
|
+
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
2887
|
+
"settings.secretsProviderConnections.modal.testConnection.success.reference": string;
|
|
2888
|
+
"settings.secretsProviderConnections.modal.testConnection.error": string;
|
|
2889
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.required": string;
|
|
2890
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.format": string;
|
|
2891
|
+
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
2892
|
+
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
2893
|
+
"settings.secretsProviderConnections.state.disconnected": string;
|
|
2854
2894
|
"settings.sourceControl.title": string;
|
|
2855
2895
|
"settings.sourceControl.actionBox.title": string;
|
|
2856
2896
|
"settings.sourceControl.actionBox.description": string;
|
|
@@ -2927,8 +2967,25 @@ declare const _exports: {
|
|
|
2927
2967
|
"settings.sourceControl.modals.pull.title": string;
|
|
2928
2968
|
"settings.sourceControl.modals.pull.description": string;
|
|
2929
2969
|
"settings.sourceControl.modals.pull.description.learnMore": string;
|
|
2970
|
+
"settings.sourceControl.modals.pull.autoPublish.title": string;
|
|
2971
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off": string;
|
|
2972
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off.description": string;
|
|
2973
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published": string;
|
|
2974
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published.description": string;
|
|
2975
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on": string;
|
|
2976
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on.description": string;
|
|
2977
|
+
"settings.sourceControl.modals.pull.autoPublishing": string;
|
|
2978
|
+
"settings.sourceControl.modals.pull.willBeArchived": string;
|
|
2930
2979
|
"settings.sourceControl.modals.pull.buttons.cancel": string;
|
|
2931
2980
|
"settings.sourceControl.modals.pull.buttons.save": string;
|
|
2981
|
+
"settings.sourceControl.modals.pull.buttons.pull": string;
|
|
2982
|
+
"settings.sourceControl.modals.pullResult.title": string;
|
|
2983
|
+
"settings.sourceControl.modals.pullResult.tabs.failed": string;
|
|
2984
|
+
"settings.sourceControl.modals.pullResult.tabs.published": string;
|
|
2985
|
+
"settings.sourceControl.modals.pullResult.noWorkflows": string;
|
|
2986
|
+
"settings.sourceControl.modals.pullResult.itemCount": string;
|
|
2987
|
+
"settings.sourceControl.modals.pullResult.tableHeader.title": string;
|
|
2988
|
+
"settings.sourceControl.modals.pullResult.buttons.close": string;
|
|
2932
2989
|
"settings.sourceControl.modals.disconnect.title": string;
|
|
2933
2990
|
"settings.sourceControl.modals.disconnect.message": string;
|
|
2934
2991
|
"settings.sourceControl.modals.disconnect.confirm": string;
|
|
@@ -3412,6 +3469,8 @@ declare const _exports: {
|
|
|
3412
3469
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3413
3470
|
"workflowHistory.button.tooltip.empty": string;
|
|
3414
3471
|
"workflowHistory.button.tooltip": string;
|
|
3472
|
+
"workflowHistory.button.tooltip.scheduled": string;
|
|
3473
|
+
"workflowHistory.button.tooltip.saving": string;
|
|
3415
3474
|
"workflowHistory.group.unnamedVersions": string;
|
|
3416
3475
|
"workflowHistory.publishModal.title": string;
|
|
3417
3476
|
"workflows.heading": string;
|
|
@@ -3475,6 +3534,8 @@ declare const _exports: {
|
|
|
3475
3534
|
"workflows.empty.heading.userNotSetup": string;
|
|
3476
3535
|
"workflows.empty.headingWithIcon": string;
|
|
3477
3536
|
"workflows.empty.headingWithIcon.userNotSetup": string;
|
|
3537
|
+
"workflows.empty.heading.builder": string;
|
|
3538
|
+
"workflows.empty.heading.builder.userNotSetup": string;
|
|
3478
3539
|
"workflows.empty.description": string;
|
|
3479
3540
|
"workflows.empty.description.readOnlyEnv": string;
|
|
3480
3541
|
"workflows.empty.description.noPermission": string;
|
|
@@ -3484,6 +3545,7 @@ declare const _exports: {
|
|
|
3484
3545
|
"workflows.empty.learnN8n": string;
|
|
3485
3546
|
"workflows.empty.button.disabled.tooltip": string;
|
|
3486
3547
|
"workflows.empty.easyAI": string;
|
|
3548
|
+
"workflows.empty.tryAiWorkflow": string;
|
|
3487
3549
|
"workflows.empty.shared-with-me": string;
|
|
3488
3550
|
"workflows.empty.shared-with-me.link": string;
|
|
3489
3551
|
"workflows.empty.readyToRun": string;
|
|
@@ -3517,10 +3579,6 @@ declare const _exports: {
|
|
|
3517
3579
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3518
3580
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3519
3581
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
3520
|
-
"workflows.create.personal.toast.title": string;
|
|
3521
|
-
"workflows.create.project.toast.title": string;
|
|
3522
|
-
"workflows.create.folder.toast.title": string;
|
|
3523
|
-
"workflows.create.project.toast.text": string;
|
|
3524
3582
|
"workflows.autodeactivated": string;
|
|
3525
3583
|
"workflows.ai.starter.collection.callout": string;
|
|
3526
3584
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -3716,6 +3774,23 @@ declare const _exports: {
|
|
|
3716
3774
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3717
3775
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3718
3776
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3777
|
+
"settings.ai": string;
|
|
3778
|
+
"settings.ai.description.both": string;
|
|
3779
|
+
"settings.ai.description.assistantOnly": string;
|
|
3780
|
+
"settings.ai.description.askAiOnly": string;
|
|
3781
|
+
"settings.ai.button.tooltip": string;
|
|
3782
|
+
"settings.ai.allowSendingSchema.label": string;
|
|
3783
|
+
"settings.ai.allowSendingSchema.description": string;
|
|
3784
|
+
"settings.ai.allowSendingParameterValues.label": string;
|
|
3785
|
+
"settings.ai.allowSendingParameterValues.description": string;
|
|
3786
|
+
"settings.ai.privacyNote.heading": string;
|
|
3787
|
+
"settings.ai.privacyNote.content": string;
|
|
3788
|
+
"settings.ai.updated.success": string;
|
|
3789
|
+
"settings.ai.updated.error": string;
|
|
3790
|
+
"settings.ai.confirm.title": string;
|
|
3791
|
+
"settings.ai.confirm.message.builderDisabled": string;
|
|
3792
|
+
"settings.ai.confirm.message.builderEnabled": string;
|
|
3793
|
+
"settings.ai.confirm.confirmButtonText": string;
|
|
3719
3794
|
"dataTable.search.dateSearchInfo": string;
|
|
3720
3795
|
"dataTable.cell.oversized": string;
|
|
3721
3796
|
"dataTable.cell.oversized.tooltip": string;
|
|
@@ -3919,6 +3994,7 @@ declare const _exports: {
|
|
|
3919
3994
|
"projects.settings.member.removed.title": string;
|
|
3920
3995
|
"projects.settings.member.remove.error.title": string;
|
|
3921
3996
|
"projects.settings.member.added.title": string;
|
|
3997
|
+
"projects.settings.users.search.error": string;
|
|
3922
3998
|
"projects.sharing.allUsers": string;
|
|
3923
3999
|
"projects.sharing.noMatchingProjects": string;
|
|
3924
4000
|
"projects.sharing.noMatchingUsers": string;
|
package/dist/types2.d.mts
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;
|
|
@@ -231,6 +233,8 @@ declare const _exports: {
|
|
|
231
233
|
"aiAssistant.assistant": string;
|
|
232
234
|
"aiAssistant.tabs.ask": string;
|
|
233
235
|
"aiAssistant.tabs.build": string;
|
|
236
|
+
"aiAssistant.reducedHelp.chat.notice": string;
|
|
237
|
+
"aiAssistant.tabs.builder.disabled.tooltip": string;
|
|
234
238
|
"aiAssistant.builder.mode": string;
|
|
235
239
|
"aiAssistant.builder.placeholder": string;
|
|
236
240
|
"aiAssistant.builder.assistantPlaceholder": string;
|
|
@@ -578,6 +582,10 @@ declare const _exports: {
|
|
|
578
582
|
"codeNodeEditor.completer.$secrets": string;
|
|
579
583
|
"codeNodeEditor.completer.$secrets.provider": string;
|
|
580
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;
|
|
581
589
|
"codeNodeEditor.completer.$workflow": string;
|
|
582
590
|
"codeNodeEditor.completer.$workflow.active": string;
|
|
583
591
|
"codeNodeEditor.completer.$workflow.id": string;
|
|
@@ -1075,6 +1083,15 @@ declare const _exports: {
|
|
|
1075
1083
|
"executionDetails.runningMessage": string;
|
|
1076
1084
|
"executionDetails.startingSoon": string;
|
|
1077
1085
|
"executionDetails.workflow": string;
|
|
1086
|
+
"emptyStateBuilderPrompt.subtitle": string;
|
|
1087
|
+
"emptyStateBuilderPrompt.buildWorkflow": string;
|
|
1088
|
+
"emptyStateBuilderPrompt.orStartWith": string;
|
|
1089
|
+
"emptyStateBuilderPrompt.fromScratch": string;
|
|
1090
|
+
"emptyStateBuilderPrompt.fromScratchTooltip": string;
|
|
1091
|
+
"emptyStateBuilderPrompt.template": string;
|
|
1092
|
+
"emptyStateBuilderPrompt.templateTooltip": string;
|
|
1093
|
+
"emptyStateBuilderPrompt.importFromFile": string;
|
|
1094
|
+
"emptyStateBuilderPrompt.importFromFileTooltip": string;
|
|
1078
1095
|
"executionsLandingPage.emptyState.noTrigger.heading": string;
|
|
1079
1096
|
"executionsLandingPage.emptyState.noTrigger.buttonText": string;
|
|
1080
1097
|
"executionsLandingPage.clickExecutionMessage": string;
|
|
@@ -1585,6 +1602,8 @@ declare const _exports: {
|
|
|
1585
1602
|
"ndv.httpRequest.credentialOnly.docsNotice": string;
|
|
1586
1603
|
"ndv.binaryData.combinedTooltip": string;
|
|
1587
1604
|
"ndv.binaryData.separateTooltip": string;
|
|
1605
|
+
"network.error.message": string;
|
|
1606
|
+
"network.error.tooltip": string;
|
|
1588
1607
|
"noTagsView.createTag": string;
|
|
1589
1608
|
"noTagsView.readyToOrganizeYourWorkflows": string;
|
|
1590
1609
|
"noTagsView.withWorkflowTagsYouReFree": string;
|
|
@@ -2164,9 +2183,8 @@ declare const _exports: {
|
|
|
2164
2183
|
"personalizationModal.registerEmailForTrial.error": string;
|
|
2165
2184
|
"pushConnection.nodeExecutedSuccessfully": string;
|
|
2166
2185
|
"pushConnection.workflowExecutedSuccessfully": string;
|
|
2167
|
-
"
|
|
2168
|
-
"
|
|
2169
|
-
"pushConnectionTracker.connectionLost.message": string;
|
|
2186
|
+
"pushConnection.error.message": string;
|
|
2187
|
+
"pushConnection.error.tooltip": string;
|
|
2170
2188
|
"pushConnection.pollingNode.dataNotFound": string;
|
|
2171
2189
|
"pushConnection.pollingNode.dataNotFound.message": string;
|
|
2172
2190
|
"pushConnection.executionFailed": string;
|
|
@@ -2822,6 +2840,7 @@ declare const _exports: {
|
|
|
2822
2840
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2823
2841
|
"settings.externalSecrets.card.setUp": string;
|
|
2824
2842
|
"settings.externalSecrets.card.deprecated": string;
|
|
2843
|
+
"settings.externalSecrets.card.secretCount": string;
|
|
2825
2844
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2826
2845
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2827
2846
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -2851,6 +2870,27 @@ declare const _exports: {
|
|
|
2851
2870
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": string;
|
|
2852
2871
|
"settings.externalSecrets.docs": string;
|
|
2853
2872
|
"settings.externalSecrets.docs.use": string;
|
|
2873
|
+
"settings.secretsProviderConnections.title": string;
|
|
2874
|
+
"settings.secretsProviderConnections.emptyState.heading": string;
|
|
2875
|
+
"settings.secretsProviderConnections.emptyState.description": string;
|
|
2876
|
+
"settings.secretsProviderConnections.buttons.addSecretsStore": string;
|
|
2877
|
+
"settings.secretsProviderConnections.description": string;
|
|
2878
|
+
"settings.secretsProviderConnections.card.createdAt": string;
|
|
2879
|
+
"settings.secretsProviderConnections.modal.items.connection": string;
|
|
2880
|
+
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
2881
|
+
"settings.secretsProviderConnections.modal.providerType": string;
|
|
2882
|
+
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
2883
|
+
"settings.secretsProviderConnections.modal.saving": string;
|
|
2884
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
2885
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
2886
|
+
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
2887
|
+
"settings.secretsProviderConnections.modal.testConnection.success.reference": string;
|
|
2888
|
+
"settings.secretsProviderConnections.modal.testConnection.error": string;
|
|
2889
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.required": string;
|
|
2890
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.format": string;
|
|
2891
|
+
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
2892
|
+
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
2893
|
+
"settings.secretsProviderConnections.state.disconnected": string;
|
|
2854
2894
|
"settings.sourceControl.title": string;
|
|
2855
2895
|
"settings.sourceControl.actionBox.title": string;
|
|
2856
2896
|
"settings.sourceControl.actionBox.description": string;
|
|
@@ -2927,8 +2967,25 @@ declare const _exports: {
|
|
|
2927
2967
|
"settings.sourceControl.modals.pull.title": string;
|
|
2928
2968
|
"settings.sourceControl.modals.pull.description": string;
|
|
2929
2969
|
"settings.sourceControl.modals.pull.description.learnMore": string;
|
|
2970
|
+
"settings.sourceControl.modals.pull.autoPublish.title": string;
|
|
2971
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off": string;
|
|
2972
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off.description": string;
|
|
2973
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published": string;
|
|
2974
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published.description": string;
|
|
2975
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on": string;
|
|
2976
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on.description": string;
|
|
2977
|
+
"settings.sourceControl.modals.pull.autoPublishing": string;
|
|
2978
|
+
"settings.sourceControl.modals.pull.willBeArchived": string;
|
|
2930
2979
|
"settings.sourceControl.modals.pull.buttons.cancel": string;
|
|
2931
2980
|
"settings.sourceControl.modals.pull.buttons.save": string;
|
|
2981
|
+
"settings.sourceControl.modals.pull.buttons.pull": string;
|
|
2982
|
+
"settings.sourceControl.modals.pullResult.title": string;
|
|
2983
|
+
"settings.sourceControl.modals.pullResult.tabs.failed": string;
|
|
2984
|
+
"settings.sourceControl.modals.pullResult.tabs.published": string;
|
|
2985
|
+
"settings.sourceControl.modals.pullResult.noWorkflows": string;
|
|
2986
|
+
"settings.sourceControl.modals.pullResult.itemCount": string;
|
|
2987
|
+
"settings.sourceControl.modals.pullResult.tableHeader.title": string;
|
|
2988
|
+
"settings.sourceControl.modals.pullResult.buttons.close": string;
|
|
2932
2989
|
"settings.sourceControl.modals.disconnect.title": string;
|
|
2933
2990
|
"settings.sourceControl.modals.disconnect.message": string;
|
|
2934
2991
|
"settings.sourceControl.modals.disconnect.confirm": string;
|
|
@@ -3412,6 +3469,8 @@ declare const _exports: {
|
|
|
3412
3469
|
"workflowHistory.action.unpublish.modal.button.unpublish": string;
|
|
3413
3470
|
"workflowHistory.button.tooltip.empty": string;
|
|
3414
3471
|
"workflowHistory.button.tooltip": string;
|
|
3472
|
+
"workflowHistory.button.tooltip.scheduled": string;
|
|
3473
|
+
"workflowHistory.button.tooltip.saving": string;
|
|
3415
3474
|
"workflowHistory.group.unnamedVersions": string;
|
|
3416
3475
|
"workflowHistory.publishModal.title": string;
|
|
3417
3476
|
"workflows.heading": string;
|
|
@@ -3475,6 +3534,8 @@ declare const _exports: {
|
|
|
3475
3534
|
"workflows.empty.heading.userNotSetup": string;
|
|
3476
3535
|
"workflows.empty.headingWithIcon": string;
|
|
3477
3536
|
"workflows.empty.headingWithIcon.userNotSetup": string;
|
|
3537
|
+
"workflows.empty.heading.builder": string;
|
|
3538
|
+
"workflows.empty.heading.builder.userNotSetup": string;
|
|
3478
3539
|
"workflows.empty.description": string;
|
|
3479
3540
|
"workflows.empty.description.readOnlyEnv": string;
|
|
3480
3541
|
"workflows.empty.description.noPermission": string;
|
|
@@ -3484,6 +3545,7 @@ declare const _exports: {
|
|
|
3484
3545
|
"workflows.empty.learnN8n": string;
|
|
3485
3546
|
"workflows.empty.button.disabled.tooltip": string;
|
|
3486
3547
|
"workflows.empty.easyAI": string;
|
|
3548
|
+
"workflows.empty.tryAiWorkflow": string;
|
|
3487
3549
|
"workflows.empty.shared-with-me": string;
|
|
3488
3550
|
"workflows.empty.shared-with-me.link": string;
|
|
3489
3551
|
"workflows.empty.readyToRun": string;
|
|
@@ -3517,10 +3579,6 @@ declare const _exports: {
|
|
|
3517
3579
|
"workflows.concurrentChanges.confirmMessage.message": string;
|
|
3518
3580
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": string;
|
|
3519
3581
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": string;
|
|
3520
|
-
"workflows.create.personal.toast.title": string;
|
|
3521
|
-
"workflows.create.project.toast.title": string;
|
|
3522
|
-
"workflows.create.folder.toast.title": string;
|
|
3523
|
-
"workflows.create.project.toast.text": string;
|
|
3524
3582
|
"workflows.autodeactivated": string;
|
|
3525
3583
|
"workflows.ai.starter.collection.callout": string;
|
|
3526
3584
|
"workflows.ai.starter.collection.card": string;
|
|
@@ -3716,6 +3774,23 @@ declare const _exports: {
|
|
|
3716
3774
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3717
3775
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3718
3776
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3777
|
+
"settings.ai": string;
|
|
3778
|
+
"settings.ai.description.both": string;
|
|
3779
|
+
"settings.ai.description.assistantOnly": string;
|
|
3780
|
+
"settings.ai.description.askAiOnly": string;
|
|
3781
|
+
"settings.ai.button.tooltip": string;
|
|
3782
|
+
"settings.ai.allowSendingSchema.label": string;
|
|
3783
|
+
"settings.ai.allowSendingSchema.description": string;
|
|
3784
|
+
"settings.ai.allowSendingParameterValues.label": string;
|
|
3785
|
+
"settings.ai.allowSendingParameterValues.description": string;
|
|
3786
|
+
"settings.ai.privacyNote.heading": string;
|
|
3787
|
+
"settings.ai.privacyNote.content": string;
|
|
3788
|
+
"settings.ai.updated.success": string;
|
|
3789
|
+
"settings.ai.updated.error": string;
|
|
3790
|
+
"settings.ai.confirm.title": string;
|
|
3791
|
+
"settings.ai.confirm.message.builderDisabled": string;
|
|
3792
|
+
"settings.ai.confirm.message.builderEnabled": string;
|
|
3793
|
+
"settings.ai.confirm.confirmButtonText": string;
|
|
3719
3794
|
"dataTable.search.dateSearchInfo": string;
|
|
3720
3795
|
"dataTable.cell.oversized": string;
|
|
3721
3796
|
"dataTable.cell.oversized.tooltip": string;
|
|
@@ -3919,6 +3994,7 @@ declare const _exports: {
|
|
|
3919
3994
|
"projects.settings.member.removed.title": string;
|
|
3920
3995
|
"projects.settings.member.remove.error.title": string;
|
|
3921
3996
|
"projects.settings.member.added.title": string;
|
|
3997
|
+
"projects.settings.users.search.error": string;
|
|
3922
3998
|
"projects.sharing.allUsers": string;
|
|
3923
3999
|
"projects.sharing.noMatchingProjects": string;
|
|
3924
4000
|
"projects.sharing.noMatchingUsers": 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.7.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.7.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/typescript-config": "1.3.0",
|
|
44
|
+
"@n8n/vitest-config": "1.6.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|