@n8n/i18n 1.6.0 → 1.6.2

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
@@ -1490,6 +1490,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1490
1490
  "nodeView.cantExecuteNoTrigger": string;
1491
1491
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": string;
1492
1492
  "nodeView.canvasAddButton.addFirstStep": string;
1493
+ "nodeView.templateLink": string;
1493
1494
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": string;
1494
1495
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": string;
1495
1496
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": string;
@@ -2629,6 +2630,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2629
2630
  "workflows.empty.description.readOnlyEnv": string;
2630
2631
  "workflows.empty.description.noPermission": string;
2631
2632
  "workflows.empty.startFromScratch": string;
2633
+ "workflows.empty.startWithTemplate": string;
2632
2634
  "workflows.empty.browseTemplates": string;
2633
2635
  "workflows.empty.learnN8n": string;
2634
2636
  "workflows.empty.button.disabled.tooltip": string;
package/dist/index.d.ts CHANGED
@@ -1490,6 +1490,7 @@ declare const i18nInstance: vue_i18n.I18n<{
1490
1490
  "nodeView.cantExecuteNoTrigger": string;
1491
1491
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": string;
1492
1492
  "nodeView.canvasAddButton.addFirstStep": string;
1493
+ "nodeView.templateLink": string;
1493
1494
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": string;
1494
1495
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": string;
1495
1496
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": string;
@@ -2629,6 +2630,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2629
2630
  "workflows.empty.description.readOnlyEnv": string;
2630
2631
  "workflows.empty.description.noPermission": string;
2631
2632
  "workflows.empty.startFromScratch": string;
2633
+ "workflows.empty.startWithTemplate": string;
2632
2634
  "workflows.empty.browseTemplates": string;
2633
2635
  "workflows.empty.learnN8n": string;
2634
2636
  "workflows.empty.button.disabled.tooltip": string;
package/dist/index.js CHANGED
@@ -1497,6 +1497,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1497
1497
  "nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
1498
1498
  "nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
1499
1499
  "nodeView.canvasAddButton.addFirstStep": "Add first step\u2026",
1500
+ "nodeView.templateLink": "or start from a template",
1500
1501
  "nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
1501
1502
  "nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
1502
1503
  "nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
@@ -2636,6 +2637,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2636
2637
  "workflows.empty.description.readOnlyEnv": "No workflows here yet",
2637
2638
  "workflows.empty.description.noPermission": "There are currently no workflows to view",
2638
2639
  "workflows.empty.startFromScratch": "Start from scratch",
2640
+ "workflows.empty.startWithTemplate": "Start with a template",
2639
2641
  "workflows.empty.browseTemplates": "Explore workflow templates",
2640
2642
  "workflows.empty.learnN8n": "Learn n8n",
2641
2643
  "workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",