@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.cjs +7 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +7 -0
- package/dist/types.d.ts +7 -0
- package/package.json +5 -5
package/dist/types.d.cts
CHANGED
|
@@ -201,6 +201,7 @@ var englishBaseText = {
|
|
|
201
201
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
202
202
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
203
203
|
"aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
|
|
204
|
+
"aiAssistant.tooltip": "Ask Assistant",
|
|
204
205
|
"banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
|
|
205
206
|
"banners.confirmEmail.message.2": "email address.",
|
|
206
207
|
"banners.confirmEmail.button": "Confirm email",
|
|
@@ -1490,6 +1491,7 @@ var englishBaseText = {
|
|
|
1490
1491
|
"nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
|
|
1491
1492
|
"nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
|
|
1492
1493
|
"nodeView.canvasAddButton.addFirstStep": "Add first step…",
|
|
1494
|
+
"nodeView.templateLink": "or start from a template",
|
|
1493
1495
|
"nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
|
|
1494
1496
|
"nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
|
|
1495
1497
|
"nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
|
|
@@ -1503,6 +1505,7 @@ var englishBaseText = {
|
|
|
1503
1505
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1504
1506
|
"nodeView.focusPanel.title": "Focus",
|
|
1505
1507
|
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1508
|
+
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1506
1509
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1507
1510
|
"nodeView.loadingTemplate": "Loading template",
|
|
1508
1511
|
"nodeView.moreInfo": "More info",
|
|
@@ -1528,6 +1531,7 @@ var englishBaseText = {
|
|
|
1528
1531
|
"nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
|
|
1529
1532
|
"nodeView.showError.mounted2.title": "Init Problem",
|
|
1530
1533
|
"nodeView.showError.openExecution.title": "Problem loading execution",
|
|
1534
|
+
"nodeView.showError.openExecution.node": "Problem opening node in execution",
|
|
1531
1535
|
"nodeView.showError.openWorkflow.title": "Problem opening workflow",
|
|
1532
1536
|
"nodeView.showError.stopExecution.title": "Problem stopping execution",
|
|
1533
1537
|
"nodeView.showError.stopWaitingForWebhook.title": "Problem deleting test webhook",
|
|
@@ -1562,6 +1566,8 @@ var englishBaseText = {
|
|
|
1562
1566
|
"nodeView.zoomToFit": "Zoom to Fit",
|
|
1563
1567
|
"nodeView.replaceMe": "Replace Me",
|
|
1564
1568
|
"nodeView.setupTemplate": "Set up template",
|
|
1569
|
+
"nodeView.expandAllNodes": "Expand all nodes",
|
|
1570
|
+
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
1565
1571
|
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
1566
1572
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
1567
1573
|
"contextMenu.node": "node | nodes",
|
|
@@ -2629,6 +2635,7 @@ var englishBaseText = {
|
|
|
2629
2635
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
2630
2636
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
2631
2637
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
2638
|
+
"workflows.empty.startWithTemplate": "Start with a template",
|
|
2632
2639
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
2633
2640
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2634
2641
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
package/dist/types.d.ts
CHANGED
|
@@ -201,6 +201,7 @@ var englishBaseText = {
|
|
|
201
201
|
"aiAssistant.prompts.currentView.credentialsList": "The user is currently looking at the list of credentials.",
|
|
202
202
|
"aiAssistant.prompts.currentView.executionsView": "The user is currently looking at the list of executions for the currently open workflow.",
|
|
203
203
|
"aiAssistant.prompts.currentView.workflowEditor": "The user is currently looking at the current workflow in n8n editor, without any specific node selected.",
|
|
204
|
+
"aiAssistant.tooltip": "Ask Assistant",
|
|
204
205
|
"banners.confirmEmail.message.1": "To secure your account and prevent future access issues, please confirm your",
|
|
205
206
|
"banners.confirmEmail.message.2": "email address.",
|
|
206
207
|
"banners.confirmEmail.button": "Confirm email",
|
|
@@ -1490,6 +1491,7 @@ var englishBaseText = {
|
|
|
1490
1491
|
"nodeView.cantExecuteNoTrigger": "Cannot execute workflow",
|
|
1491
1492
|
"nodeView.canvasAddButton.addATriggerNodeBeforeExecuting": "Add a Trigger Node before executing the workflow",
|
|
1492
1493
|
"nodeView.canvasAddButton.addFirstStep": "Add first step…",
|
|
1494
|
+
"nodeView.templateLink": "or start from a template",
|
|
1493
1495
|
"nodeView.confirmMessage.onClipboardPasteEvent.cancelButtonText": "",
|
|
1494
1496
|
"nodeView.confirmMessage.onClipboardPasteEvent.confirmButtonText": "Yes, import",
|
|
1495
1497
|
"nodeView.confirmMessage.onClipboardPasteEvent.headline": "Import Workflow?",
|
|
@@ -1503,6 +1505,7 @@ var englishBaseText = {
|
|
|
1503
1505
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1504
1506
|
"nodeView.focusPanel.title": "Focus",
|
|
1505
1507
|
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1508
|
+
"nodeView.focusPanel.missingParameter": "This parameter is no longer visible on the node. A related parameter was likely changed, removing this one.",
|
|
1506
1509
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1507
1510
|
"nodeView.loadingTemplate": "Loading template",
|
|
1508
1511
|
"nodeView.moreInfo": "More info",
|
|
@@ -1528,6 +1531,7 @@ var englishBaseText = {
|
|
|
1528
1531
|
"nodeView.showError.mounted2.message": "There was a problem initializing the workflow",
|
|
1529
1532
|
"nodeView.showError.mounted2.title": "Init Problem",
|
|
1530
1533
|
"nodeView.showError.openExecution.title": "Problem loading execution",
|
|
1534
|
+
"nodeView.showError.openExecution.node": "Problem opening node in execution",
|
|
1531
1535
|
"nodeView.showError.openWorkflow.title": "Problem opening workflow",
|
|
1532
1536
|
"nodeView.showError.stopExecution.title": "Problem stopping execution",
|
|
1533
1537
|
"nodeView.showError.stopWaitingForWebhook.title": "Problem deleting test webhook",
|
|
@@ -1562,6 +1566,8 @@ var englishBaseText = {
|
|
|
1562
1566
|
"nodeView.zoomToFit": "Zoom to Fit",
|
|
1563
1567
|
"nodeView.replaceMe": "Replace Me",
|
|
1564
1568
|
"nodeView.setupTemplate": "Set up template",
|
|
1569
|
+
"nodeView.expandAllNodes": "Expand all nodes",
|
|
1570
|
+
"nodeView.collapseAllNodes": "Collapse all nodes",
|
|
1565
1571
|
"nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
|
|
1566
1572
|
"nodeViewV2.showError.failedToCreateNode": "Failed to create node",
|
|
1567
1573
|
"contextMenu.node": "node | nodes",
|
|
@@ -2629,6 +2635,7 @@ var englishBaseText = {
|
|
|
2629
2635
|
"workflows.empty.description.readOnlyEnv": "No workflows here yet",
|
|
2630
2636
|
"workflows.empty.description.noPermission": "There are currently no workflows to view",
|
|
2631
2637
|
"workflows.empty.startFromScratch": "Start from scratch",
|
|
2638
|
+
"workflows.empty.startWithTemplate": "Start with a template",
|
|
2632
2639
|
"workflows.empty.browseTemplates": "Explore workflow templates",
|
|
2633
2640
|
"workflows.empty.learnN8n": "Learn n8n",
|
|
2634
2641
|
"workflows.empty.button.disabled.tooltip": "Your current role in the project does not allow you to create workflows",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.js",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"vue-i18n": "^11.1.2",
|
|
27
|
-
"n8n-workflow": "1.
|
|
27
|
+
"n8n-workflow": "1.100.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"vite": "^6.3.5",
|
|
40
40
|
"vitest": "^3.1.3",
|
|
41
41
|
"vue-tsc": "^2.2.8",
|
|
42
|
-
"@n8n/eslint-config": "0.0.1",
|
|
43
42
|
"@n8n/typescript-config": "1.3.0",
|
|
43
|
+
"@n8n/eslint-config": "0.0.1",
|
|
44
44
|
"@n8n/vitest-config": "1.5.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|