@n8n/i18n 2.3.3 → 2.4.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 CHANGED
@@ -176,7 +176,6 @@ var en_default = {
176
176
  "activationModal.ifYouChooseTo": "if you choose to",
177
177
  "activationModal.saveExecutions": "save executions.",
178
178
  "activationModal.theseExecutionsWillNotShowUp": "These executions will not show up immediately in the editor,",
179
- "activationModal.workflowActivated": "Workflow activated",
180
179
  "activationModal.workflowPublished": "Workflow published",
181
180
  "activationModal.yourTriggerWillNowFire": "Your trigger will now fire production executions automatically.",
182
181
  "activationModal.yourTriggersWillNowFire": "Your triggers will now fire production executions automatically.",
@@ -261,6 +260,8 @@ var en_default = {
261
260
  "aiAssistant.builder.toast.title": "Send chat message to start the execution",
262
261
  "aiAssistant.builder.toast.description": "Please send a message in the chat panel to start the execution of your workflow",
263
262
  "aiAssistant.builder.restoreError.title": "Failed to restore version",
263
+ "aiAssistant.builder.disabledTooltip.autosaving": "Saving workflow...",
264
+ "aiAssistant.builder.disabledTooltip.readOnly": "Another user is currently editing this workflow",
264
265
  "aiAssistant.assistant": "n8n AI",
265
266
  "aiAssistant.newSessionModal.title.part1": "Start new",
266
267
  "aiAssistant.newSessionModal.title.part2": "session",
@@ -273,7 +274,7 @@ var en_default = {
273
274
  "aiAssistant.codeUpdated.message.body1": "Open the",
274
275
  "aiAssistant.codeUpdated.message.body2": "node to see the changes",
275
276
  "aiAssistant.thinkingSteps.analyzingError": "Analyzing the error...",
276
- "aiAssistant.thinkingSteps.thinking": "Thinking...",
277
+ "aiAssistant.thinkingSteps.thinking": "Thinking",
277
278
  "aiAssistant.prompts.currentView.workflowList": "The user is currently looking at the list of workflows.",
278
279
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
279
280
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
@@ -443,6 +444,9 @@ var en_default = {
443
444
  "chatHub.error.updateModelFailed": "Failed to update model",
444
445
  "chatHub.error.updateToolsFailed": "Failed to update tools",
445
446
  "chatHub.models.selector.defaultLabel": "Select model",
447
+ "chatHub.models.selector.personalProject": "Personal",
448
+ "chatHub.models.selector.noMatch": "No agents match your search criteria.",
449
+ "chatHub.models.selector.moreModels": "More {providerName} models...",
446
450
  "chatHub.models.byIdSelector.title": "Choose {provider} model by ID",
447
451
  "chatHub.models.byIdSelector.choose": "Enter model identifier (e.g. \"gpt-4\")",
448
452
  "chatHub.models.byIdSelector.confirm": "Select",
@@ -778,7 +782,11 @@ var en_default = {
778
782
  "codeNodeEditor.optional": "optional",
779
783
  "codeNodeEditor.defaultsTo": "Defaults to {default}.",
780
784
  "collectionParameter.choose": "Choose...",
785
+ "collectionParameter.addItem": "Add item",
786
+ "collectionParameter.deleteItem": "Delete",
787
+ "collectionParameter.dragItem": "Drag to reorder",
781
788
  "collectionParameter.noProperties": "No properties",
789
+ "collectionParameter.allOptionsAdded": "All options have been added",
782
790
  "communityNodeFooter.legacy": "Legacy",
783
791
  "communityNodeFooter.manage": "Manage",
784
792
  "communityNodeFooter.reportIssue": "Report issue",
@@ -1186,10 +1194,14 @@ var en_default = {
1186
1194
  "expressionModalInput.pairedItemInvalidPinnedError": "Unpin node ‘{node}’ and execute",
1187
1195
  "expressionModalInput.pairedItemError": "Can’t determine which item to use",
1188
1196
  "expressionModalInput.pairedItemError.noRunData": "Can't determine which item to use - execute node for more info",
1197
+ "fixedCollectionParameter.addItem": "Add item",
1198
+ "fixedCollectionParameter.addParameter": "Add {parameter}",
1199
+ "fixedCollectionParameter.allOptionsAdded": "All options have been added",
1189
1200
  "fixedCollectionParameter.addField": "Add Field",
1190
1201
  "fixedCollectionParameter.choose": "Choose...",
1191
1202
  "fixedCollectionParameter.currentlyNoItemsExist": "Currently no items exist",
1192
1203
  "fixedCollectionParameter.deleteItem": "Delete item",
1204
+ "fixedCollectionParameter.deleteParameter": "Delete {parameter}",
1193
1205
  "fixedCollectionParameter.dragItem": "Drag item",
1194
1206
  "fixedCollectionParameter.moveDown": "Move down",
1195
1207
  "fixedCollectionParameter.moveUp": "Move up",
@@ -1215,8 +1227,6 @@ var en_default = {
1215
1227
  "folders.add": "Add folder",
1216
1228
  "folders.add.here.message": "Create a new folder here",
1217
1229
  "folders.add.to.parent.message": "Create folder in '{parent}'",
1218
- "folders.add.overview.community.message": "Folders available in your personal space",
1219
- "folders.add.overview.withProjects.message": "Folders available in projects or your personal space",
1220
1230
  "folders.add.success.title": "Folder created",
1221
1231
  "folders.add.success.message": "Created new folder '{folderName}'<br><a href=\"{link}\">Open folder</a>",
1222
1232
  "folders.invalidName.empty.message": "Folder name cannot be empty",
@@ -1662,8 +1672,6 @@ var en_default = {
1662
1672
  "nodeCreator.nodeItem.aiIconTitle": "LangChain AI Node",
1663
1673
  "nodeCreator.nodeItem.deprecated": "Deprecated",
1664
1674
  "nodeCreator.nodeItem.beta": "Beta",
1665
- "nodeCreator.preBuiltAgents.title": "Pre-built agents",
1666
- "nodeCreator.preBuiltAgents.description": "Get started faster with ready to go agents",
1667
1675
  "nodeCredentials.createNew": "Create new credential",
1668
1676
  "nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
1669
1677
  "nodeCredentials.credentialFor": "Credential for {credentialType}",
@@ -1946,6 +1954,8 @@ var en_default = {
1946
1954
  "parameterInput.hoverTableItemTip": "You can also do this by hovering over input/output items in the table view",
1947
1955
  "parameterInput.emptyString": "[empty]",
1948
1956
  "parameterInput.customApiCall": "Custom API Call",
1957
+ "parameterInput.iconPicker.tooltip": "Select icon or emoji",
1958
+ "parameterInput.selectIcon": "Select icon",
1949
1959
  "parameterInput.error": "ERROR",
1950
1960
  "parameterInput.expression": "Expression",
1951
1961
  "parameterInput.fixed": "Fixed",
@@ -2333,7 +2343,6 @@ var en_default = {
2333
2343
  "runData.panel.actions.sync": "Sync selection with canvas",
2334
2344
  "saveButton.save": "@:_reusableBaseText.save",
2335
2345
  "saveButton.saved": "Saved",
2336
- "saveWorkflowButton.hint": "Save workflow",
2337
2346
  "saveButton.saving": "Saving",
2338
2347
  settings: "Settings",
2339
2348
  "settings.communityNodes": "Community nodes",
@@ -2489,6 +2498,7 @@ var en_default = {
2489
2498
  "settings.users.actions.delete": "Delete User",
2490
2499
  "settings.users.actions.reinvite": "Resend Invite",
2491
2500
  "settings.users.actions.copyInviteLink": "Copy Invite Link",
2501
+ "settings.users.actions.generateInviteLink": "Generate Invite Link",
2492
2502
  "settings.users.actions.copyPasswordResetLink": "Copy Password Reset Link",
2493
2503
  "settings.users.actions.allowSSOManualLogin": "Allow Manual Login",
2494
2504
  "settings.users.actions.disallowSSOManualLogin": "Disallow Manual Login",
@@ -2510,6 +2520,7 @@ var en_default = {
2510
2520
  "settings.users.inviteXUser.inviteUrl": "Create {count} invite links",
2511
2521
  "settings.users.inviteUrlCreated": "Invite link copied to clipboard",
2512
2522
  "settings.users.inviteUrlCreated.message": "Send the invite link to your invitee for activation",
2523
+ "settings.users.inviteLinkError": "Could not generate invite link",
2513
2524
  "settings.users.passwordResetUrlCreated": "Password reset link copied to clipboard",
2514
2525
  "settings.users.passwordResetUrlCreated.message": "Send the reset link to your user for them to reset their password",
2515
2526
  "settings.users.passwordResetLinkError": "Could not retrieve password reset link",
@@ -2813,7 +2824,7 @@ var en_default = {
2813
2824
  "settings.sourceControl.modals.push.buttons.save": "Commit and push",
2814
2825
  "settings.sourceControl.modals.push.success.title": "Pushed successfully",
2815
2826
  "settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
2816
- "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
2827
+ "settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move them to a project first.",
2817
2828
  "settings.sourceControl.status.modified": "Modified",
2818
2829
  "settings.sourceControl.status.deleted": "Deleted",
2819
2830
  "settings.sourceControl.status.created": "New",
@@ -3235,6 +3246,12 @@ var en_default = {
3235
3246
  "credentialResolverEdit.sidebar.details": "Details",
3236
3247
  "credentialResolverEdit.details.id": "ID",
3237
3248
  "credentialResolverEdit.details.notSaved": "Not saved yet",
3249
+ "credentialResolverEdit.clearCredentials.label": "Clear credentials",
3250
+ "credentialResolverEdit.clearCredentials.placeholder": "Select an option",
3251
+ "credentialResolverEdit.clearCredentials.yes": "Yes",
3252
+ "credentialResolverEdit.clearCredentials.no": "No",
3253
+ "credentialResolverEdit.clearCredentials.error.required": "Clear credentials selection is required",
3254
+ "credentialResolverEdit.clearCredentials.warning": "When making changes to a resolver, it is advised to clear the existing credentials for that resolver. Please choose whether to take that action.",
3238
3255
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
3239
3256
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
3240
3257
  "workflowSettings.timeSavedPerExecution.tooltip": "Total time savings are summarised in the Overview page.",
@@ -3253,14 +3270,11 @@ var en_default = {
3253
3270
  "workflowSettings.toggleMCP.error.title": "Error updating MCP settings",
3254
3271
  "workflowSettings.toggleMCP.notFoundError": "Workflow not found",
3255
3272
  "workflowHistory.title": "Version History",
3256
- "workflowHistory.content.title": "Version",
3257
- "workflowHistory.content.editedBy": "Edited by",
3258
- "workflowHistory.content.versionId": "Version ID",
3259
3273
  "workflowHistory.content.actions": "Actions",
3260
3274
  "workflowHistory.item.id": "ID: {id}",
3261
3275
  "workflowHistory.item.createdAt": "{date} at {time}",
3262
3276
  "workflowHistory.item.savedAtLabel": "Saved:",
3263
- "workflowHistory.item.publishedAtLabel": "Published:",
3277
+ "workflowHistory.item.publishedAtLabel": "Last published by",
3264
3278
  "workflowHistory.item.actions.restore": "Restore this version",
3265
3279
  "workflowHistory.item.actions.publish": "Publish this version",
3266
3280
  "workflowHistory.item.actions.unpublish": "Unpublish workflow",
@@ -3270,14 +3284,18 @@ var en_default = {
3270
3284
  "workflowHistory.item.unsaved.title": "Unsaved version",
3271
3285
  "workflowHistory.item.latest": "Latest saved",
3272
3286
  "workflowHistory.item.active": "Published",
3273
- "workflowHistory.limit": "Version history is limited to {days} days",
3287
+ "workflowHistory.item.publishedBy": "Published by",
3288
+ "workflowHistory.item.currentChanges": "Current changes",
3289
+ "workflowHistory.limitDay": "Version history is limited to 1 day",
3290
+ "workflowHistory.limitDays": "Version history is limited to {days} days",
3291
+ "workflowHistory.limitHour": "Version history is limited to 1 hour",
3292
+ "workflowHistory.limitHours": "Version history is limited to {hours} hours",
3274
3293
  "workflowHistory.upgrade": "{link} to activate full history",
3275
3294
  "workflowHistory.upgrade.link": "Upgrade plan",
3276
3295
  "workflowHistory.action.error.title": "Failed to {action}",
3277
3296
  "workflowHistory.action.restore.modal.title": "Restore previous workflow version?",
3278
3297
  "workflowHistory.action.restore.modal.subtitle": "Your workflow will revert to the version from {date}",
3279
3298
  "workflowHistory.action.restore.modal.publishedNote": "This will not affect the published version",
3280
- "workflowHistory.action.restore.modal.button.deactivateAndRestore": "Deactivate and restore",
3281
3299
  "workflowHistory.action.restore.modal.button.restore": "Restore",
3282
3300
  "workflowHistory.action.restore.modal.button.cancel": "Cancel",
3283
3301
  "workflowHistory.action.restore.success.title": "Successfully restored workflow version",
@@ -3296,6 +3314,7 @@ var en_default = {
3296
3314
  "workflows.heading": "Workflows",
3297
3315
  "workflows.add": "Add workflow",
3298
3316
  "workflows.publish": "Publish",
3317
+ "workflows.published": "Published",
3299
3318
  "workflows.publish.permissionDenied": "You don't have permission to publish this workflow",
3300
3319
  "workflows.project.add": "Add workflow to project",
3301
3320
  "workflows.item.open": "Open",
@@ -3357,7 +3376,6 @@ var en_default = {
3357
3376
  "workflows.empty.learnN8n": "Learn n8n",
3358
3377
  "workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
3359
3378
  "workflows.empty.easyAI": "Test a simple AI Agent example",
3360
- "workflows.empty.preBuiltAgents": "Try a pre-built agent",
3361
3379
  "workflows.empty.shared-with-me": "No {resource} has been shared with you",
3362
3380
  "workflows.empty.shared-with-me.link": "<a href=\"#\">Back to Personal</a>",
3363
3381
  "workflows.empty.readyToRun": "Try an AI workflow",
@@ -3411,14 +3429,13 @@ var en_default = {
3411
3429
  "workflows.readyToRunWorkflows.error": "Error loading n8n collection. Please try again later.",
3412
3430
  "workflows.archivedOnly.hint": "Archived workflows are hidden in this view. {link}",
3413
3431
  "workflows.archivedOnly.hint.link": "Update filters",
3414
- "workflows.preBuiltAgents.callout": "Get started faster with our",
3415
- "workflows.preBuiltAgents.linkText": "pre-built agents",
3416
3432
  "workflowSelectorParameterInput.createNewSubworkflow.name": "My Sub-Workflow",
3417
3433
  "workflows.publishModal.title": "Publish workflow",
3418
3434
  "workflows.publishModal.noTriggerMessage": "This workflow has no trigger nodes that require publishing",
3419
3435
  "workflows.publishModal.versionNameLabel": "Version name",
3420
3436
  "workflows.publishModal.descriptionPlaceholder": "Describe changes (optional)",
3421
3437
  "workflows.publishModal.noChanges": "No changes to publish",
3438
+ "workflows.publishModal.changes": "New changes to publish",
3422
3439
  "workflows.publishModal.lastPublished": "Last published by {author}, {date} at {time}",
3423
3440
  "importCurlModal.title": "Import cURL command",
3424
3441
  "importCurlModal.input.label": "cURL Command",
@@ -3962,6 +3979,9 @@ var en_default = {
3962
3979
  "assignment.addAll": "Add All",
3963
3980
  "assignment.clearAll": "Clear All",
3964
3981
  "assignment.binaryData.placeholder": "Name of binary input (or expression referencing it)",
3982
+ "assignment.field": "Field {number}",
3983
+ "assignment.remove": "Remove field",
3984
+ "assignment.dragToReorder": "Drag to reorder",
3965
3985
  "templateSetup.title": "Set up '{name}' template",
3966
3986
  "templateSetup.instructions": "You need {0} account to setup this template",
3967
3987
  "templateSetup.skip": "Skip",
@@ -4109,7 +4129,7 @@ var en_default = {
4109
4129
  "freeAi.credits.callout.claim.title": "Get {credits} free OpenAI API credits",
4110
4130
  "freeAi.credits.callout.claim.button.label": "Claim credits",
4111
4131
  "freeAi.credits.callout.success.title.part1": "Claimed {credits} free OpenAI API credits! Please note these free credits are only for the following models:",
4112
- "freeAi.credits.callout.success.title.part2": "gpt-4o-mini, text-embedding-3-small, dall-e-3, tts-1, whisper-1, and text-moderation-latest",
4132
+ "freeAi.credits.callout.success.title.part2": "gpt-5-mini, gpt-4.1-mini, gpt-4.1-nano, gpt-4o-mini, text-embedding-3-small, dall-e-3, tts-1, whisper-1, and text-moderation-latest",
4113
4133
  "freeAi.credits.credentials.edit": "This is a managed credential and cannot be edited.",
4114
4134
  "freeAi.credits.showError.claim.title": "Free AI credits",
4115
4135
  "freeAi.credits.showError.claim.message": "Enable to claim credits",
@@ -4187,9 +4207,6 @@ var en_default = {
4187
4207
  "workflowDiff.newWorkflow": "New workflow",
4188
4208
  "workflowDiff.newWorkflow.database": "The workflow will be created in the database",
4189
4209
  "workflowDiff.newWorkflow.remote": "The workflow will be created on remote",
4190
- "preBuiltAgentTemplates.title": "Pre-built agents",
4191
- "preBuiltAgentTemplates.tutorials": "Tutorial templates",
4192
- "preBuiltAgentTemplates.viewAllLink": "View all templates",
4193
4210
  "commandBar.placeholder": "Type a command or search...",
4194
4211
  "commandBar.noResults": "No results found",
4195
4212
  "commandBar.sections.recent": "Recent",
@@ -4217,7 +4234,6 @@ var en_default = {
4217
4234
  "commandBar.nodes.keywords.create": "create",
4218
4235
  "commandBar.nodes.keywords.node": "node",
4219
4236
  "commandBar.workflow.test": "Execute workflow",
4220
- "commandBar.workflow.save": "Save workflow",
4221
4237
  "commandBar.workflow.activate": "Activate workflow",
4222
4238
  "commandBar.workflow.deactivate": "Deactivate workflow",
4223
4239
  "commandBar.workflow.selectAll": "Select all",