@n8n/i18n 2.8.0 → 2.9.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 +113 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +99 -1
- package/dist/index.d.mts +99 -1
- package/dist/index.mjs +113 -15
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +99 -1
- package/dist/types2.d.mts +99 -1
- package/package.json +4 -4
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,23 @@ 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.toolSettings.title": "Configure Tool",
|
|
505
|
+
"chatHub.toolSettings.confirm": "Save",
|
|
506
|
+
"chatHub.toolSettings.cancel": "Cancel",
|
|
507
|
+
"chatHub.toolsManager.title": "Tools",
|
|
508
|
+
"chatHub.toolsManager.searchPlaceholder": "Search tools...",
|
|
509
|
+
"chatHub.toolsManager.configuredTools": "Configured tools ({count})",
|
|
510
|
+
"chatHub.toolsManager.availableTools": "Available tools ({count})",
|
|
511
|
+
"chatHub.toolsManager.noResults": "No tools found",
|
|
512
|
+
"chatHub.toolsManager.add": "Add",
|
|
513
|
+
"chatHub.toolsManager.addTool": "Add tool",
|
|
514
|
+
"chatHub.toolsManager.remove": "Remove",
|
|
515
|
+
"chatHub.toolsManager.configure": "Configure",
|
|
516
|
+
"chatHub.toolsManager.manageTools": "Manage tools",
|
|
517
|
+
"chatHub.toolsManager.enableTool": "Enable tool",
|
|
518
|
+
"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.",
|
|
519
|
+
"chatHub.toolsManager.confirmRemove.title": "Remove tool",
|
|
520
|
+
"chatHub.toolsManager.disableTool": "Disable tool",
|
|
494
521
|
"chatHub.credentials.selector.title": "Select {provider} credential",
|
|
495
522
|
"chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
|
|
496
523
|
"chatHub.credentials.selector.createNew": "Create new",
|
|
@@ -937,7 +964,7 @@ var en_default = {
|
|
|
937
964
|
"credentialEdit.credentialSharing.info.sharee.team": "Only users with credential sharing permission can change who this credential is shared with",
|
|
938
965
|
"credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
|
|
939
966
|
"credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
|
|
940
|
-
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "
|
|
967
|
+
"credentialEdit.credentialSharing.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the credential to a team project to share",
|
|
941
968
|
"credentialEdit.credentialSharing.list.delete": "Remove",
|
|
942
969
|
"credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
|
|
943
970
|
"credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
|
|
@@ -975,7 +1002,7 @@ var en_default = {
|
|
|
975
1002
|
"credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
|
|
976
1003
|
"credentials.item.open": "Open",
|
|
977
1004
|
"credentials.item.delete": "Delete",
|
|
978
|
-
"credentials.item.move": "
|
|
1005
|
+
"credentials.item.move": "Move",
|
|
979
1006
|
"credentials.item.updated": "Last updated",
|
|
980
1007
|
"credentials.item.created": "Created",
|
|
981
1008
|
"credentials.item.owner": "Owner",
|
|
@@ -991,6 +1018,7 @@ var en_default = {
|
|
|
991
1018
|
"credentials.filters.type": "Type",
|
|
992
1019
|
"credentials.filters.setup": "Needs first setup",
|
|
993
1020
|
"credentials.filters.status": "Status",
|
|
1021
|
+
"credentials.filters.secretStore": "External Secret Store",
|
|
994
1022
|
"credentials.filters.active": "Some credentials may be hidden since filters are applied.",
|
|
995
1023
|
"credentials.filters.active.reset": "Remove filters",
|
|
996
1024
|
"credentials.sort.lastUpdated": "Sort by last updated",
|
|
@@ -1649,11 +1677,13 @@ var en_default = {
|
|
|
1649
1677
|
"node.thisIsATriggerNode": "This is a Trigger node. <a target=\"_blank\" href=\"https://docs.n8n.io/workflows/components/nodes/\">Learn more</a>",
|
|
1650
1678
|
"node.activateDeactivateNode": "Activate/Deactivate Node",
|
|
1651
1679
|
"node.changeColor": "Change color",
|
|
1680
|
+
"node.customColor": "Custom color",
|
|
1652
1681
|
"node.disabled": "Deactivated",
|
|
1653
1682
|
"node.testStep": "Execute step",
|
|
1654
1683
|
"node.disable": "Deactivate",
|
|
1655
1684
|
"node.enable": "Activate",
|
|
1656
1685
|
"node.delete": "Delete",
|
|
1686
|
+
"node.addToAi": "Add to n8n AI",
|
|
1657
1687
|
"node.add": "Add",
|
|
1658
1688
|
"node.add-human-review-step": "Add human review step",
|
|
1659
1689
|
"node.issues": "Issues",
|
|
@@ -1677,6 +1707,7 @@ var en_default = {
|
|
|
1677
1707
|
"node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
|
|
1678
1708
|
"node.settings.dynamicCredentials": "This node uses dynamic credentials that are resolved at runtime.",
|
|
1679
1709
|
"node.settings.contextEstablishmentHooks": "This webhook extracts the triggering user's identity token to resolve credentials at runtime.",
|
|
1710
|
+
"sticky.markdownHint": "<a target=\"_blank\" href=\"https://docs.n8n.io/workflows/sticky-notes/\">Markdown</a> supported",
|
|
1680
1711
|
"nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
|
|
1681
1712
|
"nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
|
|
1682
1713
|
"nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
|
|
@@ -1812,6 +1843,7 @@ var en_default = {
|
|
|
1812
1843
|
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1813
1844
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1814
1845
|
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1846
|
+
"nodeCredentials.credentialsLabelShort": "Credential",
|
|
1815
1847
|
"nodeCredentials.issues": "Issues",
|
|
1816
1848
|
"nodeCredentials.selectCredential": "Select Credential",
|
|
1817
1849
|
"nodeCredentials.selectedCredentialUnavailable": "{name} (unavailable)",
|
|
@@ -1822,6 +1854,13 @@ var en_default = {
|
|
|
1822
1854
|
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1823
1855
|
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1824
1856
|
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1857
|
+
"nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
|
|
1858
|
+
"nodeCredentials.quickConnect.or": "or",
|
|
1859
|
+
"nodeCredentials.quickConnect.setupManually": "setup manually",
|
|
1860
|
+
"nodeCredentials.emptyState.noCredentials": "No credentials yet",
|
|
1861
|
+
"nodeCredentials.emptyState.setupCredential": "Set up credential",
|
|
1862
|
+
"nodeCredentials.oauth.accountConnected": "Account connected successfully",
|
|
1863
|
+
"nodeCredentials.oauth.accountConnectionFailed": "Account connection failed",
|
|
1825
1864
|
"nodeErrorView.cause": "Cause",
|
|
1826
1865
|
"nodeErrorView.copyToClipboard": "Copy to Clipboard",
|
|
1827
1866
|
"nodeErrorView.copyToClipboard.tooltip": "Copy error details for debugging. Copied data may contain sensitive information. Proceed with caution when sharing.",
|
|
@@ -2040,6 +2079,8 @@ var en_default = {
|
|
|
2040
2079
|
"contextMenu.changeColor": "Change color",
|
|
2041
2080
|
"contextMenu.copyTestUrl": "Copy test url",
|
|
2042
2081
|
"contextMenu.copyProductionUrl": "Copy production url",
|
|
2082
|
+
"contextMenu.focusAiOnSelected": "Add to n8n AI | Add {count} nodes to n8n AI",
|
|
2083
|
+
"contextMenu.addToAi": "Add to n8n AI",
|
|
2043
2084
|
"nodeWebhooks.clickToCopyWebhookUrls": "Click to copy webhook URLs",
|
|
2044
2085
|
"nodeWebhooks.clickToCopyWebhookUrls.formTrigger": "Click to copy Form URL",
|
|
2045
2086
|
"nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": "Click to copy Chat URL",
|
|
@@ -2928,6 +2969,8 @@ var en_default = {
|
|
|
2928
2969
|
"settings.secretsProviderConnections.modal.saving": "Saving...",
|
|
2929
2970
|
"settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
|
|
2930
2971
|
"settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
|
|
2972
|
+
"settings.secretsProviderConnections.modal.testConnection.success.title": "Connection successful",
|
|
2973
|
+
"settings.secretsProviderConnections.modal.testConnection.success.description": "Successfully connected to {providerName}",
|
|
2931
2974
|
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
|
|
2932
2975
|
"settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
|
|
2933
2976
|
"settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
|
|
@@ -2937,6 +2980,20 @@ var en_default = {
|
|
|
2937
2980
|
"settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
|
|
2938
2981
|
"settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
|
|
2939
2982
|
"settings.secretsProviderConnections.state.disconnected": "Disconnected",
|
|
2983
|
+
"settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
|
|
2984
|
+
"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.",
|
|
2985
|
+
"settings.secretsProviderConnections.delete.description.oneSecret": "1 secret",
|
|
2986
|
+
"settings.secretsProviderConnections.delete.description.secrets": "{count} secrets",
|
|
2987
|
+
"settings.secretsProviderConnections.delete.impact.title": "Impact:",
|
|
2988
|
+
"settings.secretsProviderConnections.delete.impact.oneCredential": "1 credential",
|
|
2989
|
+
"settings.secretsProviderConnections.delete.impact.credentials": "{count} credentials",
|
|
2990
|
+
"settings.secretsProviderConnections.delete.impact.description": "will stop working",
|
|
2991
|
+
"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.",
|
|
2992
|
+
"settings.secretsProviderConnections.delete.confirmationLabel": "Type \"{name}\" to confirm.",
|
|
2993
|
+
"settings.secretsProviderConnections.delete.success": "Secret store \"{name}\" deleted successfully",
|
|
2994
|
+
"settings.secretsProviderConnections.delete.error": "Failed to delete secret store",
|
|
2995
|
+
"settings.secretsProviderConnections.badge.tooltip.project": "This secrets store is shared with {projectName}.",
|
|
2996
|
+
"settings.secretsProviderConnections.badge.tooltip.global": "This secrets store is available to all projects and users of this instance.",
|
|
2940
2997
|
"settings.sourceControl.title": "Environments",
|
|
2941
2998
|
"settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
|
|
2942
2999
|
"settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
|
|
@@ -2994,6 +3051,7 @@ var en_default = {
|
|
|
2994
3051
|
"settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit",
|
|
2995
3052
|
"settings.sourceControl.modals.push.buttons.cancel": "Cancel",
|
|
2996
3053
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
3054
|
+
"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
3055
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2998
3056
|
"settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
|
|
2999
3057
|
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
|
|
@@ -3023,6 +3081,7 @@ var en_default = {
|
|
|
3023
3081
|
"settings.sourceControl.modals.pull.autoPublish.options.on.description": "Attempt to publish all workflows",
|
|
3024
3082
|
"settings.sourceControl.modals.pull.autoPublishing": "Auto-publish",
|
|
3025
3083
|
"settings.sourceControl.modals.pull.willBeArchived": "Archive",
|
|
3084
|
+
"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
3085
|
"settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
|
|
3027
3086
|
"settings.sourceControl.modals.pull.buttons.save": "Pull and override",
|
|
3028
3087
|
"settings.sourceControl.modals.pull.buttons.pull": "Pull",
|
|
@@ -3177,6 +3236,7 @@ var en_default = {
|
|
|
3177
3236
|
"templates.workflowsNotFound": "Workflow could not be found",
|
|
3178
3237
|
"templates.card.setupTime": "{count} min setup",
|
|
3179
3238
|
"templates.card.verified": "Verified",
|
|
3239
|
+
"templates.card.readyToRun": "Ready to run",
|
|
3180
3240
|
"textEdit.edit": "Edit",
|
|
3181
3241
|
"userActivity.daysAgo": "{count} days ago",
|
|
3182
3242
|
"userActivity.lastTime": "Last {time}",
|
|
@@ -3465,7 +3525,7 @@ var en_default = {
|
|
|
3465
3525
|
"workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
|
|
3466
3526
|
"workflowSettings.timeSavedPerExecution.minutesSaved": "Minutes saved",
|
|
3467
3527
|
"workflowSettings.timeSavedPerExecution.tab.fixed": "Fixed",
|
|
3468
|
-
"workflowSettings.timeSavedPerExecution.tab.
|
|
3528
|
+
"workflowSettings.timeSavedPerExecution.tab.dynamic": "Dynamic (uses time saved nodes)",
|
|
3469
3529
|
"workflowSettings.timeSavedPerExecution.noNodesDetected": "No time saved nodes detected",
|
|
3470
3530
|
"workflowSettings.timeSavedPerExecution.noNodesDetected.hint": "Add one or more time saved nodes to calculate time saved dynamically",
|
|
3471
3531
|
"workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
|
|
@@ -3531,7 +3591,7 @@ var en_default = {
|
|
|
3531
3591
|
"workflows.publish": "Publish",
|
|
3532
3592
|
"workflows.published": "Published",
|
|
3533
3593
|
"workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
|
|
3534
|
-
"workflows.publish.personalSpaceRestricted": "
|
|
3594
|
+
"workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
|
|
3535
3595
|
"workflows.unpublish": "Unpublish",
|
|
3536
3596
|
"workflows.project.add": "Add workflow to project",
|
|
3537
3597
|
"workflows.item.open": "Open",
|
|
@@ -3541,7 +3601,7 @@ var en_default = {
|
|
|
3541
3601
|
"workflows.item.archive": "Archive",
|
|
3542
3602
|
"workflows.item.unarchive": "Unarchive",
|
|
3543
3603
|
"workflows.item.move": "Move",
|
|
3544
|
-
"workflows.item.changeOwner": "
|
|
3604
|
+
"workflows.item.changeOwner": "Move",
|
|
3545
3605
|
"workflows.item.updated": "Last updated",
|
|
3546
3606
|
"workflows.item.created": "Created",
|
|
3547
3607
|
"workflows.item.readonly": "Read only",
|
|
@@ -3628,7 +3688,7 @@ var en_default = {
|
|
|
3628
3688
|
"workflows.shareModal.info.sharee.fallback": "the owner",
|
|
3629
3689
|
"workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
|
|
3630
3690
|
"workflows.shareModal.info.members.number": "{number} member | {number} members",
|
|
3631
|
-
"workflows.shareModal.info.personalSpaceRestricted": "
|
|
3691
|
+
"workflows.shareModal.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the workflow to a team project to share",
|
|
3632
3692
|
"workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
|
|
3633
3693
|
"workflows.roles.editor": "@:_reusableBaseText.roles.editor",
|
|
3634
3694
|
"workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
|
|
@@ -3786,6 +3846,10 @@ var en_default = {
|
|
|
3786
3846
|
"dataTable.delete.error": "Error deleting data table",
|
|
3787
3847
|
"dataTable.download.csv": "Download CSV",
|
|
3788
3848
|
"dataTable.download.error": "Failed to download data table",
|
|
3849
|
+
"dataTable.download.modal.title": "Download CSV",
|
|
3850
|
+
"dataTable.download.modal.includeSystemColumns": "Include system columns (id, createdAt, updatedAt)",
|
|
3851
|
+
"dataTable.download.modal.confirm": "Download",
|
|
3852
|
+
"dataTable.download.modal.cancel": "Cancel",
|
|
3789
3853
|
"dataTable.rename.error": "Error renaming data table",
|
|
3790
3854
|
"dataTable.getDetails.error": "Error fetching data table details",
|
|
3791
3855
|
"dataTable.notFound": "Data table not found",
|
|
@@ -3935,10 +3999,11 @@ var en_default = {
|
|
|
3935
3999
|
"settings.ldap.form.enforceEmailUniqueness.label": "Enforce Email Uniqueness",
|
|
3936
4000
|
"settings.ldap.form.enforceEmailUniqueness.tooltip": "Prevents login if multiple LDAP accounts use the same email, blocking account linking attacks.",
|
|
3937
4001
|
"settings.ldap.section.synchronization.title": "Synchronization",
|
|
3938
|
-
"settings.security": "Security",
|
|
4002
|
+
"settings.security": "Security & policies",
|
|
4003
|
+
"settings.security.description": "Manage workspace security requirements. Enforce two-factor authentication and control personal space actions like publishing workflows and sharing resources.",
|
|
3939
4004
|
"settings.security.personalSpace.title": "Personal Space",
|
|
3940
|
-
"settings.security.personalSpace.publishing.title": "
|
|
3941
|
-
"settings.security.personalSpace.publishing.description": "
|
|
4005
|
+
"settings.security.personalSpace.publishing.title": "Workflow publishing",
|
|
4006
|
+
"settings.security.personalSpace.publishing.description": "Publishing workflows in personal space. Changing the setting doesn't unpublish existing workflows.",
|
|
3942
4007
|
"settings.security.personalSpace.publishing.success.enabled": "Workflow publishing enabled",
|
|
3943
4008
|
"settings.security.personalSpace.publishing.success.disabled": "Workflow publishing disabled",
|
|
3944
4009
|
"settings.security.personalSpace.publishing.error": "Failed to update publishing setting",
|
|
@@ -3946,8 +4011,8 @@ var en_default = {
|
|
|
3946
4011
|
"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
4012
|
"settings.security.personalSpace.publishing.existingCount.label": "Existing published workflows",
|
|
3948
4013
|
"settings.security.personalSpace.publishing.existingCount.value": "{count} workflows",
|
|
3949
|
-
"settings.security.personalSpace.sharing.title": "Sharing
|
|
3950
|
-
"settings.security.personalSpace.sharing.description": "
|
|
4014
|
+
"settings.security.personalSpace.sharing.title": "Sharing",
|
|
4015
|
+
"settings.security.personalSpace.sharing.description": "Sharing of workflows, credentials and other resources from personal space. Changing the setting doesn't revoke existing shares.",
|
|
3951
4016
|
"settings.security.personalSpace.sharing.success.enabled": "Workflow and credential sharing enabled",
|
|
3952
4017
|
"settings.security.personalSpace.sharing.success.disabled": "Workflow and credential sharing disabled",
|
|
3953
4018
|
"settings.security.personalSpace.sharing.error": "Failed to update sharing setting",
|
|
@@ -3955,6 +4020,8 @@ var en_default = {
|
|
|
3955
4020
|
"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
4021
|
"settings.security.personalSpace.sharing.existingCount.label": "Existing shares",
|
|
3957
4022
|
"settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
|
|
4023
|
+
"settings.security.personalSpace.unlicensed_tooltip": "Upgrade to a plan that includes personal space policies to manage this setting. {action}",
|
|
4024
|
+
"settings.security.personalSpace.unlicensed_tooltip.link": "Upgrade now",
|
|
3958
4025
|
"settings.sso": "SSO",
|
|
3959
4026
|
"settings.sso.title": "Single Sign On",
|
|
3960
4027
|
"settings.sso.subtitle": "SAML 2.0 Configuration",
|
|
@@ -4055,7 +4122,7 @@ var en_default = {
|
|
|
4055
4122
|
"projects.settings.save.successful.title": "Project {projectName} saved successfully",
|
|
4056
4123
|
"projects.settings.icon.update.successful.title": "Project icon updated successfully",
|
|
4057
4124
|
"projects.settings.save.error.title": "An error occurred while saving the project",
|
|
4058
|
-
"projects.settings.role.upgrade.title": "Upgrade to
|
|
4125
|
+
"projects.settings.role.upgrade.title": "Upgrade to Enterprise",
|
|
4059
4126
|
"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
4127
|
"projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
|
|
4061
4128
|
"projects.settings.table.header.user": "@:_reusableBaseText.user",
|
|
@@ -4065,6 +4132,21 @@ var en_default = {
|
|
|
4065
4132
|
"projects.settings.role.editor.description": "Can edit workflows and credentials",
|
|
4066
4133
|
"projects.settings.role.viewer.description": "Can view workflows and executions",
|
|
4067
4134
|
"projects.settings.role.personalOwner": "Owner",
|
|
4135
|
+
"projects.settings.role.selector.section.system": "System roles",
|
|
4136
|
+
"projects.settings.role.selector.section.custom": "Custom roles",
|
|
4137
|
+
"projects.settings.role.selector.addCustomRole": "Add custom role",
|
|
4138
|
+
"projects.settings.role.selector.permissionCount": "{count}/{total} permissions",
|
|
4139
|
+
"projects.settings.role.popover.viewAndEdit": "View and edit role",
|
|
4140
|
+
"projects.settings.role.popover.viewDetails": "View role",
|
|
4141
|
+
"projects.settings.role.contactAdmin.title": "Custom roles aren't set up yet",
|
|
4142
|
+
"projects.settings.role.contactAdmin.titleWithRoles": "Only instance admins can add custom roles",
|
|
4143
|
+
"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.",
|
|
4144
|
+
"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}.",
|
|
4145
|
+
"projects.settings.role.upgrade.custom.title": "Upgrade to Enterprise",
|
|
4146
|
+
"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.",
|
|
4147
|
+
"projects.settings.role.upgrade.custom.viewPlans": "View plans",
|
|
4148
|
+
"projects.settings.role.details.title": "Role details",
|
|
4149
|
+
"projects.settings.role.details.permissions": "Permissions",
|
|
4068
4150
|
"projects.settings.members.search.placeholder": "Search members...",
|
|
4069
4151
|
"projects.settings.memberRole.updated.title": "Member role updated successfully",
|
|
4070
4152
|
"projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
|
|
@@ -4088,6 +4170,7 @@ var en_default = {
|
|
|
4088
4170
|
"projects.sharing.select.placeholder": "Select project or user",
|
|
4089
4171
|
"projects.sharing.select.placeholder.user": "Share with user(s)",
|
|
4090
4172
|
"projects.sharing.select.placeholder.project": "Share with projects or users",
|
|
4173
|
+
"projects.sharing.personalSpace": "Personal space",
|
|
4091
4174
|
"projects.error.title": "Project error",
|
|
4092
4175
|
"projects.create.limit": "{count} project | {count} projects",
|
|
4093
4176
|
"projects.create.limitReached": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects. {link}",
|
|
@@ -4105,7 +4188,9 @@ var en_default = {
|
|
|
4105
4188
|
"projects.move.resource.modal.message.usedCredentials": "Also share the {usedCredentials} used by this workflow to ensure it will continue to run correctly",
|
|
4106
4189
|
"projects.move.resource.modal.message.usedCredentials.number": "{count} credential | {count} credentials",
|
|
4107
4190
|
"projects.move.resource.modal.message.unAccessibleCredentials": "Some credentials",
|
|
4108
|
-
"projects.move.resource.modal.message.unAccessibleCredentials.
|
|
4191
|
+
"projects.move.resource.modal.message.unAccessibleCredentials.count": "{count} credential | {count} credentials",
|
|
4192
|
+
"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.",
|
|
4193
|
+
"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
4194
|
"projects.move.resource.modal.message.noProjects": "Currently there are not any projects or users available for you to move this {resourceTypeLabel} to.",
|
|
4110
4195
|
"projects.move.resource.modal.button": "Move {resourceTypeLabel}",
|
|
4111
4196
|
"projects.move.resource.modal.selectPlaceholder": "Select project or user...",
|
|
@@ -4265,10 +4350,16 @@ var en_default = {
|
|
|
4265
4350
|
"templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
|
|
4266
4351
|
"setupCredentialsModal.title": "Set up template",
|
|
4267
4352
|
"setupCredentialsModal.title.builder": "Set up credentials",
|
|
4353
|
+
"setupPanel.empty.heading": "Workflow setup",
|
|
4354
|
+
"setupPanel.empty.description": "Nothing to configure at the moment",
|
|
4268
4355
|
"setupPanel.tabs.setup": "Setup",
|
|
4269
4356
|
"setupPanel.tabs.focus": "Focus",
|
|
4270
4357
|
"setupPanel.test.intro": "Setup panel lives here",
|
|
4271
4358
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
4359
|
+
"setupPanel.credentialLabel": "Credential",
|
|
4360
|
+
"setupPanel.usedInNodes": "Used in {count} nodes",
|
|
4361
|
+
"setupPanel.everythingConfigured.message": "All credentials have been configured",
|
|
4362
|
+
"setupPanel.trigger.credential.note": "Add a credential to listen for events.",
|
|
4272
4363
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4273
4364
|
"becomeCreator.buttonText": "Become a creator",
|
|
4274
4365
|
"becomeCreator.closeButtonTitle": "Close",
|
|
@@ -4581,7 +4672,14 @@ var en_default = {
|
|
|
4581
4672
|
"browserNotifications.permission.denied.title": "Notifications blocked",
|
|
4582
4673
|
"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
4674
|
"browserNotifications.permission.denied.checkAgain": "Check again",
|
|
4584
|
-
"browserNotifications.permission.granted.message": "Desktop notifications are enabled"
|
|
4675
|
+
"browserNotifications.permission.granted.message": "Desktop notifications are enabled",
|
|
4676
|
+
"focusedNodes.nodesLabel": "nodes",
|
|
4677
|
+
"focusedNodes.nodesCount": "{count} nodes",
|
|
4678
|
+
"focusedNodes.noMatches": "No nodes matching \"{query}\"",
|
|
4679
|
+
"focusedNodes.mentionPlaceholder": "Search nodes...",
|
|
4680
|
+
"focusedNodes.mentionTooltip": "Mention a node",
|
|
4681
|
+
"focusedNodes.allNodes": "All nodes",
|
|
4682
|
+
"focusedNodes.unconfirmedTooltip": "Add as context for the assistant"
|
|
4585
4683
|
};
|
|
4586
4684
|
|
|
4587
4685
|
//#endregion
|