@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 CHANGED
@@ -291,8 +291,8 @@ var en_default = {
291
291
  "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
292
292
  "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
293
293
  "aiAssistant.builder.error.title": "Workflow update failed",
294
- "aiAssistant.builder.reviewChanges.button": "Review changes",
295
- "aiAssistant.builder.reviewChanges.editedNodes": "Edited {count} nodes",
294
+ "aiAssistant.builder.reviewChanges.editsCount": "Edits · {count} nodes",
295
+ "aiAssistant.builder.reviewChanges.openDiff": "Open diff",
296
296
  "aiAssistant.builder.reviewChanges.previousVersion": "Previous version",
297
297
  "aiAssistant.builder.reviewChanges.currentVersion": "Current version",
298
298
  "aiAssistant.builder.reviewChanges.error": "Could not load the previous version of the workflow. The version history may no longer be available.",
@@ -363,6 +363,9 @@ var en_default = {
363
363
  "aiAssistant.coachmark.title": "Ask mode enabled",
364
364
  "aiAssistant.coachmark.body": "Ask questions about n8n, get help with errors, or learn about automation. Switch to Build anytime to create workflows.",
365
365
  "aiAssistant.coachmark.gotIt": "Got it",
366
+ "nodeCreator.shortcutCoachmark.title": "Press N to browse nodes",
367
+ "nodeCreator.shortcutCoachmark.body": "We changed the shortcut to improve keyboard navigation",
368
+ "nodeCreator.shortcutCoachmark.gotIt": "Got it",
366
369
  "aiAssistant.askMode.emptyState.title": "Ask n8n AI",
367
370
  "aiAssistant.askMode.emptyState.body1": "Ask anything about n8n, your workflow, or how to accomplish a task. This won't use any of your AI credits.",
368
371
  "aiAssistant.askMode.emptyState.body2": "Look for the",
@@ -501,6 +504,18 @@ var en_default = {
501
504
  "chatHub.chat.prompt.callout.setCredentials.new.link": "set credentials",
502
505
  "chatHub.chat.prompt.callout.setCredentials.existing": "Please {link} for {provider} to continue the conversation",
503
506
  "chatHub.chat.prompt.callout.setCredentials.existing.link": "set credentials",
507
+ "chatHub.chat.prompt.callout.dynamicCredentials.missing": "To run this workflow, connect the required accounts.",
508
+ "chatHub.chat.prompt.callout.dynamicCredentials.missing.button": "Connect",
509
+ "chatHub.chat.prompt.callout.dynamicCredentials.expired": "Connection expired. Reconnect missing accounts to continue.",
510
+ "chatHub.chat.prompt.callout.dynamicCredentials.expired.button": "Connect",
511
+ "chatHub.dynamicCredentials.drawer.title": "Credentials",
512
+ "chatHub.dynamicCredentials.drawer.subtitle": "Required connections",
513
+ "chatHub.dynamicCredentials.drawer.description": "This workflow will access the accounts below to complete your request. Manage or disconnect them anytime.",
514
+ "chatHub.dynamicCredentials.drawer.connect": "Connect",
515
+ "chatHub.dynamicCredentials.drawer.disconnect": "Disconnect",
516
+ "chatHub.dynamicCredentials.drawer.status.notConnected": "not connected",
517
+ "chatHub.dynamicCredentials.drawer.status.connected": "Connected",
518
+ "chatHub.dynamicCredentials.drawer.footer": "{connected}/{total} connections",
504
519
  "chatHub.chat.prompt.button.attach": "Attach",
505
520
  "chatHub.chat.prompt.button.attach.disabled": "File attachments are not supported by the selected model",
506
521
  "chatHub.chat.prompt.button.stopRecording": "Stop recording",
@@ -941,6 +956,9 @@ var en_default = {
941
956
  "credentialEdit.credentialConfig.oauthModeCustomTitle": "Setup custom OAuth",
942
957
  "credentialEdit.credentialConfig.genericTitle": "Setup {credential}",
943
958
  "credentialEdit.credentialConfig.setupCredential": "Setup credential",
959
+ "credentialEdit.credentialConfig.quickConnect": "Use quick connect",
960
+ "credentialEdit.credentialConfig.quickConnectTitle": "Connect to set up a credential",
961
+ "credentialEdit.credentialConfig.setupManually": "Set up manually",
944
962
  "credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
945
963
  "credentialEdit.credentialConfig.switchTo": "Use {name}",
946
964
  "credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
@@ -1506,6 +1524,7 @@ var en_default = {
1506
1524
  "logs.details.body.itemCount": "{count} item | {count} items",
1507
1525
  "logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
1508
1526
  "logs.details.body.multipleInputs.openingTheNode": "opening the node",
1527
+ "mainSidebar.userMenu": "User menu",
1509
1528
  "mainSidebar.aboutN8n": "About n8n",
1510
1529
  "mainSidebar.state.collapse": "Collapse sidebar",
1511
1530
  "mainSidebar.state.expand": "Expand sidebar",
@@ -1711,7 +1730,11 @@ var en_default = {
1711
1730
  "node.enable": "Activate",
1712
1731
  "node.delete": "Delete",
1713
1732
  "node.addToAi": "Add to n8n AI",
1733
+ "node.focusNode": "Focus node",
1734
+ "node.moreActions": "More actions",
1714
1735
  "node.add": "Add",
1736
+ "node.addNode": "Add node",
1737
+ "node.deleteConnection": "Delete connection",
1715
1738
  "node.add-human-review-step": "Add human review step",
1716
1739
  "node.issues": "Issues",
1717
1740
  "node.install-to-use": "Install the package to use this node",
@@ -1841,6 +1864,7 @@ var en_default = {
1841
1864
  "nodeCreator.triggerHelperPanel.selectATriggerDescription": "A trigger is a step that starts your workflow",
1842
1865
  "nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": "When executed by another workflow",
1843
1866
  "nodeCreator.triggerHelperPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
1867
+ "nodeCreator.replaceNode.title": "Replace this step",
1844
1868
  "nodeCreator.aiPanel.aiNodes": "AI Nodes",
1845
1869
  "nodeCreator.aiPanel.aiOtherNodes": "Other AI Nodes",
1846
1870
  "nodeCreator.aiPanel.aiOtherNodesDescription": "Embeddings, Vector Stores, LLMs and other AI nodes",
@@ -2333,8 +2357,9 @@ var en_default = {
2333
2357
  "projectRoles.workflow:read": "View",
2334
2358
  "projectRoles.workflow:read.tooltip": "View workflows within the project",
2335
2359
  "projectRoles.workflow:execute": "Execute",
2360
+ "projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
2336
2361
  "projectRoles.workflow:update": "Edit",
2337
- "projectRoles.workflow:update.tooltip": "Edit workflow content and execute workflows",
2362
+ "projectRoles.workflow:update.tooltip": "Edit workflow content",
2338
2363
  "projectRoles.workflow:create": "Create",
2339
2364
  "projectRoles.workflow:create.tooltip": "Create new workflows",
2340
2365
  "projectRoles.workflow:share": "Share",
@@ -2346,6 +2371,8 @@ var en_default = {
2346
2371
  "projectRoles.workflow:publish.tooltip": "Publish workflows",
2347
2372
  "projectRoles.workflow:unpublish": "Unpublish",
2348
2373
  "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2374
+ "projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
2375
+ "projectRoles.workflow:updateRedactionSetting.tooltip": "Manage the data redaction policy for workflows in the project",
2349
2376
  "projectRoles.credential:read": "View",
2350
2377
  "projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
2351
2378
  "projectRoles.credential:update": "Edit",
@@ -2354,6 +2381,8 @@ var en_default = {
2354
2381
  "projectRoles.credential:create.tooltip": "Create new credentials",
2355
2382
  "projectRoles.credential:share": "Share",
2356
2383
  "projectRoles.credential:share.tooltip": "Share credentials with other projects or users",
2384
+ "projectRoles.credential:unshare": "Unshare",
2385
+ "projectRoles.credential:unshare.tooltip": "Remove credential sharing with other projects or users",
2357
2386
  "projectRoles.credential:move": "Transfer",
2358
2387
  "projectRoles.credential:move.tooltip": "Move credentials to another project",
2359
2388
  "projectRoles.credential:delete": "Delete",
@@ -2408,6 +2437,20 @@ var en_default = {
2408
2437
  "projectRoles.type.sourceControl": "Source control",
2409
2438
  "projectRoles.type.dataTable": "Data tables",
2410
2439
  "projectRoles.type.projectVariable": "Project variables",
2440
+ "projectRoles.type.externalSecretsProvider": "Secrets vaults",
2441
+ "projectRoles.type.externalSecret": "Secrets",
2442
+ "projectRoles.externalSecretsProvider:read": "View",
2443
+ "projectRoles.externalSecretsProvider:read.tooltip": "View secrets vault connections and see available secret names",
2444
+ "projectRoles.externalSecretsProvider:create": "Create",
2445
+ "projectRoles.externalSecretsProvider:create.tooltip": "Add new secrets vault connections to the project",
2446
+ "projectRoles.externalSecretsProvider:update": "Edit",
2447
+ "projectRoles.externalSecretsProvider:update.tooltip": "Edit secrets vault connection settings",
2448
+ "projectRoles.externalSecretsProvider:delete": "Delete",
2449
+ "projectRoles.externalSecretsProvider:delete.tooltip": "Remove secrets vault connections from the project",
2450
+ "projectRoles.externalSecretsProvider:sync": "Sync",
2451
+ "projectRoles.externalSecretsProvider:sync.tooltip": "Manually trigger a sync to refresh secrets from the provider",
2452
+ "projectRoles.externalSecret:list": "List",
2453
+ "projectRoles.externalSecret:list.tooltip": "List available secrets names from connected secrets vaults",
2411
2454
  "projectRoles.literal.system": "System",
2412
2455
  "projectRoles.literal.custom": "Custom",
2413
2456
  "projectRoles.action.cancel": "Cancel",
@@ -2418,7 +2461,9 @@ var en_default = {
2418
2461
  "projectRoles.action.delete.title": "Delete '{roleName}'?",
2419
2462
  "projectRoles.action.delete.text": "Are you sure that you want to delete '{roleName}' permanently? This action cannot be undone.",
2420
2463
  "projectRoles.action.delete.warning": "Deleting a role is permanent. This can’t be undone.",
2421
- "projectRoles.action.delete.useWarning": "You cant delete this role while its assigned to {count} users. Unassign it from all users first.",
2464
+ "projectRoles.action.delete.useWarning.before": "You can't delete this role while it's assigned in",
2465
+ "projectRoles.action.delete.useWarning.linkText": "{count} project | {count} projects",
2466
+ "projectRoles.action.delete.useWarning.after": "To delete it, first reassign users within projects to a different role.",
2422
2467
  "projectRoles.dangerZone": "Danger zone",
2423
2468
  "projectRoles.action.duplicate": "Duplicate",
2424
2469
  "projectRoles.action.duplicate.name": "Copy of {roleName}",
@@ -2431,6 +2476,19 @@ var en_default = {
2431
2476
  "projectRoles.action.update.error": "Error updating role",
2432
2477
  "projectRoles.action.update.title": "Update role for '{count}' users?",
2433
2478
  "projectRoles.action.update.text": "These changes will instantly affect all {count} users with this role. Are you sure you want to continue?",
2479
+ "projectRoles.tab.permissions": "Permissions",
2480
+ "projectRoles.tab.assignments": "Assignments",
2481
+ "projectRoles.sourceControl.table.projectsAssigned": "Projects assigned",
2482
+ "projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
2483
+ "projectRoles.assignments.projectColumn": "Project",
2484
+ "projectRoles.assignments.membersColumn": "Members assigned",
2485
+ "projectRoles.assignments.lastAssignedColumn": "Last assigned",
2486
+ "projectRoles.assignments.membersModal.title": "\"{projectName}\" members",
2487
+ "projectRoles.assignments.membersModal.manageMembers": "Manage members",
2488
+ "projectRoles.assignments.membersModal.cancel": "Cancel",
2489
+ "projectRoles.action.delete.inUse.title": "{roleName}",
2490
+ "projectRoles.action.delete.inUse.goToAssignments": "Go to assignments",
2491
+ "projectRoles.systemRoleNotEditable": "System roles are not editable",
2434
2492
  "renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
2435
2493
  "renameAction.emptyName.title": "Name missing",
2436
2494
  "renameAction.invalidName.title": "Invalid name",
@@ -2954,8 +3012,7 @@ var en_default = {
2954
3012
  "settings.externalSecrets.actionBox.buttonText": "See plans",
2955
3013
  "settings.externalSecrets.card.setUp": "Set Up",
2956
3014
  "settings.externalSecrets.card.deprecated": "deprecated",
2957
- "settings.externalSecrets.card.secretCount": "{count} secret",
2958
- "settings.externalSecrets.card.secretsCount": "{count} secrets",
3015
+ "settings.externalSecrets.card.secretsCount": "{count} secret | {count} secrets",
2959
3016
  "settings.externalSecrets.card.connectedAt": "Connected {date}",
2960
3017
  "settings.externalSecrets.card.connected": "Enabled",
2961
3018
  "settings.externalSecrets.card.disconnected": "Disabled",
@@ -2985,7 +3042,7 @@ var en_default = {
2985
3042
  "settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
2986
3043
  "settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
2987
3044
  "settings.secretsProviderConnections.title": "External Secrets",
2988
- "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets store",
3045
+ "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets vault",
2989
3046
  "settings.secretsProviderConnections.emptyState.description": "Manage credentials across multiple environments by adding an external secrets store. Keep sensitive credential information in your vault for added security.",
2990
3047
  "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets vault",
2991
3048
  "settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.",
@@ -2998,7 +3055,8 @@ var en_default = {
2998
3055
  "settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
2999
3056
  "settings.secretsProviderConnections.modal.scope.global": "Global",
3000
3057
  "settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
3001
- "settings.secretsProviderConnections.modal.scope.info": "Assigning a secret store allows people to use external secrets in their credentials.",
3058
+ "settings.secretsProviderConnections.modal.scope.info": "Assigning a secret vault allows people to use external secrets in their credentials.",
3059
+ "settings.secretsProviderConnections.modal.scope.label": "Scope",
3002
3060
  "settings.secretsProviderConnections.modal.connectionName": "Vault name",
3003
3061
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
3004
3062
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
@@ -3023,8 +3081,8 @@ var en_default = {
3023
3081
  "settings.secretsProviderConnections.delete.confirmationLabel": "Type \"{name}\" to confirm.",
3024
3082
  "settings.secretsProviderConnections.delete.success": "Secret store \"{name}\" deleted successfully",
3025
3083
  "settings.secretsProviderConnections.delete.error": "Failed to delete secret store",
3026
- "settings.secretsProviderConnections.badge.tooltip.project": "This secrets store is shared with {projectName}.",
3027
- "settings.secretsProviderConnections.badge.tooltip.global": "This secrets store is available to all projects and users of this instance.",
3084
+ "settings.secretsProviderConnections.badge.tooltip.project": "This secrets vault is shared with {projectName}.",
3085
+ "settings.secretsProviderConnections.badge.tooltip.global": "This secrets vault is available to all projects and users of this instance.",
3028
3086
  "settings.sourceControl.title": "Environments",
3029
3087
  "settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
3030
3088
  "settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
@@ -3490,6 +3548,11 @@ var en_default = {
3490
3548
  "workflowSettings.saveExecutionProgressOptions.defaultSave": "Default - {defaultValue}",
3491
3549
  "workflowSettings.saveExecutionProgressOptions.doNotSave": "Do not save",
3492
3550
  "workflowSettings.saveExecutionProgressOptions.save": "@:_reusableBaseText.save",
3551
+ "workflowSettings.redactionPolicy": "Data Redaction Policy",
3552
+ "workflowSettings.redactionPolicy.options.none": "No redaction",
3553
+ "workflowSettings.redactionPolicy.options.all": "Redact all executions",
3554
+ "workflowSettings.redactionPolicy.options.nonManual": "Redact non-manual executions",
3555
+ "workflowSettings.helpTexts.redactionPolicy": "Controls how execution data is redacted. 'Redact all' redacts data for all executions. 'Redact non-manual' only redacts data for production (non-manually triggered) executions.",
3493
3556
  "workflowSettings.saveManualExecutions": "Save manual executions",
3494
3557
  "workflowSettings.saveManualOptions.defaultSave": "Default - {defaultValue}",
3495
3558
  "workflowSettings.saveManualOptions.doNotSave": "Do not save",
@@ -3525,6 +3588,7 @@ var en_default = {
3525
3588
  "credentialResolver.action.delete": "Delete",
3526
3589
  "credentialResolver.item.updated": "Last updated",
3527
3590
  "credentialResolver.item.created": "Created",
3591
+ "credentialResolverEdit.icon": "Credential resolver",
3528
3592
  "credentialResolverEdit.title.create": "Create Credential Resolver",
3529
3593
  "credentialResolverEdit.title.edit": "Edit Credential Resolver",
3530
3594
  "credentialResolverEdit.saveSuccess.title": "Credential Resolver was saved successfully",
@@ -3619,6 +3683,7 @@ var en_default = {
3619
3683
  "workflowHistory.publishModal.title": "Publish {versionName}",
3620
3684
  "workflows.heading": "Workflows",
3621
3685
  "workflows.add": "Add workflow",
3686
+ "workflows.addFolder": "Add folder",
3622
3687
  "workflows.publish": "Publish",
3623
3688
  "workflows.published": "Published",
3624
3689
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
@@ -3901,6 +3966,7 @@ var en_default = {
3901
3966
  "dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
3902
3967
  "dataTable.addColumn.invalidName.error": "Invalid column name",
3903
3968
  "dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
3969
+ "dataTable.filterColumn": "Filter column",
3904
3970
  "dataTable.renameColumn.label": "Rename column",
3905
3971
  "dataTable.renameColumn.error": "Error renaming column",
3906
3972
  "dataTable.fetchContent.error": "Error fetching data table content",
@@ -3928,6 +3994,14 @@ var en_default = {
3928
3994
  "dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
3929
3995
  "dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
3930
3996
  "dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
3997
+ "dataTable.search.placeholder": "Search",
3998
+ "dataTable.sort.sizeDesc": "Sort by largest",
3999
+ "dataTable.sort.sizeAsc": "Sort by smallest",
4000
+ "dataTable.sort.nameAsc": "Sort by name (A-Z)",
4001
+ "dataTable.sort.nameDesc": "Sort by name (Z-A)",
4002
+ "dataTable.sort.lastUpdated": "Sort by last updated",
4003
+ "dataTable.sort.lastCreated": "Sort by last created",
4004
+ "dataTable.noResults": "No data tables found",
3931
4005
  "settings.ai": "AI Usage",
3932
4006
  "settings.ai.description.both": "Control what n8n sends when using the AI Assistant and AI Builder",
3933
4007
  "settings.ai.description.assistantOnly": "Manage how n8n uses your data to improve our AI features. These settings only apply to <b>AI Assistant Chat</b> feature.",
@@ -4087,6 +4161,11 @@ var en_default = {
4087
4161
  "settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
4088
4162
  "settings.sso.settings.test": "Test settings",
4089
4163
  "settings.sso.settings.save": "Save settings",
4164
+ "settings.sso.settings.unsavedChanges.title": "Unsaved changes",
4165
+ "settings.sso.settings.unsavedChanges.message": "You have unsaved changes. They'll be lost if you leave.",
4166
+ "settings.sso.settings.unsavedChanges.saveAndLeave": "Save and leave",
4167
+ "settings.sso.settings.unsavedChanges.leaveWithoutSaving": "Leave without saving",
4168
+ "settings.sso.settings.unsavedChanges.keepEditing": "Keep editing",
4090
4169
  "settings.sso.settings.save.testConnection.title": "Test and activate SAML SSO",
4091
4170
  "settings.sso.settings.save.testConnection.message": "You are about to activate SSO via SAML. Test your SAML SSO settings first before proceeding.",
4092
4171
  "settings.sso.settings.save.testConnection.test": "Test settings",
@@ -4188,16 +4267,16 @@ var en_default = {
4188
4267
  "projects.settings.users.search.error": "An error occurred while searching for users",
4189
4268
  "projects.settings.externalSecrets": "External secret stores",
4190
4269
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4191
- "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets store with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4192
- "projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets store and share it with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4270
+ "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets vault with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4271
+ "projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets vault and share it with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4193
4272
  "projects.settings.externalSecrets.button.addSecretsStore": "Add secrets vault",
4194
- "projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets store",
4273
+ "projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets vault",
4195
4274
  "projects.settings.externalSecrets.table.header.secretName": "Secret name",
4196
4275
  "projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
4197
4276
  "projects.settings.externalSecrets.search.placeholder": "Search secrets...",
4198
4277
  "projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
4199
- "projects.settings.externalSecrets.expand": "Expand external secrets store",
4200
- "projects.settings.externalSecrets.collapse": "Collapse external secrets store",
4278
+ "projects.settings.externalSecrets.expand": "Expand external secrets vault",
4279
+ "projects.settings.externalSecrets.collapse": "Collapse external secrets vault",
4201
4280
  "projects.sharing.allUsers": "All users and projects",
4202
4281
  "projects.sharing.noMatchingProjects": "There are no available projects",
4203
4282
  "projects.sharing.noMatchingUsers": "No matching users or projects",
@@ -4629,6 +4708,8 @@ var en_default = {
4629
4708
  "workflowDiff.label.after": "After",
4630
4709
  "workflowDiff.waitingForData": "Waiting for workflow data...",
4631
4710
  "workflowDiff.error.loadNodeTypes": "Could not load node types",
4711
+ "workflowDiff.compareVersionsLoadError": "Could not load workflow versions for comparison",
4712
+ "workflowDiff.versionMismatchError": "Cannot compare versions from different workflows",
4632
4713
  "commandBar.placeholder": "Type a command or search...",
4633
4714
  "commandBar.noResults": "No results found",
4634
4715
  "commandBar.sections.recent": "Recent",