@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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +2 -0
- package/dist/types.d.ts +2 -0
- package/package.json +4 -4
package/dist/index.cjs
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",
|