@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/types2.d.cts
CHANGED
|
@@ -289,8 +289,8 @@ declare const _exports: {
|
|
|
289
289
|
"aiAssistant.builder.workflowParsingError.title": string;
|
|
290
290
|
"aiAssistant.builder.workflowParsingError.content": string;
|
|
291
291
|
"aiAssistant.builder.error.title": string;
|
|
292
|
-
"aiAssistant.builder.reviewChanges.
|
|
293
|
-
"aiAssistant.builder.reviewChanges.
|
|
292
|
+
"aiAssistant.builder.reviewChanges.editsCount": string;
|
|
293
|
+
"aiAssistant.builder.reviewChanges.openDiff": string;
|
|
294
294
|
"aiAssistant.builder.reviewChanges.previousVersion": string;
|
|
295
295
|
"aiAssistant.builder.reviewChanges.currentVersion": string;
|
|
296
296
|
"aiAssistant.builder.reviewChanges.error": string;
|
|
@@ -361,6 +361,9 @@ declare const _exports: {
|
|
|
361
361
|
"aiAssistant.coachmark.title": string;
|
|
362
362
|
"aiAssistant.coachmark.body": string;
|
|
363
363
|
"aiAssistant.coachmark.gotIt": string;
|
|
364
|
+
"nodeCreator.shortcutCoachmark.title": string;
|
|
365
|
+
"nodeCreator.shortcutCoachmark.body": string;
|
|
366
|
+
"nodeCreator.shortcutCoachmark.gotIt": string;
|
|
364
367
|
"aiAssistant.askMode.emptyState.title": string;
|
|
365
368
|
"aiAssistant.askMode.emptyState.body1": string;
|
|
366
369
|
"aiAssistant.askMode.emptyState.body2": string;
|
|
@@ -499,6 +502,18 @@ declare const _exports: {
|
|
|
499
502
|
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
500
503
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
501
504
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
505
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing": string;
|
|
506
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing.button": string;
|
|
507
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired": string;
|
|
508
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired.button": string;
|
|
509
|
+
"chatHub.dynamicCredentials.drawer.title": string;
|
|
510
|
+
"chatHub.dynamicCredentials.drawer.subtitle": string;
|
|
511
|
+
"chatHub.dynamicCredentials.drawer.description": string;
|
|
512
|
+
"chatHub.dynamicCredentials.drawer.connect": string;
|
|
513
|
+
"chatHub.dynamicCredentials.drawer.disconnect": string;
|
|
514
|
+
"chatHub.dynamicCredentials.drawer.status.notConnected": string;
|
|
515
|
+
"chatHub.dynamicCredentials.drawer.status.connected": string;
|
|
516
|
+
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
502
517
|
"chatHub.chat.prompt.button.attach": string;
|
|
503
518
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
504
519
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
@@ -939,6 +954,9 @@ declare const _exports: {
|
|
|
939
954
|
"credentialEdit.credentialConfig.oauthModeCustomTitle": string;
|
|
940
955
|
"credentialEdit.credentialConfig.genericTitle": string;
|
|
941
956
|
"credentialEdit.credentialConfig.setupCredential": string;
|
|
957
|
+
"credentialEdit.credentialConfig.quickConnect": string;
|
|
958
|
+
"credentialEdit.credentialConfig.quickConnectTitle": string;
|
|
959
|
+
"credentialEdit.credentialConfig.setupManually": string;
|
|
942
960
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
943
961
|
"credentialEdit.credentialConfig.switchTo": string;
|
|
944
962
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
@@ -1504,6 +1522,7 @@ declare const _exports: {
|
|
|
1504
1522
|
"logs.details.body.itemCount": string;
|
|
1505
1523
|
"logs.details.body.multipleInputs": string;
|
|
1506
1524
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1525
|
+
"mainSidebar.userMenu": string;
|
|
1507
1526
|
"mainSidebar.aboutN8n": string;
|
|
1508
1527
|
"mainSidebar.state.collapse": string;
|
|
1509
1528
|
"mainSidebar.state.expand": string;
|
|
@@ -1709,7 +1728,11 @@ declare const _exports: {
|
|
|
1709
1728
|
"node.enable": string;
|
|
1710
1729
|
"node.delete": string;
|
|
1711
1730
|
"node.addToAi": string;
|
|
1731
|
+
"node.focusNode": string;
|
|
1732
|
+
"node.moreActions": string;
|
|
1712
1733
|
"node.add": string;
|
|
1734
|
+
"node.addNode": string;
|
|
1735
|
+
"node.deleteConnection": string;
|
|
1713
1736
|
"node.add-human-review-step": string;
|
|
1714
1737
|
"node.issues": string;
|
|
1715
1738
|
"node.install-to-use": string;
|
|
@@ -1839,6 +1862,7 @@ declare const _exports: {
|
|
|
1839
1862
|
"nodeCreator.triggerHelperPanel.selectATriggerDescription": string;
|
|
1840
1863
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
1841
1864
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
1865
|
+
"nodeCreator.replaceNode.title": string;
|
|
1842
1866
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
1843
1867
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
1844
1868
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2331,6 +2355,7 @@ declare const _exports: {
|
|
|
2331
2355
|
"projectRoles.workflow:read": string;
|
|
2332
2356
|
"projectRoles.workflow:read.tooltip": string;
|
|
2333
2357
|
"projectRoles.workflow:execute": string;
|
|
2358
|
+
"projectRoles.workflow:execute.tooltip": string;
|
|
2334
2359
|
"projectRoles.workflow:update": string;
|
|
2335
2360
|
"projectRoles.workflow:update.tooltip": string;
|
|
2336
2361
|
"projectRoles.workflow:create": string;
|
|
@@ -2344,6 +2369,8 @@ declare const _exports: {
|
|
|
2344
2369
|
"projectRoles.workflow:publish.tooltip": string;
|
|
2345
2370
|
"projectRoles.workflow:unpublish": string;
|
|
2346
2371
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2372
|
+
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2373
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2347
2374
|
"projectRoles.credential:read": string;
|
|
2348
2375
|
"projectRoles.credential:read.tooltip": string;
|
|
2349
2376
|
"projectRoles.credential:update": string;
|
|
@@ -2352,6 +2379,8 @@ declare const _exports: {
|
|
|
2352
2379
|
"projectRoles.credential:create.tooltip": string;
|
|
2353
2380
|
"projectRoles.credential:share": string;
|
|
2354
2381
|
"projectRoles.credential:share.tooltip": string;
|
|
2382
|
+
"projectRoles.credential:unshare": string;
|
|
2383
|
+
"projectRoles.credential:unshare.tooltip": string;
|
|
2355
2384
|
"projectRoles.credential:move": string;
|
|
2356
2385
|
"projectRoles.credential:move.tooltip": string;
|
|
2357
2386
|
"projectRoles.credential:delete": string;
|
|
@@ -2406,6 +2435,20 @@ declare const _exports: {
|
|
|
2406
2435
|
"projectRoles.type.sourceControl": string;
|
|
2407
2436
|
"projectRoles.type.dataTable": string;
|
|
2408
2437
|
"projectRoles.type.projectVariable": string;
|
|
2438
|
+
"projectRoles.type.externalSecretsProvider": string;
|
|
2439
|
+
"projectRoles.type.externalSecret": string;
|
|
2440
|
+
"projectRoles.externalSecretsProvider:read": string;
|
|
2441
|
+
"projectRoles.externalSecretsProvider:read.tooltip": string;
|
|
2442
|
+
"projectRoles.externalSecretsProvider:create": string;
|
|
2443
|
+
"projectRoles.externalSecretsProvider:create.tooltip": string;
|
|
2444
|
+
"projectRoles.externalSecretsProvider:update": string;
|
|
2445
|
+
"projectRoles.externalSecretsProvider:update.tooltip": string;
|
|
2446
|
+
"projectRoles.externalSecretsProvider:delete": string;
|
|
2447
|
+
"projectRoles.externalSecretsProvider:delete.tooltip": string;
|
|
2448
|
+
"projectRoles.externalSecretsProvider:sync": string;
|
|
2449
|
+
"projectRoles.externalSecretsProvider:sync.tooltip": string;
|
|
2450
|
+
"projectRoles.externalSecret:list": string;
|
|
2451
|
+
"projectRoles.externalSecret:list.tooltip": string;
|
|
2409
2452
|
"projectRoles.literal.system": string;
|
|
2410
2453
|
"projectRoles.literal.custom": string;
|
|
2411
2454
|
"projectRoles.action.cancel": string;
|
|
@@ -2416,7 +2459,9 @@ declare const _exports: {
|
|
|
2416
2459
|
"projectRoles.action.delete.title": string;
|
|
2417
2460
|
"projectRoles.action.delete.text": string;
|
|
2418
2461
|
"projectRoles.action.delete.warning": string;
|
|
2419
|
-
"projectRoles.action.delete.useWarning": string;
|
|
2462
|
+
"projectRoles.action.delete.useWarning.before": string;
|
|
2463
|
+
"projectRoles.action.delete.useWarning.linkText": string;
|
|
2464
|
+
"projectRoles.action.delete.useWarning.after": string;
|
|
2420
2465
|
"projectRoles.dangerZone": string;
|
|
2421
2466
|
"projectRoles.action.duplicate": string;
|
|
2422
2467
|
"projectRoles.action.duplicate.name": string;
|
|
@@ -2429,6 +2474,19 @@ declare const _exports: {
|
|
|
2429
2474
|
"projectRoles.action.update.error": string;
|
|
2430
2475
|
"projectRoles.action.update.title": string;
|
|
2431
2476
|
"projectRoles.action.update.text": string;
|
|
2477
|
+
"projectRoles.tab.permissions": string;
|
|
2478
|
+
"projectRoles.tab.assignments": string;
|
|
2479
|
+
"projectRoles.sourceControl.table.projectsAssigned": string;
|
|
2480
|
+
"projectRoles.assignments.emptyState": string;
|
|
2481
|
+
"projectRoles.assignments.projectColumn": string;
|
|
2482
|
+
"projectRoles.assignments.membersColumn": string;
|
|
2483
|
+
"projectRoles.assignments.lastAssignedColumn": string;
|
|
2484
|
+
"projectRoles.assignments.membersModal.title": string;
|
|
2485
|
+
"projectRoles.assignments.membersModal.manageMembers": string;
|
|
2486
|
+
"projectRoles.assignments.membersModal.cancel": string;
|
|
2487
|
+
"projectRoles.action.delete.inUse.title": string;
|
|
2488
|
+
"projectRoles.action.delete.inUse.goToAssignments": string;
|
|
2489
|
+
"projectRoles.systemRoleNotEditable": string;
|
|
2432
2490
|
"renameAction.emptyName.message": string;
|
|
2433
2491
|
"renameAction.emptyName.title": string;
|
|
2434
2492
|
"renameAction.invalidName.title": string;
|
|
@@ -2952,7 +3010,6 @@ declare const _exports: {
|
|
|
2952
3010
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2953
3011
|
"settings.externalSecrets.card.setUp": string;
|
|
2954
3012
|
"settings.externalSecrets.card.deprecated": string;
|
|
2955
|
-
"settings.externalSecrets.card.secretCount": string;
|
|
2956
3013
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2957
3014
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2958
3015
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -2997,6 +3054,7 @@ declare const _exports: {
|
|
|
2997
3054
|
"settings.secretsProviderConnections.modal.scope.global": string;
|
|
2998
3055
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": string;
|
|
2999
3056
|
"settings.secretsProviderConnections.modal.scope.info": string;
|
|
3057
|
+
"settings.secretsProviderConnections.modal.scope.label": string;
|
|
3000
3058
|
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
3001
3059
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3002
3060
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
@@ -3488,6 +3546,11 @@ declare const _exports: {
|
|
|
3488
3546
|
"workflowSettings.saveExecutionProgressOptions.defaultSave": string;
|
|
3489
3547
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": string;
|
|
3490
3548
|
"workflowSettings.saveExecutionProgressOptions.save": string;
|
|
3549
|
+
"workflowSettings.redactionPolicy": string;
|
|
3550
|
+
"workflowSettings.redactionPolicy.options.none": string;
|
|
3551
|
+
"workflowSettings.redactionPolicy.options.all": string;
|
|
3552
|
+
"workflowSettings.redactionPolicy.options.nonManual": string;
|
|
3553
|
+
"workflowSettings.helpTexts.redactionPolicy": string;
|
|
3491
3554
|
"workflowSettings.saveManualExecutions": string;
|
|
3492
3555
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3493
3556
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3523,6 +3586,7 @@ declare const _exports: {
|
|
|
3523
3586
|
"credentialResolver.action.delete": string;
|
|
3524
3587
|
"credentialResolver.item.updated": string;
|
|
3525
3588
|
"credentialResolver.item.created": string;
|
|
3589
|
+
"credentialResolverEdit.icon": string;
|
|
3526
3590
|
"credentialResolverEdit.title.create": string;
|
|
3527
3591
|
"credentialResolverEdit.title.edit": string;
|
|
3528
3592
|
"credentialResolverEdit.saveSuccess.title": string;
|
|
@@ -3617,6 +3681,7 @@ declare const _exports: {
|
|
|
3617
3681
|
"workflowHistory.publishModal.title": string;
|
|
3618
3682
|
"workflows.heading": string;
|
|
3619
3683
|
"workflows.add": string;
|
|
3684
|
+
"workflows.addFolder": string;
|
|
3620
3685
|
"workflows.publish": string;
|
|
3621
3686
|
"workflows.published": string;
|
|
3622
3687
|
"workflows.publish.permissionDenied": string;
|
|
@@ -3899,6 +3964,7 @@ declare const _exports: {
|
|
|
3899
3964
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3900
3965
|
"dataTable.addColumn.invalidName.error": string;
|
|
3901
3966
|
"dataTable.addColumn.invalidName.description": string;
|
|
3967
|
+
"dataTable.filterColumn": string;
|
|
3902
3968
|
"dataTable.renameColumn.label": string;
|
|
3903
3969
|
"dataTable.renameColumn.error": string;
|
|
3904
3970
|
"dataTable.fetchContent.error": string;
|
|
@@ -3926,6 +3992,14 @@ declare const _exports: {
|
|
|
3926
3992
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3927
3993
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3928
3994
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3995
|
+
"dataTable.search.placeholder": string;
|
|
3996
|
+
"dataTable.sort.sizeDesc": string;
|
|
3997
|
+
"dataTable.sort.sizeAsc": string;
|
|
3998
|
+
"dataTable.sort.nameAsc": string;
|
|
3999
|
+
"dataTable.sort.nameDesc": string;
|
|
4000
|
+
"dataTable.sort.lastUpdated": string;
|
|
4001
|
+
"dataTable.sort.lastCreated": string;
|
|
4002
|
+
"dataTable.noResults": string;
|
|
3929
4003
|
"settings.ai": string;
|
|
3930
4004
|
"settings.ai.description.both": string;
|
|
3931
4005
|
"settings.ai.description.assistantOnly": string;
|
|
@@ -4085,6 +4159,11 @@ declare const _exports: {
|
|
|
4085
4159
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4086
4160
|
"settings.sso.settings.test": string;
|
|
4087
4161
|
"settings.sso.settings.save": string;
|
|
4162
|
+
"settings.sso.settings.unsavedChanges.title": string;
|
|
4163
|
+
"settings.sso.settings.unsavedChanges.message": string;
|
|
4164
|
+
"settings.sso.settings.unsavedChanges.saveAndLeave": string;
|
|
4165
|
+
"settings.sso.settings.unsavedChanges.leaveWithoutSaving": string;
|
|
4166
|
+
"settings.sso.settings.unsavedChanges.keepEditing": string;
|
|
4088
4167
|
"settings.sso.settings.save.testConnection.title": string;
|
|
4089
4168
|
"settings.sso.settings.save.testConnection.message": string;
|
|
4090
4169
|
"settings.sso.settings.save.testConnection.test": string;
|
|
@@ -4627,6 +4706,8 @@ declare const _exports: {
|
|
|
4627
4706
|
"workflowDiff.label.after": string;
|
|
4628
4707
|
"workflowDiff.waitingForData": string;
|
|
4629
4708
|
"workflowDiff.error.loadNodeTypes": string;
|
|
4709
|
+
"workflowDiff.compareVersionsLoadError": string;
|
|
4710
|
+
"workflowDiff.versionMismatchError": string;
|
|
4630
4711
|
"commandBar.placeholder": string;
|
|
4631
4712
|
"commandBar.noResults": string;
|
|
4632
4713
|
"commandBar.sections.recent": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -289,8 +289,8 @@ declare const _exports: {
|
|
|
289
289
|
"aiAssistant.builder.workflowParsingError.title": string;
|
|
290
290
|
"aiAssistant.builder.workflowParsingError.content": string;
|
|
291
291
|
"aiAssistant.builder.error.title": string;
|
|
292
|
-
"aiAssistant.builder.reviewChanges.
|
|
293
|
-
"aiAssistant.builder.reviewChanges.
|
|
292
|
+
"aiAssistant.builder.reviewChanges.editsCount": string;
|
|
293
|
+
"aiAssistant.builder.reviewChanges.openDiff": string;
|
|
294
294
|
"aiAssistant.builder.reviewChanges.previousVersion": string;
|
|
295
295
|
"aiAssistant.builder.reviewChanges.currentVersion": string;
|
|
296
296
|
"aiAssistant.builder.reviewChanges.error": string;
|
|
@@ -361,6 +361,9 @@ declare const _exports: {
|
|
|
361
361
|
"aiAssistant.coachmark.title": string;
|
|
362
362
|
"aiAssistant.coachmark.body": string;
|
|
363
363
|
"aiAssistant.coachmark.gotIt": string;
|
|
364
|
+
"nodeCreator.shortcutCoachmark.title": string;
|
|
365
|
+
"nodeCreator.shortcutCoachmark.body": string;
|
|
366
|
+
"nodeCreator.shortcutCoachmark.gotIt": string;
|
|
364
367
|
"aiAssistant.askMode.emptyState.title": string;
|
|
365
368
|
"aiAssistant.askMode.emptyState.body1": string;
|
|
366
369
|
"aiAssistant.askMode.emptyState.body2": string;
|
|
@@ -499,6 +502,18 @@ declare const _exports: {
|
|
|
499
502
|
"chatHub.chat.prompt.callout.setCredentials.new.link": string;
|
|
500
503
|
"chatHub.chat.prompt.callout.setCredentials.existing": string;
|
|
501
504
|
"chatHub.chat.prompt.callout.setCredentials.existing.link": string;
|
|
505
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing": string;
|
|
506
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.missing.button": string;
|
|
507
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired": string;
|
|
508
|
+
"chatHub.chat.prompt.callout.dynamicCredentials.expired.button": string;
|
|
509
|
+
"chatHub.dynamicCredentials.drawer.title": string;
|
|
510
|
+
"chatHub.dynamicCredentials.drawer.subtitle": string;
|
|
511
|
+
"chatHub.dynamicCredentials.drawer.description": string;
|
|
512
|
+
"chatHub.dynamicCredentials.drawer.connect": string;
|
|
513
|
+
"chatHub.dynamicCredentials.drawer.disconnect": string;
|
|
514
|
+
"chatHub.dynamicCredentials.drawer.status.notConnected": string;
|
|
515
|
+
"chatHub.dynamicCredentials.drawer.status.connected": string;
|
|
516
|
+
"chatHub.dynamicCredentials.drawer.footer": string;
|
|
502
517
|
"chatHub.chat.prompt.button.attach": string;
|
|
503
518
|
"chatHub.chat.prompt.button.attach.disabled": string;
|
|
504
519
|
"chatHub.chat.prompt.button.stopRecording": string;
|
|
@@ -939,6 +954,9 @@ declare const _exports: {
|
|
|
939
954
|
"credentialEdit.credentialConfig.oauthModeCustomTitle": string;
|
|
940
955
|
"credentialEdit.credentialConfig.genericTitle": string;
|
|
941
956
|
"credentialEdit.credentialConfig.setupCredential": string;
|
|
957
|
+
"credentialEdit.credentialConfig.quickConnect": string;
|
|
958
|
+
"credentialEdit.credentialConfig.quickConnectTitle": string;
|
|
959
|
+
"credentialEdit.credentialConfig.setupManually": string;
|
|
942
960
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": string;
|
|
943
961
|
"credentialEdit.credentialConfig.switchTo": string;
|
|
944
962
|
"credentialEdit.credentialConfig.externalSecrets": string;
|
|
@@ -1504,6 +1522,7 @@ declare const _exports: {
|
|
|
1504
1522
|
"logs.details.body.itemCount": string;
|
|
1505
1523
|
"logs.details.body.multipleInputs": string;
|
|
1506
1524
|
"logs.details.body.multipleInputs.openingTheNode": string;
|
|
1525
|
+
"mainSidebar.userMenu": string;
|
|
1507
1526
|
"mainSidebar.aboutN8n": string;
|
|
1508
1527
|
"mainSidebar.state.collapse": string;
|
|
1509
1528
|
"mainSidebar.state.expand": string;
|
|
@@ -1709,7 +1728,11 @@ declare const _exports: {
|
|
|
1709
1728
|
"node.enable": string;
|
|
1710
1729
|
"node.delete": string;
|
|
1711
1730
|
"node.addToAi": string;
|
|
1731
|
+
"node.focusNode": string;
|
|
1732
|
+
"node.moreActions": string;
|
|
1712
1733
|
"node.add": string;
|
|
1734
|
+
"node.addNode": string;
|
|
1735
|
+
"node.deleteConnection": string;
|
|
1713
1736
|
"node.add-human-review-step": string;
|
|
1714
1737
|
"node.issues": string;
|
|
1715
1738
|
"node.install-to-use": string;
|
|
@@ -1839,6 +1862,7 @@ declare const _exports: {
|
|
|
1839
1862
|
"nodeCreator.triggerHelperPanel.selectATriggerDescription": string;
|
|
1840
1863
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": string;
|
|
1841
1864
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": string;
|
|
1865
|
+
"nodeCreator.replaceNode.title": string;
|
|
1842
1866
|
"nodeCreator.aiPanel.aiNodes": string;
|
|
1843
1867
|
"nodeCreator.aiPanel.aiOtherNodes": string;
|
|
1844
1868
|
"nodeCreator.aiPanel.aiOtherNodesDescription": string;
|
|
@@ -2331,6 +2355,7 @@ declare const _exports: {
|
|
|
2331
2355
|
"projectRoles.workflow:read": string;
|
|
2332
2356
|
"projectRoles.workflow:read.tooltip": string;
|
|
2333
2357
|
"projectRoles.workflow:execute": string;
|
|
2358
|
+
"projectRoles.workflow:execute.tooltip": string;
|
|
2334
2359
|
"projectRoles.workflow:update": string;
|
|
2335
2360
|
"projectRoles.workflow:update.tooltip": string;
|
|
2336
2361
|
"projectRoles.workflow:create": string;
|
|
@@ -2344,6 +2369,8 @@ declare const _exports: {
|
|
|
2344
2369
|
"projectRoles.workflow:publish.tooltip": string;
|
|
2345
2370
|
"projectRoles.workflow:unpublish": string;
|
|
2346
2371
|
"projectRoles.workflow:unpublish.tooltip": string;
|
|
2372
|
+
"projectRoles.workflow:updateRedactionSetting": string;
|
|
2373
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": string;
|
|
2347
2374
|
"projectRoles.credential:read": string;
|
|
2348
2375
|
"projectRoles.credential:read.tooltip": string;
|
|
2349
2376
|
"projectRoles.credential:update": string;
|
|
@@ -2352,6 +2379,8 @@ declare const _exports: {
|
|
|
2352
2379
|
"projectRoles.credential:create.tooltip": string;
|
|
2353
2380
|
"projectRoles.credential:share": string;
|
|
2354
2381
|
"projectRoles.credential:share.tooltip": string;
|
|
2382
|
+
"projectRoles.credential:unshare": string;
|
|
2383
|
+
"projectRoles.credential:unshare.tooltip": string;
|
|
2355
2384
|
"projectRoles.credential:move": string;
|
|
2356
2385
|
"projectRoles.credential:move.tooltip": string;
|
|
2357
2386
|
"projectRoles.credential:delete": string;
|
|
@@ -2406,6 +2435,20 @@ declare const _exports: {
|
|
|
2406
2435
|
"projectRoles.type.sourceControl": string;
|
|
2407
2436
|
"projectRoles.type.dataTable": string;
|
|
2408
2437
|
"projectRoles.type.projectVariable": string;
|
|
2438
|
+
"projectRoles.type.externalSecretsProvider": string;
|
|
2439
|
+
"projectRoles.type.externalSecret": string;
|
|
2440
|
+
"projectRoles.externalSecretsProvider:read": string;
|
|
2441
|
+
"projectRoles.externalSecretsProvider:read.tooltip": string;
|
|
2442
|
+
"projectRoles.externalSecretsProvider:create": string;
|
|
2443
|
+
"projectRoles.externalSecretsProvider:create.tooltip": string;
|
|
2444
|
+
"projectRoles.externalSecretsProvider:update": string;
|
|
2445
|
+
"projectRoles.externalSecretsProvider:update.tooltip": string;
|
|
2446
|
+
"projectRoles.externalSecretsProvider:delete": string;
|
|
2447
|
+
"projectRoles.externalSecretsProvider:delete.tooltip": string;
|
|
2448
|
+
"projectRoles.externalSecretsProvider:sync": string;
|
|
2449
|
+
"projectRoles.externalSecretsProvider:sync.tooltip": string;
|
|
2450
|
+
"projectRoles.externalSecret:list": string;
|
|
2451
|
+
"projectRoles.externalSecret:list.tooltip": string;
|
|
2409
2452
|
"projectRoles.literal.system": string;
|
|
2410
2453
|
"projectRoles.literal.custom": string;
|
|
2411
2454
|
"projectRoles.action.cancel": string;
|
|
@@ -2416,7 +2459,9 @@ declare const _exports: {
|
|
|
2416
2459
|
"projectRoles.action.delete.title": string;
|
|
2417
2460
|
"projectRoles.action.delete.text": string;
|
|
2418
2461
|
"projectRoles.action.delete.warning": string;
|
|
2419
|
-
"projectRoles.action.delete.useWarning": string;
|
|
2462
|
+
"projectRoles.action.delete.useWarning.before": string;
|
|
2463
|
+
"projectRoles.action.delete.useWarning.linkText": string;
|
|
2464
|
+
"projectRoles.action.delete.useWarning.after": string;
|
|
2420
2465
|
"projectRoles.dangerZone": string;
|
|
2421
2466
|
"projectRoles.action.duplicate": string;
|
|
2422
2467
|
"projectRoles.action.duplicate.name": string;
|
|
@@ -2429,6 +2474,19 @@ declare const _exports: {
|
|
|
2429
2474
|
"projectRoles.action.update.error": string;
|
|
2430
2475
|
"projectRoles.action.update.title": string;
|
|
2431
2476
|
"projectRoles.action.update.text": string;
|
|
2477
|
+
"projectRoles.tab.permissions": string;
|
|
2478
|
+
"projectRoles.tab.assignments": string;
|
|
2479
|
+
"projectRoles.sourceControl.table.projectsAssigned": string;
|
|
2480
|
+
"projectRoles.assignments.emptyState": string;
|
|
2481
|
+
"projectRoles.assignments.projectColumn": string;
|
|
2482
|
+
"projectRoles.assignments.membersColumn": string;
|
|
2483
|
+
"projectRoles.assignments.lastAssignedColumn": string;
|
|
2484
|
+
"projectRoles.assignments.membersModal.title": string;
|
|
2485
|
+
"projectRoles.assignments.membersModal.manageMembers": string;
|
|
2486
|
+
"projectRoles.assignments.membersModal.cancel": string;
|
|
2487
|
+
"projectRoles.action.delete.inUse.title": string;
|
|
2488
|
+
"projectRoles.action.delete.inUse.goToAssignments": string;
|
|
2489
|
+
"projectRoles.systemRoleNotEditable": string;
|
|
2432
2490
|
"renameAction.emptyName.message": string;
|
|
2433
2491
|
"renameAction.emptyName.title": string;
|
|
2434
2492
|
"renameAction.invalidName.title": string;
|
|
@@ -2952,7 +3010,6 @@ declare const _exports: {
|
|
|
2952
3010
|
"settings.externalSecrets.actionBox.buttonText": string;
|
|
2953
3011
|
"settings.externalSecrets.card.setUp": string;
|
|
2954
3012
|
"settings.externalSecrets.card.deprecated": string;
|
|
2955
|
-
"settings.externalSecrets.card.secretCount": string;
|
|
2956
3013
|
"settings.externalSecrets.card.secretsCount": string;
|
|
2957
3014
|
"settings.externalSecrets.card.connectedAt": string;
|
|
2958
3015
|
"settings.externalSecrets.card.connected": string;
|
|
@@ -2997,6 +3054,7 @@ declare const _exports: {
|
|
|
2997
3054
|
"settings.secretsProviderConnections.modal.scope.global": string;
|
|
2998
3055
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": string;
|
|
2999
3056
|
"settings.secretsProviderConnections.modal.scope.info": string;
|
|
3057
|
+
"settings.secretsProviderConnections.modal.scope.label": string;
|
|
3000
3058
|
"settings.secretsProviderConnections.modal.connectionName": string;
|
|
3001
3059
|
"settings.secretsProviderConnections.modal.providerType": string;
|
|
3002
3060
|
"settings.secretsProviderConnections.modal.providerType.placeholder": string;
|
|
@@ -3488,6 +3546,11 @@ declare const _exports: {
|
|
|
3488
3546
|
"workflowSettings.saveExecutionProgressOptions.defaultSave": string;
|
|
3489
3547
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": string;
|
|
3490
3548
|
"workflowSettings.saveExecutionProgressOptions.save": string;
|
|
3549
|
+
"workflowSettings.redactionPolicy": string;
|
|
3550
|
+
"workflowSettings.redactionPolicy.options.none": string;
|
|
3551
|
+
"workflowSettings.redactionPolicy.options.all": string;
|
|
3552
|
+
"workflowSettings.redactionPolicy.options.nonManual": string;
|
|
3553
|
+
"workflowSettings.helpTexts.redactionPolicy": string;
|
|
3491
3554
|
"workflowSettings.saveManualExecutions": string;
|
|
3492
3555
|
"workflowSettings.saveManualOptions.defaultSave": string;
|
|
3493
3556
|
"workflowSettings.saveManualOptions.doNotSave": string;
|
|
@@ -3523,6 +3586,7 @@ declare const _exports: {
|
|
|
3523
3586
|
"credentialResolver.action.delete": string;
|
|
3524
3587
|
"credentialResolver.item.updated": string;
|
|
3525
3588
|
"credentialResolver.item.created": string;
|
|
3589
|
+
"credentialResolverEdit.icon": string;
|
|
3526
3590
|
"credentialResolverEdit.title.create": string;
|
|
3527
3591
|
"credentialResolverEdit.title.edit": string;
|
|
3528
3592
|
"credentialResolverEdit.saveSuccess.title": string;
|
|
@@ -3617,6 +3681,7 @@ declare const _exports: {
|
|
|
3617
3681
|
"workflowHistory.publishModal.title": string;
|
|
3618
3682
|
"workflows.heading": string;
|
|
3619
3683
|
"workflows.add": string;
|
|
3684
|
+
"workflows.addFolder": string;
|
|
3620
3685
|
"workflows.publish": string;
|
|
3621
3686
|
"workflows.published": string;
|
|
3622
3687
|
"workflows.publish.permissionDenied": string;
|
|
@@ -3899,6 +3964,7 @@ declare const _exports: {
|
|
|
3899
3964
|
"dataTable.deleteColumn.confirm.message": string;
|
|
3900
3965
|
"dataTable.addColumn.invalidName.error": string;
|
|
3901
3966
|
"dataTable.addColumn.invalidName.description": string;
|
|
3967
|
+
"dataTable.filterColumn": string;
|
|
3902
3968
|
"dataTable.renameColumn.label": string;
|
|
3903
3969
|
"dataTable.renameColumn.error": string;
|
|
3904
3970
|
"dataTable.fetchContent.error": string;
|
|
@@ -3926,6 +3992,14 @@ declare const _exports: {
|
|
|
3926
3992
|
"dataTable.addColumn.systemColumnDescription": string;
|
|
3927
3993
|
"dataTable.addColumn.alreadyExistsDescription": string;
|
|
3928
3994
|
"dataTable.addColumn.testingColumnDescription": string;
|
|
3995
|
+
"dataTable.search.placeholder": string;
|
|
3996
|
+
"dataTable.sort.sizeDesc": string;
|
|
3997
|
+
"dataTable.sort.sizeAsc": string;
|
|
3998
|
+
"dataTable.sort.nameAsc": string;
|
|
3999
|
+
"dataTable.sort.nameDesc": string;
|
|
4000
|
+
"dataTable.sort.lastUpdated": string;
|
|
4001
|
+
"dataTable.sort.lastCreated": string;
|
|
4002
|
+
"dataTable.noResults": string;
|
|
3929
4003
|
"settings.ai": string;
|
|
3930
4004
|
"settings.ai.description.both": string;
|
|
3931
4005
|
"settings.ai.description.assistantOnly": string;
|
|
@@ -4085,6 +4159,11 @@ declare const _exports: {
|
|
|
4085
4159
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": string;
|
|
4086
4160
|
"settings.sso.settings.test": string;
|
|
4087
4161
|
"settings.sso.settings.save": string;
|
|
4162
|
+
"settings.sso.settings.unsavedChanges.title": string;
|
|
4163
|
+
"settings.sso.settings.unsavedChanges.message": string;
|
|
4164
|
+
"settings.sso.settings.unsavedChanges.saveAndLeave": string;
|
|
4165
|
+
"settings.sso.settings.unsavedChanges.leaveWithoutSaving": string;
|
|
4166
|
+
"settings.sso.settings.unsavedChanges.keepEditing": string;
|
|
4088
4167
|
"settings.sso.settings.save.testConnection.title": string;
|
|
4089
4168
|
"settings.sso.settings.save.testConnection.message": string;
|
|
4090
4169
|
"settings.sso.settings.save.testConnection.test": string;
|
|
@@ -4627,6 +4706,8 @@ declare const _exports: {
|
|
|
4627
4706
|
"workflowDiff.label.after": string;
|
|
4628
4707
|
"workflowDiff.waitingForData": string;
|
|
4629
4708
|
"workflowDiff.error.loadNodeTypes": string;
|
|
4709
|
+
"workflowDiff.compareVersionsLoadError": string;
|
|
4710
|
+
"workflowDiff.versionMismatchError": string;
|
|
4630
4711
|
"commandBar.placeholder": string;
|
|
4631
4712
|
"commandBar.noResults": string;
|
|
4632
4713
|
"commandBar.sections.recent": string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.11.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"LICENSE.md",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "2.
|
|
27
|
+
"n8n-workflow": "2.11.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|