@n8n/i18n 2.7.1 → 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.",
@@ -903,6 +937,7 @@ var en_default = {
903
937
  "credentialEdit.credentialSharing.info.sharee.team": "Only users with credential sharing permission can change who this credential is shared with",
904
938
  "credentialEdit.credentialSharing.info.sharee.personal": "Only {credentialOwnerName} or users with credential sharing permission can change who this credential is shared with",
905
939
  "credentialEdit.credentialSharing.info.sharee.fallback": "the owner",
940
+ "credentialEdit.credentialSharing.info.personalSpaceRestricted": "You don't have permission to share personal credentials",
906
941
  "credentialEdit.credentialSharing.list.delete": "Remove",
907
942
  "credentialEdit.credentialSharing.list.delete.confirm.title": "Remove access?",
908
943
  "credentialEdit.credentialSharing.list.delete.confirm.message": "This may break any workflows in which {name} has used this credential",
@@ -2234,7 +2269,9 @@ var en_default = {
2234
2269
  "projectRoles.workflow:delete": "Delete",
2235
2270
  "projectRoles.workflow:delete.tooltip": "Delete workflows",
2236
2271
  "projectRoles.workflow:publish": "Publish",
2237
- "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",
2238
2275
  "projectRoles.credential:read": "View",
2239
2276
  "projectRoles.credential:read.tooltip": "View credentials details (secret masked) and use them in workflows",
2240
2277
  "projectRoles.credential:update": "Edit",
@@ -2878,7 +2915,13 @@ var en_default = {
2878
2915
  "settings.secretsProviderConnections.buttons.addSecretsStore": "Add secrets store",
2879
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",
2880
2917
  "settings.secretsProviderConnections.card.createdAt": "Created on {date}",
2918
+ "settings.secretsProviderConnections.actions.share": "Share",
2881
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.",
2882
2925
  "settings.secretsProviderConnections.modal.connectionName": "Secret store name",
2883
2926
  "settings.secretsProviderConnections.modal.providerType": "External secrets provider",
2884
2927
  "settings.secretsProviderConnections.modal.providerType.placeholder": "External secrets provider",
@@ -2888,6 +2931,7 @@ var en_default = {
2888
2931
  "settings.secretsProviderConnections.modal.testConnection.success.serviceEnabled": "Service enabled, {count} secrets available on {providerName}.",
2889
2932
  "settings.secretsProviderConnections.modal.testConnection.success.reference": "Reference secrets in credentials using expression:",
2890
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.",
2891
2935
  "settings.secretsProviderConnections.modal.validation.connectionName.required": "Secret store name is required. Enter a unique name for your secret store.",
2892
2936
  "settings.secretsProviderConnections.modal.validation.connectionName.format": "Secret store name must contain only lowercase letters, numbers, and hyphens (e.g., \"aws-production\")",
2893
2937
  "settings.secretsProviderConnections.modal.connectionName.hint": "Enter a unique name for your secret store. This can not be changed later.",
@@ -2951,7 +2995,7 @@ var en_default = {
2951
2995
  "settings.sourceControl.modals.push.buttons.cancel": "Cancel",
2952
2996
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2953
2997
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2954
- "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",
2955
2999
  "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
2956
3000
  "settings.sourceControl.status.modified": "Modified",
2957
3001
  "settings.sourceControl.status.deleted": "Deleted",
@@ -2960,6 +3004,7 @@ var en_default = {
2960
3004
  "settings.sourceControl.pull.oneLastStep.title": "One last step",
2961
3005
  "settings.sourceControl.pull.oneLastStep.description": "You have new creds/vars. Fill them out to make sure your workflows function properly",
2962
3006
  "settings.sourceControl.pull.success.title": "Pulled successfully",
3007
+ "settings.sourceControl.pull.success.description": "was pulled | were pulled",
2963
3008
  "settings.sourceControl.pull.upToDate.title": "Up to date",
2964
3009
  "settings.sourceControl.pull.upToDate.description": "No workflow changes to pull from Git",
2965
3010
  "settings.sourceControl.pull.upToDate.variables.title": "Finish setting up your new variables to use in workflows",
@@ -2981,6 +3026,7 @@ var en_default = {
2981
3026
  "settings.sourceControl.modals.pull.buttons.cancel": "@:_reusableBaseText.cancel",
2982
3027
  "settings.sourceControl.modals.pull.buttons.save": "Pull and override",
2983
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:",
2984
3030
  "settings.sourceControl.modals.pullResult.title": "Auto-publish results",
2985
3031
  "settings.sourceControl.modals.pullResult.tabs.failed": "Failed to publish",
2986
3032
  "settings.sourceControl.modals.pullResult.tabs.published": "Published",
@@ -3437,12 +3483,13 @@ var en_default = {
3437
3483
  "workflowHistory.item.createdAt": "{date} at {time}",
3438
3484
  "workflowHistory.item.savedAtLabel": "Saved:",
3439
3485
  "workflowHistory.item.publishedAtLabel": "Last published by",
3440
- "workflowHistory.item.actions.restore": "Restore this version",
3441
- "workflowHistory.item.actions.publish": "Publish this version",
3486
+ "workflowHistory.item.actions.restore": "Restore version",
3487
+ "workflowHistory.item.actions.publish": "Publish version",
3442
3488
  "workflowHistory.item.actions.unpublish": "Unpublish workflow",
3443
3489
  "workflowHistory.item.actions.clone": "Clone to new workflow",
3444
3490
  "workflowHistory.item.actions.open": "Open version in new tab",
3445
3491
  "workflowHistory.item.actions.download": "Download",
3492
+ "workflowHistory.item.actions.name": "Name version",
3446
3493
  "workflowHistory.item.unsaved.title": "Unsaved version",
3447
3494
  "workflowHistory.item.latest": "Latest saved",
3448
3495
  "workflowHistory.item.active": "Published",
@@ -3465,6 +3512,10 @@ var en_default = {
3465
3512
  "workflowHistory.action.clone.success.title": "Successfully cloned workflow version",
3466
3513
  "workflowHistory.action.clone.success.message": "Open cloned workflow in a new tab",
3467
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",
3468
3519
  "workflowHistory.action.unpublish.notAvailable": "This workflow has no published version to unpublish",
3469
3520
  "workflowHistory.action.unpublish.modal.title": "Unpublish {versionName}",
3470
3521
  "workflowHistory.action.unpublish.modal.description": "This will prevent all production executions to this workflow until you publish again.",
@@ -3480,6 +3531,8 @@ var en_default = {
3480
3531
  "workflows.publish": "Publish",
3481
3532
  "workflows.published": "Published",
3482
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",
3483
3536
  "workflows.project.add": "Add workflow to project",
3484
3537
  "workflows.item.open": "Open",
3485
3538
  "workflows.item.share": "Share...",
@@ -3575,6 +3628,7 @@ var en_default = {
3575
3628
  "workflows.shareModal.info.sharee.fallback": "the owner",
3576
3629
  "workflows.shareModal.info.members": "This workflow is owned by the {projectName} project which currently has {members} with access to this workflow.",
3577
3630
  "workflows.shareModal.info.members.number": "{number} member | {number} members",
3631
+ "workflows.shareModal.info.personalSpaceRestricted": "You don't have permission to share personal workflows",
3578
3632
  "workflows.shareModal.role.editor": "@:_reusableBaseText.roles.editor",
3579
3633
  "workflows.roles.editor": "@:_reusableBaseText.roles.editor",
3580
3634
  "workflows.concurrentChanges.confirmMessage.title": "Workflow was changed by someone else",
@@ -3698,6 +3752,7 @@ var en_default = {
3698
3752
  "contextual.feature.unavailable.title": "Available on the Enterprise Plan",
3699
3753
  "contextual.feature.unavailable.title.cloud": "Available on the Pro Plan",
3700
3754
  "dataTable.dataTables": "Data tables",
3755
+ "dataTables.noResults": "No data tables found",
3701
3756
  "dataTable.empty.label": "You don't have any data tables yet",
3702
3757
  "dataTable.empty.description": "Use data tables to persist execution results, share data between workflows, and track metrics for evaluation.",
3703
3758
  "dataTable.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create data tables",
@@ -3880,6 +3935,26 @@ var en_default = {
3880
3935
  "settings.ldap.form.enforceEmailUniqueness.label": "Enforce Email Uniqueness",
3881
3936
  "settings.ldap.form.enforceEmailUniqueness.tooltip": "Prevents login if multiple LDAP accounts use the same email, blocking account linking attacks.",
3882
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",
3883
3958
  "settings.sso": "SSO",
3884
3959
  "settings.sso.title": "Single Sign On",
3885
3960
  "settings.sso.subtitle": "SAML 2.0 Configuration",
@@ -3994,9 +4069,19 @@ var en_default = {
3994
4069
  "projects.settings.memberRole.updated.title": "Member role updated successfully",
3995
4070
  "projects.settings.memberRole.update.error.title": "An error occurred while updating member role",
3996
4071
  "projects.settings.member.removed.title": "Member removed successfully",
3997
- "projects.settings.member.remove.error.title": "An error occurred while removing member",
3998
4072
  "projects.settings.member.added.title": "Member added successfully",
3999
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",
4000
4085
  "projects.sharing.allUsers": "All users and projects",
4001
4086
  "projects.sharing.noMatchingProjects": "There are no available projects",
4002
4087
  "projects.sharing.noMatchingUsers": "No matching users or projects",
@@ -4180,6 +4265,10 @@ var en_default = {
4180
4265
  "templateSetup.continue.button.fillRemaining": "Fill remaining credentials to continue",
4181
4266
  "setupCredentialsModal.title": "Set up template",
4182
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",
4183
4272
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4184
4273
  "becomeCreator.buttonText": "Become a creator",
4185
4274
  "becomeCreator.closeButtonTitle": "Close",
@@ -4372,8 +4461,9 @@ var en_default = {
4372
4461
  "communityNodeInfo.approved.label": "Verified",
4373
4462
  "communityNodeInfo.unverified": "This community node was added via npm and has not been verified by n8n",
4374
4463
  "communityNodeInfo.unverified.label": "Via npm",
4375
- "communityNodeInfo.downloads": "{downloads} Downloads",
4376
- "communityNodeInfo.publishedBy": "Published by {publisherName}",
4464
+ "communityNodeInfo.downloads": "{downloads}",
4465
+ "communityNodeInfo.publishedBy": "{publisherName}",
4466
+ "communityNodeInfo.quickConnect": "Quick connect",
4377
4467
  "communityNodeInfo.contact.admin": "Please contact an administrator to install this community node:",
4378
4468
  "communityNodeUpdateInfo.available": "A new node package version is available",
4379
4469
  "insights.upgradeModal.button.dismiss": "Dismiss",