@n8n/i18n 2.6.1 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +83 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +83 -7
- package/dist/index.d.mts +83 -7
- package/dist/index.mjs +83 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +83 -7
- package/dist/types2.d.mts +83 -7
- package/package.json +4 -4
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.",
|
|
@@ -1077,6 +1085,15 @@ var en_default = {
|
|
|
1077
1085
|
"executionDetails.runningMessage": "Execution is running. It will show here once finished.",
|
|
1078
1086
|
"executionDetails.startingSoon": "Starting soon",
|
|
1079
1087
|
"executionDetails.workflow": "workflow",
|
|
1088
|
+
"emptyStateBuilderPrompt.subtitle": "Build workflows by chatting with AI",
|
|
1089
|
+
"emptyStateBuilderPrompt.buildWorkflow": "Build workflow",
|
|
1090
|
+
"emptyStateBuilderPrompt.orStartWith": "or start from",
|
|
1091
|
+
"emptyStateBuilderPrompt.fromScratch": "New workflow",
|
|
1092
|
+
"emptyStateBuilderPrompt.fromScratchTooltip": "Start with an empty canvas and add nodes manually",
|
|
1093
|
+
"emptyStateBuilderPrompt.template": "Template",
|
|
1094
|
+
"emptyStateBuilderPrompt.templateTooltip": "Browse pre-built workflows you can customize",
|
|
1095
|
+
"emptyStateBuilderPrompt.importFromFile": "Import file",
|
|
1096
|
+
"emptyStateBuilderPrompt.importFromFileTooltip": "Upload a workflow JSON file from your computer",
|
|
1080
1097
|
"executionsLandingPage.emptyState.noTrigger.heading": "Set up the first step. Then execute your workflow",
|
|
1081
1098
|
"executionsLandingPage.emptyState.noTrigger.buttonText": "Add first step...",
|
|
1082
1099
|
"executionsLandingPage.clickExecutionMessage": "Click on an execution from the list to view it",
|
|
@@ -1587,6 +1604,8 @@ var en_default = {
|
|
|
1587
1604
|
"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.",
|
|
1588
1605
|
"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}",
|
|
1589
1606
|
"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}",
|
|
1607
|
+
"network.error.message": "Offline",
|
|
1608
|
+
"network.error.tooltip": "No network connection. Workflow changes will be saved once the connection is restored.",
|
|
1590
1609
|
"noTagsView.createTag": "Create a tag",
|
|
1591
1610
|
"noTagsView.readyToOrganizeYourWorkflows": "Ready to organize your workflows?",
|
|
1592
1611
|
"noTagsView.withWorkflowTagsYouReFree": "With workflow tags, you're free to create the perfect tagging system for your flows",
|
|
@@ -2166,9 +2185,8 @@ var en_default = {
|
|
|
2166
2185
|
"personalizationModal.registerEmailForTrial.error": "Error while registering for enterprise trial",
|
|
2167
2186
|
"pushConnection.nodeExecutedSuccessfully": "Node executed successfully",
|
|
2168
2187
|
"pushConnection.workflowExecutedSuccessfully": "Workflow executed successfully",
|
|
2169
|
-
"
|
|
2170
|
-
"
|
|
2171
|
-
"pushConnectionTracker.connectionLost.message": "Attempting to reconnect...",
|
|
2188
|
+
"pushConnection.error.message": "Connection lost",
|
|
2189
|
+
"pushConnection.error.tooltip": "You have a connection issue or the server is down. <br />n8n should reconnect automatically once the issue is resolved.",
|
|
2172
2190
|
"pushConnection.pollingNode.dataNotFound": "No {service} data found",
|
|
2173
2191
|
"pushConnection.pollingNode.dataNotFound.message": "We didn’t find any data in {service} to simulate an event. Please create one in {service} and try again.",
|
|
2174
2192
|
"pushConnection.executionFailed": "Execution failed",
|
|
@@ -2824,6 +2842,7 @@ var en_default = {
|
|
|
2824
2842
|
"settings.externalSecrets.actionBox.buttonText": "See plans",
|
|
2825
2843
|
"settings.externalSecrets.card.setUp": "Set Up",
|
|
2826
2844
|
"settings.externalSecrets.card.deprecated": "deprecated",
|
|
2845
|
+
"settings.externalSecrets.card.secretCount": "{count} secret",
|
|
2827
2846
|
"settings.externalSecrets.card.secretsCount": "{count} secrets",
|
|
2828
2847
|
"settings.externalSecrets.card.connectedAt": "Connected {date}",
|
|
2829
2848
|
"settings.externalSecrets.card.connected": "Enabled",
|
|
@@ -2853,6 +2872,27 @@ var en_default = {
|
|
|
2853
2872
|
"settings.externalSecrets.provider.closeWithoutSaving.confirm": "Keep editing",
|
|
2854
2873
|
"settings.externalSecrets.docs": "https://docs.n8n.io/external-secrets/",
|
|
2855
2874
|
"settings.externalSecrets.docs.use": "https://docs.n8n.io/external-secrets/#use-secrets-in-n8n-credentials",
|
|
2875
|
+
"settings.secretsProviderConnections.title": "External Secrets",
|
|
2876
|
+
"settings.secretsProviderConnections.emptyState.heading": "Add an external secrets store",
|
|
2877
|
+
"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.",
|
|
2878
|
+
"settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
|
|
2879
|
+
"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
|
+
"settings.secretsProviderConnections.card.createdAt": "Created on {date}",
|
|
2881
|
+
"settings.secretsProviderConnections.modal.items.connection": "Connection",
|
|
2882
|
+
"settings.secretsProviderConnections.modal.connectionName": "Secret store name",
|
|
2883
|
+
"settings.secretsProviderConnections.modal.providerType": "External secrets provider",
|
|
2884
|
+
"settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
|
|
2885
|
+
"settings.secretsProviderConnections.modal.saving": "Saving...",
|
|
2886
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
|
|
2887
|
+
"settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
|
|
2888
|
+
"settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
|
|
2889
|
+
"settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
|
|
2890
|
+
"settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
|
|
2891
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
|
|
2892
|
+
"settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
|
|
2893
|
+
"settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
|
|
2894
|
+
"settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
|
|
2895
|
+
"settings.secretsProviderConnections.state.disconnected": "Disconnected",
|
|
2856
2896
|
"settings.sourceControl.title": "Environments",
|
|
2857
2897
|
"settings.sourceControl.actionBox.title": "Available on the Enterprise plan",
|
|
2858
2898
|
"settings.sourceControl.actionBox.description": "Use multiple instances for different environments (dev, prod, etc.), deploying between them via a Git repository.",
|
|
@@ -2929,8 +2969,25 @@ var en_default = {
|
|
|
2929
2969
|
"settings.sourceControl.modals.pull.title": "Pull changes",
|
|
2930
2970
|
"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.",
|
|
2931
2971
|
"settings.sourceControl.modals.pull.description.learnMore": "More info",
|
|
2972
|
+
"settings.sourceControl.modals.pull.autoPublish.title": "Auto-publish pulled version",
|
|
2973
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off": "Off",
|
|
2974
|
+
"settings.sourceControl.modals.pull.autoPublish.options.off.description": "Don't attempt to publish any workflows",
|
|
2975
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published": "If workflow already published",
|
|
2976
|
+
"settings.sourceControl.modals.pull.autoPublish.options.published.description": "Workflows that are published in this instance",
|
|
2977
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on": "On",
|
|
2978
|
+
"settings.sourceControl.modals.pull.autoPublish.options.on.description": "Attempt to publish all workflows",
|
|
2979
|
+
"settings.sourceControl.modals.pull.autoPublishing": "Auto-publish",
|
|
2980
|
+
"settings.sourceControl.modals.pull.willBeArchived": "Archive",
|
|
2932
2981
|
"settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
|
|
2933
2982
|
"settings.sourceControl.modals.pull.buttons.save": "Pull and override",
|
|
2983
|
+
"settings.sourceControl.modals.pull.buttons.pull": "Pull",
|
|
2984
|
+
"settings.sourceControl.modals.pullResult.title": "Auto-publish results",
|
|
2985
|
+
"settings.sourceControl.modals.pullResult.tabs.failed": "Failed to publish",
|
|
2986
|
+
"settings.sourceControl.modals.pullResult.tabs.published": "Published",
|
|
2987
|
+
"settings.sourceControl.modals.pullResult.noWorkflows": "No workflows.",
|
|
2988
|
+
"settings.sourceControl.modals.pullResult.itemCount": "{count} item | {count} items",
|
|
2989
|
+
"settings.sourceControl.modals.pullResult.tableHeader.title": "Title",
|
|
2990
|
+
"settings.sourceControl.modals.pullResult.buttons.close": "Close",
|
|
2934
2991
|
"settings.sourceControl.modals.disconnect.title": "Disconnect Git repository",
|
|
2935
2992
|
"settings.sourceControl.modals.disconnect.message": "Please confirm you want to disconnect this n8n instance from the Git repository",
|
|
2936
2993
|
"settings.sourceControl.modals.disconnect.confirm": "Disconnect Git",
|
|
@@ -3414,6 +3471,8 @@ var en_default = {
|
|
|
3414
3471
|
"workflowHistory.action.unpublish.modal.button.unpublish": "Unpublish",
|
|
3415
3472
|
"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",
|
|
3416
3473
|
"workflowHistory.button.tooltip": "Workflow history to view and restore previous versions of your workflows",
|
|
3474
|
+
"workflowHistory.button.tooltip.scheduled": "Workflow will be saved shortly",
|
|
3475
|
+
"workflowHistory.button.tooltip.saving": "Workflow is being saved",
|
|
3417
3476
|
"workflowHistory.group.unnamedVersions": "1 version | {count} versions",
|
|
3418
3477
|
"workflowHistory.publishModal.title": "Publish {versionName}",
|
|
3419
3478
|
"workflows.heading": "Workflows",
|
|
@@ -3477,6 +3536,8 @@ var en_default = {
|
|
|
3477
3536
|
"workflows.empty.heading.userNotSetup": "Welcome!",
|
|
3478
3537
|
"workflows.empty.headingWithIcon": "👋 Welcome, {name}!",
|
|
3479
3538
|
"workflows.empty.headingWithIcon.userNotSetup": "👋 Welcome!",
|
|
3539
|
+
"workflows.empty.heading.builder": "Hi {name}, what do you want to automate?",
|
|
3540
|
+
"workflows.empty.heading.builder.userNotSetup": "Hi, what do you want to automate?",
|
|
3480
3541
|
"workflows.empty.description": "Create your first workflow",
|
|
3481
3542
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
3482
3543
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
@@ -3486,6 +3547,7 @@ var en_default = {
|
|
|
3486
3547
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
3487
3548
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
|
3488
3549
|
"workflows.empty.easyAI": "Test a simple AI Agent example",
|
|
3550
|
+
"workflows.empty.tryAiWorkflow": "Run live demo",
|
|
3489
3551
|
"workflows.empty.shared-with-me": "No {resource} has been shared with you",
|
|
3490
3552
|
"workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
|
|
3491
3553
|
"workflows.empty.readyToRun": "Run live demo",
|
|
@@ -3519,10 +3581,6 @@ var en_default = {
|
|
|
3519
3581
|
"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?",
|
|
3520
3582
|
"workflows.concurrentChanges.confirmMessage.cancelButtonText": "Cancel",
|
|
3521
3583
|
"workflows.concurrentChanges.confirmMessage.confirmButtonText": "Overwrite and Save",
|
|
3522
|
-
"workflows.create.personal.toast.title": "Workflow successfully created inside your personal space",
|
|
3523
|
-
"workflows.create.project.toast.title": "Workflow successfully created in {projectName}",
|
|
3524
|
-
"workflows.create.folder.toast.title": "Workflow successfully created in \"{projectName}\", within \"{folderName}\"",
|
|
3525
|
-
"workflows.create.project.toast.text": "All members from {projectName} will have access to this workflow.",
|
|
3526
3584
|
"workflows.autodeactivated": "Workflow auto-deactivated",
|
|
3527
3585
|
"workflows.ai.starter.collection.callout": "Learn how to build AI Agents in n8n",
|
|
3528
3586
|
"workflows.ai.starter.collection.card": "Learn how to build AI Agents",
|
|
@@ -3718,6 +3776,23 @@ var en_default = {
|
|
|
3718
3776
|
"dataTable.addColumn.systemColumnDescription": "This is a system column, choose a different name",
|
|
3719
3777
|
"dataTable.addColumn.alreadyExistsDescription": "Column name already exists, choose a different name",
|
|
3720
3778
|
"dataTable.addColumn.testingColumnDescription": "This column is used for testing, choose a different name",
|
|
3779
|
+
"settings.ai": "AI Usage",
|
|
3780
|
+
"settings.ai.description.both": "Control what n8n sends when using the AI Assistant and AI Builder",
|
|
3781
|
+
"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.",
|
|
3782
|
+
"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.",
|
|
3783
|
+
"settings.ai.button.tooltip": "AI usage settings",
|
|
3784
|
+
"settings.ai.allowSendingSchema.label": "Send field names and types (schema)",
|
|
3785
|
+
"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.",
|
|
3786
|
+
"settings.ai.allowSendingParameterValues.label": "Send actual data values",
|
|
3787
|
+
"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.",
|
|
3788
|
+
"settings.ai.privacyNote.heading": "Privacy Note:",
|
|
3789
|
+
"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>.",
|
|
3790
|
+
"settings.ai.updated.success": "AI settings updated",
|
|
3791
|
+
"settings.ai.updated.error": "There was a problem updating AI settings",
|
|
3792
|
+
"settings.ai.confirm.title": "Stop sending data to AI?",
|
|
3793
|
+
"settings.ai.confirm.message.builderDisabled": "Disabling data sending will reduce the effectiveness of AI features. Are you sure you want to proceed?",
|
|
3794
|
+
"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?",
|
|
3795
|
+
"settings.ai.confirm.confirmButtonText": "Yes, disable",
|
|
3721
3796
|
"dataTable.search.dateSearchInfo": "Date searches use UTC format, while the table displays dates in your local timezone",
|
|
3722
3797
|
"dataTable.cell.oversized": "Value too large to display",
|
|
3723
3798
|
"dataTable.cell.oversized.tooltip": "The value can be modified using the data table node",
|
|
@@ -3921,6 +3996,7 @@ var en_default = {
|
|
|
3921
3996
|
"projects.settings.member.removed.title": "Member removed successfully",
|
|
3922
3997
|
"projects.settings.member.remove.error.title": "An error occurred while removing member",
|
|
3923
3998
|
"projects.settings.member.added.title": "Member added successfully",
|
|
3999
|
+
"projects.settings.users.search.error": "An error occurred while searching for users",
|
|
3924
4000
|
"projects.sharing.allUsers": "All users and projects",
|
|
3925
4001
|
"projects.sharing.noMatchingProjects": "There are no available projects",
|
|
3926
4002
|
"projects.sharing.noMatchingUsers": "No matching users or projects",
|