@n8n/i18n 2.7.1 → 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 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",
@@ -108,6 +109,7 @@ var en_default = {
108
109
  "generic.dismiss": "Dismiss",
109
110
  "generic.saving": "Saving",
110
111
  "generic.name": "Name",
112
+ "generic.nameVersion": "Name version",
111
113
  "generic.description": "Description",
112
114
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
113
115
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you might lose your changes.",
@@ -124,6 +126,7 @@ var en_default = {
124
126
  "generic.update": "Update",
125
127
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
126
128
  "generic.credentials": "Credentials",
129
+ "generic.datatable": "Data table | {count} Data table | {count} Data tables",
127
130
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
128
131
  "generic.workflowSaved": "Workflow changes saved",
129
132
  "generic.autosave.retrying": "Autosave failed: {error}\nRetrying in {retryIn}...",
@@ -152,6 +155,7 @@ var en_default = {
152
155
  "generic.project": "Project",
153
156
  "generic.projects": "Projects",
154
157
  "generic.your": "Your",
158
+ "generic.you": "you",
155
159
  "generic.apiKey": "API Key",
156
160
  "generic.search": "Search",
157
161
  "generic.showMore": "Show more",
@@ -240,6 +244,34 @@ var en_default = {
240
244
  "aiAssistant.builder.mode": "AI Builder",
241
245
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
242
246
  "aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
247
+ "aiAssistant.builder.existingWorkflow.emptyState.title": "Modify your workflow",
248
+ "aiAssistant.builder.existingWorkflow.emptyState.body": "Ask n8n AI to modify existing nodes, add new steps, update parameters, or help debug issues in your workflow.",
249
+ "aiAssistant.builder.planMode.selector.build": "Build",
250
+ "aiAssistant.builder.planMode.selector.build.description": "Build right away · 1 credit",
251
+ "aiAssistant.builder.planMode.selector.plan": "Plan",
252
+ "aiAssistant.builder.planMode.selector.plan.description": "Refine requirements first · free",
253
+ "aiAssistant.builder.planMode.questions.title": "A few quick questions",
254
+ "aiAssistant.builder.planMode.questions.customPlaceholder": "Add details (optional)",
255
+ "aiAssistant.builder.planMode.questions.submitButton": "Submit",
256
+ "aiAssistant.builder.planMode.questions.back": "Back",
257
+ "aiAssistant.builder.planMode.questions.next": "Next",
258
+ "aiAssistant.builder.planMode.questions.skip": "Skip",
259
+ "aiAssistant.builder.planMode.questions.skipAndSubmit": "Skip & submit",
260
+ "aiAssistant.builder.planMode.questions.other": "Other",
261
+ "aiAssistant.builder.planMode.answers.skipped": "Skipped",
262
+ "aiAssistant.builder.planMode.plan.title": "Proposed plan",
263
+ "aiAssistant.builder.planMode.plan.triggerLabel": "Trigger",
264
+ "aiAssistant.builder.planMode.plan.stepsLabel": "Steps",
265
+ "aiAssistant.builder.planMode.plan.notesLabel": "Notes",
266
+ "aiAssistant.builder.planMode.plan.feedbackLabel": "Feedback (optional)",
267
+ "aiAssistant.builder.planMode.plan.feedbackPlaceholder": "Describe what you'd like to change",
268
+ "aiAssistant.builder.planMode.actions.submitAnswers": "Submit answers",
269
+ "aiAssistant.builder.planMode.actions.implement": "Implement the plan",
270
+ "aiAssistant.builder.planMode.actions.modify": "Request changes",
271
+ "aiAssistant.builder.planMode.actions.modifyWithFeedback": "Request changes: {feedback}",
272
+ "aiAssistant.builder.planMode.answers.noAnswer": "No answer provided",
273
+ "aiAssistant.builder.planMode.actions.reject": "Reject the plan",
274
+ "aiAssistant.builder.planMode.actions.rejectWithFeedback": "Reject the plan: {feedback}",
243
275
  "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
244
276
  "aiAssistant.builder.generateNew": "Generate new workflow",
245
277
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
@@ -259,6 +291,7 @@ var en_default = {
259
291
  "aiAssistant.builder.streamAbortedMessage": "Task aborted",
260
292
  "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow",
261
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.",
262
295
  "aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
263
296
  "aiAssistant.builder.executeMessage.execute": "Execute and refine",
264
297
  "aiAssistant.builder.executeMessage.chooseModel": "Choose model",
@@ -268,18 +301,29 @@ var en_default = {
268
301
  "aiAssistant.builder.executeMessage.executionFailedOnNode": "Workflow execution failed on node \"{nodeName}\": {errorMessage}",
269
302
  "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
270
303
  "aiAssistant.builder.executeMessage.fillParameter": "Update \"{label}\" parameter",
271
- "aiAssistant.builder.executeMessage.addMissingCredentials": "Add missing credentials",
304
+ "aiAssistant.builder.executeMessage.addMissingCredentials": "Add missing credentials:",
305
+ "aiAssistant.builder.executeMessage.nodeListTwo": "{first} and {second}",
306
+ "aiAssistant.builder.executeMessage.nodeListLast": "{list}, and {last}",
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",
272
311
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
273
312
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
274
313
  "aiAssistant.builder.restoreError.title": "Failed to restore version",
275
314
  "aiAssistant.builder.disabledTooltip.autosaving": "Saving workflow...",
276
315
  "aiAssistant.builder.disabledTooltip.readOnly": "Another user is currently editing this workflow",
316
+ "aiAssistant.builder.thinkingCompletionMessage.codeBuilder": "Crafting workflow",
277
317
  "aiAssistant.builder.notification.title": "Workflow ready - n8n",
278
318
  "aiAssistant.builder.notification.body": "Done building {workflowName}",
279
319
  "aiAssistant.builder.notification.inputNeeded.title": "Input needed - n8n",
280
320
  "aiAssistant.builder.notification.inputNeeded.body": "Waiting for your response on {workflowName}",
281
321
  "aiAssistant.builder.notificationBanner.text": "Want to be notified when the agent finishes building?",
282
322
  "aiAssistant.builder.notificationBanner.notify": "Notify",
323
+ "aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
324
+ "aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
325
+ "aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
326
+ "aiAssistant.builder.upgradeWhileStreaming.cancelButtonText": "Stay",
283
327
  "aiAssistant.newSessionModal.title.part1": "Start new",
284
328
  "aiAssistant.newSessionModal.title.part2": "session",
285
329
  "aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
@@ -457,6 +501,23 @@ var en_default = {
457
501
  "chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
458
502
  "chatHub.tools.selector.label.default": "Tools",
459
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",
460
521
  "chatHub.credentials.selector.title": "Select {provider} credential",
461
522
  "chatHub.credentials.selector.chooseOrCreate": "Choose or create a credential for {provider}",
462
523
  "chatHub.credentials.selector.createNew": "Create new",
@@ -903,6 +964,7 @@ var en_default = {
903
964
  "credentialEdit.credentialSharing.info.sharee.team": "Only users with credential sharing permission can change who this credential is shared with",
904
965
  "credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
905
966
  "credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
967
+ "credentialEdit.credentialSharing.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the credential to a team project to share",
906
968
  "credentialEdit.credentialSharing.list.delete": "Remove",
907
969
  "credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
908
970
  "credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
@@ -940,7 +1002,7 @@ var en_default = {
940
1002
  "credentials.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create credentials",
941
1003
  "credentials.item.open": "Open",
942
1004
  "credentials.item.delete": "Delete",
943
- "credentials.item.move": "Change owner",
1005
+ "credentials.item.move": "Move",
944
1006
  "credentials.item.updated": "Last updated",
945
1007
  "credentials.item.created": "Created",
946
1008
  "credentials.item.owner": "Owner",
@@ -956,6 +1018,7 @@ var en_default = {
956
1018
  "credentials.filters.type": "Type",
957
1019
  "credentials.filters.setup": "Needs first setup",
958
1020
  "credentials.filters.status": "Status",
1021
+ "credentials.filters.secretStore": "External Secret Store",
959
1022
  "credentials.filters.active": "Some credentials may be hidden since filters are applied.",
960
1023
  "credentials.filters.active.reset": "Remove filters",
961
1024
  "credentials.sort.lastUpdated": "Sort by last updated",
@@ -1614,11 +1677,13 @@ var en_default = {
1614
1677
  "node.thisIsATriggerNode": "This is a Trigger node. <a target=\"_blank\" href=\"https://docs.n8n.io/workflows/components/nodes/\">Learn more</a>",
1615
1678
  "node.activateDeactivateNode": "Activate/Deactivate Node",
1616
1679
  "node.changeColor": "Change color",
1680
+ "node.customColor": "Custom color",
1617
1681
  "node.disabled": "Deactivated",
1618
1682
  "node.testStep": "Execute step",
1619
1683
  "node.disable": "Deactivate",
1620
1684
  "node.enable": "Activate",
1621
1685
  "node.delete": "Delete",
1686
+ "node.addToAi": "Add to n8n AI",
1622
1687
  "node.add": "Add",
1623
1688
  "node.add-human-review-step": "Add human review step",
1624
1689
  "node.issues": "Issues",
@@ -1642,6 +1707,7 @@ var en_default = {
1642
1707
  "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
1643
1708
  "node.settings.dynamicCredentials": "This node uses dynamic credentials that are resolved at runtime.",
1644
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",
1645
1711
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
1646
1712
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
1647
1713
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
@@ -1777,6 +1843,7 @@ var en_default = {
1777
1843
  "nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
1778
1844
  "nodeCredentials.credentialFor": "Credential for {credentialType}",
1779
1845
  "nodeCredentials.credentialsLabel": "Credential to connect with",
1846
+ "nodeCredentials.credentialsLabelShort": "Credential",
1780
1847
  "nodeCredentials.issues": "Issues",
1781
1848
  "nodeCredentials.selectCredential": "Select Credential",
1782
1849
  "nodeCredentials.selectedCredentialUnavailable": "{name} (unavailable)",
@@ -1787,6 +1854,13 @@ var en_default = {
1787
1854
  "nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
1788
1855
  "nodeCredentials.deleteCredential": "Delete Credential",
1789
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",
1790
1864
  "nodeErrorView.cause": "Cause",
1791
1865
  "nodeErrorView.copyToClipboard": "Copy to Clipboard",
1792
1866
  "nodeErrorView.copyToClipboard.tooltip": "Copy error details for debugging. Copied data may contain sensitive information. Proceed with caution when sharing.",
@@ -2005,6 +2079,8 @@ var en_default = {
2005
2079
  "contextMenu.changeColor": "Change color",
2006
2080
  "contextMenu.copyTestUrl": "Copy test url",
2007
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",
2008
2084
  "nodeWebhooks.clickToCopyWebhookUrls": "Click to copy webhook URLs",
2009
2085
  "nodeWebhooks.clickToCopyWebhookUrls.formTrigger": "Click to copy Form URL",
2010
2086
  "nodeWebhooks.clickToCopyWebhookUrls.chatTrigger": "Click to copy Chat URL",
@@ -2234,7 +2310,9 @@ var en_default = {
2234
2310
  "projectRoles.workflow:delete": "Delete",
2235
2311
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2236
2312
  "projectRoles.workflow:publish": "Publish",
2237
- "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2313
+ "projectRoles.workflow:publish.tooltip": "Publish workflows",
2314
+ "projectRoles.workflow:unpublish": "Unpublish",
2315
+ "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2238
2316
  "projectRoles.credential:read": "View",
2239
2317
  "projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
2240
2318
  "projectRoles.credential:update": "Edit",
@@ -2878,21 +2956,44 @@ var en_default = {
2878
2956
  "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
2879
2957
  "settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security. You can learn more in the",
2880
2958
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
2959
+ "settings.secretsProviderConnections.actions.share": "Share",
2881
2960
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
2961
+ "settings.secretsProviderConnections.modal.items.scope": "Share",
2962
+ "settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
2963
+ "settings.secretsProviderConnections.modal.scope.global": "Global",
2964
+ "settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
2965
+ "settings.secretsProviderConnections.modal.scope.info": "Assigning a secret store allows people to use external secrets in their credentials.",
2882
2966
  "settings.secretsProviderConnections.modal.connectionName": "Secret store name",
2883
2967
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
2884
2968
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
2885
2969
  "settings.secretsProviderConnections.modal.saving": "Saving...",
2886
2970
  "settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
2887
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}",
2888
2974
  "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
2889
2975
  "settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
2890
2976
  "settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
2977
+ "settings.secretsProviderConnections.modal.testConnection.error.serviceDisabled": "Connection unsuccessful. The provider could not be reached.",
2891
2978
  "settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
2892
2979
  "settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
2893
2980
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
2894
2981
  "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
2895
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.",
2896
2997
  "settings.sourceControl.title": "Environments",
2897
2998
  "settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
2898
2999
  "settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
@@ -2950,8 +3051,9 @@ var en_default = {
2950
3051
  "settings.sourceControl.modals.push.commitMessage.placeholder": "e.g. My commit",
2951
3052
  "settings.sourceControl.modals.push.buttons.cancel": "Cancel",
2952
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.",
2953
3055
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2954
- "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
3056
+ "settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
2955
3057
  "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
2956
3058
  "settings.sourceControl.status.modified": "Modified",
2957
3059
  "settings.sourceControl.status.deleted": "Deleted",
@@ -2960,6 +3062,7 @@ var en_default = {
2960
3062
  "settings.sourceControl.pull.oneLastStep.title": "One last step",
2961
3063
  "settings.sourceControl.pull.oneLastStep.description": "You have new creds/vars. Fill them out to make sure your workflows function properly",
2962
3064
  "settings.sourceControl.pull.success.title": "Pulled successfully",
3065
+ "settings.sourceControl.pull.success.description": "was pulled | were pulled",
2963
3066
  "settings.sourceControl.pull.upToDate.title": "Up to date",
2964
3067
  "settings.sourceControl.pull.upToDate.description": "No workflow changes to pull from Git",
2965
3068
  "settings.sourceControl.pull.upToDate.variables.title": "Finish setting up your new variables to use in workflows",
@@ -2978,9 +3081,11 @@ var en_default = {
2978
3081
  "settings.sourceControl.modals.pull.autoPublish.options.on.description": "Attempt to publish all workflows",
2979
3082
  "settings.sourceControl.modals.pull.autoPublishing": "Auto-publish",
2980
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.",
2981
3085
  "settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
2982
3086
  "settings.sourceControl.modals.pull.buttons.save": "Pull and override",
2983
3087
  "settings.sourceControl.modals.pull.buttons.pull": "Pull",
3088
+ "settings.sourceControl.modals.pull.dataTablesWarning": "The following data table has schema changes. Column removal will cause data loss that cannot be recovered: | The following data table has schema changes. Column removal will cause data loss that cannot be recovered: | The following {count} data tables have schema changes. Column removal will cause data loss that cannot be recovered:",
2984
3089
  "settings.sourceControl.modals.pullResult.title": "Auto-publish results",
2985
3090
  "settings.sourceControl.modals.pullResult.tabs.failed": "Failed to publish",
2986
3091
  "settings.sourceControl.modals.pullResult.tabs.published": "Published",
@@ -3131,6 +3236,7 @@ var en_default = {
3131
3236
  "templates.workflowsNotFound": "Workflow could not be found",
3132
3237
  "templates.card.setupTime": "{count} min setup",
3133
3238
  "templates.card.verified": "Verified",
3239
+ "templates.card.readyToRun": "Ready to run",
3134
3240
  "textEdit.edit": "Edit",
3135
3241
  "userActivity.daysAgo": "{count} days ago",
3136
3242
  "userActivity.lastTime": "Last {time}",
@@ -3419,7 +3525,7 @@ var en_default = {
3419
3525
  "workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
3420
3526
  "workflowSettings.timeSavedPerExecution.minutesSaved": "Minutes saved",
3421
3527
  "workflowSettings.timeSavedPerExecution.tab.fixed": "Fixed",
3422
- "workflowSettings.timeSavedPerExecution.tab.conditional": "Conditional",
3528
+ "workflowSettings.timeSavedPerExecution.tab.dynamic": "Dynamic (uses time saved nodes)",
3423
3529
  "workflowSettings.timeSavedPerExecution.noNodesDetected": "No time saved nodes detected",
3424
3530
  "workflowSettings.timeSavedPerExecution.noNodesDetected.hint": "Add one or more time saved nodes to calculate time saved dynamically",
3425
3531
  "workflowSettings.timeSavedPerExecution.nodesDetected": "Active - {count} time saved nodes currently setup",
@@ -3437,12 +3543,13 @@ var en_default = {
3437
3543
  "workflowHistory.item.createdAt": "{date} at {time}",
3438
3544
  "workflowHistory.item.savedAtLabel": "Saved:",
3439
3545
  "workflowHistory.item.publishedAtLabel": "Last published by",
3440
- "workflowHistory.item.actions.restore": "Restore this version",
3441
- "workflowHistory.item.actions.publish": "Publish this version",
3546
+ "workflowHistory.item.actions.restore": "Restore version",
3547
+ "workflowHistory.item.actions.publish": "Publish version",
3442
3548
  "workflowHistory.item.actions.unpublish": "Unpublish workflow",
3443
3549
  "workflowHistory.item.actions.clone": "Clone to new workflow",
3444
3550
  "workflowHistory.item.actions.open": "Open version in new tab",
3445
3551
  "workflowHistory.item.actions.download": "Download",
3552
+ "workflowHistory.item.actions.name": "Name version",
3446
3553
  "workflowHistory.item.unsaved.title": "Unsaved version",
3447
3554
  "workflowHistory.item.latest": "Latest saved",
3448
3555
  "workflowHistory.item.active": "Published",
@@ -3465,6 +3572,10 @@ var en_default = {
3465
3572
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3466
3573
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3467
3574
  "workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
3575
+ "workflowHistory.action.nameVersion.success.title": "Version name updated successfully",
3576
+ "workflowHistory.action.nameVersion.error.title": "Failed to update version name",
3577
+ "workflowHistory.nameVersionModal.title": "Name version",
3578
+ "workflowHistory.nameVersionModal.confirmButton": "Save",
3468
3579
  "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
3469
3580
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
3470
3581
  "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
@@ -3480,6 +3591,8 @@ var en_default = {
3480
3591
  "workflows.publish": "Publish",
3481
3592
  "workflows.published": "Published",
3482
3593
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
3594
+ "workflows.publish.personalSpaceRestricted": "Workflow publishing is disabled in personal spaces. Move the workflow to a team space to activate",
3595
+ "workflows.unpublish": "Unpublish",
3483
3596
  "workflows.project.add": "Add workflow to project",
3484
3597
  "workflows.item.open": "Open",
3485
3598
  "workflows.item.share": "Share...",
@@ -3488,7 +3601,7 @@ var en_default = {
3488
3601
  "workflows.item.archive": "Archive",
3489
3602
  "workflows.item.unarchive": "Unarchive",
3490
3603
  "workflows.item.move": "Move",
3491
- "workflows.item.changeOwner": "Change owner",
3604
+ "workflows.item.changeOwner": "Move",
3492
3605
  "workflows.item.updated": "Last updated",
3493
3606
  "workflows.item.created": "Created",
3494
3607
  "workflows.item.readonly": "Read only",
@@ -3575,6 +3688,7 @@ var en_default = {
3575
3688
  "workflows.shareModal.info.sharee.fallback": "the owner",
3576
3689
  "workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
3577
3690
  "workflows.shareModal.info.members.number": "{number} member | {number} members",
3691
+ "workflows.shareModal.info.personalSpaceRestricted": "Sharing is disabled in personal spaces. Move the workflow to a team project to share",
3578
3692
  "workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
3579
3693
  "workflows.roles.editor": "@:_reusableBaseText.roles.editor",
3580
3694
  "workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
@@ -3698,6 +3812,7 @@ var en_default = {
3698
3812
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
3699
3813
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
3700
3814
  "dataTable.dataTables": "Data tables",
3815
+ "dataTables.noResults": "No data tables found",
3701
3816
  "dataTable.empty.label": "You don't have any data tables yet",
3702
3817
  "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
3703
3818
  "dataTable.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create data tables",
@@ -3731,6 +3846,10 @@ var en_default = {
3731
3846
  "dataTable.delete.error": "Error deleting data table",
3732
3847
  "dataTable.download.csv": "Download CSV",
3733
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",
3734
3853
  "dataTable.rename.error": "Error renaming data table",
3735
3854
  "dataTable.getDetails.error": "Error fetching data table details",
3736
3855
  "dataTable.notFound": "Data table not found",
@@ -3880,6 +3999,29 @@ var en_default = {
3880
3999
  "settings.ldap.form.enforceEmailUniqueness.label": "Enforce Email Uniqueness",
3881
4000
  "settings.ldap.form.enforceEmailUniqueness.tooltip": "Prevents login if multiple LDAP accounts use the same email, blocking account linking attacks.",
3882
4001
  "settings.ldap.section.synchronization.title": "Synchronization",
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.",
4004
+ "settings.security.personalSpace.title": "Personal Space",
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.",
4007
+ "settings.security.personalSpace.publishing.success.enabled": "Workflow publishing enabled",
4008
+ "settings.security.personalSpace.publishing.success.disabled": "Workflow publishing disabled",
4009
+ "settings.security.personalSpace.publishing.error": "Failed to update publishing setting",
4010
+ "settings.security.personalSpace.publishing.confirmMessage.disable.headline": "Are you sure you want to disable publishing personal workflows?",
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.",
4012
+ "settings.security.personalSpace.publishing.existingCount.label": "Existing published workflows",
4013
+ "settings.security.personalSpace.publishing.existingCount.value": "{count} workflows",
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.",
4016
+ "settings.security.personalSpace.sharing.success.enabled": "Workflow and credential sharing enabled",
4017
+ "settings.security.personalSpace.sharing.success.disabled": "Workflow and credential sharing disabled",
4018
+ "settings.security.personalSpace.sharing.error": "Failed to update sharing setting",
4019
+ "settings.security.personalSpace.sharing.confirmMessage.disable.headline": "Are you sure you want to disable sharing in personal spaces?",
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.",
4021
+ "settings.security.personalSpace.sharing.existingCount.label": "Existing shares",
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",
3883
4025
  "settings.sso": "SSO",
3884
4026
  "settings.sso.title": "Single Sign On",
3885
4027
  "settings.sso.subtitle": "SAML 2.0 Configuration",
@@ -3980,7 +4122,7 @@ var en_default = {
3980
4122
  "projects.settings.save.successful.title": "Project {projectName} saved successfully",
3981
4123
  "projects.settings.icon.update.successful.title": "Project icon updated successfully",
3982
4124
  "projects.settings.save.error.title": "An error occurred while saving the project",
3983
- "projects.settings.role.upgrade.title": "Upgrade to unlock additional roles",
4125
+ "projects.settings.role.upgrade.title": "Upgrade to Enterprise",
3984
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.",
3985
4127
  "projects.settings.role.upgrade.tooltip": "Upgrade to Pro or Enterprise to assign Editor and Viewer roles",
3986
4128
  "projects.settings.table.header.user": "@:_reusableBaseText.user",
@@ -3990,19 +4132,45 @@ var en_default = {
3990
4132
  "projects.settings.role.editor.description": "Can edit workflows and credentials",
3991
4133
  "projects.settings.role.viewer.description": "Can view workflows and executions",
3992
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",
3993
4150
  "projects.settings.members.search.placeholder": "Search members...",
3994
4151
  "projects.settings.memberRole.updated.title": "Member role updated successfully",
3995
4152
  "projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
3996
4153
  "projects.settings.member.removed.title": "Member removed successfully",
3997
- "projects.settings.member.remove.error.title": "An error occurred while removing member",
3998
4154
  "projects.settings.member.added.title": "Member added successfully",
3999
4155
  "projects.settings.users.search.error": "An error occurred while searching for users",
4156
+ "projects.settings.externalSecrets": "External secret stores",
4157
+ "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4158
+ "projects.settings.externalSecrets.emptyState.instanceAdmin.noProjectProviders.description": "Share secrets store with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4159
+ "projects.settings.externalSecrets.emptyState.projectAdmin.description": "Add a secrets store and share it with this project to make external secrets available here. Once shared, secrets will appear automatically and can be referenced through aliases in credentials.",
4160
+ "projects.settings.externalSecrets.button.addSecretsStore": "Add secrets store",
4161
+ "projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets store",
4162
+ "projects.settings.externalSecrets.table.header.secretName": "Secret name",
4163
+ "projects.settings.externalSecrets.table.header.provider": "Secrets store",
4164
+ "projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
4165
+ "projects.settings.externalSecrets.search.placeholder": "Search secrets...",
4166
+ "projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
4000
4167
  "projects.sharing.allUsers": "All users and projects",
4001
4168
  "projects.sharing.noMatchingProjects": "There are no available projects",
4002
4169
  "projects.sharing.noMatchingUsers": "No matching users or projects",
4003
4170
  "projects.sharing.select.placeholder": "Select project or user",
4004
4171
  "projects.sharing.select.placeholder.user": "Share with user(s)",
4005
4172
  "projects.sharing.select.placeholder.project": "Share with projects or users",
4173
+ "projects.sharing.personalSpace": "Personal space",
4006
4174
  "projects.error.title": "Project error",
4007
4175
  "projects.create.limit": "{count} project | {count} projects",
4008
4176
  "projects.create.limitReached": "You have reached the {planName} plan limit of {limit}. Upgrade your plan to unlock more projects. {link}",
@@ -4020,7 +4188,9 @@ var en_default = {
4020
4188
  "projects.move.resource.modal.message.usedCredentials": "Also share the {usedCredentials} used by this workflow to ensure it will continue to run correctly",
4021
4189
  "projects.move.resource.modal.message.usedCredentials.number": "{count} credential | {count} credentials",
4022
4190
  "projects.move.resource.modal.message.unAccessibleCredentials": "Some credentials",
4023
- "projects.move.resource.modal.message.unAccessibleCredentials.note": "{credentials} used in this workflow will not be shared",
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.",
4024
4194
  "projects.move.resource.modal.message.noProjects": "Currently there are not any projects or users available for you to move this {resourceTypeLabel} to.",
4025
4195
  "projects.move.resource.modal.button": "Move {resourceTypeLabel}",
4026
4196
  "projects.move.resource.modal.selectPlaceholder": "Select project or user...",
@@ -4180,6 +4350,16 @@ var en_default = {
4180
4350
  "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
4181
4351
  "setupCredentialsModal.title": "Set up template",
4182
4352
  "setupCredentialsModal.title.builder": "Set up credentials",
4353
+ "setupPanel.empty.heading": "Workflow setup",
4354
+ "setupPanel.empty.description": "Nothing to configure at the moment",
4355
+ "setupPanel.tabs.setup": "Setup",
4356
+ "setupPanel.tabs.focus": "Focus",
4357
+ "setupPanel.test.intro": "Setup panel lives here",
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.",
4183
4363
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4184
4364
  "becomeCreator.buttonText": "Become a creator",
4185
4365
  "becomeCreator.closeButtonTitle": "Close",
@@ -4372,8 +4552,9 @@ var en_default = {
4372
4552
  "communityNodeInfo.approved.label": "Verified",
4373
4553
  "communityNodeInfo.unverified": "This community node was added via npm and has not been verified by n8n",
4374
4554
  "communityNodeInfo.unverified.label": "Via npm",
4375
- "communityNodeInfo.downloads": "{downloads} Downloads",
4376
- "communityNodeInfo.publishedBy": "Published by {publisherName}",
4555
+ "communityNodeInfo.downloads": "{downloads}",
4556
+ "communityNodeInfo.publishedBy": "{publisherName}",
4557
+ "communityNodeInfo.quickConnect": "Quick connect",
4377
4558
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
4378
4559
  "communityNodeUpdateInfo.available": "A new node package version is available",
4379
4560
  "insights.upgradeModal.button.dismiss": "Dismiss",
@@ -4491,7 +4672,14 @@ var en_default = {
4491
4672
  "browserNotifications.permission.denied.title": "Notifications blocked",
4492
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.",
4493
4674
  "browserNotifications.permission.denied.checkAgain": "Check again",
4494
- "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"
4495
4683
  };
4496
4684
 
4497
4685
  //#endregion