@n8n/i18n 2.7.0 → 2.8.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
@@ -108,6 +108,7 @@ var en_default = {
108
108
  "generic.dismiss": "Dismiss",
109
109
  "generic.saving": "Saving",
110
110
  "generic.name": "Name",
111
+ "generic.nameVersion": "Name version",
111
112
  "generic.description": "Description",
112
113
  "generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
113
114
  "generic.unsavedWork.confirmMessage.message": "If you don't save, you might lose your changes.",
@@ -124,6 +125,7 @@ var en_default = {
124
125
  "generic.update": "Update",
125
126
  "generic.credential": "Credential | {count} Credential | {count} Credentials",
126
127
  "generic.credentials": "Credentials",
128
+ "generic.datatable": "Data table | {count} Data table | {count} Data tables",
127
129
  "generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
128
130
  "generic.workflowSaved": "Workflow changes saved",
129
131
  "generic.autosave.retrying": "Autosave failed: {error}\nRetrying in {retryIn}...",
@@ -240,6 +242,31 @@ var en_default = {
240
242
  "aiAssistant.builder.mode": "AI Builder",
241
243
  "aiAssistant.builder.placeholder": "Ask n8n to build...",
242
244
  "aiAssistant.builder.assistantPlaceholder": "What would you like to modify or add?",
245
+ "aiAssistant.builder.existingWorkflow.emptyState.title": "Modify your workflow",
246
+ "aiAssistant.builder.existingWorkflow.emptyState.body": "Ask n8n AI to modify existing nodes, add new steps, update parameters, or help debug issues in your workflow.",
247
+ "aiAssistant.builder.planMode.selector.build": "Build",
248
+ "aiAssistant.builder.planMode.selector.build.description": "Build right away · 1 credit",
249
+ "aiAssistant.builder.planMode.selector.plan": "Plan",
250
+ "aiAssistant.builder.planMode.selector.plan.description": "Refine requirements first · free",
251
+ "aiAssistant.builder.planMode.questions.title": "A few quick questions",
252
+ "aiAssistant.builder.planMode.questions.customPlaceholder": "Add details (optional)",
253
+ "aiAssistant.builder.planMode.questions.submitButton": "Submit answers",
254
+ "aiAssistant.builder.planMode.questions.back": "Back",
255
+ "aiAssistant.builder.planMode.questions.next": "Next",
256
+ "aiAssistant.builder.planMode.questions.other": "Other",
257
+ "aiAssistant.builder.planMode.plan.title": "Proposed plan",
258
+ "aiAssistant.builder.planMode.plan.triggerLabel": "Trigger",
259
+ "aiAssistant.builder.planMode.plan.stepsLabel": "Steps",
260
+ "aiAssistant.builder.planMode.plan.notesLabel": "Notes",
261
+ "aiAssistant.builder.planMode.plan.feedbackLabel": "Feedback (optional)",
262
+ "aiAssistant.builder.planMode.plan.feedbackPlaceholder": "Describe what you'd like to change",
263
+ "aiAssistant.builder.planMode.actions.submitAnswers": "Submit answers",
264
+ "aiAssistant.builder.planMode.actions.implement": "Implement the plan",
265
+ "aiAssistant.builder.planMode.actions.modify": "Request changes",
266
+ "aiAssistant.builder.planMode.actions.modifyWithFeedback": "Request changes: {feedback}",
267
+ "aiAssistant.builder.planMode.answers.noAnswer": "No answer provided",
268
+ "aiAssistant.builder.planMode.actions.reject": "Reject the plan",
269
+ "aiAssistant.builder.planMode.actions.rejectWithFeedback": "Reject the plan: {feedback}",
243
270
  "aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
244
271
  "aiAssistant.builder.generateNew": "Generate new workflow",
245
272
  "aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
@@ -268,7 +295,10 @@ var en_default = {
268
295
  "aiAssistant.builder.executeMessage.executionFailedOnNode": "Workflow execution failed on node \"{nodeName}\": {errorMessage}",
269
296
  "aiAssistant.builder.executeMessage.executionFailed": "Workflow execution failed: {errorMessage}",
270
297
  "aiAssistant.builder.executeMessage.fillParameter": "Update \"{label}\" parameter",
271
- "aiAssistant.builder.executeMessage.addMissingCredentials": "Add missing credentials",
298
+ "aiAssistant.builder.executeMessage.addMissingCredentials": "Add missing credentials:",
299
+ "aiAssistant.builder.executeMessage.nodeListTwo": "{first} and {second}",
300
+ "aiAssistant.builder.executeMessage.nodeListLast": "{list}, and {last}",
301
+ "aiAssistant.builder.executeMessage.nodeListMore": "{list}, and {count} more | {list}, and {count} more",
272
302
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
273
303
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
274
304
  "aiAssistant.builder.restoreError.title": "Failed to restore version",
@@ -280,6 +310,10 @@ var en_default = {
280
310
  "aiAssistant.builder.notification.inputNeeded.body": "Waiting for your response on {workflowName}",
281
311
  "aiAssistant.builder.notificationBanner.text": "Want to be notified when the agent finishes building?",
282
312
  "aiAssistant.builder.notificationBanner.notify": "Notify",
313
+ "aiAssistant.builder.upgradeWhileStreaming.title": "AI Builder is still working",
314
+ "aiAssistant.builder.upgradeWhileStreaming.message": "The AI Builder is currently generating your workflow. Leaving this page will stop the generation.",
315
+ "aiAssistant.builder.upgradeWhileStreaming.confirmButtonText": "Leave and upgrade",
316
+ "aiAssistant.builder.upgradeWhileStreaming.cancelButtonText": "Stay",
283
317
  "aiAssistant.newSessionModal.title.part1": "Start new",
284
318
  "aiAssistant.newSessionModal.title.part2": "session",
285
319
  "aiAssistant.newSessionModal.message": "You already have an active n8n AI session. Starting a new session will clear your current conversation history.",
@@ -884,6 +918,8 @@ var en_default = {
884
918
  "credentialEdit.credentialEdit.showError.deleteCredential.title": "Problem deleting credential",
885
919
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.message": "There was a problem generating the authorization URL",
886
920
  "credentialEdit.credentialEdit.showError.generateAuthorizationUrl.title": "OAuth Authorization Error",
921
+ "credentialEdit.credentialEdit.showError.invalidOAuthUrl.message": "Authorization URL must use HTTP or HTTPS protocol.",
922
+ "credentialEdit.credentialEdit.showError.invalidOAuthUrl.title": "Invalid OAuth URL",
887
923
  "credentialEdit.credentialEdit.showError.loadCredential.title": "Problem loading credential",
888
924
  "credentialEdit.credentialEdit.showError.updateCredential.title": "Problem updating credential",
889
925
  "credentialEdit.credentialEdit.showMessage.title": "Credential deleted",
@@ -901,6 +937,7 @@ var en_default = {
901
937
  "credentialEdit.credentialSharing.info.sharee.team": "Only users with credential sharing permission can change who this credential is shared with",
902
938
  "credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
903
939
  "credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
940
+ "credentialEdit.credentialSharing.info.personalSpaceRestricted": "You don't have permission to share personal credentials",
904
941
  "credentialEdit.credentialSharing.list.delete": "Remove",
905
942
  "credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
906
943
  "credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
@@ -2232,7 +2269,9 @@ var en_default = {
2232
2269
  "projectRoles.workflow:delete": "Delete",
2233
2270
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2234
2271
  "projectRoles.workflow:publish": "Publish",
2235
- "projectRoles.workflow:publish.tooltip": "Publish and unpublish workflows",
2272
+ "projectRoles.workflow:publish.tooltip": "Publish workflows",
2273
+ "projectRoles.workflow:unpublish": "Unpublish",
2274
+ "projectRoles.workflow:unpublish.tooltip": "Unpublish workflows",
2236
2275
  "projectRoles.credential:read": "View",
2237
2276
  "projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
2238
2277
  "projectRoles.credential:update": "Edit",
@@ -2876,7 +2915,13 @@ var en_default = {
2876
2915
  "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
2877
2916
  "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
2917
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
2918
+ "settings.secretsProviderConnections.actions.share": "Share",
2879
2919
  "settings.secretsProviderConnections.modal.items.connection": "Connection",
2920
+ "settings.secretsProviderConnections.modal.items.scope": "Share",
2921
+ "settings.secretsProviderConnections.modal.scope.placeholder.project": "Assign globally or within selected project",
2922
+ "settings.secretsProviderConnections.modal.scope.global": "Global",
2923
+ "settings.secretsProviderConnections.modal.scope.emptyOptionsText": "No matching projects found",
2924
+ "settings.secretsProviderConnections.modal.scope.info": "Assigning a secret store allows people to use external secrets in their credentials.",
2880
2925
  "settings.secretsProviderConnections.modal.connectionName": "Secret store name",
2881
2926
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
2882
2927
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
@@ -2886,6 +2931,7 @@ var en_default = {
2886
2931
  "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
2887
2932
  "settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
2888
2933
  "settings.secretsProviderConnections.modal.testConnection.error": "Connection unsuccessful, please check your {providerName} settings",
2934
+ "settings.secretsProviderConnections.modal.testConnection.error.serviceDisabled": "Connection unsuccessful. The provider could not be reached.",
2889
2935
  "settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
2890
2936
  "settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
2891
2937
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
@@ -2949,7 +2995,7 @@ var en_default = {
2949
2995
  "settings.sourceControl.modals.push.buttons.cancel": "Cancel",
2950
2996
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2951
2997
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2952
- "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
2998
+ "settings.sourceControl.modals.push.success.description": "was committed and pushed to your remote repository | were committed and pushed to your remote repository",
2953
2999
  "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
2954
3000
  "settings.sourceControl.status.modified": "Modified",
2955
3001
  "settings.sourceControl.status.deleted": "Deleted",
@@ -2958,6 +3004,7 @@ var en_default = {
2958
3004
  "settings.sourceControl.pull.oneLastStep.title": "One last step",
2959
3005
  "settings.sourceControl.pull.oneLastStep.description": "You have new creds/vars. Fill them out to make sure your workflows function properly",
2960
3006
  "settings.sourceControl.pull.success.title": "Pulled successfully",
3007
+ "settings.sourceControl.pull.success.description": "was pulled | were pulled",
2961
3008
  "settings.sourceControl.pull.upToDate.title": "Up to date",
2962
3009
  "settings.sourceControl.pull.upToDate.description": "No workflow changes to pull from Git",
2963
3010
  "settings.sourceControl.pull.upToDate.variables.title": "Finish setting up your new variables to use in workflows",
@@ -2979,6 +3026,7 @@ var en_default = {
2979
3026
  "settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
2980
3027
  "settings.sourceControl.modals.pull.buttons.save": "Pull and override",
2981
3028
  "settings.sourceControl.modals.pull.buttons.pull": "Pull",
3029
+ "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:",
2982
3030
  "settings.sourceControl.modals.pullResult.title": "Auto-publish results",
2983
3031
  "settings.sourceControl.modals.pullResult.tabs.failed": "Failed to publish",
2984
3032
  "settings.sourceControl.modals.pullResult.tabs.published": "Published",
@@ -3435,12 +3483,13 @@ var en_default = {
3435
3483
  "workflowHistory.item.createdAt": "{date} at {time}",
3436
3484
  "workflowHistory.item.savedAtLabel": "Saved:",
3437
3485
  "workflowHistory.item.publishedAtLabel": "Last published by",
3438
- "workflowHistory.item.actions.restore": "Restore this version",
3439
- "workflowHistory.item.actions.publish": "Publish this version",
3486
+ "workflowHistory.item.actions.restore": "Restore version",
3487
+ "workflowHistory.item.actions.publish": "Publish version",
3440
3488
  "workflowHistory.item.actions.unpublish": "Unpublish workflow",
3441
3489
  "workflowHistory.item.actions.clone": "Clone to new workflow",
3442
3490
  "workflowHistory.item.actions.open": "Open version in new tab",
3443
3491
  "workflowHistory.item.actions.download": "Download",
3492
+ "workflowHistory.item.actions.name": "Name version",
3444
3493
  "workflowHistory.item.unsaved.title": "Unsaved version",
3445
3494
  "workflowHistory.item.latest": "Latest saved",
3446
3495
  "workflowHistory.item.active": "Published",
@@ -3463,6 +3512,10 @@ var en_default = {
3463
3512
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3464
3513
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3465
3514
  "workflowHistory.action.unpublish.success.title": "Workflow unpublished successfully",
3515
+ "workflowHistory.action.nameVersion.success.title": "Version name updated successfully",
3516
+ "workflowHistory.action.nameVersion.error.title": "Failed to update version name",
3517
+ "workflowHistory.nameVersionModal.title": "Name version",
3518
+ "workflowHistory.nameVersionModal.confirmButton": "Save",
3466
3519
  "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
3467
3520
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
3468
3521
  "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
@@ -3478,6 +3531,8 @@ var en_default = {
3478
3531
  "workflows.publish": "Publish",
3479
3532
  "workflows.published": "Published",
3480
3533
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
3534
+ "workflows.publish.personalSpaceRestricted": "You don't have permission to publish personal workflows",
3535
+ "workflows.unpublish": "Unpublish",
3481
3536
  "workflows.project.add": "Add workflow to project",
3482
3537
  "workflows.item.open": "Open",
3483
3538
  "workflows.item.share": "Share...",
@@ -3573,6 +3628,7 @@ var en_default = {
3573
3628
  "workflows.shareModal.info.sharee.fallback": "the owner",
3574
3629
  "workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
3575
3630
  "workflows.shareModal.info.members.number": "{number} member | {number} members",
3631
+ "workflows.shareModal.info.personalSpaceRestricted": "You don't have permission to share personal workflows",
3576
3632
  "workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
3577
3633
  "workflows.roles.editor": "@:_reusableBaseText.roles.editor",
3578
3634
  "workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
@@ -3696,6 +3752,7 @@ var en_default = {
3696
3752
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
3697
3753
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
3698
3754
  "dataTable.dataTables": "Data tables",
3755
+ "dataTables.noResults": "No data tables found",
3699
3756
  "dataTable.empty.label": "You don't have any data tables yet",
3700
3757
  "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
3701
3758
  "dataTable.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create data tables",
@@ -3878,6 +3935,26 @@ var en_default = {
3878
3935
  "settings.ldap.form.enforceEmailUniqueness.label": "Enforce Email Uniqueness",
3879
3936
  "settings.ldap.form.enforceEmailUniqueness.tooltip": "Prevents login if multiple LDAP accounts use the same email, blocking account linking attacks.",
3880
3937
  "settings.ldap.section.synchronization.title": "Synchronization",
3938
+ "settings.security": "Security",
3939
+ "settings.security.personalSpace.title": "Personal Space",
3940
+ "settings.security.personalSpace.publishing.title": "Publishing workflows",
3941
+ "settings.security.personalSpace.publishing.description": "Allow users to publish workflows from their Personal Space.",
3942
+ "settings.security.personalSpace.publishing.success.enabled": "Workflow publishing enabled",
3943
+ "settings.security.personalSpace.publishing.success.disabled": "Workflow publishing disabled",
3944
+ "settings.security.personalSpace.publishing.error": "Failed to update publishing setting",
3945
+ "settings.security.personalSpace.publishing.confirmMessage.disable.headline": "Are you sure you want to disable publishing personal workflows?",
3946
+ "settings.security.personalSpace.publishing.confirmMessage.disable.message": "This will prevent all publish actions in personal spaces going forwards. Currently published workflows will remain published.",
3947
+ "settings.security.personalSpace.publishing.existingCount.label": "Existing published workflows",
3948
+ "settings.security.personalSpace.publishing.existingCount.value": "{count} workflows",
3949
+ "settings.security.personalSpace.sharing.title": "Sharing workflows and credentials",
3950
+ "settings.security.personalSpace.sharing.description": "Allow users to share workflows and credentials from their Personal Space.",
3951
+ "settings.security.personalSpace.sharing.success.enabled": "Workflow and credential sharing enabled",
3952
+ "settings.security.personalSpace.sharing.success.disabled": "Workflow and credential sharing disabled",
3953
+ "settings.security.personalSpace.sharing.error": "Failed to update sharing setting",
3954
+ "settings.security.personalSpace.sharing.confirmMessage.disable.headline": "Are you sure you want to disable sharing in personal spaces?",
3955
+ "settings.security.personalSpace.sharing.confirmMessage.disable.message": "This will prevent sharing workflows and credentials from personal spaces going forwards. Existing shares will remain in place.",
3956
+ "settings.security.personalSpace.sharing.existingCount.label": "Existing shares",
3957
+ "settings.security.personalSpace.sharing.existingCount.value": "{workflowCount} workflows, {credentialCount} credentials",
3881
3958
  "settings.sso": "SSO",
3882
3959
  "settings.sso.title": "Single Sign On",
3883
3960
  "settings.sso.subtitle": "SAML 2.0 Configuration",
@@ -3992,9 +4069,19 @@ var en_default = {
3992
4069
  "projects.settings.memberRole.updated.title": "Member role updated successfully",
3993
4070
  "projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
3994
4071
  "projects.settings.member.removed.title": "Member removed successfully",
3995
- "projects.settings.member.remove.error.title": "An error occurred while removing member",
3996
4072
  "projects.settings.member.added.title": "Member added successfully",
3997
4073
  "projects.settings.users.search.error": "An error occurred while searching for users",
4074
+ "projects.settings.externalSecrets": "External secret stores",
4075
+ "projects.settings.externalSecrets.emptyState.heading": "No external secrets available yet",
4076
+ "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.",
4077
+ "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.",
4078
+ "projects.settings.externalSecrets.button.addSecretsStore": "Add secrets store",
4079
+ "projects.settings.externalSecrets.button.shareSecretsStore": "Share secrets store",
4080
+ "projects.settings.externalSecrets.table.header.secretName": "Secret name",
4081
+ "projects.settings.externalSecrets.table.header.provider": "Secrets store",
4082
+ "projects.settings.externalSecrets.table.header.usedInCredentials": "Used in credentials",
4083
+ "projects.settings.externalSecrets.search.placeholder": "Search secrets...",
4084
+ "projects.settings.externalSecrets.load.error": "An error occurred while loading external secrets",
3998
4085
  "projects.sharing.allUsers": "All users and projects",
3999
4086
  "projects.sharing.noMatchingProjects": "There are no available projects",
4000
4087
  "projects.sharing.noMatchingUsers": "No matching users or projects",
@@ -4178,6 +4265,10 @@ var en_default = {
4178
4265
  "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
4179
4266
  "setupCredentialsModal.title": "Set up template",
4180
4267
  "setupCredentialsModal.title.builder": "Set up credentials",
4268
+ "setupPanel.tabs.setup": "Setup",
4269
+ "setupPanel.tabs.focus": "Focus",
4270
+ "setupPanel.test.intro": "Setup panel lives here",
4271
+ "setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
4181
4272
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4182
4273
  "becomeCreator.buttonText": "Become a creator",
4183
4274
  "becomeCreator.closeButtonTitle": "Close",
@@ -4370,8 +4461,9 @@ var en_default = {
4370
4461
  "communityNodeInfo.approved.label": "Verified",
4371
4462
  "communityNodeInfo.unverified": "This community node was added via npm and has not been verified by n8n",
4372
4463
  "communityNodeInfo.unverified.label": "Via npm",
4373
- "communityNodeInfo.downloads": "{downloads} Downloads",
4374
- "communityNodeInfo.publishedBy": "Published by {publisherName}",
4464
+ "communityNodeInfo.downloads": "{downloads}",
4465
+ "communityNodeInfo.publishedBy": "{publisherName}",
4466
+ "communityNodeInfo.quickConnect": "Quick connect",
4375
4467
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
4376
4468
  "communityNodeUpdateInfo.available": "A new node package version is available",
4377
4469
  "insights.upgradeModal.button.dismiss": "Dismiss",