@n8n/i18n 2.10.0 → 2.11.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 +96 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +85 -4
- package/dist/index.d.mts +85 -4
- package/dist/index.mjs +96 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +85 -4
- package/dist/types2.d.mts +85 -4
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -295,8 +295,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
295
295
|
"aiAssistant.builder.workflowParsingError.title": string;
|
|
296
296
|
"aiAssistant.builder.workflowParsingError.content": string;
|
|
297
297
|
"aiAssistant.builder.error.title": string;
|
|
298
|
-
"aiAssistant.builder.reviewChanges.
|
|
299
|
-
"aiAssistant.builder.reviewChanges.
|
|
298
|
+
"aiAssistant.builder.reviewChanges.editsCount": string;
|
|
299
|
+
"aiAssistant.builder.reviewChanges.openDiff": string;
|
|
300
300
|
"aiAssistant.builder.reviewChanges.previousVersion": string;
|
|
301
301
|
"aiAssistant.builder.reviewChanges.currentVersion": string;
|
|
302
302
|
"aiAssistant.builder.reviewChanges.error": string;
|
|
@@ -367,6 +367,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
367
367
|
"aiAssistant.coachmark.title": string;
|
|
368
368
|
"aiAssistant.coachmark.body": string;
|
|
369
369
|
"aiAssistant.coachmark.gotIt": string;
|
|
370
|
+
"nodeCreator.shortcutCoachmark.title": string;
|
|
371
|
+
"nodeCreator.shortcutCoachmark.body": string;
|
|
372
|
+
"nodeCreator.shortcutCoachmark.gotIt": string;
|
|
370
373
|
"aiAssistant.askMode.emptyState.title": string;
|
|
371
374
|
"aiAssistant.askMode.emptyState.body1": string;
|
|
372
375
|
"aiAssistant.askMode.emptyState.body2": string;
|
|
@@ -505,6 +508,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
505
508
|
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
506
509
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
507
510
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
511
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing": string;
|
|
512
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing.button": string;
|
|
513
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired": string;
|
|
514
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired.button": string;
|
|
515
|
+
"chatHub.dynamicCredentials.drawer.title": string;
|
|
516
|
+
"chatHub.dynamicCredentials.drawer.subtitle": string;
|
|
517
|
+
"chatHub.dynamicCredentials.drawer.description": string;
|
|
518
|
+
"chatHub.dynamicCredentials.drawer.connect": string;
|
|
519
|
+
"chatHub.dynamicCredentials.drawer.disconnect": string;
|
|
520
|
+
"chatHub.dynamicCredentials.drawer.status.notConnected": string;
|
|
521
|
+
"chatHub.dynamicCredentials.drawer.status.connected": string;
|
|
522
|
+
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
508
523
|
"chatHub.chat.prompt.button.attach": string;
|
|
509
524
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
510
525
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
@@ -945,6 +960,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
945
960
|
"credentialEdit.credentialConfig.oauthModeCustomTitle": string;
|
|
946
961
|
"credentialEdit.credentialConfig.genericTitle": string;
|
|
947
962
|
"credentialEdit.credentialConfig.setupCredential": string;
|
|
963
|
+
"credentialEdit.credentialConfig.quickConnect": string;
|
|
964
|
+
"credentialEdit.credentialConfig.quickConnectTitle": string;
|
|
965
|
+
"credentialEdit.credentialConfig.setupManually": string;
|
|
948
966
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
949
967
|
"credentialEdit.credentialConfig.switchTo": string;
|
|
950
968
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
@@ -1510,6 +1528,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1510
1528
|
"logs.details.body.itemCount": string;
|
|
1511
1529
|
"logs.details.body.multipleInputs": string;
|
|
1512
1530
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1531
|
+
"mainSidebar.userMenu": string;
|
|
1513
1532
|
"mainSidebar.aboutN8n": string;
|
|
1514
1533
|
"mainSidebar.state.collapse": string;
|
|
1515
1534
|
"mainSidebar.state.expand": string;
|
|
@@ -1715,7 +1734,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1715
1734
|
"node.enable": string;
|
|
1716
1735
|
"node.delete": string;
|
|
1717
1736
|
"node.addToAi": string;
|
|
1737
|
+
"node.focusNode": string;
|
|
1738
|
+
"node.moreActions": string;
|
|
1718
1739
|
"node.add": string;
|
|
1740
|
+
"node.addNode": string;
|
|
1741
|
+
"node.deleteConnection": string;
|
|
1719
1742
|
"node.add-human-review-step": string;
|
|
1720
1743
|
"node.issues": string;
|
|
1721
1744
|
"node.install-to-use": string;
|
|
@@ -1845,6 +1868,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1845
1868
|
"nodeCreator.triggerHelperPanel.selectATriggerDescription": string;
|
|
1846
1869
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
1847
1870
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
1871
|
+
"nodeCreator.replaceNode.title": string;
|
|
1848
1872
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
1849
1873
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
1850
1874
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2337,6 +2361,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2337
2361
|
"projectRoles.workflow:read": string;
|
|
2338
2362
|
"projectRoles.workflow:read.tooltip": string;
|
|
2339
2363
|
"projectRoles.workflow:execute": string;
|
|
2364
|
+
"projectRoles.workflow:execute.tooltip": string;
|
|
2340
2365
|
"projectRoles.workflow:update": string;
|
|
2341
2366
|
"projectRoles.workflow:update.tooltip": string;
|
|
2342
2367
|
"projectRoles.workflow:create": string;
|
|
@@ -2350,6 +2375,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2350
2375
|
"projectRoles.workflow:publish.tooltip": string;
|
|
2351
2376
|
"projectRoles.workflow:unpublish": string;
|
|
2352
2377
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2378
|
+
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2379
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2353
2380
|
"projectRoles.credential:read": string;
|
|
2354
2381
|
"projectRoles.credential:read.tooltip": string;
|
|
2355
2382
|
"projectRoles.credential:update": string;
|
|
@@ -2358,6 +2385,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2358
2385
|
"projectRoles.credential:create.tooltip": string;
|
|
2359
2386
|
"projectRoles.credential:share": string;
|
|
2360
2387
|
"projectRoles.credential:share.tooltip": string;
|
|
2388
|
+
"projectRoles.credential:unshare": string;
|
|
2389
|
+
"projectRoles.credential:unshare.tooltip": string;
|
|
2361
2390
|
"projectRoles.credential:move": string;
|
|
2362
2391
|
"projectRoles.credential:move.tooltip": string;
|
|
2363
2392
|
"projectRoles.credential:delete": string;
|
|
@@ -2412,6 +2441,20 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2412
2441
|
"projectRoles.type.sourceControl": string;
|
|
2413
2442
|
"projectRoles.type.dataTable": string;
|
|
2414
2443
|
"projectRoles.type.projectVariable": string;
|
|
2444
|
+
"projectRoles.type.externalSecretsProvider": string;
|
|
2445
|
+
"projectRoles.type.externalSecret": string;
|
|
2446
|
+
"projectRoles.externalSecretsProvider:read": string;
|
|
2447
|
+
"projectRoles.externalSecretsProvider:read.tooltip": string;
|
|
2448
|
+
"projectRoles.externalSecretsProvider:create": string;
|
|
2449
|
+
"projectRoles.externalSecretsProvider:create.tooltip": string;
|
|
2450
|
+
"projectRoles.externalSecretsProvider:update": string;
|
|
2451
|
+
"projectRoles.externalSecretsProvider:update.tooltip": string;
|
|
2452
|
+
"projectRoles.externalSecretsProvider:delete": string;
|
|
2453
|
+
"projectRoles.externalSecretsProvider:delete.tooltip": string;
|
|
2454
|
+
"projectRoles.externalSecretsProvider:sync": string;
|
|
2455
|
+
"projectRoles.externalSecretsProvider:sync.tooltip": string;
|
|
2456
|
+
"projectRoles.externalSecret:list": string;
|
|
2457
|
+
"projectRoles.externalSecret:list.tooltip": string;
|
|
2415
2458
|
"projectRoles.literal.system": string;
|
|
2416
2459
|
"projectRoles.literal.custom": string;
|
|
2417
2460
|
"projectRoles.action.cancel": string;
|
|
@@ -2422,7 +2465,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2422
2465
|
"projectRoles.action.delete.title": string;
|
|
2423
2466
|
"projectRoles.action.delete.text": string;
|
|
2424
2467
|
"projectRoles.action.delete.warning": string;
|
|
2425
|
-
"projectRoles.action.delete.useWarning": string;
|
|
2468
|
+
"projectRoles.action.delete.useWarning.before": string;
|
|
2469
|
+
"projectRoles.action.delete.useWarning.linkText": string;
|
|
2470
|
+
"projectRoles.action.delete.useWarning.after": string;
|
|
2426
2471
|
"projectRoles.dangerZone": string;
|
|
2427
2472
|
"projectRoles.action.duplicate": string;
|
|
2428
2473
|
"projectRoles.action.duplicate.name": string;
|
|
@@ -2435,6 +2480,19 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2435
2480
|
"projectRoles.action.update.error": string;
|
|
2436
2481
|
"projectRoles.action.update.title": string;
|
|
2437
2482
|
"projectRoles.action.update.text": string;
|
|
2483
|
+
"projectRoles.tab.permissions": string;
|
|
2484
|
+
"projectRoles.tab.assignments": string;
|
|
2485
|
+
"projectRoles.sourceControl.table.projectsAssigned": string;
|
|
2486
|
+
"projectRoles.assignments.emptyState": string;
|
|
2487
|
+
"projectRoles.assignments.projectColumn": string;
|
|
2488
|
+
"projectRoles.assignments.membersColumn": string;
|
|
2489
|
+
"projectRoles.assignments.lastAssignedColumn": string;
|
|
2490
|
+
"projectRoles.assignments.membersModal.title": string;
|
|
2491
|
+
"projectRoles.assignments.membersModal.manageMembers": string;
|
|
2492
|
+
"projectRoles.assignments.membersModal.cancel": string;
|
|
2493
|
+
"projectRoles.action.delete.inUse.title": string;
|
|
2494
|
+
"projectRoles.action.delete.inUse.goToAssignments": string;
|
|
2495
|
+
"projectRoles.systemRoleNotEditable": string;
|
|
2438
2496
|
"renameAction.emptyName.message": string;
|
|
2439
2497
|
"renameAction.emptyName.title": string;
|
|
2440
2498
|
"renameAction.invalidName.title": string;
|
|
@@ -2958,7 +3016,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2958
3016
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2959
3017
|
"settings.externalSecrets.card.setUp": string;
|
|
2960
3018
|
"settings.externalSecrets.card.deprecated": string;
|
|
2961
|
-
"settings.externalSecrets.card.secretCount": string;
|
|
2962
3019
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2963
3020
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2964
3021
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -3003,6 +3060,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3003
3060
|
"settings.secretsProviderConnections.modal.scope.global": string;
|
|
3004
3061
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": string;
|
|
3005
3062
|
"settings.secretsProviderConnections.modal.scope.info": string;
|
|
3063
|
+
"settings.secretsProviderConnections.modal.scope.label": string;
|
|
3006
3064
|
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
3007
3065
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3008
3066
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
@@ -3494,6 +3552,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3494
3552
|
"workflowSettings.saveExecutionProgressOptions.defaultSave": string;
|
|
3495
3553
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": string;
|
|
3496
3554
|
"workflowSettings.saveExecutionProgressOptions.save": string;
|
|
3555
|
+
"workflowSettings.redactionPolicy": string;
|
|
3556
|
+
"workflowSettings.redactionPolicy.options.none": string;
|
|
3557
|
+
"workflowSettings.redactionPolicy.options.all": string;
|
|
3558
|
+
"workflowSettings.redactionPolicy.options.nonManual": string;
|
|
3559
|
+
"workflowSettings.helpTexts.redactionPolicy": string;
|
|
3497
3560
|
"workflowSettings.saveManualExecutions": string;
|
|
3498
3561
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3499
3562
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3529,6 +3592,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3529
3592
|
"credentialResolver.action.delete": string;
|
|
3530
3593
|
"credentialResolver.item.updated": string;
|
|
3531
3594
|
"credentialResolver.item.created": string;
|
|
3595
|
+
"credentialResolverEdit.icon": string;
|
|
3532
3596
|
"credentialResolverEdit.title.create": string;
|
|
3533
3597
|
"credentialResolverEdit.title.edit": string;
|
|
3534
3598
|
"credentialResolverEdit.saveSuccess.title": string;
|
|
@@ -3623,6 +3687,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3623
3687
|
"workflowHistory.publishModal.title": string;
|
|
3624
3688
|
"workflows.heading": string;
|
|
3625
3689
|
"workflows.add": string;
|
|
3690
|
+
"workflows.addFolder": string;
|
|
3626
3691
|
"workflows.publish": string;
|
|
3627
3692
|
"workflows.published": string;
|
|
3628
3693
|
"workflows.publish.permissionDenied": string;
|
|
@@ -3905,6 +3970,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3905
3970
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3906
3971
|
"dataTable.addColumn.invalidName.error": string;
|
|
3907
3972
|
"dataTable.addColumn.invalidName.description": string;
|
|
3973
|
+
"dataTable.filterColumn": string;
|
|
3908
3974
|
"dataTable.renameColumn.label": string;
|
|
3909
3975
|
"dataTable.renameColumn.error": string;
|
|
3910
3976
|
"dataTable.fetchContent.error": string;
|
|
@@ -3932,6 +3998,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3932
3998
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3933
3999
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3934
4000
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
4001
|
+
"dataTable.search.placeholder": string;
|
|
4002
|
+
"dataTable.sort.sizeDesc": string;
|
|
4003
|
+
"dataTable.sort.sizeAsc": string;
|
|
4004
|
+
"dataTable.sort.nameAsc": string;
|
|
4005
|
+
"dataTable.sort.nameDesc": string;
|
|
4006
|
+
"dataTable.sort.lastUpdated": string;
|
|
4007
|
+
"dataTable.sort.lastCreated": string;
|
|
4008
|
+
"dataTable.noResults": string;
|
|
3935
4009
|
"settings.ai": string;
|
|
3936
4010
|
"settings.ai.description.both": string;
|
|
3937
4011
|
"settings.ai.description.assistantOnly": string;
|
|
@@ -4091,6 +4165,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4091
4165
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4092
4166
|
"settings.sso.settings.test": string;
|
|
4093
4167
|
"settings.sso.settings.save": string;
|
|
4168
|
+
"settings.sso.settings.unsavedChanges.title": string;
|
|
4169
|
+
"settings.sso.settings.unsavedChanges.message": string;
|
|
4170
|
+
"settings.sso.settings.unsavedChanges.saveAndLeave": string;
|
|
4171
|
+
"settings.sso.settings.unsavedChanges.leaveWithoutSaving": string;
|
|
4172
|
+
"settings.sso.settings.unsavedChanges.keepEditing": string;
|
|
4094
4173
|
"settings.sso.settings.save.testConnection.title": string;
|
|
4095
4174
|
"settings.sso.settings.save.testConnection.message": string;
|
|
4096
4175
|
"settings.sso.settings.save.testConnection.test": string;
|
|
@@ -4633,6 +4712,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4633
4712
|
"workflowDiff.label.after": string;
|
|
4634
4713
|
"workflowDiff.waitingForData": string;
|
|
4635
4714
|
"workflowDiff.error.loadNodeTypes": string;
|
|
4715
|
+
"workflowDiff.compareVersionsLoadError": string;
|
|
4716
|
+
"workflowDiff.versionMismatchError": string;
|
|
4636
4717
|
"commandBar.placeholder": string;
|
|
4637
4718
|
"commandBar.noResults": string;
|
|
4638
4719
|
"commandBar.sections.recent": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -295,8 +295,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
295
295
|
"aiAssistant.builder.workflowParsingError.title": string;
|
|
296
296
|
"aiAssistant.builder.workflowParsingError.content": string;
|
|
297
297
|
"aiAssistant.builder.error.title": string;
|
|
298
|
-
"aiAssistant.builder.reviewChanges.
|
|
299
|
-
"aiAssistant.builder.reviewChanges.
|
|
298
|
+
"aiAssistant.builder.reviewChanges.editsCount": string;
|
|
299
|
+
"aiAssistant.builder.reviewChanges.openDiff": string;
|
|
300
300
|
"aiAssistant.builder.reviewChanges.previousVersion": string;
|
|
301
301
|
"aiAssistant.builder.reviewChanges.currentVersion": string;
|
|
302
302
|
"aiAssistant.builder.reviewChanges.error": string;
|
|
@@ -367,6 +367,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
367
367
|
"aiAssistant.coachmark.title": string;
|
|
368
368
|
"aiAssistant.coachmark.body": string;
|
|
369
369
|
"aiAssistant.coachmark.gotIt": string;
|
|
370
|
+
"nodeCreator.shortcutCoachmark.title": string;
|
|
371
|
+
"nodeCreator.shortcutCoachmark.body": string;
|
|
372
|
+
"nodeCreator.shortcutCoachmark.gotIt": string;
|
|
370
373
|
"aiAssistant.askMode.emptyState.title": string;
|
|
371
374
|
"aiAssistant.askMode.emptyState.body1": string;
|
|
372
375
|
"aiAssistant.askMode.emptyState.body2": string;
|
|
@@ -505,6 +508,18 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
505
508
|
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
506
509
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
507
510
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
511
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing": string;
|
|
512
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing.button": string;
|
|
513
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired": string;
|
|
514
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired.button": string;
|
|
515
|
+
"chatHub.dynamicCredentials.drawer.title": string;
|
|
516
|
+
"chatHub.dynamicCredentials.drawer.subtitle": string;
|
|
517
|
+
"chatHub.dynamicCredentials.drawer.description": string;
|
|
518
|
+
"chatHub.dynamicCredentials.drawer.connect": string;
|
|
519
|
+
"chatHub.dynamicCredentials.drawer.disconnect": string;
|
|
520
|
+
"chatHub.dynamicCredentials.drawer.status.notConnected": string;
|
|
521
|
+
"chatHub.dynamicCredentials.drawer.status.connected": string;
|
|
522
|
+
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
508
523
|
"chatHub.chat.prompt.button.attach": string;
|
|
509
524
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
510
525
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
@@ -945,6 +960,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
945
960
|
"credentialEdit.credentialConfig.oauthModeCustomTitle": string;
|
|
946
961
|
"credentialEdit.credentialConfig.genericTitle": string;
|
|
947
962
|
"credentialEdit.credentialConfig.setupCredential": string;
|
|
963
|
+
"credentialEdit.credentialConfig.quickConnect": string;
|
|
964
|
+
"credentialEdit.credentialConfig.quickConnectTitle": string;
|
|
965
|
+
"credentialEdit.credentialConfig.setupManually": string;
|
|
948
966
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
949
967
|
"credentialEdit.credentialConfig.switchTo": string;
|
|
950
968
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
@@ -1510,6 +1528,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1510
1528
|
"logs.details.body.itemCount": string;
|
|
1511
1529
|
"logs.details.body.multipleInputs": string;
|
|
1512
1530
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1531
|
+
"mainSidebar.userMenu": string;
|
|
1513
1532
|
"mainSidebar.aboutN8n": string;
|
|
1514
1533
|
"mainSidebar.state.collapse": string;
|
|
1515
1534
|
"mainSidebar.state.expand": string;
|
|
@@ -1715,7 +1734,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1715
1734
|
"node.enable": string;
|
|
1716
1735
|
"node.delete": string;
|
|
1717
1736
|
"node.addToAi": string;
|
|
1737
|
+
"node.focusNode": string;
|
|
1738
|
+
"node.moreActions": string;
|
|
1718
1739
|
"node.add": string;
|
|
1740
|
+
"node.addNode": string;
|
|
1741
|
+
"node.deleteConnection": string;
|
|
1719
1742
|
"node.add-human-review-step": string;
|
|
1720
1743
|
"node.issues": string;
|
|
1721
1744
|
"node.install-to-use": string;
|
|
@@ -1845,6 +1868,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1845
1868
|
"nodeCreator.triggerHelperPanel.selectATriggerDescription": string;
|
|
1846
1869
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
1847
1870
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
1871
|
+
"nodeCreator.replaceNode.title": string;
|
|
1848
1872
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
1849
1873
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
1850
1874
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2337,6 +2361,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2337
2361
|
"projectRoles.workflow:read": string;
|
|
2338
2362
|
"projectRoles.workflow:read.tooltip": string;
|
|
2339
2363
|
"projectRoles.workflow:execute": string;
|
|
2364
|
+
"projectRoles.workflow:execute.tooltip": string;
|
|
2340
2365
|
"projectRoles.workflow:update": string;
|
|
2341
2366
|
"projectRoles.workflow:update.tooltip": string;
|
|
2342
2367
|
"projectRoles.workflow:create": string;
|
|
@@ -2350,6 +2375,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2350
2375
|
"projectRoles.workflow:publish.tooltip": string;
|
|
2351
2376
|
"projectRoles.workflow:unpublish": string;
|
|
2352
2377
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2378
|
+
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2379
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2353
2380
|
"projectRoles.credential:read": string;
|
|
2354
2381
|
"projectRoles.credential:read.tooltip": string;
|
|
2355
2382
|
"projectRoles.credential:update": string;
|
|
@@ -2358,6 +2385,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2358
2385
|
"projectRoles.credential:create.tooltip": string;
|
|
2359
2386
|
"projectRoles.credential:share": string;
|
|
2360
2387
|
"projectRoles.credential:share.tooltip": string;
|
|
2388
|
+
"projectRoles.credential:unshare": string;
|
|
2389
|
+
"projectRoles.credential:unshare.tooltip": string;
|
|
2361
2390
|
"projectRoles.credential:move": string;
|
|
2362
2391
|
"projectRoles.credential:move.tooltip": string;
|
|
2363
2392
|
"projectRoles.credential:delete": string;
|
|
@@ -2412,6 +2441,20 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2412
2441
|
"projectRoles.type.sourceControl": string;
|
|
2413
2442
|
"projectRoles.type.dataTable": string;
|
|
2414
2443
|
"projectRoles.type.projectVariable": string;
|
|
2444
|
+
"projectRoles.type.externalSecretsProvider": string;
|
|
2445
|
+
"projectRoles.type.externalSecret": string;
|
|
2446
|
+
"projectRoles.externalSecretsProvider:read": string;
|
|
2447
|
+
"projectRoles.externalSecretsProvider:read.tooltip": string;
|
|
2448
|
+
"projectRoles.externalSecretsProvider:create": string;
|
|
2449
|
+
"projectRoles.externalSecretsProvider:create.tooltip": string;
|
|
2450
|
+
"projectRoles.externalSecretsProvider:update": string;
|
|
2451
|
+
"projectRoles.externalSecretsProvider:update.tooltip": string;
|
|
2452
|
+
"projectRoles.externalSecretsProvider:delete": string;
|
|
2453
|
+
"projectRoles.externalSecretsProvider:delete.tooltip": string;
|
|
2454
|
+
"projectRoles.externalSecretsProvider:sync": string;
|
|
2455
|
+
"projectRoles.externalSecretsProvider:sync.tooltip": string;
|
|
2456
|
+
"projectRoles.externalSecret:list": string;
|
|
2457
|
+
"projectRoles.externalSecret:list.tooltip": string;
|
|
2415
2458
|
"projectRoles.literal.system": string;
|
|
2416
2459
|
"projectRoles.literal.custom": string;
|
|
2417
2460
|
"projectRoles.action.cancel": string;
|
|
@@ -2422,7 +2465,9 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2422
2465
|
"projectRoles.action.delete.title": string;
|
|
2423
2466
|
"projectRoles.action.delete.text": string;
|
|
2424
2467
|
"projectRoles.action.delete.warning": string;
|
|
2425
|
-
"projectRoles.action.delete.useWarning": string;
|
|
2468
|
+
"projectRoles.action.delete.useWarning.before": string;
|
|
2469
|
+
"projectRoles.action.delete.useWarning.linkText": string;
|
|
2470
|
+
"projectRoles.action.delete.useWarning.after": string;
|
|
2426
2471
|
"projectRoles.dangerZone": string;
|
|
2427
2472
|
"projectRoles.action.duplicate": string;
|
|
2428
2473
|
"projectRoles.action.duplicate.name": string;
|
|
@@ -2435,6 +2480,19 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2435
2480
|
"projectRoles.action.update.error": string;
|
|
2436
2481
|
"projectRoles.action.update.title": string;
|
|
2437
2482
|
"projectRoles.action.update.text": string;
|
|
2483
|
+
"projectRoles.tab.permissions": string;
|
|
2484
|
+
"projectRoles.tab.assignments": string;
|
|
2485
|
+
"projectRoles.sourceControl.table.projectsAssigned": string;
|
|
2486
|
+
"projectRoles.assignments.emptyState": string;
|
|
2487
|
+
"projectRoles.assignments.projectColumn": string;
|
|
2488
|
+
"projectRoles.assignments.membersColumn": string;
|
|
2489
|
+
"projectRoles.assignments.lastAssignedColumn": string;
|
|
2490
|
+
"projectRoles.assignments.membersModal.title": string;
|
|
2491
|
+
"projectRoles.assignments.membersModal.manageMembers": string;
|
|
2492
|
+
"projectRoles.assignments.membersModal.cancel": string;
|
|
2493
|
+
"projectRoles.action.delete.inUse.title": string;
|
|
2494
|
+
"projectRoles.action.delete.inUse.goToAssignments": string;
|
|
2495
|
+
"projectRoles.systemRoleNotEditable": string;
|
|
2438
2496
|
"renameAction.emptyName.message": string;
|
|
2439
2497
|
"renameAction.emptyName.title": string;
|
|
2440
2498
|
"renameAction.invalidName.title": string;
|
|
@@ -2958,7 +3016,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
2958
3016
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2959
3017
|
"settings.externalSecrets.card.setUp": string;
|
|
2960
3018
|
"settings.externalSecrets.card.deprecated": string;
|
|
2961
|
-
"settings.externalSecrets.card.secretCount": string;
|
|
2962
3019
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2963
3020
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2964
3021
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -3003,6 +3060,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3003
3060
|
"settings.secretsProviderConnections.modal.scope.global": string;
|
|
3004
3061
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": string;
|
|
3005
3062
|
"settings.secretsProviderConnections.modal.scope.info": string;
|
|
3063
|
+
"settings.secretsProviderConnections.modal.scope.label": string;
|
|
3006
3064
|
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
3007
3065
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3008
3066
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
@@ -3494,6 +3552,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3494
3552
|
"workflowSettings.saveExecutionProgressOptions.defaultSave": string;
|
|
3495
3553
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": string;
|
|
3496
3554
|
"workflowSettings.saveExecutionProgressOptions.save": string;
|
|
3555
|
+
"workflowSettings.redactionPolicy": string;
|
|
3556
|
+
"workflowSettings.redactionPolicy.options.none": string;
|
|
3557
|
+
"workflowSettings.redactionPolicy.options.all": string;
|
|
3558
|
+
"workflowSettings.redactionPolicy.options.nonManual": string;
|
|
3559
|
+
"workflowSettings.helpTexts.redactionPolicy": string;
|
|
3497
3560
|
"workflowSettings.saveManualExecutions": string;
|
|
3498
3561
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3499
3562
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3529,6 +3592,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3529
3592
|
"credentialResolver.action.delete": string;
|
|
3530
3593
|
"credentialResolver.item.updated": string;
|
|
3531
3594
|
"credentialResolver.item.created": string;
|
|
3595
|
+
"credentialResolverEdit.icon": string;
|
|
3532
3596
|
"credentialResolverEdit.title.create": string;
|
|
3533
3597
|
"credentialResolverEdit.title.edit": string;
|
|
3534
3598
|
"credentialResolverEdit.saveSuccess.title": string;
|
|
@@ -3623,6 +3687,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3623
3687
|
"workflowHistory.publishModal.title": string;
|
|
3624
3688
|
"workflows.heading": string;
|
|
3625
3689
|
"workflows.add": string;
|
|
3690
|
+
"workflows.addFolder": string;
|
|
3626
3691
|
"workflows.publish": string;
|
|
3627
3692
|
"workflows.published": string;
|
|
3628
3693
|
"workflows.publish.permissionDenied": string;
|
|
@@ -3905,6 +3970,7 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3905
3970
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3906
3971
|
"dataTable.addColumn.invalidName.error": string;
|
|
3907
3972
|
"dataTable.addColumn.invalidName.description": string;
|
|
3973
|
+
"dataTable.filterColumn": string;
|
|
3908
3974
|
"dataTable.renameColumn.label": string;
|
|
3909
3975
|
"dataTable.renameColumn.error": string;
|
|
3910
3976
|
"dataTable.fetchContent.error": string;
|
|
@@ -3932,6 +3998,14 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
3932
3998
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3933
3999
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3934
4000
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
4001
|
+
"dataTable.search.placeholder": string;
|
|
4002
|
+
"dataTable.sort.sizeDesc": string;
|
|
4003
|
+
"dataTable.sort.sizeAsc": string;
|
|
4004
|
+
"dataTable.sort.nameAsc": string;
|
|
4005
|
+
"dataTable.sort.nameDesc": string;
|
|
4006
|
+
"dataTable.sort.lastUpdated": string;
|
|
4007
|
+
"dataTable.sort.lastCreated": string;
|
|
4008
|
+
"dataTable.noResults": string;
|
|
3935
4009
|
"settings.ai": string;
|
|
3936
4010
|
"settings.ai.description.both": string;
|
|
3937
4011
|
"settings.ai.description.assistantOnly": string;
|
|
@@ -4091,6 +4165,11 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4091
4165
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4092
4166
|
"settings.sso.settings.test": string;
|
|
4093
4167
|
"settings.sso.settings.save": string;
|
|
4168
|
+
"settings.sso.settings.unsavedChanges.title": string;
|
|
4169
|
+
"settings.sso.settings.unsavedChanges.message": string;
|
|
4170
|
+
"settings.sso.settings.unsavedChanges.saveAndLeave": string;
|
|
4171
|
+
"settings.sso.settings.unsavedChanges.leaveWithoutSaving": string;
|
|
4172
|
+
"settings.sso.settings.unsavedChanges.keepEditing": string;
|
|
4094
4173
|
"settings.sso.settings.save.testConnection.title": string;
|
|
4095
4174
|
"settings.sso.settings.save.testConnection.message": string;
|
|
4096
4175
|
"settings.sso.settings.save.testConnection.test": string;
|
|
@@ -4633,6 +4712,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4633
4712
|
"workflowDiff.label.after": string;
|
|
4634
4713
|
"workflowDiff.waitingForData": string;
|
|
4635
4714
|
"workflowDiff.error.loadNodeTypes": string;
|
|
4715
|
+
"workflowDiff.compareVersionsLoadError": string;
|
|
4716
|
+
"workflowDiff.versionMismatchError": string;
|
|
4636
4717
|
"commandBar.placeholder": string;
|
|
4637
4718
|
"commandBar.noResults": string;
|
|
4638
4719
|
"commandBar.sections.recent": string;
|