@n8n/i18n 2.9.1 → 2.10.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
@@ -178,6 +178,17 @@ var en_default = {
178
178
  "about.thirdPartyLicenses": "Third-Party Licenses",
179
179
  "about.thirdPartyLicensesLink": "View all third-party licenses",
180
180
  "about.thirdPartyLicenses.downloadError": "Failed to download third-party licenses file",
181
+ "appSelection.heading": "Welcome, {name}!",
182
+ "appSelection.heading.noName": "Welcome!",
183
+ "appSelection.subheading": "Connect your favorite apps to get started",
184
+ "appSelection.searchPlaceholder": "Search apps...",
185
+ "appSelection.continue": "Continue",
186
+ "appSelection.continueWithCount": "Continue ({count})",
187
+ "appSelection.noResults": "No apps found matching your search",
188
+ "appSelection.error.oauthFailed": "Failed to connect app",
189
+ "appSelection.toast.success": "You're ready to build!",
190
+ "appSelection.instantConnect": "Instant connect",
191
+ "appSelection.connectLater": "I'll connect apps later",
181
192
  "askAi.dialog.title": "'Ask AI' is almost ready",
182
193
  "askAi.dialog.body": "We’re still applying the finishing touches. Soon, you will be able to <strong>automatically generate code from simple text prompts</strong>. Join the waitlist to get early access to this feature.",
183
194
  "askAi.dialog.signup": "Join Waitlist",
@@ -239,7 +250,7 @@ var en_default = {
239
250
  "aiAssistant.assistant": "Assistant",
240
251
  "aiAssistant.tabs.ask": "Ask",
241
252
  "aiAssistant.tabs.build": "Build",
242
- "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.",
253
+ "aiAssistant.reducedHelp.chat.notice": "Your admin turned off sending actual data values to the AI. Responses may be less accurate.",
243
254
  "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.",
244
255
  "aiAssistant.builder.mode": "AI Builder",
245
256
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
@@ -280,6 +291,11 @@ var en_default = {
280
291
  "aiAssistant.builder.workflowParsingError.title": "Unable to insert workflow",
281
292
  "aiAssistant.builder.workflowParsingError.content": "The workflow returned by AI could not be parsed. Please try again.",
282
293
  "aiAssistant.builder.error.title": "Workflow update failed",
294
+ "aiAssistant.builder.reviewChanges.button": "Review changes",
295
+ "aiAssistant.builder.reviewChanges.editedNodes": "Edited {count} nodes",
296
+ "aiAssistant.builder.reviewChanges.previousVersion": "Previous version",
297
+ "aiAssistant.builder.reviewChanges.currentVersion": "Current version",
298
+ "aiAssistant.builder.reviewChanges.error": "Could not load the previous version of the workflow. The version history may no longer be available.",
283
299
  "aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
284
300
  "aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
285
301
  "aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
@@ -288,6 +304,8 @@ var en_default = {
288
304
  "aiAssistant.builder.canvasPrompt.startManually.title": "Start manually",
289
305
  "aiAssistant.builder.canvasPrompt.startManually.subTitle": "Add the first node",
290
306
  "aiAssistant.builder.canvasPrompt.buildWithAI": "Build with AI",
307
+ "aiAssistant.builder.credentialHelpMessage": "How do I set up the credentials for {credentialName}?",
308
+ "aiAssistant.builder.errorHelpMessage": "I'm getting an error on the \"{nodeName}\" node: {errorMessage}",
291
309
  "aiAssistant.builder.streamAbortedMessage": "Task aborted",
292
310
  "aiAssistant.builder.executeMessage.description": "Complete these steps before executing your workflow",
293
311
  "aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
@@ -335,6 +353,7 @@ var en_default = {
335
353
  "aiAssistant.codeUpdated.message.body1": "Open the",
336
354
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
337
355
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
356
+ "aiAssistant.thinkingSteps.compacting": "Compacting",
338
357
  "aiAssistant.thinkingSteps.thinking": "Thinking",
339
358
  "aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
340
359
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
@@ -374,7 +393,7 @@ var en_default = {
374
393
  "chat.window.logsFromNode": "from {nodeName} node",
375
394
  "chat.window.noChatNode": "No Chat Node",
376
395
  "chat.window.noExecution": "Nothing got executed yet",
377
- "chat.window.chat.placeholder": "Type message, or press ‘up’ for prev one",
396
+ "chat.window.chat.placeholder": "Type message, or press ‘up’ for previous one",
378
397
  "chat.window.chat.placeholderPristine": "Type a message",
379
398
  "chat.window.chat.sendButtonText": "Send",
380
399
  "chat.window.chat.provideMessage": "Please provide a message",
@@ -500,6 +519,7 @@ var en_default = {
500
519
  "chatHub.tools.editor.cancel": "Cancel",
501
520
  "chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
502
521
  "chatHub.tools.selector.label.default": "Tools",
522
+ "chatHub.tools.selector.createNew": "Create new tool",
503
523
  "chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
504
524
  "chatHub.tools.selector.disabled.noModel.tooltip": "Select a model to use tools",
505
525
  "chatHub.toolSettings.title": "Configure Tool",
@@ -903,7 +923,7 @@ var en_default = {
903
923
  "credentialEdit.credentialConfig.couldntConnectWithTheseSettings.sharee": "Problem with connection settings. {owner} may be able to fix this",
904
924
  "credentialEdit.credentialConfig.needHelpFillingOutTheseFields": "Need help filling out these fields?",
905
925
  "credentialEdit.credentialConfig.oAuthRedirectUrl": "OAuth Redirect URL",
906
- "credentialEdit.credentialConfig.openDocs": "Open docs",
926
+ "credentialEdit.credentialConfig.openDocs": "Read our docs",
907
927
  "credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow": "Please check the errors below",
908
928
  "credentialEdit.credentialConfig.pleaseCheckTheErrorsBelow.sharee": "Problem with connection settings. {owner} may be able to fix this",
909
929
  "credentialEdit.credentialConfig.reconnect": "Reconnect",
@@ -915,13 +935,19 @@ var en_default = {
915
935
  "credentialEdit.credentialConfig.subtitle": "In {appName}, use the URL above when prompted to enter an OAuth callback or redirect URL",
916
936
  "credentialEdit.credentialConfig.theServiceYouReConnectingTo": "the service you're connecting to",
917
937
  "credentialEdit.credentialConfig.missingCredentialType": "This credential's type isn't available. This usually happens when a previously installed community or custom node was uninstalled.",
918
- "credentialEdit.credentialConfig.authTypeSelectorLabel": "Connect using",
919
- "credentialEdit.credentialConfig.authTypeSelectorTooltip": "The authentication method to use for the connection",
938
+ "credentialEdit.credentialConfig.oauthModeManaged": "Managed OAuth2 (recommended)",
939
+ "credentialEdit.credentialConfig.oauthModeCustom": "Custom OAuth2",
940
+ "credentialEdit.credentialConfig.oauthModeManagedTitle": "Setup managed OAuth",
941
+ "credentialEdit.credentialConfig.oauthModeCustomTitle": "Setup custom OAuth",
942
+ "credentialEdit.credentialConfig.genericTitle": "Setup {credential}",
943
+ "credentialEdit.credentialConfig.setupCredential": "Setup credential",
920
944
  "credentialEdit.credentialConfig.recommendedAuthTypeSuffix": "(recommended)",
945
+ "credentialEdit.credentialConfig.switchTo": "Use {name}",
921
946
  "credentialEdit.credentialConfig.externalSecrets": "Enterprise plan users can pull in credentials from external vaults.",
922
947
  "credentialEdit.credentialConfig.externalSecrets.moreInfo": "More info",
923
948
  "credentialEdit.credentialConfig.dynamicCredentials.title": "Set up for dynamic credentials",
924
949
  "credentialEdit.credentialConfig.dynamicCredentials.infoTip": "When enabled, each execution uses the triggering user's credentials instead of a single fixed credential. Requires a webhook trigger with user identity extraction enabled. The credentials you connect are only used for manual testing or when the workflow uses a non-webhook trigger.",
950
+ "credentialEdit.credentialConfig.oauthDisabledTooltip": "Complete all fields to connect",
925
951
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.cancelButtonText": "Close",
926
952
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.confirmButtonText": "Keep Editing",
927
953
  "credentialEdit.credentialEdit.confirmMessage.beforeClose1.headline": "Close without saving?",
@@ -1858,6 +1884,10 @@ var en_default = {
1858
1884
  "nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
1859
1885
  "nodeCredentials.quickConnect.or": "or",
1860
1886
  "nodeCredentials.quickConnect.setupManually": "setup manually",
1887
+ "nodeCredentials.quickConnect.consent.cancel": "Cancel",
1888
+ "nodeCredentials.quickConnect.consent.confirm": "Confirm",
1889
+ "nodeCredentials.quickConnect.credential.created.success": "Credential created successfully",
1890
+ "nodeCredentials.quickConnect.credential.created.error": "Failed to create the credential",
1861
1891
  "nodeCredentials.emptyState.noCredentials": "No credentials yet",
1862
1892
  "nodeCredentials.emptyState.setupCredential": "Set up credential",
1863
1893
  "nodeCredentials.oauth.accountConnected": "Account connected successfully",
@@ -1962,6 +1992,7 @@ var en_default = {
1962
1992
  "nodeSettings.nodeVersion": "{node} node version {version}",
1963
1993
  "nodeView.addNode": "Add node",
1964
1994
  "nodeView.openFocusPanel": "Open focus panel",
1995
+ "nodeView.openSidePanel": "Open side panel",
1965
1996
  "nodeView.openNodesPanel": "Open nodes panel",
1966
1997
  "nodeView.openCommandBar": "Command bar",
1967
1998
  "nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
@@ -2159,6 +2190,7 @@ var en_default = {
2159
2190
  "parameterInput.selectACredentialTypeFromTheDropdown": "Select a credential type from the dropdown",
2160
2191
  "parameterInput.theValueIsNotSupported": "The value \"{checkValue}\" is not supported!",
2161
2192
  "parameterInput.selectedWorkflowIsArchived": "The selected workflow is archived",
2193
+ "parameterInput.invalidJson": "Invalid JSON format",
2162
2194
  "parameterInputExpanded.openDocs": "Open docs",
2163
2195
  "parameterInputExpanded.thisFieldIsRequired": "This field is required",
2164
2196
  "parameterInputList.delete": "Delete",
@@ -2354,7 +2386,8 @@ var en_default = {
2354
2386
  "projectRoles.sourceControl.table.type": "Type",
2355
2387
  "projectRoles.sourceControl.table.assignedTo": "Assigned to",
2356
2388
  "projectRoles.sourceControl.table.lastEdited": "Last edited",
2357
- "projectRoles.backToRoleList": "Back to role list",
2389
+ "projectRoles.backToProjectRoles": "Back to project roles",
2390
+ "projectRoles.backToProjectSettings": "Back to project settings",
2358
2391
  "projectRoles.newRole": "New Role",
2359
2392
  "projectRoles.addRole": "Add role",
2360
2393
  "projectRoles.discardChanges": "Discard changes",
@@ -2954,37 +2987,34 @@ var en_default = {
2954
2987
  "settings.secretsProviderConnections.title": "External Secrets",
2955
2988
  "settings.secretsProviderConnections.emptyState.heading": "Add an external secrets store",
2956
2989
  "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.",
2957
- "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
2958
- "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",
2990
+ "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets vault",
2991
+ "settings.secretsProviderConnections.description": "Manage credentials across multiple environments by connecting an external secrets store. Keep sensitive credential information in your vault for added security.",
2959
2992
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
2960
2993
  "settings.secretsProviderConnections.actions.share": "Share",
2994
+ "settings.secretsProviderConnections.oneSecret": "1 secret",
2995
+ "settings.secretsProviderConnections.secrets": "{count} secrets",
2961
2996
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
2962
2997
  "settings.secretsProviderConnections.modal.items.scope": "Share",
2963
2998
  "settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
2964
2999
  "settings.secretsProviderConnections.modal.scope.global": "Global",
2965
3000
  "settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
2966
3001
  "settings.secretsProviderConnections.modal.scope.info": "Assigning a secret store allows people to use external secrets in their credentials.",
2967
- "settings.secretsProviderConnections.modal.connectionName": "Secret store name",
3002
+ "settings.secretsProviderConnections.modal.connectionName": "Vault name",
2968
3003
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
2969
3004
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
2970
3005
  "settings.secretsProviderConnections.modal.saving": "Saving...",
2971
3006
  "settings.secretsProviderConnections.modal.unsavedChanges.title": "Close without saving?",
2972
3007
  "settings.secretsProviderConnections.modal.unsavedChanges.text": "You have unsaved changes. Are you sure you want to close?",
2973
- "settings.secretsProviderConnections.modal.testConnection.success.title": "Connection successful",
2974
- "settings.secretsProviderConnections.modal.testConnection.success.description": "Successfully connected to {providerName}",
2975
3008
  "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
2976
3009
  "settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
2977
- "settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
2978
- "settings.secretsProviderConnections.modal.testConnection.error.serviceDisabled": "Connection unsuccessful. The provider could not be reached.",
2979
- "settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
2980
- "settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
3010
+ "settings.secretsProviderConnections.modal.testConnection.error": "Couldn't connect with these settings",
3011
+ "settings.secretsProviderConnections.modal.validation.connectionName.required": "Vault name is required. Enter a unique name for your secret store.",
3012
+ "settings.secretsProviderConnections.modal.validation.connectionName.format": "Name must start with a letter and use only letters or numbers (e.g., \"awsProduction\").",
2981
3013
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
2982
3014
  "settings.secretsProviderConnections.modal.connectionName.unique": "A secret store with this name already exists. Enter a unique name for your secret store.",
2983
3015
  "settings.secretsProviderConnections.state.disconnected": "Disconnected",
2984
3016
  "settings.secretsProviderConnections.delete.title": "Delete \"{name}\"",
2985
3017
  "settings.secretsProviderConnections.delete.description": "Deleting this vault will remove it and all {secretsCount} imported from it. This will impact credentials that rely on those secrets.",
2986
- "settings.secretsProviderConnections.delete.description.oneSecret": "1 secret",
2987
- "settings.secretsProviderConnections.delete.description.secrets": "{count} secrets",
2988
3018
  "settings.secretsProviderConnections.delete.impact.title": "Impact:",
2989
3019
  "settings.secretsProviderConnections.delete.impact.oneCredential": "1 credential",
2990
3020
  "settings.secretsProviderConnections.delete.impact.credentials": "{count} credentials",
@@ -3757,6 +3787,7 @@ var en_default = {
3757
3787
  "variables.editing.key.placeholder": "Enter a name",
3758
3788
  "variables.editing.value.placeholder": "Enter a value",
3759
3789
  "variables.editing.key.error.regex": "This field may contain only letters, numbers, and underscores",
3790
+ "variables.editing.key.error.regex-no-start-with-number": "The key cannot start with a number",
3760
3791
  "variables.row.button.save": "Save",
3761
3792
  "variables.row.button.cancel": "Cancel",
3762
3793
  "variables.row.button.edit": "Edit",
@@ -3842,6 +3873,7 @@ var en_default = {
3842
3873
  "dataTable.import.columnNamePlaceholder": "Enter column name",
3843
3874
  "dataTable.import.duplicateColumnName": "Column name must be unique",
3844
3875
  "dataTable.import.systemColumnName": "{columnName} is a reserved column",
3876
+ "dataTable.import.includeColumn": "Include",
3845
3877
  "dataTable.import.invalidColumnName": "Only alphabetical and non-leading numbers and underscores allowed",
3846
3878
  "dataTable.delete.confirm.message": "Are you sure you want to delete the data table '{name}'? This action cannot be undone.",
3847
3879
  "dataTable.delete.error": "Error deleting data table",
@@ -4141,10 +4173,10 @@ var en_default = {
4141
4173
  "projects.settings.role.popover.viewDetails": "View role",
4142
4174
  "projects.settings.role.contactAdmin.title": "Custom roles aren't set up yet",
4143
4175
  "projects.settings.role.contactAdmin.titleWithRoles": "Only instance admins can add custom roles",
4144
- "projects.settings.role.contactAdmin.body": "You can assign system roles, but custom roles need to be created by an instance admin first. Share the documentation with your instance admin, to get custom roles set up.",
4145
- "projects.settings.role.contactAdmin.bodyWithRoles": "You can assign existing custom roles, but only instance admins can create new ones. Contact an instance admin if you need a new custom role. Learn more in the {documentation}.",
4176
+ "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.",
4177
+ "projects.settings.role.contactAdmin.bodyWithRoles": "You can assign existing custom roles, but you'll need to contact an instance admin to create any new ones. Learn more in our {documentation}.",
4146
4178
  "projects.settings.role.upgrade.custom.title": "Upgrade to Enterprise",
4147
- "projects.settings.role.upgrade.custom.body": "In order to create and manage custom roles you need to upgrade your plan to enterprise option. Learn more in the documentation.",
4179
+ "projects.settings.role.upgrade.custom.body": "In order to create and manage custom roles you need to upgrade your plan to enterprise option. Learn more in the {documentation}.",
4148
4180
  "projects.settings.role.upgrade.custom.viewPlans": "View plans",
4149
4181
  "projects.settings.role.details.title": "Role details",
4150
4182
  "projects.settings.role.details.permissions": "Permissions",
@@ -4158,13 +4190,14 @@ var en_default = {
4158
4190
  "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4159
4191
  "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.",
4160
4192
  "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.",
4161
- "projects.settings.externalSecrets.button.addSecretsStore": "Add secrets store",
4193
+ "projects.settings.externalSecrets.button.addSecretsStore": "Add secrets vault",
4162
4194
  "projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets store",
4163
4195
  "projects.settings.externalSecrets.table.header.secretName": "Secret name",
4164
- "projects.settings.externalSecrets.table.header.provider": "Secrets store",
4165
4196
  "projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
4166
4197
  "projects.settings.externalSecrets.search.placeholder": "Search secrets...",
4167
4198
  "projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
4199
+ "projects.settings.externalSecrets.expand": "Expand external secrets store",
4200
+ "projects.settings.externalSecrets.collapse": "Collapse external secrets store",
4168
4201
  "projects.sharing.allUsers": "All users and projects",
4169
4202
  "projects.sharing.noMatchingProjects": "There are no available projects",
4170
4203
  "projects.sharing.noMatchingUsers": "No matching users or projects",
@@ -4359,8 +4392,13 @@ var en_default = {
4359
4392
  "setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
4360
4393
  "setupPanel.credentialLabel": "Credential",
4361
4394
  "setupPanel.usedInNodes": "Used in {count} nodes",
4362
- "setupPanel.everythingConfigured.message": "All credentials have been configured",
4395
+ "setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
4363
4396
  "setupPanel.trigger.credential.note": "Add a credential to listen for events.",
4397
+ "setupPanel.trigger.listeningHint": "Go to {service} and create an event",
4398
+ "setupPanel.showCompleted": "Show completed steps",
4399
+ "setupPanel.webhookUrl.title": "Webhook URL",
4400
+ "setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",
4401
+ "setupPanel.webhookUrl.copied": "Test URL copied",
4364
4402
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4365
4403
  "becomeCreator.buttonText": "Become a creator",
4366
4404
  "becomeCreator.closeButtonTitle": "Close",
@@ -4556,7 +4594,11 @@ var en_default = {
4556
4594
  "communityNodeInfo.downloads": "{downloads}",
4557
4595
  "communityNodeInfo.publishedBy": "{publisherName}",
4558
4596
  "communityNodeInfo.quickConnect": "Quick connect",
4597
+ "communityNodeInfo.quickConnect.tooltip": "This service allows for easy sign in or sign up directly through n8n",
4559
4598
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
4599
+ "credentialsAppSelection.installToConnect": "Install this node to connect",
4600
+ "credentialsAppSelection.askAdminToInstall": "Ask your admin to install this node",
4601
+ "credentialsAppSelection.credentialsNotValid": "Credentials are not valid",
4560
4602
  "communityNodeUpdateInfo.available": "A new node package version is available",
4561
4603
  "insights.upgradeModal.button.dismiss": "Dismiss",
4562
4604
  "insights.upgradeModal.content": "Viewing this time period requires an enterprise plan. Upgrade to Enterprise to unlock advanced features.",