@n8n/i18n 2.8.0 → 2.9.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 +114 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +100 -1
- package/dist/index.d.mts +100 -1
- package/dist/index.mjs +114 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +100 -1
- package/dist/types2.d.mts +100 -1
- package/package.json +5 -5
package/dist/types2.d.cts
CHANGED
|
@@ -73,6 +73,7 @@ declare const _exports: {
|
|
|
73
73
|
"generic.communityNode": string;
|
|
74
74
|
"generic.communityNode.tooltip": string;
|
|
75
75
|
"generic.officialNode.tooltip": string;
|
|
76
|
+
"generic.complete": string;
|
|
76
77
|
"generic.copy": string;
|
|
77
78
|
"generic.copied": string;
|
|
78
79
|
"generic.delete": string;
|
|
@@ -152,6 +153,7 @@ declare const _exports: {
|
|
|
152
153
|
"generic.project": string;
|
|
153
154
|
"generic.projects": string;
|
|
154
155
|
"generic.your": string;
|
|
156
|
+
"generic.you": string;
|
|
155
157
|
"generic.apiKey": string;
|
|
156
158
|
"generic.search": string;
|
|
157
159
|
"generic.showMore": string;
|
|
@@ -251,7 +253,10 @@ declare const _exports: {
|
|
|
251
253
|
"aiAssistant.builder.planMode.questions.submitButton": string;
|
|
252
254
|
"aiAssistant.builder.planMode.questions.back": string;
|
|
253
255
|
"aiAssistant.builder.planMode.questions.next": string;
|
|
256
|
+
"aiAssistant.builder.planMode.questions.skip": string;
|
|
257
|
+
"aiAssistant.builder.planMode.questions.skipAndSubmit": string;
|
|
254
258
|
"aiAssistant.builder.planMode.questions.other": string;
|
|
259
|
+
"aiAssistant.builder.planMode.answers.skipped": string;
|
|
255
260
|
"aiAssistant.builder.planMode.plan.title": string;
|
|
256
261
|
"aiAssistant.builder.planMode.plan.triggerLabel": string;
|
|
257
262
|
"aiAssistant.builder.planMode.plan.stepsLabel": string;
|
|
@@ -284,6 +289,7 @@ declare const _exports: {
|
|
|
284
289
|
"aiAssistant.builder.streamAbortedMessage": string;
|
|
285
290
|
"aiAssistant.builder.executeMessage.description": string;
|
|
286
291
|
"aiAssistant.builder.executeMessage.noIssues": string;
|
|
292
|
+
"aiAssistant.builder.executeMessage.noIssuesWithPinData": string;
|
|
287
293
|
"aiAssistant.builder.executeMessage.validationTooltip": string;
|
|
288
294
|
"aiAssistant.builder.executeMessage.execute": string;
|
|
289
295
|
"aiAssistant.builder.executeMessage.chooseModel": string;
|
|
@@ -297,11 +303,15 @@ declare const _exports: {
|
|
|
297
303
|
"aiAssistant.builder.executeMessage.nodeListTwo": string;
|
|
298
304
|
"aiAssistant.builder.executeMessage.nodeListLast": string;
|
|
299
305
|
"aiAssistant.builder.executeMessage.nodeListMore": string;
|
|
306
|
+
"aiAssistant.builder.executeMessage.unpinAll": string;
|
|
307
|
+
"aiAssistant.builder.executeMessage.unpinIndividually": string;
|
|
308
|
+
"aiAssistant.builder.executeMessage.unpinTooltip": string;
|
|
300
309
|
"aiAssistant.builder.toast.title": string;
|
|
301
310
|
"aiAssistant.builder.toast.description": string;
|
|
302
311
|
"aiAssistant.builder.restoreError.title": string;
|
|
303
312
|
"aiAssistant.builder.disabledTooltip.autosaving": string;
|
|
304
313
|
"aiAssistant.builder.disabledTooltip.readOnly": string;
|
|
314
|
+
"aiAssistant.builder.thinkingCompletionMessage.codeBuilder": string;
|
|
305
315
|
"aiAssistant.builder.notification.title": string;
|
|
306
316
|
"aiAssistant.builder.notification.body": string;
|
|
307
317
|
"aiAssistant.builder.notification.inputNeeded.title": string;
|
|
@@ -489,6 +499,24 @@ declare const _exports: {
|
|
|
489
499
|
"chatHub.tools.selector.label.count": string;
|
|
490
500
|
"chatHub.tools.selector.label.default": string;
|
|
491
501
|
"chatHub.tools.selector.disabled.tooltip": string;
|
|
502
|
+
"chatHub.tools.selector.disabled.noModel.tooltip": string;
|
|
503
|
+
"chatHub.toolSettings.title": string;
|
|
504
|
+
"chatHub.toolSettings.confirm": string;
|
|
505
|
+
"chatHub.toolSettings.cancel": string;
|
|
506
|
+
"chatHub.toolsManager.title": string;
|
|
507
|
+
"chatHub.toolsManager.searchPlaceholder": string;
|
|
508
|
+
"chatHub.toolsManager.configuredTools": string;
|
|
509
|
+
"chatHub.toolsManager.availableTools": string;
|
|
510
|
+
"chatHub.toolsManager.noResults": string;
|
|
511
|
+
"chatHub.toolsManager.add": string;
|
|
512
|
+
"chatHub.toolsManager.addTool": string;
|
|
513
|
+
"chatHub.toolsManager.remove": string;
|
|
514
|
+
"chatHub.toolsManager.configure": string;
|
|
515
|
+
"chatHub.toolsManager.manageTools": string;
|
|
516
|
+
"chatHub.toolsManager.enableTool": string;
|
|
517
|
+
"chatHub.toolsManager.confirmRemove.message": string;
|
|
518
|
+
"chatHub.toolsManager.confirmRemove.title": string;
|
|
519
|
+
"chatHub.toolsManager.disableTool": string;
|
|
492
520
|
"chatHub.credentials.selector.title": string;
|
|
493
521
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
494
522
|
"chatHub.credentials.selector.createNew": string;
|
|
@@ -989,6 +1017,7 @@ declare const _exports: {
|
|
|
989
1017
|
"credentials.filters.type": string;
|
|
990
1018
|
"credentials.filters.setup": string;
|
|
991
1019
|
"credentials.filters.status": string;
|
|
1020
|
+
"credentials.filters.secretStore": string;
|
|
992
1021
|
"credentials.filters.active": string;
|
|
993
1022
|
"credentials.filters.active.reset": string;
|
|
994
1023
|
"credentials.sort.lastUpdated": string;
|
|
@@ -1647,11 +1676,13 @@ declare const _exports: {
|
|
|
1647
1676
|
"node.thisIsATriggerNode": string;
|
|
1648
1677
|
"node.activateDeactivateNode": string;
|
|
1649
1678
|
"node.changeColor": string;
|
|
1679
|
+
"node.customColor": string;
|
|
1650
1680
|
"node.disabled": string;
|
|
1651
1681
|
"node.testStep": string;
|
|
1652
1682
|
"node.disable": string;
|
|
1653
1683
|
"node.enable": string;
|
|
1654
1684
|
"node.delete": string;
|
|
1685
|
+
"node.addToAi": string;
|
|
1655
1686
|
"node.add": string;
|
|
1656
1687
|
"node.add-human-review-step": string;
|
|
1657
1688
|
"node.issues": string;
|
|
@@ -1675,6 +1706,7 @@ declare const _exports: {
|
|
|
1675
1706
|
"node.settings.alwaysOutputData": string;
|
|
1676
1707
|
"node.settings.dynamicCredentials": string;
|
|
1677
1708
|
"node.settings.contextEstablishmentHooks": string;
|
|
1709
|
+
"sticky.markdownHint": string;
|
|
1678
1710
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1679
1711
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1680
1712
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1810,6 +1842,7 @@ declare const _exports: {
|
|
|
1810
1842
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
1811
1843
|
"nodeCredentials.credentialFor": string;
|
|
1812
1844
|
"nodeCredentials.credentialsLabel": string;
|
|
1845
|
+
"nodeCredentials.credentialsLabelShort": string;
|
|
1813
1846
|
"nodeCredentials.issues": string;
|
|
1814
1847
|
"nodeCredentials.selectCredential": string;
|
|
1815
1848
|
"nodeCredentials.selectedCredentialUnavailable": string;
|
|
@@ -1820,6 +1853,13 @@ declare const _exports: {
|
|
|
1820
1853
|
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1821
1854
|
"nodeCredentials.deleteCredential": string;
|
|
1822
1855
|
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1856
|
+
"nodeCredentials.quickConnect.connectTo": string;
|
|
1857
|
+
"nodeCredentials.quickConnect.or": string;
|
|
1858
|
+
"nodeCredentials.quickConnect.setupManually": string;
|
|
1859
|
+
"nodeCredentials.emptyState.noCredentials": string;
|
|
1860
|
+
"nodeCredentials.emptyState.setupCredential": string;
|
|
1861
|
+
"nodeCredentials.oauth.accountConnected": string;
|
|
1862
|
+
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
1823
1863
|
"nodeErrorView.cause": string;
|
|
1824
1864
|
"nodeErrorView.copyToClipboard": string;
|
|
1825
1865
|
"nodeErrorView.copyToClipboard.tooltip": string;
|
|
@@ -2038,6 +2078,8 @@ declare const _exports: {
|
|
|
2038
2078
|
"contextMenu.changeColor": string;
|
|
2039
2079
|
"contextMenu.copyTestUrl": string;
|
|
2040
2080
|
"contextMenu.copyProductionUrl": string;
|
|
2081
|
+
"contextMenu.focusAiOnSelected": string;
|
|
2082
|
+
"contextMenu.addToAi": string;
|
|
2041
2083
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
2042
2084
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
2043
2085
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -2926,6 +2968,8 @@ declare const _exports: {
|
|
|
2926
2968
|
"settings.secretsProviderConnections.modal.saving": string;
|
|
2927
2969
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
2928
2970
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
2971
|
+
"settings.secretsProviderConnections.modal.testConnection.success.title": string;
|
|
2972
|
+
"settings.secretsProviderConnections.modal.testConnection.success.description": string;
|
|
2929
2973
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
2930
2974
|
"settings.secretsProviderConnections.modal.testConnection.success.reference": string;
|
|
2931
2975
|
"settings.secretsProviderConnections.modal.testConnection.error": string;
|
|
@@ -2935,6 +2979,20 @@ declare const _exports: {
|
|
|
2935
2979
|
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
2936
2980
|
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
2937
2981
|
"settings.secretsProviderConnections.state.disconnected": string;
|
|
2982
|
+
"settings.secretsProviderConnections.delete.title": string;
|
|
2983
|
+
"settings.secretsProviderConnections.delete.description": string;
|
|
2984
|
+
"settings.secretsProviderConnections.delete.description.oneSecret": string;
|
|
2985
|
+
"settings.secretsProviderConnections.delete.description.secrets": string;
|
|
2986
|
+
"settings.secretsProviderConnections.delete.impact.title": string;
|
|
2987
|
+
"settings.secretsProviderConnections.delete.impact.oneCredential": string;
|
|
2988
|
+
"settings.secretsProviderConnections.delete.impact.credentials": string;
|
|
2989
|
+
"settings.secretsProviderConnections.delete.impact.description": string;
|
|
2990
|
+
"settings.secretsProviderConnections.delete.description.noImpact": string;
|
|
2991
|
+
"settings.secretsProviderConnections.delete.confirmationLabel": string;
|
|
2992
|
+
"settings.secretsProviderConnections.delete.success": string;
|
|
2993
|
+
"settings.secretsProviderConnections.delete.error": string;
|
|
2994
|
+
"settings.secretsProviderConnections.badge.tooltip.project": string;
|
|
2995
|
+
"settings.secretsProviderConnections.badge.tooltip.global": string;
|
|
2938
2996
|
"settings.sourceControl.title": string;
|
|
2939
2997
|
"settings.sourceControl.actionBox.title": string;
|
|
2940
2998
|
"settings.sourceControl.actionBox.description": string;
|
|
@@ -2992,6 +3050,7 @@ declare const _exports: {
|
|
|
2992
3050
|
"settings.sourceControl.modals.push.commitMessage.placeholder": string;
|
|
2993
3051
|
"settings.sourceControl.modals.push.buttons.cancel": string;
|
|
2994
3052
|
"settings.sourceControl.modals.push.buttons.save": string;
|
|
3053
|
+
"settings.sourceControl.modals.push.modifiedCredentialsNotice": string;
|
|
2995
3054
|
"settings.sourceControl.modals.push.success.title": string;
|
|
2996
3055
|
"settings.sourceControl.modals.push.success.description": string;
|
|
2997
3056
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
@@ -3021,6 +3080,7 @@ declare const _exports: {
|
|
|
3021
3080
|
"settings.sourceControl.modals.pull.autoPublish.options.on.description": string;
|
|
3022
3081
|
"settings.sourceControl.modals.pull.autoPublishing": string;
|
|
3023
3082
|
"settings.sourceControl.modals.pull.willBeArchived": string;
|
|
3083
|
+
"settings.sourceControl.modals.pull.modifiedCredentialsNotice": string;
|
|
3024
3084
|
"settings.sourceControl.modals.pull.buttons.cancel": string;
|
|
3025
3085
|
"settings.sourceControl.modals.pull.buttons.save": string;
|
|
3026
3086
|
"settings.sourceControl.modals.pull.buttons.pull": string;
|
|
@@ -3175,6 +3235,7 @@ declare const _exports: {
|
|
|
3175
3235
|
"templates.workflowsNotFound": string;
|
|
3176
3236
|
"templates.card.setupTime": string;
|
|
3177
3237
|
"templates.card.verified": string;
|
|
3238
|
+
"templates.card.readyToRun": string;
|
|
3178
3239
|
"textEdit.edit": string;
|
|
3179
3240
|
"userActivity.daysAgo": string;
|
|
3180
3241
|
"userActivity.lastTime": string;
|
|
@@ -3463,7 +3524,7 @@ declare const _exports: {
|
|
|
3463
3524
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3464
3525
|
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3465
3526
|
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3466
|
-
"workflowSettings.timeSavedPerExecution.tab.
|
|
3527
|
+
"workflowSettings.timeSavedPerExecution.tab.dynamic": string;
|
|
3467
3528
|
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3468
3529
|
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3469
3530
|
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
@@ -3784,6 +3845,10 @@ declare const _exports: {
|
|
|
3784
3845
|
"dataTable.delete.error": string;
|
|
3785
3846
|
"dataTable.download.csv": string;
|
|
3786
3847
|
"dataTable.download.error": string;
|
|
3848
|
+
"dataTable.download.modal.title": string;
|
|
3849
|
+
"dataTable.download.modal.includeSystemColumns": string;
|
|
3850
|
+
"dataTable.download.modal.confirm": string;
|
|
3851
|
+
"dataTable.download.modal.cancel": string;
|
|
3787
3852
|
"dataTable.rename.error": string;
|
|
3788
3853
|
"dataTable.getDetails.error": string;
|
|
3789
3854
|
"dataTable.notFound": string;
|
|
@@ -3934,6 +3999,7 @@ declare const _exports: {
|
|
|
3934
3999
|
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3935
4000
|
"settings.ldap.section.synchronization.title": string;
|
|
3936
4001
|
"settings.security": string;
|
|
4002
|
+
"settings.security.description": string;
|
|
3937
4003
|
"settings.security.personalSpace.title": string;
|
|
3938
4004
|
"settings.security.personalSpace.publishing.title": string;
|
|
3939
4005
|
"settings.security.personalSpace.publishing.description": string;
|
|
@@ -3953,6 +4019,8 @@ declare const _exports: {
|
|
|
3953
4019
|
"settings.security.personalSpace.sharing.confirmMessage.disable.message": string;
|
|
3954
4020
|
"settings.security.personalSpace.sharing.existingCount.label": string;
|
|
3955
4021
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4022
|
+
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4023
|
+
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
3956
4024
|
"settings.sso": string;
|
|
3957
4025
|
"settings.sso.title": string;
|
|
3958
4026
|
"settings.sso.subtitle": string;
|
|
@@ -4063,6 +4131,21 @@ declare const _exports: {
|
|
|
4063
4131
|
"projects.settings.role.editor.description": string;
|
|
4064
4132
|
"projects.settings.role.viewer.description": string;
|
|
4065
4133
|
"projects.settings.role.personalOwner": string;
|
|
4134
|
+
"projects.settings.role.selector.section.system": string;
|
|
4135
|
+
"projects.settings.role.selector.section.custom": string;
|
|
4136
|
+
"projects.settings.role.selector.addCustomRole": string;
|
|
4137
|
+
"projects.settings.role.selector.permissionCount": string;
|
|
4138
|
+
"projects.settings.role.popover.viewAndEdit": string;
|
|
4139
|
+
"projects.settings.role.popover.viewDetails": string;
|
|
4140
|
+
"projects.settings.role.contactAdmin.title": string;
|
|
4141
|
+
"projects.settings.role.contactAdmin.titleWithRoles": string;
|
|
4142
|
+
"projects.settings.role.contactAdmin.body": string;
|
|
4143
|
+
"projects.settings.role.contactAdmin.bodyWithRoles": string;
|
|
4144
|
+
"projects.settings.role.upgrade.custom.title": string;
|
|
4145
|
+
"projects.settings.role.upgrade.custom.body": string;
|
|
4146
|
+
"projects.settings.role.upgrade.custom.viewPlans": string;
|
|
4147
|
+
"projects.settings.role.details.title": string;
|
|
4148
|
+
"projects.settings.role.details.permissions": string;
|
|
4066
4149
|
"projects.settings.members.search.placeholder": string;
|
|
4067
4150
|
"projects.settings.memberRole.updated.title": string;
|
|
4068
4151
|
"projects.settings.memberRole.update.error.title": string;
|
|
@@ -4086,6 +4169,7 @@ declare const _exports: {
|
|
|
4086
4169
|
"projects.sharing.select.placeholder": string;
|
|
4087
4170
|
"projects.sharing.select.placeholder.user": string;
|
|
4088
4171
|
"projects.sharing.select.placeholder.project": string;
|
|
4172
|
+
"projects.sharing.personalSpace": string;
|
|
4089
4173
|
"projects.error.title": string;
|
|
4090
4174
|
"projects.create.limit": string;
|
|
4091
4175
|
"projects.create.limitReached": string;
|
|
@@ -4103,7 +4187,9 @@ declare const _exports: {
|
|
|
4103
4187
|
"projects.move.resource.modal.message.usedCredentials": string;
|
|
4104
4188
|
"projects.move.resource.modal.message.usedCredentials.number": string;
|
|
4105
4189
|
"projects.move.resource.modal.message.unAccessibleCredentials": string;
|
|
4190
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.count": string;
|
|
4106
4191
|
"projects.move.resource.modal.message.unAccessibleCredentials.note": string;
|
|
4192
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": string;
|
|
4107
4193
|
"projects.move.resource.modal.message.noProjects": string;
|
|
4108
4194
|
"projects.move.resource.modal.button": string;
|
|
4109
4195
|
"projects.move.resource.modal.selectPlaceholder": string;
|
|
@@ -4263,10 +4349,16 @@ declare const _exports: {
|
|
|
4263
4349
|
"templateSetup.continue.button.fillRemaining": string;
|
|
4264
4350
|
"setupCredentialsModal.title": string;
|
|
4265
4351
|
"setupCredentialsModal.title.builder": string;
|
|
4352
|
+
"setupPanel.empty.heading": string;
|
|
4353
|
+
"setupPanel.empty.description": string;
|
|
4266
4354
|
"setupPanel.tabs.setup": string;
|
|
4267
4355
|
"setupPanel.tabs.focus": string;
|
|
4268
4356
|
"setupPanel.test.intro": string;
|
|
4269
4357
|
"setupPanel.test.description": string;
|
|
4358
|
+
"setupPanel.credentialLabel": string;
|
|
4359
|
+
"setupPanel.usedInNodes": string;
|
|
4360
|
+
"setupPanel.everythingConfigured.message": string;
|
|
4361
|
+
"setupPanel.trigger.credential.note": string;
|
|
4270
4362
|
"becomeCreator.text": string;
|
|
4271
4363
|
"becomeCreator.buttonText": string;
|
|
4272
4364
|
"becomeCreator.closeButtonTitle": string;
|
|
@@ -4580,6 +4672,13 @@ declare const _exports: {
|
|
|
4580
4672
|
"browserNotifications.permission.denied.message": string;
|
|
4581
4673
|
"browserNotifications.permission.denied.checkAgain": string;
|
|
4582
4674
|
"browserNotifications.permission.granted.message": string;
|
|
4675
|
+
"focusedNodes.nodesLabel": string;
|
|
4676
|
+
"focusedNodes.nodesCount": string;
|
|
4677
|
+
"focusedNodes.noMatches": string;
|
|
4678
|
+
"focusedNodes.mentionPlaceholder": string;
|
|
4679
|
+
"focusedNodes.mentionTooltip": string;
|
|
4680
|
+
"focusedNodes.allNodes": string;
|
|
4681
|
+
"focusedNodes.unconfirmedTooltip": string;
|
|
4583
4682
|
};
|
|
4584
4683
|
//#endregion
|
|
4585
4684
|
//#region src/types.d.ts
|
package/dist/types2.d.mts
CHANGED
|
@@ -73,6 +73,7 @@ declare const _exports: {
|
|
|
73
73
|
"generic.communityNode": string;
|
|
74
74
|
"generic.communityNode.tooltip": string;
|
|
75
75
|
"generic.officialNode.tooltip": string;
|
|
76
|
+
"generic.complete": string;
|
|
76
77
|
"generic.copy": string;
|
|
77
78
|
"generic.copied": string;
|
|
78
79
|
"generic.delete": string;
|
|
@@ -152,6 +153,7 @@ declare const _exports: {
|
|
|
152
153
|
"generic.project": string;
|
|
153
154
|
"generic.projects": string;
|
|
154
155
|
"generic.your": string;
|
|
156
|
+
"generic.you": string;
|
|
155
157
|
"generic.apiKey": string;
|
|
156
158
|
"generic.search": string;
|
|
157
159
|
"generic.showMore": string;
|
|
@@ -251,7 +253,10 @@ declare const _exports: {
|
|
|
251
253
|
"aiAssistant.builder.planMode.questions.submitButton": string;
|
|
252
254
|
"aiAssistant.builder.planMode.questions.back": string;
|
|
253
255
|
"aiAssistant.builder.planMode.questions.next": string;
|
|
256
|
+
"aiAssistant.builder.planMode.questions.skip": string;
|
|
257
|
+
"aiAssistant.builder.planMode.questions.skipAndSubmit": string;
|
|
254
258
|
"aiAssistant.builder.planMode.questions.other": string;
|
|
259
|
+
"aiAssistant.builder.planMode.answers.skipped": string;
|
|
255
260
|
"aiAssistant.builder.planMode.plan.title": string;
|
|
256
261
|
"aiAssistant.builder.planMode.plan.triggerLabel": string;
|
|
257
262
|
"aiAssistant.builder.planMode.plan.stepsLabel": string;
|
|
@@ -284,6 +289,7 @@ declare const _exports: {
|
|
|
284
289
|
"aiAssistant.builder.streamAbortedMessage": string;
|
|
285
290
|
"aiAssistant.builder.executeMessage.description": string;
|
|
286
291
|
"aiAssistant.builder.executeMessage.noIssues": string;
|
|
292
|
+
"aiAssistant.builder.executeMessage.noIssuesWithPinData": string;
|
|
287
293
|
"aiAssistant.builder.executeMessage.validationTooltip": string;
|
|
288
294
|
"aiAssistant.builder.executeMessage.execute": string;
|
|
289
295
|
"aiAssistant.builder.executeMessage.chooseModel": string;
|
|
@@ -297,11 +303,15 @@ declare const _exports: {
|
|
|
297
303
|
"aiAssistant.builder.executeMessage.nodeListTwo": string;
|
|
298
304
|
"aiAssistant.builder.executeMessage.nodeListLast": string;
|
|
299
305
|
"aiAssistant.builder.executeMessage.nodeListMore": string;
|
|
306
|
+
"aiAssistant.builder.executeMessage.unpinAll": string;
|
|
307
|
+
"aiAssistant.builder.executeMessage.unpinIndividually": string;
|
|
308
|
+
"aiAssistant.builder.executeMessage.unpinTooltip": string;
|
|
300
309
|
"aiAssistant.builder.toast.title": string;
|
|
301
310
|
"aiAssistant.builder.toast.description": string;
|
|
302
311
|
"aiAssistant.builder.restoreError.title": string;
|
|
303
312
|
"aiAssistant.builder.disabledTooltip.autosaving": string;
|
|
304
313
|
"aiAssistant.builder.disabledTooltip.readOnly": string;
|
|
314
|
+
"aiAssistant.builder.thinkingCompletionMessage.codeBuilder": string;
|
|
305
315
|
"aiAssistant.builder.notification.title": string;
|
|
306
316
|
"aiAssistant.builder.notification.body": string;
|
|
307
317
|
"aiAssistant.builder.notification.inputNeeded.title": string;
|
|
@@ -489,6 +499,24 @@ declare const _exports: {
|
|
|
489
499
|
"chatHub.tools.selector.label.count": string;
|
|
490
500
|
"chatHub.tools.selector.label.default": string;
|
|
491
501
|
"chatHub.tools.selector.disabled.tooltip": string;
|
|
502
|
+
"chatHub.tools.selector.disabled.noModel.tooltip": string;
|
|
503
|
+
"chatHub.toolSettings.title": string;
|
|
504
|
+
"chatHub.toolSettings.confirm": string;
|
|
505
|
+
"chatHub.toolSettings.cancel": string;
|
|
506
|
+
"chatHub.toolsManager.title": string;
|
|
507
|
+
"chatHub.toolsManager.searchPlaceholder": string;
|
|
508
|
+
"chatHub.toolsManager.configuredTools": string;
|
|
509
|
+
"chatHub.toolsManager.availableTools": string;
|
|
510
|
+
"chatHub.toolsManager.noResults": string;
|
|
511
|
+
"chatHub.toolsManager.add": string;
|
|
512
|
+
"chatHub.toolsManager.addTool": string;
|
|
513
|
+
"chatHub.toolsManager.remove": string;
|
|
514
|
+
"chatHub.toolsManager.configure": string;
|
|
515
|
+
"chatHub.toolsManager.manageTools": string;
|
|
516
|
+
"chatHub.toolsManager.enableTool": string;
|
|
517
|
+
"chatHub.toolsManager.confirmRemove.message": string;
|
|
518
|
+
"chatHub.toolsManager.confirmRemove.title": string;
|
|
519
|
+
"chatHub.toolsManager.disableTool": string;
|
|
492
520
|
"chatHub.credentials.selector.title": string;
|
|
493
521
|
"chatHub.credentials.selector.chooseOrCreate": string;
|
|
494
522
|
"chatHub.credentials.selector.createNew": string;
|
|
@@ -989,6 +1017,7 @@ declare const _exports: {
|
|
|
989
1017
|
"credentials.filters.type": string;
|
|
990
1018
|
"credentials.filters.setup": string;
|
|
991
1019
|
"credentials.filters.status": string;
|
|
1020
|
+
"credentials.filters.secretStore": string;
|
|
992
1021
|
"credentials.filters.active": string;
|
|
993
1022
|
"credentials.filters.active.reset": string;
|
|
994
1023
|
"credentials.sort.lastUpdated": string;
|
|
@@ -1647,11 +1676,13 @@ declare const _exports: {
|
|
|
1647
1676
|
"node.thisIsATriggerNode": string;
|
|
1648
1677
|
"node.activateDeactivateNode": string;
|
|
1649
1678
|
"node.changeColor": string;
|
|
1679
|
+
"node.customColor": string;
|
|
1650
1680
|
"node.disabled": string;
|
|
1651
1681
|
"node.testStep": string;
|
|
1652
1682
|
"node.disable": string;
|
|
1653
1683
|
"node.enable": string;
|
|
1654
1684
|
"node.delete": string;
|
|
1685
|
+
"node.addToAi": string;
|
|
1655
1686
|
"node.add": string;
|
|
1656
1687
|
"node.add-human-review-step": string;
|
|
1657
1688
|
"node.issues": string;
|
|
@@ -1675,6 +1706,7 @@ declare const _exports: {
|
|
|
1675
1706
|
"node.settings.alwaysOutputData": string;
|
|
1676
1707
|
"node.settings.dynamicCredentials": string;
|
|
1677
1708
|
"node.settings.contextEstablishmentHooks": string;
|
|
1709
|
+
"sticky.markdownHint": string;
|
|
1678
1710
|
"nodeBase.clickToAddNodeOrDragToConnect": string;
|
|
1679
1711
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
|
|
1680
1712
|
"nodeCreator.actionsPlaceholderNode.webhook": string;
|
|
@@ -1810,6 +1842,7 @@ declare const _exports: {
|
|
|
1810
1842
|
"nodeCredentials.createNew.permissionDenied": string;
|
|
1811
1843
|
"nodeCredentials.credentialFor": string;
|
|
1812
1844
|
"nodeCredentials.credentialsLabel": string;
|
|
1845
|
+
"nodeCredentials.credentialsLabelShort": string;
|
|
1813
1846
|
"nodeCredentials.issues": string;
|
|
1814
1847
|
"nodeCredentials.selectCredential": string;
|
|
1815
1848
|
"nodeCredentials.selectedCredentialUnavailable": string;
|
|
@@ -1820,6 +1853,13 @@ declare const _exports: {
|
|
|
1820
1853
|
"nodeCredentials.updateCredential.permissionDenied": string;
|
|
1821
1854
|
"nodeCredentials.deleteCredential": string;
|
|
1822
1855
|
"nodeCredentials.deleteCredential.permissionDenied": string;
|
|
1856
|
+
"nodeCredentials.quickConnect.connectTo": string;
|
|
1857
|
+
"nodeCredentials.quickConnect.or": string;
|
|
1858
|
+
"nodeCredentials.quickConnect.setupManually": string;
|
|
1859
|
+
"nodeCredentials.emptyState.noCredentials": string;
|
|
1860
|
+
"nodeCredentials.emptyState.setupCredential": string;
|
|
1861
|
+
"nodeCredentials.oauth.accountConnected": string;
|
|
1862
|
+
"nodeCredentials.oauth.accountConnectionFailed": string;
|
|
1823
1863
|
"nodeErrorView.cause": string;
|
|
1824
1864
|
"nodeErrorView.copyToClipboard": string;
|
|
1825
1865
|
"nodeErrorView.copyToClipboard.tooltip": string;
|
|
@@ -2038,6 +2078,8 @@ declare const _exports: {
|
|
|
2038
2078
|
"contextMenu.changeColor": string;
|
|
2039
2079
|
"contextMenu.copyTestUrl": string;
|
|
2040
2080
|
"contextMenu.copyProductionUrl": string;
|
|
2081
|
+
"contextMenu.focusAiOnSelected": string;
|
|
2082
|
+
"contextMenu.addToAi": string;
|
|
2041
2083
|
"nodeWebhooks.clickToCopyWebhookUrls": string;
|
|
2042
2084
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": string;
|
|
2043
2085
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": string;
|
|
@@ -2926,6 +2968,8 @@ declare const _exports: {
|
|
|
2926
2968
|
"settings.secretsProviderConnections.modal.saving": string;
|
|
2927
2969
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
2928
2970
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
2971
|
+
"settings.secretsProviderConnections.modal.testConnection.success.title": string;
|
|
2972
|
+
"settings.secretsProviderConnections.modal.testConnection.success.description": string;
|
|
2929
2973
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
2930
2974
|
"settings.secretsProviderConnections.modal.testConnection.success.reference": string;
|
|
2931
2975
|
"settings.secretsProviderConnections.modal.testConnection.error": string;
|
|
@@ -2935,6 +2979,20 @@ declare const _exports: {
|
|
|
2935
2979
|
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
2936
2980
|
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
2937
2981
|
"settings.secretsProviderConnections.state.disconnected": string;
|
|
2982
|
+
"settings.secretsProviderConnections.delete.title": string;
|
|
2983
|
+
"settings.secretsProviderConnections.delete.description": string;
|
|
2984
|
+
"settings.secretsProviderConnections.delete.description.oneSecret": string;
|
|
2985
|
+
"settings.secretsProviderConnections.delete.description.secrets": string;
|
|
2986
|
+
"settings.secretsProviderConnections.delete.impact.title": string;
|
|
2987
|
+
"settings.secretsProviderConnections.delete.impact.oneCredential": string;
|
|
2988
|
+
"settings.secretsProviderConnections.delete.impact.credentials": string;
|
|
2989
|
+
"settings.secretsProviderConnections.delete.impact.description": string;
|
|
2990
|
+
"settings.secretsProviderConnections.delete.description.noImpact": string;
|
|
2991
|
+
"settings.secretsProviderConnections.delete.confirmationLabel": string;
|
|
2992
|
+
"settings.secretsProviderConnections.delete.success": string;
|
|
2993
|
+
"settings.secretsProviderConnections.delete.error": string;
|
|
2994
|
+
"settings.secretsProviderConnections.badge.tooltip.project": string;
|
|
2995
|
+
"settings.secretsProviderConnections.badge.tooltip.global": string;
|
|
2938
2996
|
"settings.sourceControl.title": string;
|
|
2939
2997
|
"settings.sourceControl.actionBox.title": string;
|
|
2940
2998
|
"settings.sourceControl.actionBox.description": string;
|
|
@@ -2992,6 +3050,7 @@ declare const _exports: {
|
|
|
2992
3050
|
"settings.sourceControl.modals.push.commitMessage.placeholder": string;
|
|
2993
3051
|
"settings.sourceControl.modals.push.buttons.cancel": string;
|
|
2994
3052
|
"settings.sourceControl.modals.push.buttons.save": string;
|
|
3053
|
+
"settings.sourceControl.modals.push.modifiedCredentialsNotice": string;
|
|
2995
3054
|
"settings.sourceControl.modals.push.success.title": string;
|
|
2996
3055
|
"settings.sourceControl.modals.push.success.description": string;
|
|
2997
3056
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
@@ -3021,6 +3080,7 @@ declare const _exports: {
|
|
|
3021
3080
|
"settings.sourceControl.modals.pull.autoPublish.options.on.description": string;
|
|
3022
3081
|
"settings.sourceControl.modals.pull.autoPublishing": string;
|
|
3023
3082
|
"settings.sourceControl.modals.pull.willBeArchived": string;
|
|
3083
|
+
"settings.sourceControl.modals.pull.modifiedCredentialsNotice": string;
|
|
3024
3084
|
"settings.sourceControl.modals.pull.buttons.cancel": string;
|
|
3025
3085
|
"settings.sourceControl.modals.pull.buttons.save": string;
|
|
3026
3086
|
"settings.sourceControl.modals.pull.buttons.pull": string;
|
|
@@ -3175,6 +3235,7 @@ declare const _exports: {
|
|
|
3175
3235
|
"templates.workflowsNotFound": string;
|
|
3176
3236
|
"templates.card.setupTime": string;
|
|
3177
3237
|
"templates.card.verified": string;
|
|
3238
|
+
"templates.card.readyToRun": string;
|
|
3178
3239
|
"textEdit.edit": string;
|
|
3179
3240
|
"userActivity.daysAgo": string;
|
|
3180
3241
|
"userActivity.lastTime": string;
|
|
@@ -3463,7 +3524,7 @@ declare const _exports: {
|
|
|
3463
3524
|
"workflowSettings.timeSavedPerExecution.tooltip": string;
|
|
3464
3525
|
"workflowSettings.timeSavedPerExecution.minutesSaved": string;
|
|
3465
3526
|
"workflowSettings.timeSavedPerExecution.tab.fixed": string;
|
|
3466
|
-
"workflowSettings.timeSavedPerExecution.tab.
|
|
3527
|
+
"workflowSettings.timeSavedPerExecution.tab.dynamic": string;
|
|
3467
3528
|
"workflowSettings.timeSavedPerExecution.noNodesDetected": string;
|
|
3468
3529
|
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": string;
|
|
3469
3530
|
"workflowSettings.timeSavedPerExecution.nodesDetected": string;
|
|
@@ -3784,6 +3845,10 @@ declare const _exports: {
|
|
|
3784
3845
|
"dataTable.delete.error": string;
|
|
3785
3846
|
"dataTable.download.csv": string;
|
|
3786
3847
|
"dataTable.download.error": string;
|
|
3848
|
+
"dataTable.download.modal.title": string;
|
|
3849
|
+
"dataTable.download.modal.includeSystemColumns": string;
|
|
3850
|
+
"dataTable.download.modal.confirm": string;
|
|
3851
|
+
"dataTable.download.modal.cancel": string;
|
|
3787
3852
|
"dataTable.rename.error": string;
|
|
3788
3853
|
"dataTable.getDetails.error": string;
|
|
3789
3854
|
"dataTable.notFound": string;
|
|
@@ -3934,6 +3999,7 @@ declare const _exports: {
|
|
|
3934
3999
|
"settings.ldap.form.enforceEmailUniqueness.tooltip": string;
|
|
3935
4000
|
"settings.ldap.section.synchronization.title": string;
|
|
3936
4001
|
"settings.security": string;
|
|
4002
|
+
"settings.security.description": string;
|
|
3937
4003
|
"settings.security.personalSpace.title": string;
|
|
3938
4004
|
"settings.security.personalSpace.publishing.title": string;
|
|
3939
4005
|
"settings.security.personalSpace.publishing.description": string;
|
|
@@ -3953,6 +4019,8 @@ declare const _exports: {
|
|
|
3953
4019
|
"settings.security.personalSpace.sharing.confirmMessage.disable.message": string;
|
|
3954
4020
|
"settings.security.personalSpace.sharing.existingCount.label": string;
|
|
3955
4021
|
"settings.security.personalSpace.sharing.existingCount.value": string;
|
|
4022
|
+
"settings.security.personalSpace.unlicensed_tooltip": string;
|
|
4023
|
+
"settings.security.personalSpace.unlicensed_tooltip.link": string;
|
|
3956
4024
|
"settings.sso": string;
|
|
3957
4025
|
"settings.sso.title": string;
|
|
3958
4026
|
"settings.sso.subtitle": string;
|
|
@@ -4063,6 +4131,21 @@ declare const _exports: {
|
|
|
4063
4131
|
"projects.settings.role.editor.description": string;
|
|
4064
4132
|
"projects.settings.role.viewer.description": string;
|
|
4065
4133
|
"projects.settings.role.personalOwner": string;
|
|
4134
|
+
"projects.settings.role.selector.section.system": string;
|
|
4135
|
+
"projects.settings.role.selector.section.custom": string;
|
|
4136
|
+
"projects.settings.role.selector.addCustomRole": string;
|
|
4137
|
+
"projects.settings.role.selector.permissionCount": string;
|
|
4138
|
+
"projects.settings.role.popover.viewAndEdit": string;
|
|
4139
|
+
"projects.settings.role.popover.viewDetails": string;
|
|
4140
|
+
"projects.settings.role.contactAdmin.title": string;
|
|
4141
|
+
"projects.settings.role.contactAdmin.titleWithRoles": string;
|
|
4142
|
+
"projects.settings.role.contactAdmin.body": string;
|
|
4143
|
+
"projects.settings.role.contactAdmin.bodyWithRoles": string;
|
|
4144
|
+
"projects.settings.role.upgrade.custom.title": string;
|
|
4145
|
+
"projects.settings.role.upgrade.custom.body": string;
|
|
4146
|
+
"projects.settings.role.upgrade.custom.viewPlans": string;
|
|
4147
|
+
"projects.settings.role.details.title": string;
|
|
4148
|
+
"projects.settings.role.details.permissions": string;
|
|
4066
4149
|
"projects.settings.members.search.placeholder": string;
|
|
4067
4150
|
"projects.settings.memberRole.updated.title": string;
|
|
4068
4151
|
"projects.settings.memberRole.update.error.title": string;
|
|
@@ -4086,6 +4169,7 @@ declare const _exports: {
|
|
|
4086
4169
|
"projects.sharing.select.placeholder": string;
|
|
4087
4170
|
"projects.sharing.select.placeholder.user": string;
|
|
4088
4171
|
"projects.sharing.select.placeholder.project": string;
|
|
4172
|
+
"projects.sharing.personalSpace": string;
|
|
4089
4173
|
"projects.error.title": string;
|
|
4090
4174
|
"projects.create.limit": string;
|
|
4091
4175
|
"projects.create.limitReached": string;
|
|
@@ -4103,7 +4187,9 @@ declare const _exports: {
|
|
|
4103
4187
|
"projects.move.resource.modal.message.usedCredentials": string;
|
|
4104
4188
|
"projects.move.resource.modal.message.usedCredentials.number": string;
|
|
4105
4189
|
"projects.move.resource.modal.message.unAccessibleCredentials": string;
|
|
4190
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.count": string;
|
|
4106
4191
|
"projects.move.resource.modal.message.unAccessibleCredentials.note": string;
|
|
4192
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": string;
|
|
4107
4193
|
"projects.move.resource.modal.message.noProjects": string;
|
|
4108
4194
|
"projects.move.resource.modal.button": string;
|
|
4109
4195
|
"projects.move.resource.modal.selectPlaceholder": string;
|
|
@@ -4263,10 +4349,16 @@ declare const _exports: {
|
|
|
4263
4349
|
"templateSetup.continue.button.fillRemaining": string;
|
|
4264
4350
|
"setupCredentialsModal.title": string;
|
|
4265
4351
|
"setupCredentialsModal.title.builder": string;
|
|
4352
|
+
"setupPanel.empty.heading": string;
|
|
4353
|
+
"setupPanel.empty.description": string;
|
|
4266
4354
|
"setupPanel.tabs.setup": string;
|
|
4267
4355
|
"setupPanel.tabs.focus": string;
|
|
4268
4356
|
"setupPanel.test.intro": string;
|
|
4269
4357
|
"setupPanel.test.description": string;
|
|
4358
|
+
"setupPanel.credentialLabel": string;
|
|
4359
|
+
"setupPanel.usedInNodes": string;
|
|
4360
|
+
"setupPanel.everythingConfigured.message": string;
|
|
4361
|
+
"setupPanel.trigger.credential.note": string;
|
|
4270
4362
|
"becomeCreator.text": string;
|
|
4271
4363
|
"becomeCreator.buttonText": string;
|
|
4272
4364
|
"becomeCreator.closeButtonTitle": string;
|
|
@@ -4580,6 +4672,13 @@ declare const _exports: {
|
|
|
4580
4672
|
"browserNotifications.permission.denied.message": string;
|
|
4581
4673
|
"browserNotifications.permission.denied.checkAgain": string;
|
|
4582
4674
|
"browserNotifications.permission.granted.message": string;
|
|
4675
|
+
"focusedNodes.nodesLabel": string;
|
|
4676
|
+
"focusedNodes.nodesCount": string;
|
|
4677
|
+
"focusedNodes.noMatches": string;
|
|
4678
|
+
"focusedNodes.mentionPlaceholder": string;
|
|
4679
|
+
"focusedNodes.mentionTooltip": string;
|
|
4680
|
+
"focusedNodes.allNodes": string;
|
|
4681
|
+
"focusedNodes.unconfirmedTooltip": string;
|
|
4583
4682
|
};
|
|
4584
4683
|
//#endregion
|
|
4585
4684
|
//#region src/types.d.ts
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.9.1",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.9.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
42
|
"@n8n/typescript-config": "1.3.0",
|
|
43
43
|
"@n8n/eslint-config": "0.0.1",
|
|
44
|
-
"@n8n/vitest-config": "1.
|
|
44
|
+
"@n8n/vitest-config": "1.7.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|