@n8n/i18n 2.8.0 → 2.9.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 +114 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +100 -1
- package/dist/index.d.mts +100 -1
- package/dist/index.mjs +114 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +100 -1
- package/dist/types2.d.mts +100 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -75,6 +75,7 @@ var en_default = {
|
|
|
75
75
|
"generic.communityNode": "Community Node",
|
|
76
76
|
"generic.communityNode.tooltip": "This is a node from our community. It's part of the {packageName} package. <a href=\"{docURL}\" target=\"_blank\" title=\"Read the n8n docs\">Learn more</a>",
|
|
77
77
|
"generic.officialNode.tooltip": "This is an official node maintained by {author}",
|
|
78
|
+
"generic.complete": "Complete",
|
|
78
79
|
"generic.copy": "Copy",
|
|
79
80
|
"generic.copied": "Copied",
|
|
80
81
|
"generic.delete": "Delete",
|
|
@@ -154,6 +155,7 @@ var en_default = {
|
|
|
154
155
|
"generic.project": "Project",
|
|
155
156
|
"generic.projects": "Projects",
|
|
156
157
|
"generic.your": "Your",
|
|
158
|
+
"generic.you": "you",
|
|
157
159
|
"generic.apiKey": "API Key",
|
|
158
160
|
"generic.search": "Search",
|
|
159
161
|
"generic.showMore": "Show more",
|
|
@@ -250,10 +252,13 @@ var en_default = {
|
|
|
250
252
|
"aiAssistant.builder.planMode.selector.plan.description": "Refine requirements first · free",
|
|
251
253
|
"aiAssistant.builder.planMode.questions.title": "A few quick questions",
|
|
252
254
|
"aiAssistant.builder.planMode.questions.customPlaceholder": "Add details (optional)",
|
|
253
|
-
"aiAssistant.builder.planMode.questions.submitButton": "Submit
|
|
255
|
+
"aiAssistant.builder.planMode.questions.submitButton": "Submit",
|
|
254
256
|
"aiAssistant.builder.planMode.questions.back": "Back",
|
|
255
257
|
"aiAssistant.builder.planMode.questions.next": "Next",
|
|
258
|
+
"aiAssistant.builder.planMode.questions.skip": "Skip",
|
|
259
|
+
"aiAssistant.builder.planMode.questions.skipAndSubmit": "Skip & submit",
|
|
256
260
|
"aiAssistant.builder.planMode.questions.other": "Other",
|
|
261
|
+
"aiAssistant.builder.planMode.answers.skipped": "Skipped",
|
|
257
262
|
"aiAssistant.builder.planMode.plan.title": "Proposed plan",
|
|
258
263
|
"aiAssistant.builder.planMode.plan.triggerLabel": "Trigger",
|
|
259
264
|
"aiAssistant.builder.planMode.plan.stepsLabel": "Steps",
|
|
@@ -286,6 +291,7 @@ var en_default = {
|
|
|
286
291
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
287
292
|
"aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow",
|
|
288
293
|
"aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
|
|
294
|
+
"aiAssistant.builder.executeMessage.noIssuesWithPinData": "Your workflow is set up with test data (pinned data) for you to execute. Unpin nodes to execute with your own data.",
|
|
289
295
|
"aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
|
|
290
296
|
"aiAssistant.builder.executeMessage.execute": "Execute and refine",
|
|
291
297
|
"aiAssistant.builder.executeMessage.chooseModel": "Choose model",
|
|
@@ -299,11 +305,15 @@ var en_default = {
|
|
|
299
305
|
"aiAssistant.builder.executeMessage.nodeListTwo": "{first} and {second}",
|
|
300
306
|
"aiAssistant.builder.executeMessage.nodeListLast": "{list}, and {last}",
|
|
301
307
|
"aiAssistant.builder.executeMessage.nodeListMore": "{list}, and {count} more | {list}, and {count} more",
|
|
308
|
+
"aiAssistant.builder.executeMessage.unpinAll": "Unpin all nodes",
|
|
309
|
+
"aiAssistant.builder.executeMessage.unpinIndividually": "or unpin individually",
|
|
310
|
+
"aiAssistant.builder.executeMessage.unpinTooltip": "Right-click on a node and select \"Unpin\" to unpin it",
|
|
302
311
|
"aiAssistant.builder.toast.title": "Send chat message to start the execution",
|
|
303
312
|
"aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
|
|
304
313
|
"aiAssistant.builder.restoreError.title": "Failed to restore version",
|
|
305
314
|
"aiAssistant.builder.disabledTooltip.autosaving": "Saving workflow...",
|
|
306
315
|
"aiAssistant.builder.disabledTooltip.readOnly": "Another user is currently editing this workflow",
|
|
316
|
+
"aiAssistant.builder.thinkingCompletionMessage.codeBuilder": "Crafting workflow",
|
|
307
317
|
"aiAssistant.builder.notification.title": "Workflow ready - n8n",
|
|
308
318
|
"aiAssistant.builder.notification.body": "Done building {workflowName}",
|
|
309
319
|
"aiAssistant.builder.notification.inputNeeded.title": "Input needed - n8n",
|
|
@@ -491,6 +501,24 @@ var en_default = {
|
|
|
491
501
|
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
492
502
|
"chatHub.tools.selector.label.default": "Tools",
|
|
493
503
|
"chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
|
|
504
|
+
"chatHub.tools.selector.disabled.noModel.tooltip": "Select a model to use tools",
|
|
505
|
+
"chatHub.toolSettings.title": "Configure Tool",
|
|
506
|
+
"chatHub.toolSettings.confirm": "Save",
|
|
507
|
+
"chatHub.toolSettings.cancel": "Cancel",
|
|
508
|
+
"chatHub.toolsManager.title": "Tools",
|
|
509
|
+
"chatHub.toolsManager.searchPlaceholder": "Search tools...",
|
|
510
|
+
"chatHub.toolsManager.configuredTools": "Configured tools ({count})",
|
|
511
|
+
"chatHub.toolsManager.availableTools": "Available tools ({count})",
|
|
512
|
+
"chatHub.toolsManager.noResults": "No tools found",
|
|
513
|
+
"chatHub.toolsManager.add": "Add",
|
|
514
|
+
"chatHub.toolsManager.addTool": "Add tool",
|
|
515
|
+
"chatHub.toolsManager.remove": "Remove",
|
|
516
|
+
"chatHub.toolsManager.configure": "Configure",
|
|
517
|
+
"chatHub.toolsManager.manageTools": "Manage tools",
|
|
518
|
+
"chatHub.toolsManager.enableTool": "Enable tool",
|
|
519
|
+
"chatHub.toolsManager.confirmRemove.message": "Are you sure you want to remove this tool? It will also be removed from all your conversations and personal agents that use it.",
|
|
520
|
+
"chatHub.toolsManager.confirmRemove.title": "Remove tool",
|
|
521
|
+
"chatHub.toolsManager.disableTool": "Disable tool",
|
|
494
522
|
"chatHub.credentials.selector.title": "Select {provider} credential",
|
|
495
523
|
"chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
|
|
496
524
|
"chatHub.credentials.selector.createNew": "Create new",
|
|
@@ -937,7 +965,7 @@ var en_default = {
|
|
|
937
965
|
"credentialEdit.credentialSharing.info.sharee.team": "Only users with credential sharing permission can change who this credential is shared with",
|
|
938
966
|
"credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
|
|
939
967
|
"credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
|
|
940
|
-
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "
|
|
968
|
+
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the credential to a team project to share",
|
|
941
969
|
"credentialEdit.credentialSharing.list.delete": "Remove",
|
|
942
970
|
"credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
|
|
943
971
|
"credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
|
|
@@ -975,7 +1003,7 @@ var en_default = {
|
|
|
975
1003
|
"credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
|
|
976
1004
|
"credentials.item.open": "Open",
|
|
977
1005
|
"credentials.item.delete": "Delete",
|
|
978
|
-
"credentials.item.move": "
|
|
1006
|
+
"credentials.item.move": "Move",
|
|
979
1007
|
"credentials.item.updated": "Last updated",
|
|
980
1008
|
"credentials.item.created": "Created",
|
|
981
1009
|
"credentials.item.owner": "Owner",
|
|
@@ -991,6 +1019,7 @@ var en_default = {
|
|
|
991
1019
|
"credentials.filters.type": "Type",
|
|
992
1020
|
"credentials.filters.setup": "Needs first setup",
|
|
993
1021
|
"credentials.filters.status": "Status",
|
|
1022
|
+
"credentials.filters.secretStore": "External Secret Store",
|
|
994
1023
|
"credentials.filters.active": "Some credentials may be hidden since filters are applied.",
|
|
995
1024
|
"credentials.filters.active.reset": "Remove filters",
|
|
996
1025
|
"credentials.sort.lastUpdated": "Sort by last updated",
|
|
@@ -1649,11 +1678,13 @@ var en_default = {
|
|
|
1649
1678
|
"node.thisIsATriggerNode": "This is a Trigger node. <a target=\"_blank\" href=\"https://docs.n8n.io/workflows/components/nodes/\">Learn more</a>",
|
|
1650
1679
|
"node.activateDeactivateNode": "Activate/Deactivate Node",
|
|
1651
1680
|
"node.changeColor": "Change color",
|
|
1681
|
+
"node.customColor": "Custom color",
|
|
1652
1682
|
"node.disabled": "Deactivated",
|
|
1653
1683
|
"node.testStep": "Execute step",
|
|
1654
1684
|
"node.disable": "Deactivate",
|
|
1655
1685
|
"node.enable": "Activate",
|
|
1656
1686
|
"node.delete": "Delete",
|
|
1687
|
+
"node.addToAi": "Add to n8n AI",
|
|
1657
1688
|
"node.add": "Add",
|
|
1658
1689
|
"node.add-human-review-step": "Add human review step",
|
|
1659
1690
|
"node.issues": "Issues",
|
|
@@ -1677,6 +1708,7 @@ var en_default = {
|
|
|
1677
1708
|
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1678
1709
|
"node.settings.dynamicCredentials": "This node uses dynamic credentials that are resolved at runtime.",
|
|
1679
1710
|
"node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
|
|
1711
|
+
"sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
|
|
1680
1712
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1681
1713
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1682
1714
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1812,6 +1844,7 @@ var en_default = {
|
|
|
1812
1844
|
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1813
1845
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1814
1846
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1847
|
+
"nodeCredentials.credentialsLabelShort": "Credential",
|
|
1815
1848
|
"nodeCredentials.issues": "Issues",
|
|
1816
1849
|
"nodeCredentials.selectCredential": "Select Credential",
|
|
1817
1850
|
"nodeCredentials.selectedCredentialUnavailable": "{name} (unavailable)",
|
|
@@ -1822,6 +1855,13 @@ var en_default = {
|
|
|
1822
1855
|
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1823
1856
|
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1824
1857
|
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1858
|
+
"nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
|
|
1859
|
+
"nodeCredentials.quickConnect.or": "or",
|
|
1860
|
+
"nodeCredentials.quickConnect.setupManually": "setup manually",
|
|
1861
|
+
"nodeCredentials.emptyState.noCredentials": "No credentials yet",
|
|
1862
|
+
"nodeCredentials.emptyState.setupCredential": "Set up credential",
|
|
1863
|
+
"nodeCredentials.oauth.accountConnected": "Account connected successfully",
|
|
1864
|
+
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
1825
1865
|
"nodeErrorView.cause": "Cause",
|
|
1826
1866
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
1827
1867
|
"nodeErrorView.copyToClipboard.tooltip": "Copy error details for debugging. Copied data may contain sensitive information. Proceed with caution when sharing.",
|
|
@@ -2040,6 +2080,8 @@ var en_default = {
|
|
|
2040
2080
|
"contextMenu.changeColor": "Change color",
|
|
2041
2081
|
"contextMenu.copyTestUrl": "Copy test url",
|
|
2042
2082
|
"contextMenu.copyProductionUrl": "Copy production url",
|
|
2083
|
+
"contextMenu.focusAiOnSelected": "Add to n8n AI | Add {count} nodes to n8n AI",
|
|
2084
|
+
"contextMenu.addToAi": "Add to n8n AI",
|
|
2043
2085
|
"nodeWebhooks.clickToCopyWebhookUrls": "Click to copy webhook URLs",
|
|
2044
2086
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": "Click to copy Form URL",
|
|
2045
2087
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": "Click to copy Chat URL",
|
|
@@ -2928,6 +2970,8 @@ var en_default = {
|
|
|
2928
2970
|
"settings.secretsProviderConnections.modal.saving": "Saving...",
|
|
2929
2971
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
|
|
2930
2972
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
|
|
2973
|
+
"settings.secretsProviderConnections.modal.testConnection.success.title": "Connection successful",
|
|
2974
|
+
"settings.secretsProviderConnections.modal.testConnection.success.description": "Successfully connected to {providerName}",
|
|
2931
2975
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
|
|
2932
2976
|
"settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
|
|
2933
2977
|
"settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
|
|
@@ -2937,6 +2981,20 @@ var en_default = {
|
|
|
2937
2981
|
"settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
|
|
2938
2982
|
"settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
|
|
2939
2983
|
"settings.secretsProviderConnections.state.disconnected": "Disconnected",
|
|
2984
|
+
"settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
|
|
2985
|
+
"settings.secretsProviderConnections.delete.description": "Deleting this vault will remove it and all {secretsCount} imported from it. This will impact credentials that rely on those secrets.",
|
|
2986
|
+
"settings.secretsProviderConnections.delete.description.oneSecret": "1 secret",
|
|
2987
|
+
"settings.secretsProviderConnections.delete.description.secrets": "{count} secrets",
|
|
2988
|
+
"settings.secretsProviderConnections.delete.impact.title": "Impact:",
|
|
2989
|
+
"settings.secretsProviderConnections.delete.impact.oneCredential": "1 credential",
|
|
2990
|
+
"settings.secretsProviderConnections.delete.impact.credentials": "{count} credentials",
|
|
2991
|
+
"settings.secretsProviderConnections.delete.impact.description": "will stop working",
|
|
2992
|
+
"settings.secretsProviderConnections.delete.description.noImpact": "Deleting this vault will remove it. This action can't be undone. No secrets were imported from it, and no credentials will be affected.",
|
|
2993
|
+
"settings.secretsProviderConnections.delete.confirmationLabel": "Type \"{name}\" to confirm.",
|
|
2994
|
+
"settings.secretsProviderConnections.delete.success": "Secret store \"{name}\" deleted successfully",
|
|
2995
|
+
"settings.secretsProviderConnections.delete.error": "Failed to delete secret store",
|
|
2996
|
+
"settings.secretsProviderConnections.badge.tooltip.project": "This secrets store is shared with {projectName}.",
|
|
2997
|
+
"settings.secretsProviderConnections.badge.tooltip.global": "This secrets store is available to all projects and users of this instance.",
|
|
2940
2998
|
"settings.sourceControl.title": "Environments",
|
|
2941
2999
|
"settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
|
|
2942
3000
|
"settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
|
|
@@ -2994,6 +3052,7 @@ var en_default = {
|
|
|
2994
3052
|
"settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit",
|
|
2995
3053
|
"settings.sourceControl.modals.push.buttons.cancel": "Cancel",
|
|
2996
3054
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
3055
|
+
"settings.sourceControl.modals.push.modifiedCredentialsNotice": "Modified credentials will update expressions, numbers, and boolean values, any other values will not be synced, because they would be exposed as plain text in the connected git repository.",
|
|
2997
3056
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2998
3057
|
"settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
|
|
2999
3058
|
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
|
|
@@ -3023,6 +3082,7 @@ var en_default = {
|
|
|
3023
3082
|
"settings.sourceControl.modals.pull.autoPublish.options.on.description": "Attempt to publish all workflows",
|
|
3024
3083
|
"settings.sourceControl.modals.pull.autoPublishing": "Auto-publish",
|
|
3025
3084
|
"settings.sourceControl.modals.pull.willBeArchived": "Archive",
|
|
3085
|
+
"settings.sourceControl.modals.pull.modifiedCredentialsNotice": "Modified credentials will update expressions, numbers, and boolean values, any other values are not available to pull via environments, because secret values cannot be synced.",
|
|
3026
3086
|
"settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
|
|
3027
3087
|
"settings.sourceControl.modals.pull.buttons.save": "Pull and override",
|
|
3028
3088
|
"settings.sourceControl.modals.pull.buttons.pull": "Pull",
|
|
@@ -3177,6 +3237,7 @@ var en_default = {
|
|
|
3177
3237
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
3178
3238
|
"templates.card.setupTime": "{count} min setup",
|
|
3179
3239
|
"templates.card.verified": "Verified",
|
|
3240
|
+
"templates.card.readyToRun": "Ready to run",
|
|
3180
3241
|
"textEdit.edit": "Edit",
|
|
3181
3242
|
"userActivity.daysAgo": "{count} days ago",
|
|
3182
3243
|
"userActivity.lastTime": "Last {time}",
|
|
@@ -3465,7 +3526,7 @@ var en_default = {
|
|
|
3465
3526
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
3466
3527
|
"workflowSettings.timeSavedPerExecution.minutesSaved": "Minutes saved",
|
|
3467
3528
|
"workflowSettings.timeSavedPerExecution.tab.fixed": "Fixed",
|
|
3468
|
-
"workflowSettings.timeSavedPerExecution.tab.
|
|
3529
|
+
"workflowSettings.timeSavedPerExecution.tab.dynamic": "Dynamic (uses time saved nodes)",
|
|
3469
3530
|
"workflowSettings.timeSavedPerExecution.noNodesDetected": "No time saved nodes detected",
|
|
3470
3531
|
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": "Add one or more time saved nodes to calculate time saved dynamically",
|
|
3471
3532
|
"workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
|
|
@@ -3531,7 +3592,7 @@ var en_default = {
|
|
|
3531
3592
|
"workflows.publish": "Publish",
|
|
3532
3593
|
"workflows.published": "Published",
|
|
3533
3594
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
3534
|
-
"workflows.publish.personalSpaceRestricted": "
|
|
3595
|
+
"workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
|
|
3535
3596
|
"workflows.unpublish": "Unpublish",
|
|
3536
3597
|
"workflows.project.add": "Add workflow to project",
|
|
3537
3598
|
"workflows.item.open": "Open",
|
|
@@ -3541,7 +3602,7 @@ var en_default = {
|
|
|
3541
3602
|
"workflows.item.archive": "Archive",
|
|
3542
3603
|
"workflows.item.unarchive": "Unarchive",
|
|
3543
3604
|
"workflows.item.move": "Move",
|
|
3544
|
-
"workflows.item.changeOwner": "
|
|
3605
|
+
"workflows.item.changeOwner": "Move",
|
|
3545
3606
|
"workflows.item.updated": "Last updated",
|
|
3546
3607
|
"workflows.item.created": "Created",
|
|
3547
3608
|
"workflows.item.readonly": "Read only",
|
|
@@ -3628,7 +3689,7 @@ var en_default = {
|
|
|
3628
3689
|
"workflows.shareModal.info.sharee.fallback": "the owner",
|
|
3629
3690
|
"workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
|
|
3630
3691
|
"workflows.shareModal.info.members.number": "{number} member | {number} members",
|
|
3631
|
-
"workflows.shareModal.info.personalSpaceRestricted": "
|
|
3692
|
+
"workflows.shareModal.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the workflow to a team project to share",
|
|
3632
3693
|
"workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
|
|
3633
3694
|
"workflows.roles.editor": "@:_reusableBaseText.roles.editor",
|
|
3634
3695
|
"workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
|
|
@@ -3786,6 +3847,10 @@ var en_default = {
|
|
|
3786
3847
|
"dataTable.delete.error": "Error deleting data table",
|
|
3787
3848
|
"dataTable.download.csv": "Download CSV",
|
|
3788
3849
|
"dataTable.download.error": "Failed to download data table",
|
|
3850
|
+
"dataTable.download.modal.title": "Download CSV",
|
|
3851
|
+
"dataTable.download.modal.includeSystemColumns": "Include system columns (id, createdAt, updatedAt)",
|
|
3852
|
+
"dataTable.download.modal.confirm": "Download",
|
|
3853
|
+
"dataTable.download.modal.cancel": "Cancel",
|
|
3789
3854
|
"dataTable.rename.error": "Error renaming data table",
|
|
3790
3855
|
"dataTable.getDetails.error": "Error fetching data table details",
|
|
3791
3856
|
"dataTable.notFound": "Data table not found",
|
|
@@ -3935,10 +4000,11 @@ var en_default = {
|
|
|
3935
4000
|
"settings.ldap.form.enforceEmailUniqueness.label": "Enforce Email Uniqueness",
|
|
3936
4001
|
"settings.ldap.form.enforceEmailUniqueness.tooltip": "Prevents login if multiple LDAP accounts use the same email, blocking account linking attacks.",
|
|
3937
4002
|
"settings.ldap.section.synchronization.title": "Synchronization",
|
|
3938
|
-
"settings.security": "Security",
|
|
4003
|
+
"settings.security": "Security & policies",
|
|
4004
|
+
"settings.security.description": "Manage workspace security requirements. Enforce two-factor authentication and control personal space actions like publishing workflows and sharing resources.",
|
|
3939
4005
|
"settings.security.personalSpace.title": "Personal Space",
|
|
3940
|
-
"settings.security.personalSpace.publishing.title": "
|
|
3941
|
-
"settings.security.personalSpace.publishing.description": "
|
|
4006
|
+
"settings.security.personalSpace.publishing.title": "Workflow publishing",
|
|
4007
|
+
"settings.security.personalSpace.publishing.description": "Publishing workflows in personal space. Changing the setting doesn't unpublish existing workflows.",
|
|
3942
4008
|
"settings.security.personalSpace.publishing.success.enabled": "Workflow publishing enabled",
|
|
3943
4009
|
"settings.security.personalSpace.publishing.success.disabled": "Workflow publishing disabled",
|
|
3944
4010
|
"settings.security.personalSpace.publishing.error": "Failed to update publishing setting",
|
|
@@ -3946,8 +4012,8 @@ var en_default = {
|
|
|
3946
4012
|
"settings.security.personalSpace.publishing.confirmMessage.disable.message": "This will prevent all publish actions in personal spaces going forwards. Currently published workflows will remain published.",
|
|
3947
4013
|
"settings.security.personalSpace.publishing.existingCount.label": "Existing published workflows",
|
|
3948
4014
|
"settings.security.personalSpace.publishing.existingCount.value": "{count} workflows",
|
|
3949
|
-
"settings.security.personalSpace.sharing.title": "Sharing
|
|
3950
|
-
"settings.security.personalSpace.sharing.description": "
|
|
4015
|
+
"settings.security.personalSpace.sharing.title": "Sharing",
|
|
4016
|
+
"settings.security.personalSpace.sharing.description": "Sharing of workflows, credentials and other resources from personal space. Changing the setting doesn't revoke existing shares.",
|
|
3951
4017
|
"settings.security.personalSpace.sharing.success.enabled": "Workflow and credential sharing enabled",
|
|
3952
4018
|
"settings.security.personalSpace.sharing.success.disabled": "Workflow and credential sharing disabled",
|
|
3953
4019
|
"settings.security.personalSpace.sharing.error": "Failed to update sharing setting",
|
|
@@ -3955,6 +4021,8 @@ var en_default = {
|
|
|
3955
4021
|
"settings.security.personalSpace.sharing.confirmMessage.disable.message": "This will prevent sharing workflows and credentials from personal spaces going forwards. Existing shares will remain in place.",
|
|
3956
4022
|
"settings.security.personalSpace.sharing.existingCount.label": "Existing shares",
|
|
3957
4023
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4024
|
+
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4025
|
+
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
3958
4026
|
"settings.sso": "SSO",
|
|
3959
4027
|
"settings.sso.title": "Single Sign On",
|
|
3960
4028
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4055,7 +4123,7 @@ var en_default = {
|
|
|
4055
4123
|
"projects.settings.save.successful.title": "Project {projectName} saved successfully",
|
|
4056
4124
|
"projects.settings.icon.update.successful.title": "Project icon updated successfully",
|
|
4057
4125
|
"projects.settings.save.error.title": "An error occurred while saving the project",
|
|
4058
|
-
"projects.settings.role.upgrade.title": "Upgrade to
|
|
4126
|
+
"projects.settings.role.upgrade.title": "Upgrade to Enterprise",
|
|
4059
4127
|
"projects.settings.role.upgrade.message": "You're currently limited to {limit} on the {planName} plan and can only assign the admin role to users within this project. To create more projects and unlock additional roles, upgrade your plan.",
|
|
4060
4128
|
"projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
|
|
4061
4129
|
"projects.settings.table.header.user": "@:_reusableBaseText.user",
|
|
@@ -4065,6 +4133,21 @@ var en_default = {
|
|
|
4065
4133
|
"projects.settings.role.editor.description": "Can edit workflows and credentials",
|
|
4066
4134
|
"projects.settings.role.viewer.description": "Can view workflows and executions",
|
|
4067
4135
|
"projects.settings.role.personalOwner": "Owner",
|
|
4136
|
+
"projects.settings.role.selector.section.system": "System roles",
|
|
4137
|
+
"projects.settings.role.selector.section.custom": "Custom roles",
|
|
4138
|
+
"projects.settings.role.selector.addCustomRole": "Add custom role",
|
|
4139
|
+
"projects.settings.role.selector.permissionCount": "{count}/{total} permissions",
|
|
4140
|
+
"projects.settings.role.popover.viewAndEdit": "View and edit role",
|
|
4141
|
+
"projects.settings.role.popover.viewDetails": "View role",
|
|
4142
|
+
"projects.settings.role.contactAdmin.title": "Custom roles aren't set up yet",
|
|
4143
|
+
"projects.settings.role.contactAdmin.titleWithRoles": "Only instance admins can add custom roles",
|
|
4144
|
+
"projects.settings.role.contactAdmin.body": "You can assign system roles, but custom roles need to be created by an instance admin first. Share the documentation with your instance admin, to get custom roles set up.",
|
|
4145
|
+
"projects.settings.role.contactAdmin.bodyWithRoles": "You can assign existing custom roles, but only instance admins can create new ones. Contact an instance admin if you need a new custom role. Learn more in the {documentation}.",
|
|
4146
|
+
"projects.settings.role.upgrade.custom.title": "Upgrade to Enterprise",
|
|
4147
|
+
"projects.settings.role.upgrade.custom.body": "In order to create and manage custom roles you need to upgrade your plan to enterprise option. Learn more in the documentation.",
|
|
4148
|
+
"projects.settings.role.upgrade.custom.viewPlans": "View plans",
|
|
4149
|
+
"projects.settings.role.details.title": "Role details",
|
|
4150
|
+
"projects.settings.role.details.permissions": "Permissions",
|
|
4068
4151
|
"projects.settings.members.search.placeholder": "Search members...",
|
|
4069
4152
|
"projects.settings.memberRole.updated.title": "Member role updated successfully",
|
|
4070
4153
|
"projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
|
|
@@ -4088,6 +4171,7 @@ var en_default = {
|
|
|
4088
4171
|
"projects.sharing.select.placeholder": "Select project or user",
|
|
4089
4172
|
"projects.sharing.select.placeholder.user": "Share with user(s)",
|
|
4090
4173
|
"projects.sharing.select.placeholder.project": "Share with projects or users",
|
|
4174
|
+
"projects.sharing.personalSpace": "Personal space",
|
|
4091
4175
|
"projects.error.title": "Project error",
|
|
4092
4176
|
"projects.create.limit": "{count} project | {count} projects",
|
|
4093
4177
|
"projects.create.limitReached": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects. {link}",
|
|
@@ -4105,7 +4189,9 @@ var en_default = {
|
|
|
4105
4189
|
"projects.move.resource.modal.message.usedCredentials": "Also share the {usedCredentials} used by this workflow to ensure it will continue to run correctly",
|
|
4106
4190
|
"projects.move.resource.modal.message.usedCredentials.number": "{count} credential | {count} credentials",
|
|
4107
4191
|
"projects.move.resource.modal.message.unAccessibleCredentials": "Some credentials",
|
|
4108
|
-
"projects.move.resource.modal.message.unAccessibleCredentials.
|
|
4192
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.count": "{count} credential | {count} credentials",
|
|
4193
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.note": "{credentials} can't be shared. Move or recreate them in the destination project to keep this workflow running.",
|
|
4194
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.personalSpaceNote": "{credentials} can't be shared because your admin has disabled sharing from personal spaces. Move or recreate them in the project or user you're moving into, to keep this workflow running.",
|
|
4109
4195
|
"projects.move.resource.modal.message.noProjects": "Currently there are not any projects or users available for you to move this {resourceTypeLabel} to.",
|
|
4110
4196
|
"projects.move.resource.modal.button": "Move {resourceTypeLabel}",
|
|
4111
4197
|
"projects.move.resource.modal.selectPlaceholder": "Select project or user...",
|
|
@@ -4265,10 +4351,16 @@ var en_default = {
|
|
|
4265
4351
|
"templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
|
|
4266
4352
|
"setupCredentialsModal.title": "Set up template",
|
|
4267
4353
|
"setupCredentialsModal.title.builder": "Set up credentials",
|
|
4354
|
+
"setupPanel.empty.heading": "Workflow setup",
|
|
4355
|
+
"setupPanel.empty.description": "Nothing to configure at the moment",
|
|
4268
4356
|
"setupPanel.tabs.setup": "Setup",
|
|
4269
4357
|
"setupPanel.tabs.focus": "Focus",
|
|
4270
4358
|
"setupPanel.test.intro": "Setup panel lives here",
|
|
4271
4359
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
4360
|
+
"setupPanel.credentialLabel": "Credential",
|
|
4361
|
+
"setupPanel.usedInNodes": "Used in {count} nodes",
|
|
4362
|
+
"setupPanel.everythingConfigured.message": "All credentials have been configured",
|
|
4363
|
+
"setupPanel.trigger.credential.note": "Add a credential to listen for events.",
|
|
4272
4364
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4273
4365
|
"becomeCreator.buttonText": "Become a creator",
|
|
4274
4366
|
"becomeCreator.closeButtonTitle": "Close",
|
|
@@ -4581,7 +4673,14 @@ var en_default = {
|
|
|
4581
4673
|
"browserNotifications.permission.denied.title": "Notifications blocked",
|
|
4582
4674
|
"browserNotifications.permission.denied.message": "Desktop notifications are blocked. To enable them, click the lock icon in your browser's address bar and allow notifications.",
|
|
4583
4675
|
"browserNotifications.permission.denied.checkAgain": "Check again",
|
|
4584
|
-
"browserNotifications.permission.granted.message": "Desktop notifications are enabled"
|
|
4676
|
+
"browserNotifications.permission.granted.message": "Desktop notifications are enabled",
|
|
4677
|
+
"focusedNodes.nodesLabel": "nodes",
|
|
4678
|
+
"focusedNodes.nodesCount": "{count} nodes",
|
|
4679
|
+
"focusedNodes.noMatches": "No nodes matching \"{query}\"",
|
|
4680
|
+
"focusedNodes.mentionPlaceholder": "Search nodes...",
|
|
4681
|
+
"focusedNodes.mentionTooltip": "Mention a node",
|
|
4682
|
+
"focusedNodes.allNodes": "All nodes",
|
|
4683
|
+
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant"
|
|
4585
4684
|
};
|
|
4586
4685
|
|
|
4587
4686
|
//#endregion
|