@n8n/i18n 2.11.2 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +93 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +87 -0
- package/dist/index.d.mts +87 -0
- package/dist/index.mjs +93 -6
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +87 -0
- package/dist/types2.d.mts +87 -0
- package/package.json +4 -4
package/dist/types2.d.cts
CHANGED
|
@@ -38,6 +38,7 @@ declare const _exports: {
|
|
|
38
38
|
clientSecret: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
+
"generic.activate": string;
|
|
41
42
|
"generic.annotations": string;
|
|
42
43
|
"generic.annotationData": string;
|
|
43
44
|
"generic.any": string;
|
|
@@ -281,6 +282,13 @@ declare const _exports: {
|
|
|
281
282
|
"aiAssistant.builder.planMode.answers.noAnswer": string;
|
|
282
283
|
"aiAssistant.builder.planMode.actions.reject": string;
|
|
283
284
|
"aiAssistant.builder.planMode.actions.rejectWithFeedback": string;
|
|
285
|
+
"aiAssistant.builder.webFetch.prompt": string;
|
|
286
|
+
"aiAssistant.builder.webFetch.allowOnce": string;
|
|
287
|
+
"aiAssistant.builder.webFetch.alwaysAllow": string;
|
|
288
|
+
"aiAssistant.builder.webFetch.allowDomain": string;
|
|
289
|
+
"aiAssistant.builder.webFetch.allowAll": string;
|
|
290
|
+
"aiAssistant.builder.webFetch.deny": string;
|
|
291
|
+
"aiAssistant.builder.webFetch.unsupported": string;
|
|
284
292
|
"aiAssistant.builder.characterLimit": string;
|
|
285
293
|
"aiAssistant.builder.generateNew": string;
|
|
286
294
|
"aiAssistant.builder.newWorkflowNotice": string;
|
|
@@ -336,6 +344,12 @@ declare const _exports: {
|
|
|
336
344
|
"aiAssistant.builder.notification.inputNeeded.body": string;
|
|
337
345
|
"aiAssistant.builder.notificationBanner.text": string;
|
|
338
346
|
"aiAssistant.builder.notificationBanner.notify": string;
|
|
347
|
+
"aiAssistant.builder.settings.credits": string;
|
|
348
|
+
"aiAssistant.builder.settings.creditsLeft": string;
|
|
349
|
+
"aiAssistant.builder.settings.getMoreCredits": string;
|
|
350
|
+
"aiAssistant.builder.settings.creditsTooltip": string;
|
|
351
|
+
"aiAssistant.builder.creditBanner.text": string;
|
|
352
|
+
"aiAssistant.builder.creditBanner.getMore": string;
|
|
339
353
|
"aiAssistant.builder.upgradeWhileStreaming.title": string;
|
|
340
354
|
"aiAssistant.builder.upgradeWhileStreaming.message": string;
|
|
341
355
|
"aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": string;
|
|
@@ -447,11 +461,30 @@ declare const _exports: {
|
|
|
447
461
|
"chatHub.agent.editor.delete.confirm.button": string;
|
|
448
462
|
"chatHub.agent.editor.delete.cancel.button": string;
|
|
449
463
|
"chatHub.agent.editor.error.load": string;
|
|
464
|
+
"chatHub.agent.editor.files.label": string;
|
|
465
|
+
"chatHub.agent.editor.files.tooLarge": string;
|
|
466
|
+
"chatHub.agent.editor.files.createdAt": string;
|
|
467
|
+
"chatHub.agent.editor.files.indexing": string;
|
|
468
|
+
"chatHub.agent.editor.files.failed": string;
|
|
469
|
+
"chatHub.agent.editor.files.unavailable": string;
|
|
470
|
+
"chatHub.agent.editor.files.indexingError.tooltip": string;
|
|
471
|
+
"chatHub.agent.editor.files.embeddingMismatch.tooltip": string;
|
|
472
|
+
"chatHub.agent.editor.files.semanticSearchNotReady.tooltip": string;
|
|
450
473
|
"chatHub.agent.editor.error.save": string;
|
|
451
474
|
"chatHub.agent.editor.error.delete": string;
|
|
452
475
|
"chatHub.agent.editor.success.create": string;
|
|
453
476
|
"chatHub.agent.editor.success.update": string;
|
|
477
|
+
"chatHub.agent.editor.success.withFiles": string;
|
|
454
478
|
"chatHub.agent.editor.success.delete": string;
|
|
479
|
+
"chatHub.agent.editor.dropOverlay.addFile": string;
|
|
480
|
+
"chatHub.agent.editor.dropOverlay.unsupportedFileType": string;
|
|
481
|
+
"chatHub.agent.editor.semanticSearch.notReady": string;
|
|
482
|
+
"chatHub.agent.editor.semanticSearch.notReady.canConfigure": string;
|
|
483
|
+
"chatHub.agent.editor.semanticSearch.settingsLink": string;
|
|
484
|
+
"chatHub.agent.editor.suggestedPrompts.label": string;
|
|
485
|
+
"chatHub.agent.editor.suggestedPrompts.tooltip": string;
|
|
486
|
+
"chatHub.agent.editor.suggestedPrompts.placeholder": string;
|
|
487
|
+
"chatHub.agent.editor.suggestedPrompts.addButton": string;
|
|
455
488
|
"chatHub.agents.loadError": string;
|
|
456
489
|
"chatHub.agents.delete.confirm.message": string;
|
|
457
490
|
"chatHub.agents.delete.confirm.title": string;
|
|
@@ -522,6 +555,16 @@ declare const _exports: {
|
|
|
522
555
|
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
523
556
|
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
524
557
|
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
558
|
+
"chatHub.chat.prompt.placeholder.sendPreview": string;
|
|
559
|
+
"chatHub.canvas.previewBadge": string;
|
|
560
|
+
"chatHub.canvas.floatingTitle": string;
|
|
561
|
+
"chatHub.canvas.session.newChat": string;
|
|
562
|
+
"chatHub.canvas.session.noSessions": string;
|
|
563
|
+
"chatHub.canvas.session.tooltip.sessionId": string;
|
|
564
|
+
"chatHub.canvas.menu.sessions": string;
|
|
565
|
+
"chatHub.canvas.menu.copySessionId": string;
|
|
566
|
+
"chatHub.canvas.menu.newSession": string;
|
|
567
|
+
"chatHub.canvas.menu.popOut": string;
|
|
525
568
|
"chatHub.tools.editor.title": string;
|
|
526
569
|
"chatHub.tools.editor.credential": string;
|
|
527
570
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -1605,6 +1648,7 @@ declare const _exports: {
|
|
|
1605
1648
|
"ndv.execute.stopListening": string;
|
|
1606
1649
|
"ndv.execute.nodeIsDisabled": string;
|
|
1607
1650
|
"ndv.execute.requiredFieldsMissing": string;
|
|
1651
|
+
"ndv.execute.upstreamNodeHasIssues": string;
|
|
1608
1652
|
"ndv.execute.stopWaitingForWebhook.error": string;
|
|
1609
1653
|
"ndv.execute.workflowAlreadyRunning": string;
|
|
1610
1654
|
"ndv.execute.deactivated": string;
|
|
@@ -2195,6 +2239,7 @@ declare const _exports: {
|
|
|
2195
2239
|
"parameterInput.loadOptionsError": string;
|
|
2196
2240
|
"parameterInput.loadOptionsCredentialsRequired": string;
|
|
2197
2241
|
"parameterInput.openEditWindow": string;
|
|
2242
|
+
"parameterInput.edit": string;
|
|
2198
2243
|
"parameterInput.parameter": string;
|
|
2199
2244
|
"parameterInput.parameterHasExpression": string;
|
|
2200
2245
|
"parameterInput.parameterHasIssues": string;
|
|
@@ -2333,6 +2378,9 @@ declare const _exports: {
|
|
|
2333
2378
|
"prompts.npsSurvey.thanks": string;
|
|
2334
2379
|
"projectRoles.manageRoles.paywall.title": string;
|
|
2335
2380
|
"projectRoles.manageRoles.paywall.text": string;
|
|
2381
|
+
"projectRoles.paywall.title": string;
|
|
2382
|
+
"projectRoles.paywall.description": string;
|
|
2383
|
+
"projectRoles.paywall.viewPlans": string;
|
|
2336
2384
|
"projectRoles.project:read": string;
|
|
2337
2385
|
"projectRoles.project:read.tooltip": string;
|
|
2338
2386
|
"projectRoles.project:update": string;
|
|
@@ -2740,6 +2788,26 @@ declare const _exports: {
|
|
|
2740
2788
|
"settings.chatHub.providers.table.models.allModels": string;
|
|
2741
2789
|
"settings.chatHub.providers.table.models.noModels": string;
|
|
2742
2790
|
"settings.chatHub.providers.table.models.more": string;
|
|
2791
|
+
"settings.chatHub.semanticSearch.title": string;
|
|
2792
|
+
"settings.chatHub.semanticSearch.save.success": string;
|
|
2793
|
+
"settings.chatHub.vectorStore.title": string;
|
|
2794
|
+
"settings.chatHub.vectorStore.description": string;
|
|
2795
|
+
"settings.chatHub.vectorStore.notShared": string;
|
|
2796
|
+
"settings.chatHub.vectorStore.missing": string;
|
|
2797
|
+
"settings.chatHub.vectorStore.save.error": string;
|
|
2798
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.title": string;
|
|
2799
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.message": string;
|
|
2800
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.button": string;
|
|
2801
|
+
"settings.chatHub.embeddingModel.title": string;
|
|
2802
|
+
"settings.chatHub.embeddingModel.description": string;
|
|
2803
|
+
"settings.chatHub.embeddingModel.save.error": string;
|
|
2804
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.title": string;
|
|
2805
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.message": string;
|
|
2806
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.button": string;
|
|
2807
|
+
"settings.chatHub.embeddingModel.missing": string;
|
|
2808
|
+
"settings.chatHub.embeddingModel.notShared": string;
|
|
2809
|
+
"settings.chatHub.label.provider": string;
|
|
2810
|
+
"settings.chatHub.label.credential": string;
|
|
2743
2811
|
"settings.goBack": string;
|
|
2744
2812
|
"settings.personal": string;
|
|
2745
2813
|
"settings.personal.basicInformation": string;
|
|
@@ -3036,6 +3104,15 @@ declare const _exports: {
|
|
|
3036
3104
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": string;
|
|
3037
3105
|
"settings.externalSecrets.docs": string;
|
|
3038
3106
|
"settings.externalSecrets.docs.use": string;
|
|
3107
|
+
"settings.externalSecrets.systemRoles.title": string;
|
|
3108
|
+
"settings.externalSecrets.systemRoles.description": string;
|
|
3109
|
+
"settings.externalSecrets.systemRoles.enabled.toast": string;
|
|
3110
|
+
"settings.externalSecrets.systemRoles.disabled.toast": string;
|
|
3111
|
+
"settings.externalSecrets.systemRoles.error": string;
|
|
3112
|
+
"settings.externalSecrets.systemRoles.confirm.headline": string;
|
|
3113
|
+
"settings.externalSecrets.systemRoles.confirm.message": string;
|
|
3114
|
+
"settings.externalSecrets.systemRoles.confirm.confirmButtonText": string;
|
|
3115
|
+
"settings.externalSecrets.systemRoles.confirm.cancelButtonText": string;
|
|
3039
3116
|
"settings.secretsProviderConnections.title": string;
|
|
3040
3117
|
"settings.secretsProviderConnections.emptyState.heading": string;
|
|
3041
3118
|
"settings.secretsProviderConnections.emptyState.description": string;
|
|
@@ -3043,6 +3120,10 @@ declare const _exports: {
|
|
|
3043
3120
|
"settings.secretsProviderConnections.description": string;
|
|
3044
3121
|
"settings.secretsProviderConnections.card.createdAt": string;
|
|
3045
3122
|
"settings.secretsProviderConnections.actions.share": string;
|
|
3123
|
+
"settings.secretsProviderConnections.actions.activate.success.title": string;
|
|
3124
|
+
"settings.secretsProviderConnections.actions.activate.success.description": string;
|
|
3125
|
+
"settings.secretsProviderConnections.actions.activate.error.title": string;
|
|
3126
|
+
"settings.secretsProviderConnections.actions.activate.error.description": string;
|
|
3046
3127
|
"settings.secretsProviderConnections.oneSecret": string;
|
|
3047
3128
|
"settings.secretsProviderConnections.secrets": string;
|
|
3048
3129
|
"settings.secretsProviderConnections.modal.items.connection": string;
|
|
@@ -3056,6 +3137,8 @@ declare const _exports: {
|
|
|
3056
3137
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3057
3138
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
3058
3139
|
"settings.secretsProviderConnections.modal.saving": string;
|
|
3140
|
+
"settings.secretsProviderConnections.modal.readOnly.notice.admin": string;
|
|
3141
|
+
"settings.secretsProviderConnections.modal.readOnly.notice.noPermission": string;
|
|
3059
3142
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
3060
3143
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
3061
3144
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
@@ -3066,6 +3149,7 @@ declare const _exports: {
|
|
|
3066
3149
|
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
3067
3150
|
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
3068
3151
|
"settings.secretsProviderConnections.state.disconnected": string;
|
|
3152
|
+
"settings.secretsProviderConnections.state.disabled": string;
|
|
3069
3153
|
"settings.secretsProviderConnections.delete.title": string;
|
|
3070
3154
|
"settings.secretsProviderConnections.delete.description": string;
|
|
3071
3155
|
"settings.secretsProviderConnections.delete.impact.title": string;
|
|
@@ -3139,6 +3223,7 @@ declare const _exports: {
|
|
|
3139
3223
|
"settings.sourceControl.modals.push.success.title": string;
|
|
3140
3224
|
"settings.sourceControl.modals.push.success.description": string;
|
|
3141
3225
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
3226
|
+
"settings.sourceControl.modals.push.currentWorkflow": string;
|
|
3142
3227
|
"settings.sourceControl.status.modified": string;
|
|
3143
3228
|
"settings.sourceControl.status.deleted": string;
|
|
3144
3229
|
"settings.sourceControl.status.created": string;
|
|
@@ -4469,6 +4554,8 @@ declare const _exports: {
|
|
|
4469
4554
|
"setupPanel.everythingConfigured.message": string;
|
|
4470
4555
|
"setupPanel.trigger.credential.note": string;
|
|
4471
4556
|
"setupPanel.trigger.listeningHint": string;
|
|
4557
|
+
"setupPanel.parameter.description": string;
|
|
4558
|
+
"setupPanel.parameter.configureButton": string;
|
|
4472
4559
|
"setupPanel.showCompleted": string;
|
|
4473
4560
|
"setupPanel.webhookUrl.title": string;
|
|
4474
4561
|
"setupPanel.webhookUrl.clickToCopy": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -38,6 +38,7 @@ declare const _exports: {
|
|
|
38
38
|
clientSecret: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
+
"generic.activate": string;
|
|
41
42
|
"generic.annotations": string;
|
|
42
43
|
"generic.annotationData": string;
|
|
43
44
|
"generic.any": string;
|
|
@@ -281,6 +282,13 @@ declare const _exports: {
|
|
|
281
282
|
"aiAssistant.builder.planMode.answers.noAnswer": string;
|
|
282
283
|
"aiAssistant.builder.planMode.actions.reject": string;
|
|
283
284
|
"aiAssistant.builder.planMode.actions.rejectWithFeedback": string;
|
|
285
|
+
"aiAssistant.builder.webFetch.prompt": string;
|
|
286
|
+
"aiAssistant.builder.webFetch.allowOnce": string;
|
|
287
|
+
"aiAssistant.builder.webFetch.alwaysAllow": string;
|
|
288
|
+
"aiAssistant.builder.webFetch.allowDomain": string;
|
|
289
|
+
"aiAssistant.builder.webFetch.allowAll": string;
|
|
290
|
+
"aiAssistant.builder.webFetch.deny": string;
|
|
291
|
+
"aiAssistant.builder.webFetch.unsupported": string;
|
|
284
292
|
"aiAssistant.builder.characterLimit": string;
|
|
285
293
|
"aiAssistant.builder.generateNew": string;
|
|
286
294
|
"aiAssistant.builder.newWorkflowNotice": string;
|
|
@@ -336,6 +344,12 @@ declare const _exports: {
|
|
|
336
344
|
"aiAssistant.builder.notification.inputNeeded.body": string;
|
|
337
345
|
"aiAssistant.builder.notificationBanner.text": string;
|
|
338
346
|
"aiAssistant.builder.notificationBanner.notify": string;
|
|
347
|
+
"aiAssistant.builder.settings.credits": string;
|
|
348
|
+
"aiAssistant.builder.settings.creditsLeft": string;
|
|
349
|
+
"aiAssistant.builder.settings.getMoreCredits": string;
|
|
350
|
+
"aiAssistant.builder.settings.creditsTooltip": string;
|
|
351
|
+
"aiAssistant.builder.creditBanner.text": string;
|
|
352
|
+
"aiAssistant.builder.creditBanner.getMore": string;
|
|
339
353
|
"aiAssistant.builder.upgradeWhileStreaming.title": string;
|
|
340
354
|
"aiAssistant.builder.upgradeWhileStreaming.message": string;
|
|
341
355
|
"aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": string;
|
|
@@ -447,11 +461,30 @@ declare const _exports: {
|
|
|
447
461
|
"chatHub.agent.editor.delete.confirm.button": string;
|
|
448
462
|
"chatHub.agent.editor.delete.cancel.button": string;
|
|
449
463
|
"chatHub.agent.editor.error.load": string;
|
|
464
|
+
"chatHub.agent.editor.files.label": string;
|
|
465
|
+
"chatHub.agent.editor.files.tooLarge": string;
|
|
466
|
+
"chatHub.agent.editor.files.createdAt": string;
|
|
467
|
+
"chatHub.agent.editor.files.indexing": string;
|
|
468
|
+
"chatHub.agent.editor.files.failed": string;
|
|
469
|
+
"chatHub.agent.editor.files.unavailable": string;
|
|
470
|
+
"chatHub.agent.editor.files.indexingError.tooltip": string;
|
|
471
|
+
"chatHub.agent.editor.files.embeddingMismatch.tooltip": string;
|
|
472
|
+
"chatHub.agent.editor.files.semanticSearchNotReady.tooltip": string;
|
|
450
473
|
"chatHub.agent.editor.error.save": string;
|
|
451
474
|
"chatHub.agent.editor.error.delete": string;
|
|
452
475
|
"chatHub.agent.editor.success.create": string;
|
|
453
476
|
"chatHub.agent.editor.success.update": string;
|
|
477
|
+
"chatHub.agent.editor.success.withFiles": string;
|
|
454
478
|
"chatHub.agent.editor.success.delete": string;
|
|
479
|
+
"chatHub.agent.editor.dropOverlay.addFile": string;
|
|
480
|
+
"chatHub.agent.editor.dropOverlay.unsupportedFileType": string;
|
|
481
|
+
"chatHub.agent.editor.semanticSearch.notReady": string;
|
|
482
|
+
"chatHub.agent.editor.semanticSearch.notReady.canConfigure": string;
|
|
483
|
+
"chatHub.agent.editor.semanticSearch.settingsLink": string;
|
|
484
|
+
"chatHub.agent.editor.suggestedPrompts.label": string;
|
|
485
|
+
"chatHub.agent.editor.suggestedPrompts.tooltip": string;
|
|
486
|
+
"chatHub.agent.editor.suggestedPrompts.placeholder": string;
|
|
487
|
+
"chatHub.agent.editor.suggestedPrompts.addButton": string;
|
|
455
488
|
"chatHub.agents.loadError": string;
|
|
456
489
|
"chatHub.agents.delete.confirm.message": string;
|
|
457
490
|
"chatHub.agents.delete.confirm.title": string;
|
|
@@ -522,6 +555,16 @@ declare const _exports: {
|
|
|
522
555
|
"chatHub.chat.prompt.button.stopGenerating": string;
|
|
523
556
|
"chatHub.chat.prompt.placeholder.withModel": string;
|
|
524
557
|
"chatHub.chat.prompt.placeholder.selectModel": string;
|
|
558
|
+
"chatHub.chat.prompt.placeholder.sendPreview": string;
|
|
559
|
+
"chatHub.canvas.previewBadge": string;
|
|
560
|
+
"chatHub.canvas.floatingTitle": string;
|
|
561
|
+
"chatHub.canvas.session.newChat": string;
|
|
562
|
+
"chatHub.canvas.session.noSessions": string;
|
|
563
|
+
"chatHub.canvas.session.tooltip.sessionId": string;
|
|
564
|
+
"chatHub.canvas.menu.sessions": string;
|
|
565
|
+
"chatHub.canvas.menu.copySessionId": string;
|
|
566
|
+
"chatHub.canvas.menu.newSession": string;
|
|
567
|
+
"chatHub.canvas.menu.popOut": string;
|
|
525
568
|
"chatHub.tools.editor.title": string;
|
|
526
569
|
"chatHub.tools.editor.credential": string;
|
|
527
570
|
"chatHub.tools.editor.credential.placeholder": string;
|
|
@@ -1605,6 +1648,7 @@ declare const _exports: {
|
|
|
1605
1648
|
"ndv.execute.stopListening": string;
|
|
1606
1649
|
"ndv.execute.nodeIsDisabled": string;
|
|
1607
1650
|
"ndv.execute.requiredFieldsMissing": string;
|
|
1651
|
+
"ndv.execute.upstreamNodeHasIssues": string;
|
|
1608
1652
|
"ndv.execute.stopWaitingForWebhook.error": string;
|
|
1609
1653
|
"ndv.execute.workflowAlreadyRunning": string;
|
|
1610
1654
|
"ndv.execute.deactivated": string;
|
|
@@ -2195,6 +2239,7 @@ declare const _exports: {
|
|
|
2195
2239
|
"parameterInput.loadOptionsError": string;
|
|
2196
2240
|
"parameterInput.loadOptionsCredentialsRequired": string;
|
|
2197
2241
|
"parameterInput.openEditWindow": string;
|
|
2242
|
+
"parameterInput.edit": string;
|
|
2198
2243
|
"parameterInput.parameter": string;
|
|
2199
2244
|
"parameterInput.parameterHasExpression": string;
|
|
2200
2245
|
"parameterInput.parameterHasIssues": string;
|
|
@@ -2333,6 +2378,9 @@ declare const _exports: {
|
|
|
2333
2378
|
"prompts.npsSurvey.thanks": string;
|
|
2334
2379
|
"projectRoles.manageRoles.paywall.title": string;
|
|
2335
2380
|
"projectRoles.manageRoles.paywall.text": string;
|
|
2381
|
+
"projectRoles.paywall.title": string;
|
|
2382
|
+
"projectRoles.paywall.description": string;
|
|
2383
|
+
"projectRoles.paywall.viewPlans": string;
|
|
2336
2384
|
"projectRoles.project:read": string;
|
|
2337
2385
|
"projectRoles.project:read.tooltip": string;
|
|
2338
2386
|
"projectRoles.project:update": string;
|
|
@@ -2740,6 +2788,26 @@ declare const _exports: {
|
|
|
2740
2788
|
"settings.chatHub.providers.table.models.allModels": string;
|
|
2741
2789
|
"settings.chatHub.providers.table.models.noModels": string;
|
|
2742
2790
|
"settings.chatHub.providers.table.models.more": string;
|
|
2791
|
+
"settings.chatHub.semanticSearch.title": string;
|
|
2792
|
+
"settings.chatHub.semanticSearch.save.success": string;
|
|
2793
|
+
"settings.chatHub.vectorStore.title": string;
|
|
2794
|
+
"settings.chatHub.vectorStore.description": string;
|
|
2795
|
+
"settings.chatHub.vectorStore.notShared": string;
|
|
2796
|
+
"settings.chatHub.vectorStore.missing": string;
|
|
2797
|
+
"settings.chatHub.vectorStore.save.error": string;
|
|
2798
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.title": string;
|
|
2799
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.message": string;
|
|
2800
|
+
"settings.chatHub.vectorStore.changeProvider.confirm.button": string;
|
|
2801
|
+
"settings.chatHub.embeddingModel.title": string;
|
|
2802
|
+
"settings.chatHub.embeddingModel.description": string;
|
|
2803
|
+
"settings.chatHub.embeddingModel.save.error": string;
|
|
2804
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.title": string;
|
|
2805
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.message": string;
|
|
2806
|
+
"settings.chatHub.embeddingModel.changeProvider.confirm.button": string;
|
|
2807
|
+
"settings.chatHub.embeddingModel.missing": string;
|
|
2808
|
+
"settings.chatHub.embeddingModel.notShared": string;
|
|
2809
|
+
"settings.chatHub.label.provider": string;
|
|
2810
|
+
"settings.chatHub.label.credential": string;
|
|
2743
2811
|
"settings.goBack": string;
|
|
2744
2812
|
"settings.personal": string;
|
|
2745
2813
|
"settings.personal.basicInformation": string;
|
|
@@ -3036,6 +3104,15 @@ declare const _exports: {
|
|
|
3036
3104
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": string;
|
|
3037
3105
|
"settings.externalSecrets.docs": string;
|
|
3038
3106
|
"settings.externalSecrets.docs.use": string;
|
|
3107
|
+
"settings.externalSecrets.systemRoles.title": string;
|
|
3108
|
+
"settings.externalSecrets.systemRoles.description": string;
|
|
3109
|
+
"settings.externalSecrets.systemRoles.enabled.toast": string;
|
|
3110
|
+
"settings.externalSecrets.systemRoles.disabled.toast": string;
|
|
3111
|
+
"settings.externalSecrets.systemRoles.error": string;
|
|
3112
|
+
"settings.externalSecrets.systemRoles.confirm.headline": string;
|
|
3113
|
+
"settings.externalSecrets.systemRoles.confirm.message": string;
|
|
3114
|
+
"settings.externalSecrets.systemRoles.confirm.confirmButtonText": string;
|
|
3115
|
+
"settings.externalSecrets.systemRoles.confirm.cancelButtonText": string;
|
|
3039
3116
|
"settings.secretsProviderConnections.title": string;
|
|
3040
3117
|
"settings.secretsProviderConnections.emptyState.heading": string;
|
|
3041
3118
|
"settings.secretsProviderConnections.emptyState.description": string;
|
|
@@ -3043,6 +3120,10 @@ declare const _exports: {
|
|
|
3043
3120
|
"settings.secretsProviderConnections.description": string;
|
|
3044
3121
|
"settings.secretsProviderConnections.card.createdAt": string;
|
|
3045
3122
|
"settings.secretsProviderConnections.actions.share": string;
|
|
3123
|
+
"settings.secretsProviderConnections.actions.activate.success.title": string;
|
|
3124
|
+
"settings.secretsProviderConnections.actions.activate.success.description": string;
|
|
3125
|
+
"settings.secretsProviderConnections.actions.activate.error.title": string;
|
|
3126
|
+
"settings.secretsProviderConnections.actions.activate.error.description": string;
|
|
3046
3127
|
"settings.secretsProviderConnections.oneSecret": string;
|
|
3047
3128
|
"settings.secretsProviderConnections.secrets": string;
|
|
3048
3129
|
"settings.secretsProviderConnections.modal.items.connection": string;
|
|
@@ -3056,6 +3137,8 @@ declare const _exports: {
|
|
|
3056
3137
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3057
3138
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
3058
3139
|
"settings.secretsProviderConnections.modal.saving": string;
|
|
3140
|
+
"settings.secretsProviderConnections.modal.readOnly.notice.admin": string;
|
|
3141
|
+
"settings.secretsProviderConnections.modal.readOnly.notice.noPermission": string;
|
|
3059
3142
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": string;
|
|
3060
3143
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": string;
|
|
3061
3144
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": string;
|
|
@@ -3066,6 +3149,7 @@ declare const _exports: {
|
|
|
3066
3149
|
"settings.secretsProviderConnections.modal.connectionName.hint": string;
|
|
3067
3150
|
"settings.secretsProviderConnections.modal.connectionName.unique": string;
|
|
3068
3151
|
"settings.secretsProviderConnections.state.disconnected": string;
|
|
3152
|
+
"settings.secretsProviderConnections.state.disabled": string;
|
|
3069
3153
|
"settings.secretsProviderConnections.delete.title": string;
|
|
3070
3154
|
"settings.secretsProviderConnections.delete.description": string;
|
|
3071
3155
|
"settings.secretsProviderConnections.delete.impact.title": string;
|
|
@@ -3139,6 +3223,7 @@ declare const _exports: {
|
|
|
3139
3223
|
"settings.sourceControl.modals.push.success.title": string;
|
|
3140
3224
|
"settings.sourceControl.modals.push.success.description": string;
|
|
3141
3225
|
"settings.sourceControl.modals.push.projectAdmin.callout": string;
|
|
3226
|
+
"settings.sourceControl.modals.push.currentWorkflow": string;
|
|
3142
3227
|
"settings.sourceControl.status.modified": string;
|
|
3143
3228
|
"settings.sourceControl.status.deleted": string;
|
|
3144
3229
|
"settings.sourceControl.status.created": string;
|
|
@@ -4469,6 +4554,8 @@ declare const _exports: {
|
|
|
4469
4554
|
"setupPanel.everythingConfigured.message": string;
|
|
4470
4555
|
"setupPanel.trigger.credential.note": string;
|
|
4471
4556
|
"setupPanel.trigger.listeningHint": string;
|
|
4557
|
+
"setupPanel.parameter.description": string;
|
|
4558
|
+
"setupPanel.parameter.configureButton": string;
|
|
4472
4559
|
"setupPanel.showCompleted": string;
|
|
4473
4560
|
"setupPanel.webhookUrl.title": string;
|
|
4474
4561
|
"setupPanel.webhookUrl.clickToCopy": 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.13.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE_EE.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.13.0"
|
|
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.7.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.13"
|