@n8n/i18n 2.10.1 → 2.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +96 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +85 -7
- package/dist/index.d.mts +85 -7
- package/dist/index.mjs +96 -18
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +85 -7
- package/dist/types2.d.mts +85 -7
- package/package.json +4 -4
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.
|
|
295
|
-
"aiAssistant.builder.reviewChanges.
|
|
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",
|
|
@@ -937,10 +952,10 @@ var en_default = {
|
|
|
937
952
|
"credentialEdit.credentialConfig.missingCredentialType": "This credential's type isn't available. This usually happens when a previously installed community or custom node was uninstalled.",
|
|
938
953
|
"credentialEdit.credentialConfig.oauthModeManaged": "Managed OAuth2 (recommended)",
|
|
939
954
|
"credentialEdit.credentialConfig.oauthModeCustom": "Custom OAuth2",
|
|
940
|
-
"credentialEdit.credentialConfig.oauthModeManagedTitle": "Setup managed OAuth",
|
|
941
|
-
"credentialEdit.credentialConfig.oauthModeCustomTitle": "Setup custom OAuth",
|
|
942
|
-
"credentialEdit.credentialConfig.genericTitle": "Setup {credential}",
|
|
943
955
|
"credentialEdit.credentialConfig.setupCredential": "Setup credential",
|
|
956
|
+
"credentialEdit.credentialConfig.quickConnect": "Use quick connect",
|
|
957
|
+
"credentialEdit.credentialConfig.quickConnectTitle": "Connect to set up a credential",
|
|
958
|
+
"credentialEdit.credentialConfig.setupManually": "Set up manually",
|
|
944
959
|
"credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
|
|
945
960
|
"credentialEdit.credentialConfig.switchTo": "Use {name}",
|
|
946
961
|
"credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
|
|
@@ -1506,6 +1521,7 @@ var en_default = {
|
|
|
1506
1521
|
"logs.details.body.itemCount": "{count} item | {count} items",
|
|
1507
1522
|
"logs.details.body.multipleInputs": "Multiple inputs. View them by {button}",
|
|
1508
1523
|
"logs.details.body.multipleInputs.openingTheNode": "opening the node",
|
|
1524
|
+
"mainSidebar.userMenu": "User menu",
|
|
1509
1525
|
"mainSidebar.aboutN8n": "About n8n",
|
|
1510
1526
|
"mainSidebar.state.collapse": "Collapse sidebar",
|
|
1511
1527
|
"mainSidebar.state.expand": "Expand sidebar",
|
|
@@ -1711,7 +1727,11 @@ var en_default = {
|
|
|
1711
1727
|
"node.enable": "Activate",
|
|
1712
1728
|
"node.delete": "Delete",
|
|
1713
1729
|
"node.addToAi": "Add to n8n AI",
|
|
1730
|
+
"node.focusNode": "Focus node",
|
|
1731
|
+
"node.moreActions": "More actions",
|
|
1714
1732
|
"node.add": "Add",
|
|
1733
|
+
"node.addNode": "Add node",
|
|
1734
|
+
"node.deleteConnection": "Delete connection",
|
|
1715
1735
|
"node.add-human-review-step": "Add human review step",
|
|
1716
1736
|
"node.issues": "Issues",
|
|
1717
1737
|
"node.install-to-use": "Install the package to use this node",
|
|
@@ -1841,6 +1861,7 @@ var en_default = {
|
|
|
1841
1861
|
"nodeCreator.triggerHelperPanel.selectATriggerDescription": "A trigger is a step that starts your workflow",
|
|
1842
1862
|
"nodeCreator.triggerHelperPanel.workflowTriggerDisplayName": "When executed by another workflow",
|
|
1843
1863
|
"nodeCreator.triggerHelperPanel.workflowTriggerDescription": "Runs the flow when called by the Execute Workflow node from a different workflow",
|
|
1864
|
+
"nodeCreator.replaceNode.title": "Replace this step",
|
|
1844
1865
|
"nodeCreator.aiPanel.aiNodes": "AI Nodes",
|
|
1845
1866
|
"nodeCreator.aiPanel.aiOtherNodes": "Other AI Nodes",
|
|
1846
1867
|
"nodeCreator.aiPanel.aiOtherNodesDescription": "Embeddings, Vector Stores, LLMs and other AI nodes",
|
|
@@ -2333,8 +2354,9 @@ var en_default = {
|
|
|
2333
2354
|
"projectRoles.workflow:read": "View",
|
|
2334
2355
|
"projectRoles.workflow:read.tooltip": "View workflows within the project",
|
|
2335
2356
|
"projectRoles.workflow:execute": "Execute",
|
|
2357
|
+
"projectRoles.workflow:execute.tooltip": "Execute workflows within the project",
|
|
2336
2358
|
"projectRoles.workflow:update": "Edit",
|
|
2337
|
-
"projectRoles.workflow:update.tooltip": "Edit workflow content
|
|
2359
|
+
"projectRoles.workflow:update.tooltip": "Edit workflow content",
|
|
2338
2360
|
"projectRoles.workflow:create": "Create",
|
|
2339
2361
|
"projectRoles.workflow:create.tooltip": "Create new workflows",
|
|
2340
2362
|
"projectRoles.workflow:share": "Share",
|
|
@@ -2346,6 +2368,8 @@ var en_default = {
|
|
|
2346
2368
|
"projectRoles.workflow:publish.tooltip": "Publish workflows",
|
|
2347
2369
|
"projectRoles.workflow:unpublish": "Unpublish",
|
|
2348
2370
|
"projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
|
|
2371
|
+
"projectRoles.workflow:updateRedactionSetting": "Manage data redaction",
|
|
2372
|
+
"projectRoles.workflow:updateRedactionSetting.tooltip": "Manage the data redaction policy for workflows in the project",
|
|
2349
2373
|
"projectRoles.credential:read": "View",
|
|
2350
2374
|
"projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
|
|
2351
2375
|
"projectRoles.credential:update": "Edit",
|
|
@@ -2354,6 +2378,8 @@ var en_default = {
|
|
|
2354
2378
|
"projectRoles.credential:create.tooltip": "Create new credentials",
|
|
2355
2379
|
"projectRoles.credential:share": "Share",
|
|
2356
2380
|
"projectRoles.credential:share.tooltip": "Share credentials with other projects or users",
|
|
2381
|
+
"projectRoles.credential:unshare": "Unshare",
|
|
2382
|
+
"projectRoles.credential:unshare.tooltip": "Remove credential sharing with other projects or users",
|
|
2357
2383
|
"projectRoles.credential:move": "Transfer",
|
|
2358
2384
|
"projectRoles.credential:move.tooltip": "Move credentials to another project",
|
|
2359
2385
|
"projectRoles.credential:delete": "Delete",
|
|
@@ -2408,6 +2434,20 @@ var en_default = {
|
|
|
2408
2434
|
"projectRoles.type.sourceControl": "Source control",
|
|
2409
2435
|
"projectRoles.type.dataTable": "Data tables",
|
|
2410
2436
|
"projectRoles.type.projectVariable": "Project variables",
|
|
2437
|
+
"projectRoles.type.externalSecretsProvider": "Secrets vaults",
|
|
2438
|
+
"projectRoles.type.externalSecret": "Secrets",
|
|
2439
|
+
"projectRoles.externalSecretsProvider:read": "View",
|
|
2440
|
+
"projectRoles.externalSecretsProvider:read.tooltip": "View secrets vault connections and see available secret names",
|
|
2441
|
+
"projectRoles.externalSecretsProvider:create": "Create",
|
|
2442
|
+
"projectRoles.externalSecretsProvider:create.tooltip": "Add new secrets vault connections to the project",
|
|
2443
|
+
"projectRoles.externalSecretsProvider:update": "Edit",
|
|
2444
|
+
"projectRoles.externalSecretsProvider:update.tooltip": "Edit secrets vault connection settings",
|
|
2445
|
+
"projectRoles.externalSecretsProvider:delete": "Delete",
|
|
2446
|
+
"projectRoles.externalSecretsProvider:delete.tooltip": "Remove secrets vault connections from the project",
|
|
2447
|
+
"projectRoles.externalSecretsProvider:sync": "Sync",
|
|
2448
|
+
"projectRoles.externalSecretsProvider:sync.tooltip": "Manually trigger a sync to refresh secrets from the provider",
|
|
2449
|
+
"projectRoles.externalSecret:list": "List",
|
|
2450
|
+
"projectRoles.externalSecret:list.tooltip": "List available secrets names from connected secrets vaults",
|
|
2411
2451
|
"projectRoles.literal.system": "System",
|
|
2412
2452
|
"projectRoles.literal.custom": "Custom",
|
|
2413
2453
|
"projectRoles.action.cancel": "Cancel",
|
|
@@ -2418,7 +2458,9 @@ var en_default = {
|
|
|
2418
2458
|
"projectRoles.action.delete.title": "Delete '{roleName}'?",
|
|
2419
2459
|
"projectRoles.action.delete.text": "Are you sure that you want to delete '{roleName}' permanently? This action cannot be undone.",
|
|
2420
2460
|
"projectRoles.action.delete.warning": "Deleting a role is permanent. This can’t be undone.",
|
|
2421
|
-
"projectRoles.action.delete.useWarning": "You can
|
|
2461
|
+
"projectRoles.action.delete.useWarning.before": "You can't delete this role while it's assigned in",
|
|
2462
|
+
"projectRoles.action.delete.useWarning.linkText": "{count} project | {count} projects",
|
|
2463
|
+
"projectRoles.action.delete.useWarning.after": "To delete it, first reassign users within projects to a different role.",
|
|
2422
2464
|
"projectRoles.dangerZone": "Danger zone",
|
|
2423
2465
|
"projectRoles.action.duplicate": "Duplicate",
|
|
2424
2466
|
"projectRoles.action.duplicate.name": "Copy of {roleName}",
|
|
@@ -2431,6 +2473,19 @@ var en_default = {
|
|
|
2431
2473
|
"projectRoles.action.update.error": "Error updating role",
|
|
2432
2474
|
"projectRoles.action.update.title": "Update role for '{count}' users?",
|
|
2433
2475
|
"projectRoles.action.update.text": "These changes will instantly affect all {count} users with this role. Are you sure you want to continue?",
|
|
2476
|
+
"projectRoles.tab.permissions": "Permissions",
|
|
2477
|
+
"projectRoles.tab.assignments": "Assignments",
|
|
2478
|
+
"projectRoles.sourceControl.table.projectsAssigned": "Projects assigned",
|
|
2479
|
+
"projectRoles.assignments.emptyState": "This role is not assigned in any projects yet.",
|
|
2480
|
+
"projectRoles.assignments.projectColumn": "Project",
|
|
2481
|
+
"projectRoles.assignments.membersColumn": "Members assigned",
|
|
2482
|
+
"projectRoles.assignments.lastAssignedColumn": "Last assigned",
|
|
2483
|
+
"projectRoles.assignments.membersModal.title": "\"{projectName}\" members",
|
|
2484
|
+
"projectRoles.assignments.membersModal.manageMembers": "Manage members",
|
|
2485
|
+
"projectRoles.assignments.membersModal.cancel": "Cancel",
|
|
2486
|
+
"projectRoles.action.delete.inUse.title": "{roleName}",
|
|
2487
|
+
"projectRoles.action.delete.inUse.goToAssignments": "Go to assignments",
|
|
2488
|
+
"projectRoles.systemRoleNotEditable": "System roles are not editable",
|
|
2434
2489
|
"renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
|
|
2435
2490
|
"renameAction.emptyName.title": "Name missing",
|
|
2436
2491
|
"renameAction.invalidName.title": "Invalid name",
|
|
@@ -2954,8 +3009,7 @@ var en_default = {
|
|
|
2954
3009
|
"settings.externalSecrets.actionBox.buttonText": "See plans",
|
|
2955
3010
|
"settings.externalSecrets.card.setUp": "Set Up",
|
|
2956
3011
|
"settings.externalSecrets.card.deprecated": "deprecated",
|
|
2957
|
-
"settings.externalSecrets.card.
|
|
2958
|
-
"settings.externalSecrets.card.secretsCount": "{count} secrets",
|
|
3012
|
+
"settings.externalSecrets.card.secretsCount": "{count} secret | {count} secrets",
|
|
2959
3013
|
"settings.externalSecrets.card.connectedAt": "Connected {date}",
|
|
2960
3014
|
"settings.externalSecrets.card.connected": "Enabled",
|
|
2961
3015
|
"settings.externalSecrets.card.disconnected": "Disabled",
|
|
@@ -2985,7 +3039,7 @@ var en_default = {
|
|
|
2985
3039
|
"settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
|
|
2986
3040
|
"settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
|
|
2987
3041
|
"settings.secretsProviderConnections.title": "External Secrets",
|
|
2988
|
-
"settings.secretsProviderConnections.emptyState.heading": "Add an external secrets
|
|
3042
|
+
"settings.secretsProviderConnections.emptyState.heading": "Add an external secrets vault",
|
|
2989
3043
|
"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
3044
|
"settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets vault",
|
|
2991
3045
|
"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 +3052,8 @@ var en_default = {
|
|
|
2998
3052
|
"settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
|
|
2999
3053
|
"settings.secretsProviderConnections.modal.scope.global": "Global",
|
|
3000
3054
|
"settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
|
|
3001
|
-
"settings.secretsProviderConnections.modal.scope.info": "Assigning a secret
|
|
3055
|
+
"settings.secretsProviderConnections.modal.scope.info": "Assigning a secret vault allows people to use external secrets in their credentials.",
|
|
3056
|
+
"settings.secretsProviderConnections.modal.scope.label": "Scope",
|
|
3002
3057
|
"settings.secretsProviderConnections.modal.connectionName": "Vault name",
|
|
3003
3058
|
"settings.secretsProviderConnections.modal.providerType": "External secrets provider",
|
|
3004
3059
|
"settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
|
|
@@ -3023,8 +3078,8 @@ var en_default = {
|
|
|
3023
3078
|
"settings.secretsProviderConnections.delete.confirmationLabel": "Type \"{name}\" to confirm.",
|
|
3024
3079
|
"settings.secretsProviderConnections.delete.success": "Secret store \"{name}\" deleted successfully",
|
|
3025
3080
|
"settings.secretsProviderConnections.delete.error": "Failed to delete secret store",
|
|
3026
|
-
"settings.secretsProviderConnections.badge.tooltip.project": "This secrets
|
|
3027
|
-
"settings.secretsProviderConnections.badge.tooltip.global": "This secrets
|
|
3081
|
+
"settings.secretsProviderConnections.badge.tooltip.project": "This secrets vault is shared with {projectName}.",
|
|
3082
|
+
"settings.secretsProviderConnections.badge.tooltip.global": "This secrets vault is available to all projects and users of this instance.",
|
|
3028
3083
|
"settings.sourceControl.title": "Environments",
|
|
3029
3084
|
"settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
|
|
3030
3085
|
"settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
|
|
@@ -3490,6 +3545,11 @@ var en_default = {
|
|
|
3490
3545
|
"workflowSettings.saveExecutionProgressOptions.defaultSave": "Default - {defaultValue}",
|
|
3491
3546
|
"workflowSettings.saveExecutionProgressOptions.doNotSave": "Do not save",
|
|
3492
3547
|
"workflowSettings.saveExecutionProgressOptions.save": "@:_reusableBaseText.save",
|
|
3548
|
+
"workflowSettings.redactionPolicy": "Data Redaction Policy",
|
|
3549
|
+
"workflowSettings.redactionPolicy.options.none": "No redaction",
|
|
3550
|
+
"workflowSettings.redactionPolicy.options.all": "Redact all executions",
|
|
3551
|
+
"workflowSettings.redactionPolicy.options.nonManual": "Redact non-manual executions",
|
|
3552
|
+
"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
3553
|
"workflowSettings.saveManualExecutions": "Save manual executions",
|
|
3494
3554
|
"workflowSettings.saveManualOptions.defaultSave": "Default - {defaultValue}",
|
|
3495
3555
|
"workflowSettings.saveManualOptions.doNotSave": "Do not save",
|
|
@@ -3525,6 +3585,7 @@ var en_default = {
|
|
|
3525
3585
|
"credentialResolver.action.delete": "Delete",
|
|
3526
3586
|
"credentialResolver.item.updated": "Last updated",
|
|
3527
3587
|
"credentialResolver.item.created": "Created",
|
|
3588
|
+
"credentialResolverEdit.icon": "Credential resolver",
|
|
3528
3589
|
"credentialResolverEdit.title.create": "Create Credential Resolver",
|
|
3529
3590
|
"credentialResolverEdit.title.edit": "Edit Credential Resolver",
|
|
3530
3591
|
"credentialResolverEdit.saveSuccess.title": "Credential Resolver was saved successfully",
|
|
@@ -3619,6 +3680,7 @@ var en_default = {
|
|
|
3619
3680
|
"workflowHistory.publishModal.title": "Publish {versionName}",
|
|
3620
3681
|
"workflows.heading": "Workflows",
|
|
3621
3682
|
"workflows.add": "Add workflow",
|
|
3683
|
+
"workflows.addFolder": "Add folder",
|
|
3622
3684
|
"workflows.publish": "Publish",
|
|
3623
3685
|
"workflows.published": "Published",
|
|
3624
3686
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
@@ -3901,6 +3963,7 @@ var en_default = {
|
|
|
3901
3963
|
"dataTable.deleteColumn.confirm.message": "Are you sure you want to delete the column '{name}'? This action cannot be undone.",
|
|
3902
3964
|
"dataTable.addColumn.invalidName.error": "Invalid column name",
|
|
3903
3965
|
"dataTable.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
|
|
3966
|
+
"dataTable.filterColumn": "Filter column",
|
|
3904
3967
|
"dataTable.renameColumn.label": "Rename column",
|
|
3905
3968
|
"dataTable.renameColumn.error": "Error renaming column",
|
|
3906
3969
|
"dataTable.fetchContent.error": "Error fetching data table content",
|
|
@@ -3928,6 +3991,14 @@ var en_default = {
|
|
|
3928
3991
|
"dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
|
|
3929
3992
|
"dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
|
|
3930
3993
|
"dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
|
|
3994
|
+
"dataTable.search.placeholder": "Search",
|
|
3995
|
+
"dataTable.sort.sizeDesc": "Sort by largest",
|
|
3996
|
+
"dataTable.sort.sizeAsc": "Sort by smallest",
|
|
3997
|
+
"dataTable.sort.nameAsc": "Sort by name (A-Z)",
|
|
3998
|
+
"dataTable.sort.nameDesc": "Sort by name (Z-A)",
|
|
3999
|
+
"dataTable.sort.lastUpdated": "Sort by last updated",
|
|
4000
|
+
"dataTable.sort.lastCreated": "Sort by last created",
|
|
4001
|
+
"dataTable.noResults": "No data tables found",
|
|
3931
4002
|
"settings.ai": "AI Usage",
|
|
3932
4003
|
"settings.ai.description.both": "Control what n8n sends when using the AI Assistant and AI Builder",
|
|
3933
4004
|
"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 +4158,11 @@ var en_default = {
|
|
|
4087
4158
|
"settings.sso.settings.userRoleProvisioning.option.instanceAndProjectRoles.label": "Instance and project roles",
|
|
4088
4159
|
"settings.sso.settings.test": "Test settings",
|
|
4089
4160
|
"settings.sso.settings.save": "Save settings",
|
|
4161
|
+
"settings.sso.settings.unsavedChanges.title": "Unsaved changes",
|
|
4162
|
+
"settings.sso.settings.unsavedChanges.message": "You have unsaved changes. They'll be lost if you leave.",
|
|
4163
|
+
"settings.sso.settings.unsavedChanges.saveAndLeave": "Save and leave",
|
|
4164
|
+
"settings.sso.settings.unsavedChanges.leaveWithoutSaving": "Leave without saving",
|
|
4165
|
+
"settings.sso.settings.unsavedChanges.keepEditing": "Keep editing",
|
|
4090
4166
|
"settings.sso.settings.save.testConnection.title": "Test and activate SAML SSO",
|
|
4091
4167
|
"settings.sso.settings.save.testConnection.message": "You are about to activate SSO via SAML. Test your SAML SSO settings first before proceeding.",
|
|
4092
4168
|
"settings.sso.settings.save.testConnection.test": "Test settings",
|
|
@@ -4188,16 +4264,16 @@ var en_default = {
|
|
|
4188
4264
|
"projects.settings.users.search.error": "An error occurred while searching for users",
|
|
4189
4265
|
"projects.settings.externalSecrets": "External secret stores",
|
|
4190
4266
|
"projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
|
|
4191
|
-
"projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets
|
|
4192
|
-
"projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets
|
|
4267
|
+
"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.",
|
|
4268
|
+
"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
4269
|
"projects.settings.externalSecrets.button.addSecretsStore": "Add secrets vault",
|
|
4194
|
-
"projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets
|
|
4270
|
+
"projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets vault",
|
|
4195
4271
|
"projects.settings.externalSecrets.table.header.secretName": "Secret name",
|
|
4196
4272
|
"projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
|
|
4197
4273
|
"projects.settings.externalSecrets.search.placeholder": "Search secrets...",
|
|
4198
4274
|
"projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
|
|
4199
|
-
"projects.settings.externalSecrets.expand": "Expand external secrets
|
|
4200
|
-
"projects.settings.externalSecrets.collapse": "Collapse external secrets
|
|
4275
|
+
"projects.settings.externalSecrets.expand": "Expand external secrets vault",
|
|
4276
|
+
"projects.settings.externalSecrets.collapse": "Collapse external secrets vault",
|
|
4201
4277
|
"projects.sharing.allUsers": "All users and projects",
|
|
4202
4278
|
"projects.sharing.noMatchingProjects": "There are no available projects",
|
|
4203
4279
|
"projects.sharing.noMatchingUsers": "No matching users or projects",
|
|
@@ -4629,6 +4705,8 @@ var en_default = {
|
|
|
4629
4705
|
"workflowDiff.label.after": "After",
|
|
4630
4706
|
"workflowDiff.waitingForData": "Waiting for workflow data...",
|
|
4631
4707
|
"workflowDiff.error.loadNodeTypes": "Could not load node types",
|
|
4708
|
+
"workflowDiff.compareVersionsLoadError": "Could not load workflow versions for comparison",
|
|
4709
|
+
"workflowDiff.versionMismatchError": "Cannot compare versions from different workflows",
|
|
4632
4710
|
"commandBar.placeholder": "Type a command or search...",
|
|
4633
4711
|
"commandBar.noResults": "No results found",
|
|
4634
4712
|
"commandBar.sections.recent": "Recent",
|