@n8n/i18n 2.14.1 → 2.15.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 +26 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -1
- package/dist/index.d.mts +25 -1
- package/dist/index.mjs +26 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +25 -1
- package/dist/types2.d.mts +25 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -294,6 +294,11 @@ var en_default = {
|
|
|
294
294
|
"aiAssistant.builder.webFetch.allowAll": "Always allow for all domains",
|
|
295
295
|
"aiAssistant.builder.webFetch.deny": "Deny",
|
|
296
296
|
"aiAssistant.builder.webFetch.unsupported": "This content type is not supported",
|
|
297
|
+
"aiAssistant.builder.collapsedMessages.count": "{count} versions hidden",
|
|
298
|
+
"aiAssistant.builder.collapsedMessages.notVisibleToAI": "These messages are not visible to the AI",
|
|
299
|
+
"aiAssistant.builder.collapsedMessages.expand": "Show hidden messages",
|
|
300
|
+
"aiAssistant.builder.collapsedMessages.collapse": "Hide messages",
|
|
301
|
+
"aiAssistant.builder.collapsedMessages.thinking": "Thinking",
|
|
297
302
|
"aiAssistant.builder.characterLimit": "You've reached the { limit } character limit",
|
|
298
303
|
"aiAssistant.builder.generateNew": "Generate new workflow",
|
|
299
304
|
"aiAssistant.builder.newWorkflowNotice": "The created workflow will be added to the editor",
|
|
@@ -307,6 +312,11 @@ var en_default = {
|
|
|
307
312
|
"aiAssistant.builder.reviewChanges.previousVersion": "Previous version",
|
|
308
313
|
"aiAssistant.builder.reviewChanges.currentVersion": "Current version",
|
|
309
314
|
"aiAssistant.builder.reviewChanges.error": "Could not load the previous version of the workflow. The version history may no longer be available.",
|
|
315
|
+
"aiAssistant.versionCard.version": "Version",
|
|
316
|
+
"aiAssistant.versionCard.versionNumber": "Version #{number}",
|
|
317
|
+
"aiAssistant.versionCard.menu.openDiff": "Open diff",
|
|
318
|
+
"aiAssistant.versionCard.menu.restore": "Restore",
|
|
319
|
+
"aiAssistant.versionCard.menu.showInHistory": "Show in history",
|
|
310
320
|
"aiAssistant.builder.canvasPrompt.title": "What would you like to automate?",
|
|
311
321
|
"aiAssistant.builder.canvasPrompt.confirmTitle": "Replace current prompt?",
|
|
312
322
|
"aiAssistant.builder.canvasPrompt.confirmMessage": "This will replace your current prompt. Are you sure?",
|
|
@@ -318,7 +328,7 @@ var en_default = {
|
|
|
318
328
|
"aiAssistant.builder.credentialHelpMessage": "How do I set up the credentials for {credentialName}?",
|
|
319
329
|
"aiAssistant.builder.errorHelpMessage": "I'm getting an error on the \"{nodeName}\" node: {errorMessage}",
|
|
320
330
|
"aiAssistant.builder.streamAbortedMessage": "Task aborted",
|
|
321
|
-
"aiAssistant.builder.executeMessage.description": "Complete these steps
|
|
331
|
+
"aiAssistant.builder.executeMessage.description": "Complete these steps to finalize your workflow",
|
|
322
332
|
"aiAssistant.builder.executeMessage.noIssues": "Your workflow is ready to be executed",
|
|
323
333
|
"aiAssistant.builder.executeMessage.noIssuesWithPinData": "Your workflow is set up with test data (pinned data) for you to execute. Unpin nodes to execute with your own data.",
|
|
324
334
|
"aiAssistant.builder.executeMessage.validationTooltip": "Complete the steps above before executing",
|
|
@@ -337,6 +347,12 @@ var en_default = {
|
|
|
337
347
|
"aiAssistant.builder.executeMessage.unpinAll": "Unpin all nodes",
|
|
338
348
|
"aiAssistant.builder.executeMessage.unpinIndividually": "or unpin individually",
|
|
339
349
|
"aiAssistant.builder.executeMessage.unpinTooltip": "Right-click on a node and select \"Unpin\" to unpin it",
|
|
350
|
+
"aiAssistant.builder.followUps.title": "Follow-ups",
|
|
351
|
+
"aiAssistant.builder.followUps.executeWithMockData": "Execute with mock data",
|
|
352
|
+
"aiAssistant.builder.followUps.unpinTestData": "Unpin test data",
|
|
353
|
+
"aiAssistant.builder.followUps.repinTestData": "Re-pin test data",
|
|
354
|
+
"aiAssistant.builder.followUps.executeAndRefine": "Execute and refine",
|
|
355
|
+
"aiAssistant.builder.followUps.executeWithConfiguredData": "Execute with my configured data",
|
|
340
356
|
"aiAssistant.builder.executeMessage.wizardSetupSuccess": "Workflow set up successfully",
|
|
341
357
|
"aiAssistant.builder.setupWizard.continue": "Continue",
|
|
342
358
|
"aiAssistant.builder.setupWizard.complete": "Complete",
|
|
@@ -1967,7 +1983,6 @@ var en_default = {
|
|
|
1967
1983
|
"nodeCredentials.createNew": "Create new credential",
|
|
1968
1984
|
"nodeCredentials.createNew.permissionDenied": "Your current role does not allow you to create credentials",
|
|
1969
1985
|
"nodeCredentials.credentialFor": "Credential for {credentialType}",
|
|
1970
|
-
"nodeCredentials.credentialsLabel": "Credential to connect with",
|
|
1971
1986
|
"nodeCredentials.credentialsLabelShort": "Credential",
|
|
1972
1987
|
"nodeCredentials.issues": "Issues",
|
|
1973
1988
|
"nodeCredentials.selectCredential": "Select Credential",
|
|
@@ -1979,6 +1994,7 @@ var en_default = {
|
|
|
1979
1994
|
"nodeCredentials.updateCredential.permissionDenied": "Your current role does not allow you to update credentials",
|
|
1980
1995
|
"nodeCredentials.deleteCredential": "Delete Credential",
|
|
1981
1996
|
"nodeCredentials.deleteCredential.permissionDenied": "Your current role does not allow you to delete credentials",
|
|
1997
|
+
"nodeCredentials.quickConnect.connect": "Connect",
|
|
1982
1998
|
"nodeCredentials.quickConnect.connectTo": "Connect to {provider}",
|
|
1983
1999
|
"nodeCredentials.quickConnect.or": "or",
|
|
1984
2000
|
"nodeCredentials.quickConnect.setupManually": "setup manually",
|
|
@@ -2748,6 +2764,7 @@ var en_default = {
|
|
|
2748
2764
|
"settings.communityNodes.confirmModal.cancel": "Cancel",
|
|
2749
2765
|
"settings.mcp": "Instance-level MCP",
|
|
2750
2766
|
"settings.mcp.description": "Let MCP clients like Claude, Lovable, and other AI tools discover and execute your n8n workflows",
|
|
2767
|
+
"settings.mcp.preview.tooltip": "This feature is in preview. Expect improvements and changes over time.",
|
|
2751
2768
|
"settings.mcp.header.toggle.enabled": "Enabled",
|
|
2752
2769
|
"settings.mcp.header.toggle.disabled": "Disabled",
|
|
2753
2770
|
"settings.mcp.actionBox.heading": "Connect AI assistants to your workflows",
|
|
@@ -3775,6 +3792,8 @@ var en_default = {
|
|
|
3775
3792
|
"workflowHistory.item.active": "Published",
|
|
3776
3793
|
"workflowHistory.item.publishedBy": "Published by",
|
|
3777
3794
|
"workflowHistory.item.currentChanges": "Current changes",
|
|
3795
|
+
"workflowHistory.item.compareTooltip.compareLine": "Compare “{name}”",
|
|
3796
|
+
"workflowHistory.item.compareTooltip.withLine": "with “{name}”",
|
|
3778
3797
|
"workflowHistory.limitDay": "Version history is limited to 1 day",
|
|
3779
3798
|
"workflowHistory.limitDays": "Version history is limited to {days} days",
|
|
3780
3799
|
"workflowHistory.limitHour": "Version history is limited to 1 hour",
|
|
@@ -3832,10 +3851,15 @@ var en_default = {
|
|
|
3832
3851
|
"workflows.dynamic.tooltipTitle": "Dynamic credentials",
|
|
3833
3852
|
"workflows.dynamic.resolverMissing": "Credential resolver missing",
|
|
3834
3853
|
"workflows.dependencies.tooltip": "1 dependency | {count} dependencies",
|
|
3854
|
+
"workflows.dependencies.tooltip.workflow": "Resources referenced by this workflow",
|
|
3855
|
+
"workflows.dependencies.tooltip.credential": "Resources referencing this credential",
|
|
3856
|
+
"workflows.dependencies.tooltip.dataTable": "Resources referencing this data table",
|
|
3835
3857
|
"workflows.dependencies.modal.title": "Dependencies",
|
|
3836
3858
|
"workflows.dependencies.modal.search": "Search dependencies...",
|
|
3837
3859
|
"workflows.dependencies.type.credentials": "Credentials",
|
|
3838
3860
|
"workflows.dependencies.type.dataTables": "Data Tables",
|
|
3861
|
+
"workflows.dependencies.type.errorWorkflow": "Error workflow",
|
|
3862
|
+
"workflows.dependencies.type.errorWorkflowParent": "Error handler for",
|
|
3839
3863
|
"workflows.dependencies.type.subWorkflows": "Sub-workflows",
|
|
3840
3864
|
"workflows.dependencies.type.parentWorkflows": "Used by workflows",
|
|
3841
3865
|
"workflows.dependencies.search.placeholder": "Search...",
|