@n8n/i18n 1.6.1 → 1.7.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.d.cts CHANGED
@@ -201,6 +201,7 @@ declare const i18nInstance: vue_i18n.I18n<{
201
201
  "aiAssistant.prompts.currentView.credentialsList": string;
202
202
  "aiAssistant.prompts.currentView.executionsView": string;
203
203
  "aiAssistant.prompts.currentView.workflowEditor": string;
204
+ "aiAssistant.tooltip": string;
204
205
  "banners.confirmEmail.message.1": string;
205
206
  "banners.confirmEmail.message.2": string;
206
207
  "banners.confirmEmail.button": string;
@@ -1490,6 +1491,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1490
1491
  "nodeView.cantExecuteNoTrigger": string;
1491
1492
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": string;
1492
1493
  "nodeView.canvasAddButton.addFirstStep": string;
1494
+ "nodeView.templateLink": string;
1493
1495
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": string;
1494
1496
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": string;
1495
1497
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": string;
@@ -1503,6 +1505,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1503
1505
  "nodeView.deletesTheCurrentExecutionData": string;
1504
1506
  "nodeView.focusPanel.title": string;
1505
1507
  "nodeView.focusPanel.noParameters": string;
1508
+ "nodeView.focusPanel.missingParameter": string;
1506
1509
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1507
1510
  "nodeView.loadingTemplate": string;
1508
1511
  "nodeView.moreInfo": string;
@@ -1528,6 +1531,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1528
1531
  "nodeView.showError.mounted2.message": string;
1529
1532
  "nodeView.showError.mounted2.title": string;
1530
1533
  "nodeView.showError.openExecution.title": string;
1534
+ "nodeView.showError.openExecution.node": string;
1531
1535
  "nodeView.showError.openWorkflow.title": string;
1532
1536
  "nodeView.showError.stopExecution.title": string;
1533
1537
  "nodeView.showError.stopWaitingForWebhook.title": string;
@@ -1562,6 +1566,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1562
1566
  "nodeView.zoomToFit": string;
1563
1567
  "nodeView.replaceMe": string;
1564
1568
  "nodeView.setupTemplate": string;
1569
+ "nodeView.expandAllNodes": string;
1570
+ "nodeView.collapseAllNodes": string;
1565
1571
  "nodeViewV2.showError.editingNotAllowed": string;
1566
1572
  "nodeViewV2.showError.failedToCreateNode": string;
1567
1573
  "contextMenu.node": string;
@@ -2629,6 +2635,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2629
2635
  "workflows.empty.description.readOnlyEnv": string;
2630
2636
  "workflows.empty.description.noPermission": string;
2631
2637
  "workflows.empty.startFromScratch": string;
2638
+ "workflows.empty.startWithTemplate": string;
2632
2639
  "workflows.empty.browseTemplates": string;
2633
2640
  "workflows.empty.learnN8n": string;
2634
2641
  "workflows.empty.button.disabled.tooltip": string;
package/dist/index.d.ts CHANGED
@@ -201,6 +201,7 @@ declare const i18nInstance: vue_i18n.I18n<{
201
201
  "aiAssistant.prompts.currentView.credentialsList": string;
202
202
  "aiAssistant.prompts.currentView.executionsView": string;
203
203
  "aiAssistant.prompts.currentView.workflowEditor": string;
204
+ "aiAssistant.tooltip": string;
204
205
  "banners.confirmEmail.message.1": string;
205
206
  "banners.confirmEmail.message.2": string;
206
207
  "banners.confirmEmail.button": string;
@@ -1490,6 +1491,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1490
1491
  "nodeView.cantExecuteNoTrigger": string;
1491
1492
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": string;
1492
1493
  "nodeView.canvasAddButton.addFirstStep": string;
1494
+ "nodeView.templateLink": string;
1493
1495
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": string;
1494
1496
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": string;
1495
1497
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": string;
@@ -1503,6 +1505,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1503
1505
  "nodeView.deletesTheCurrentExecutionData": string;
1504
1506
  "nodeView.focusPanel.title": string;
1505
1507
  "nodeView.focusPanel.noParameters": string;
1508
+ "nodeView.focusPanel.missingParameter": string;
1506
1509
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": string;
1507
1510
  "nodeView.loadingTemplate": string;
1508
1511
  "nodeView.moreInfo": string;
@@ -1528,6 +1531,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1528
1531
  "nodeView.showError.mounted2.message": string;
1529
1532
  "nodeView.showError.mounted2.title": string;
1530
1533
  "nodeView.showError.openExecution.title": string;
1534
+ "nodeView.showError.openExecution.node": string;
1531
1535
  "nodeView.showError.openWorkflow.title": string;
1532
1536
  "nodeView.showError.stopExecution.title": string;
1533
1537
  "nodeView.showError.stopWaitingForWebhook.title": string;
@@ -1562,6 +1566,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1562
1566
  "nodeView.zoomToFit": string;
1563
1567
  "nodeView.replaceMe": string;
1564
1568
  "nodeView.setupTemplate": string;
1569
+ "nodeView.expandAllNodes": string;
1570
+ "nodeView.collapseAllNodes": string;
1565
1571
  "nodeViewV2.showError.editingNotAllowed": string;
1566
1572
  "nodeViewV2.showError.failedToCreateNode": string;
1567
1573
  "contextMenu.node": string;
@@ -2629,6 +2635,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2629
2635
  "workflows.empty.description.readOnlyEnv": string;
2630
2636
  "workflows.empty.description.noPermission": string;
2631
2637
  "workflows.empty.startFromScratch": string;
2638
+ "workflows.empty.startWithTemplate": string;
2632
2639
  "workflows.empty.browseTemplates": string;
2633
2640
  "workflows.empty.learnN8n": string;
2634
2641
  "workflows.empty.button.disabled.tooltip": string;
package/dist/index.js CHANGED
@@ -207,6 +207,7 @@ var en_default = {
207
207
  "aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
208
208
  "aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
209
209
  "aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
210
+ "aiAssistant.tooltip": "Ask Assistant",
210
211
  "banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
211
212
  "banners.confirmEmail.message.2": "email address.",
212
213
  "banners.confirmEmail.button": "Confirm email",
@@ -1497,6 +1498,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1497
1498
  "nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
1498
1499
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
1499
1500
  "nodeView.canvasAddButton.addFirstStep": "Add first step\u2026",
1501
+ "nodeView.templateLink": "or start from a template",
1500
1502
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
1501
1503
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
1502
1504
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
@@ -1510,6 +1512,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1510
1512
  "nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
1511
1513
  "nodeView.focusPanel.title": "Focus",
1512
1514
  "nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
1515
+ "nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
1513
1516
  "nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
1514
1517
  "nodeView.loadingTemplate": "Loading template",
1515
1518
  "nodeView.moreInfo": "More info",
@@ -1535,6 +1538,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1535
1538
  "nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
1536
1539
  "nodeView.showError.mounted2.title": "Init Problem",
1537
1540
  "nodeView.showError.openExecution.title": "Problem loading execution",
1541
+ "nodeView.showError.openExecution.node": "Problem opening node in execution",
1538
1542
  "nodeView.showError.openWorkflow.title": "Problem opening workflow",
1539
1543
  "nodeView.showError.stopExecution.title": "Problem stopping execution",
1540
1544
  "nodeView.showError.stopWaitingForWebhook.title": "Problem deleting test webhook",
@@ -1569,6 +1573,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1569
1573
  "nodeView.zoomToFit": "Zoom to Fit",
1570
1574
  "nodeView.replaceMe": "Replace Me",
1571
1575
  "nodeView.setupTemplate": "Set up template",
1576
+ "nodeView.expandAllNodes": "Expand all nodes",
1577
+ "nodeView.collapseAllNodes": "Collapse all nodes",
1572
1578
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
1573
1579
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
1574
1580
  "contextMenu.node": "node | nodes",
@@ -2636,6 +2642,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2636
2642
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
2637
2643
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
2638
2644
  "workflows.empty.startFromScratch": "Start from scratch",
2645
+ "workflows.empty.startWithTemplate": "Start with a template",
2639
2646
  "workflows.empty.browseTemplates": "Explore workflow templates",
2640
2647
  "workflows.empty.learnN8n": "Learn n8n",
2641
2648
  "workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",