@n8n/i18n 2.6.0 → 2.7.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
@@ -78,6 +78,8 @@ var en_default = {
78
78
  "generic.copy": "Copy",
79
79
  "generic.copied": "Copied",
80
80
  "generic.delete": "Delete",
81
+ "generic.edit": "Edit",
82
+ "generic.keepEditing": "Keep editing",
81
83
  "generic.dontShowAgain": "Don't show again",
82
84
  "generic.enterprise": "Enterprise",
83
85
  "generic.executions": "Executions",
@@ -233,6 +235,8 @@ var en_default = {
233
235
  "aiAssistant.assistant": "Assistant",
234
236
  "aiAssistant.tabs.ask": "Ask",
235
237
  "aiAssistant.tabs.build": "Build",
238
+ "aiAssistant.reducedHelp.chat.notice": "You have opted not to share actual data values. As a result, AI responses will be less accurate and context-aware.",
239
+ "aiAssistant.tabs.builder.disabled.tooltip": "AI Builder is disabled because sending data values to AI is turned off. Enable it in AI Usage settings to use AI Builder.",
236
240
  "aiAssistant.builder.mode": "AI Builder",
237
241
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
238
242
  "aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
@@ -580,6 +584,10 @@ var en_default = {
580
584
  "codeNodeEditor.completer.$secrets": "The secrets from an <a target=\"_blank\" href=\"https://docs.n8n.io/external-secrets/\">external secrets vault</a>, if configured. Secret values are never displayed to the user. Only available in credential fields.",
581
585
  "codeNodeEditor.completer.$secrets.provider": "External secrets providers connected to this n8n instance.",
582
586
  "codeNodeEditor.completer.$secrets.provider.varName": "External secrets connected to this n8n instance. All secrets evaluate to strings.",
587
+ "codeNodeEditor.completer.$secrets.group.project": "Project vaults",
588
+ "codeNodeEditor.completer.$secrets.group.project.description": "External secret vault connected to this project.",
589
+ "codeNodeEditor.completer.$secrets.group.global": "Global vaults",
590
+ "codeNodeEditor.completer.$secrets.group.global.description": "External secret vault connected to this n8n instance.",
583
591
  "codeNodeEditor.completer.$workflow": "Information about the current workflow",
584
592
  "codeNodeEditor.completer.$workflow.active": "Whether the workflow is active",
585
593
  "codeNodeEditor.completer.$workflow.id": "The workflow ID. Can also be found in the workflow's URL.",
@@ -1075,6 +1083,15 @@ var en_default = {
1075
1083
  "executionDetails.runningMessage": "Execution is running. It will show here once finished.",
1076
1084
  "executionDetails.startingSoon": "Starting soon",
1077
1085
  "executionDetails.workflow": "workflow",
1086
+ "emptyStateBuilderPrompt.subtitle": "Build workflows by chatting with AI",
1087
+ "emptyStateBuilderPrompt.buildWorkflow": "Build workflow",
1088
+ "emptyStateBuilderPrompt.orStartWith": "or start from",
1089
+ "emptyStateBuilderPrompt.fromScratch": "New workflow",
1090
+ "emptyStateBuilderPrompt.fromScratchTooltip": "Start with an empty canvas and add nodes manually",
1091
+ "emptyStateBuilderPrompt.template": "Template",
1092
+ "emptyStateBuilderPrompt.templateTooltip": "Browse pre-built workflows you can customize",
1093
+ "emptyStateBuilderPrompt.importFromFile": "Import file",
1094
+ "emptyStateBuilderPrompt.importFromFileTooltip": "Upload a workflow JSON file from your computer",
1078
1095
  "executionsLandingPage.emptyState.noTrigger.heading": "Set up the first step. Then execute your workflow",
1079
1096
  "executionsLandingPage.emptyState.noTrigger.buttonText": "Add first step...",
1080
1097
  "executionsLandingPage.clickExecutionMessage": "Click on an execution from the list to view it",
@@ -1585,6 +1602,8 @@ var en_default = {
1585
1602
  "ndv.httpRequest.credentialOnly.docsNotice": "Use the <a target=\"_blank\" href=\"{docsUrl}\">{nodeName} docs</a> to construct your request. We'll take care of the authentication part if you add a {nodeName} credential below.",
1586
1603
  "ndv.binaryData.combinedTooltip": "Specify the path to the binary data entry in the input item or use an expression to access the binary data in previous nodes, e.g. {example}",
1587
1604
  "ndv.binaryData.separateTooltip": "Specify the property name of the binary data in the input item or use an expression to access the binary data in previous nodes, e.g. {example}",
1605
+ "network.error.message": "Offline",
1606
+ "network.error.tooltip": "No network connection. Workflow changes will be saved once the connection is restored.",
1588
1607
  "noTagsView.createTag": "Create a tag",
1589
1608
  "noTagsView.readyToOrganizeYourWorkflows": "Ready to organize your workflows?",
1590
1609
  "noTagsView.withWorkflowTagsYouReFree": "With workflow tags, you're free to create the perfect tagging system for your flows",
@@ -2164,9 +2183,8 @@ var en_default = {
2164
2183
  "personalizationModal.registerEmailForTrial.error": "Error while registering for enterprise trial",
2165
2184
  "pushConnection.nodeExecutedSuccessfully": "Node executed successfully",
2166
2185
  "pushConnection.workflowExecutedSuccessfully": "Workflow executed successfully",
2167
- "pushConnectionTracker.cannotConnectToServer": "You have a connection issue or the server is down. <br />n8n should reconnect automatically once the issue is resolved.",
2168
- "pushConnectionTracker.connectionLost": "Connection lost",
2169
- "pushConnectionTracker.connectionLost.message": "Attempting to reconnect...",
2186
+ "pushConnection.error.message": "Connection lost",
2187
+ "pushConnection.error.tooltip": "You have a connection issue or the server is down. <br />n8n should reconnect automatically once the issue is resolved.",
2170
2188
  "pushConnection.pollingNode.dataNotFound": "No {service} data found",
2171
2189
  "pushConnection.pollingNode.dataNotFound.message": "We didn’t find any data in {service} to simulate an event. Please create one in {service} and try again.",
2172
2190
  "pushConnection.executionFailed": "Execution failed",
@@ -2822,6 +2840,7 @@ var en_default = {
2822
2840
  "settings.externalSecrets.actionBox.buttonText": "See plans",
2823
2841
  "settings.externalSecrets.card.setUp": "Set Up",
2824
2842
  "settings.externalSecrets.card.deprecated": "deprecated",
2843
+ "settings.externalSecrets.card.secretCount": "{count} secret",
2825
2844
  "settings.externalSecrets.card.secretsCount": "{count} secrets",
2826
2845
  "settings.externalSecrets.card.connectedAt": "Connected {date}",
2827
2846
  "settings.externalSecrets.card.connected": "Enabled",
@@ -2851,6 +2870,27 @@ var en_default = {
2851
2870
  "settings.externalSecrets.provider.closeWithoutSaving.confirm": "Keep editing",
2852
2871
  "settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
2853
2872
  "settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
2873
+ "settings.secretsProviderConnections.title": "External Secrets",
2874
+ "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets store",
2875
+ "settings.secretsProviderConnections.emptyState.description": "Manage credentials across multiple environments by adding an external secrets store. Keep sensitive credential information in your vault for added security.",
2876
+ "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
2877
+ "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",
2878
+ "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
2879
+ "settings.secretsProviderConnections.modal.items.connection": "Connection",
2880
+ "settings.secretsProviderConnections.modal.connectionName": "Secret store name",
2881
+ "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
2882
+ "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
2883
+ "settings.secretsProviderConnections.modal.saving": "Saving...",
2884
+ "settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
2885
+ "settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
2886
+ "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
2887
+ "settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
2888
+ "settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
2889
+ "settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
2890
+ "settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
2891
+ "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
2892
+ "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
2893
+ "settings.secretsProviderConnections.state.disconnected": "Disconnected",
2854
2894
  "settings.sourceControl.title": "Environments",
2855
2895
  "settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
2856
2896
  "settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
@@ -2927,8 +2967,25 @@ var en_default = {
2927
2967
  "settings.sourceControl.modals.pull.title": "Pull changes",
2928
2968
  "settings.sourceControl.modals.pull.description": "These resources will be updated or deleted, and any local changes to them will be lost. To keep the local version, push it before pulling.",
2929
2969
  "settings.sourceControl.modals.pull.description.learnMore": "More info",
2970
+ "settings.sourceControl.modals.pull.autoPublish.title": "Auto-publish pulled version",
2971
+ "settings.sourceControl.modals.pull.autoPublish.options.off": "Off",
2972
+ "settings.sourceControl.modals.pull.autoPublish.options.off.description": "Don't attempt to publish any workflows",
2973
+ "settings.sourceControl.modals.pull.autoPublish.options.published": "If workflow already published",
2974
+ "settings.sourceControl.modals.pull.autoPublish.options.published.description": "Workflows that are published in this instance",
2975
+ "settings.sourceControl.modals.pull.autoPublish.options.on": "On",
2976
+ "settings.sourceControl.modals.pull.autoPublish.options.on.description": "Attempt to publish all workflows",
2977
+ "settings.sourceControl.modals.pull.autoPublishing": "Auto-publish",
2978
+ "settings.sourceControl.modals.pull.willBeArchived": "Archive",
2930
2979
  "settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
2931
2980
  "settings.sourceControl.modals.pull.buttons.save": "Pull and override",
2981
+ "settings.sourceControl.modals.pull.buttons.pull": "Pull",
2982
+ "settings.sourceControl.modals.pullResult.title": "Auto-publish results",
2983
+ "settings.sourceControl.modals.pullResult.tabs.failed": "Failed to publish",
2984
+ "settings.sourceControl.modals.pullResult.tabs.published": "Published",
2985
+ "settings.sourceControl.modals.pullResult.noWorkflows": "No workflows.",
2986
+ "settings.sourceControl.modals.pullResult.itemCount": "{count} item | {count} items",
2987
+ "settings.sourceControl.modals.pullResult.tableHeader.title": "Title",
2988
+ "settings.sourceControl.modals.pullResult.buttons.close": "Close",
2932
2989
  "settings.sourceControl.modals.disconnect.title": "Disconnect Git repository",
2933
2990
  "settings.sourceControl.modals.disconnect.message": "Please confirm you want to disconnect this n8n instance from the Git repository",
2934
2991
  "settings.sourceControl.modals.disconnect.confirm": "Disconnect Git",
@@ -3412,6 +3469,8 @@ var en_default = {
3412
3469
  "workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
3413
3470
  "workflowHistory.button.tooltip.empty": "This workflow currently has no history to view. Once you've made your first save, you'll be able to view previous versions",
3414
3471
  "workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
3472
+ "workflowHistory.button.tooltip.scheduled": "Workflow will be saved shortly",
3473
+ "workflowHistory.button.tooltip.saving": "Workflow is being saved",
3415
3474
  "workflowHistory.group.unnamedVersions": "1 version | {count} versions",
3416
3475
  "workflowHistory.publishModal.title": "Publish {versionName}",
3417
3476
  "workflows.heading": "Workflows",
@@ -3475,6 +3534,8 @@ var en_default = {
3475
3534
  "workflows.empty.heading.userNotSetup": "Welcome!",
3476
3535
  "workflows.empty.headingWithIcon": "👋 Welcome, {name}!",
3477
3536
  "workflows.empty.headingWithIcon.userNotSetup": "👋 Welcome!",
3537
+ "workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
3538
+ "workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
3478
3539
  "workflows.empty.description": "Create your first workflow",
3479
3540
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
3480
3541
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
@@ -3484,6 +3545,7 @@ var en_default = {
3484
3545
  "workflows.empty.learnN8n": "Learn n8n",
3485
3546
  "workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
3486
3547
  "workflows.empty.easyAI": "Test a simple AI Agent example",
3548
+ "workflows.empty.tryAiWorkflow": "Run live demo",
3487
3549
  "workflows.empty.shared-with-me": "No {resource} has been shared with you",
3488
3550
  "workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
3489
3551
  "workflows.empty.readyToRun": "Run live demo",
@@ -3517,10 +3579,6 @@ var en_default = {
3517
3579
  "workflows.concurrentChanges.confirmMessage.message": "Someone saved this workflow while you were editing it. You can <a href=\"{url}\" target=\"_blank\">view their version</a> (in new tab).<br/><br/>Overwrite their changes with yours?",
3518
3580
  "workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
3519
3581
  "workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
3520
- "workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
3521
- "workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
3522
- "workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
3523
- "workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
3524
3582
  "workflows.autodeactivated": "Workflow auto-deactivated",
3525
3583
  "workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
3526
3584
  "workflows.ai.starter.collection.card": "Learn how to build AI Agents",
@@ -3716,6 +3774,23 @@ var en_default = {
3716
3774
  "dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
3717
3775
  "dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
3718
3776
  "dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
3777
+ "settings.ai": "AI Usage",
3778
+ "settings.ai.description.both": "Control what n8n sends when using the AI Assistant and AI Builder",
3779
+ "settings.ai.description.assistantOnly": "Manage how n8n uses your data to improve our AI features. These settings only apply to <b>AI Assistant Chat</b> feature.",
3780
+ "settings.ai.description.askAiOnly": "Manage how n8n uses your data to improve our AI features. These settings only apply to <b>Ask AI in the Code node</b> feature.",
3781
+ "settings.ai.button.tooltip": "AI usage settings",
3782
+ "settings.ai.allowSendingSchema.label": "Send field names and types (schema)",
3783
+ "settings.ai.allowSendingSchema.description": "Allow n8n to send key names and types of your data. This helps AI understand your data structure without sending values.",
3784
+ "settings.ai.allowSendingParameterValues.label": "Send actual data values",
3785
+ "settings.ai.allowSendingParameterValues.description": "Allow n8n to send real values from your executions which may include sensitive data. Turning this off reduces the accuracy of the AI Assistant and disables AI Workflow Builder.",
3786
+ "settings.ai.privacyNote.heading": "Privacy Note:",
3787
+ "settings.ai.privacyNote.content": "Your data is processed securely and is not used to train our models. These settings will help improve AI accuracy and provide context-aware responses. You can learn more <a href=\"{docsLink}\" target=\"_blank\">here</a>.",
3788
+ "settings.ai.updated.success": "AI settings updated",
3789
+ "settings.ai.updated.error": "There was a problem updating AI settings",
3790
+ "settings.ai.confirm.title": "Stop sending data to AI?",
3791
+ "settings.ai.confirm.message.builderDisabled": "Disabling data sending will reduce the effectiveness of AI features. Are you sure you want to proceed?",
3792
+ "settings.ai.confirm.message.builderEnabled": "Disabling data sending will turn off the AI Workflow Builder and reduce the effectiveness of AI features. Are you sure you want to proceed?",
3793
+ "settings.ai.confirm.confirmButtonText": "Yes, disable",
3719
3794
  "dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
3720
3795
  "dataTable.cell.oversized": "Value too large to display",
3721
3796
  "dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
@@ -3919,6 +3994,7 @@ var en_default = {
3919
3994
  "projects.settings.member.removed.title": "Member removed successfully",
3920
3995
  "projects.settings.member.remove.error.title": "An error occurred while removing member",
3921
3996
  "projects.settings.member.added.title": "Member added successfully",
3997
+ "projects.settings.users.search.error": "An error occurred while searching for users",
3922
3998
  "projects.sharing.allUsers": "All users and projects",
3923
3999
  "projects.sharing.noMatchingProjects": "There are no available projects",
3924
4000
  "projects.sharing.noMatchingUsers": "No matching users or projects",