@n8n/i18n 1.6.1 → 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 +1 -1
package/dist/types.d.cts
CHANGED
|
@@ -1490,6 +1490,7 @@ var englishBaseText = {
|
|
|
1490
1490
|
"nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
|
|
1491
1491
|
"nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
|
|
1492
1492
|
"nodeView.canvasAddButton.addFirstStep": "Add first step…",
|
|
1493
|
+
"nodeView.templateLink": "or start from a template",
|
|
1493
1494
|
"nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
|
|
1494
1495
|
"nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
|
|
1495
1496
|
"nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
|
|
@@ -2629,6 +2630,7 @@ var englishBaseText = {
|
|
|
2629
2630
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
2630
2631
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
2631
2632
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
2633
|
+
"workflows.empty.startWithTemplate": "Start with a template",
|
|
2632
2634
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
2633
2635
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2634
2636
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
package/dist/types.d.ts
CHANGED
|
@@ -1490,6 +1490,7 @@ var englishBaseText = {
|
|
|
1490
1490
|
"nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
|
|
1491
1491
|
"nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
|
|
1492
1492
|
"nodeView.canvasAddButton.addFirstStep": "Add first step…",
|
|
1493
|
+
"nodeView.templateLink": "or start from a template",
|
|
1493
1494
|
"nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
|
|
1494
1495
|
"nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
|
|
1495
1496
|
"nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
|
|
@@ -2629,6 +2630,7 @@ var englishBaseText = {
|
|
|
2629
2630
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
2630
2631
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
2631
2632
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
2633
|
+
"workflows.empty.startWithTemplate": "Start with a template",
|
|
2632
2634
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
2633
2635
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2634
2636
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|