@n8n/i18n 1.8.0 → 1.9.1

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/types.d.cts CHANGED
@@ -1258,6 +1258,11 @@ var englishBaseText = {
1258
1258
  "node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
1259
1259
  "node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
1260
1260
  "node.executionError.openNode": "Open node",
1261
+ "node.settings.continuesOnError": "Execution will continue even if the node fails",
1262
+ "node.settings.continuesOnError.title": "Continue On Fail",
1263
+ "node.settings.retriesOnFailure": "This node will automatically retry if it fails",
1264
+ "node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
1265
+ "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
1261
1266
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
1262
1267
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
1263
1268
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
@@ -1575,6 +1580,8 @@ var englishBaseText = {
1575
1580
  "nodeView.setupTemplate": "Set up template",
1576
1581
  "nodeView.expandAllNodes": "Expand all nodes",
1577
1582
  "nodeView.collapseAllNodes": "Collapse all nodes",
1583
+ "nodeView.enterZoomMode": "Enter zoom mode",
1584
+ "nodeView.leaveZoomMode": "Leave zoom mode",
1578
1585
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
1579
1586
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
1580
1587
  "contextMenu.node": "node | nodes",
@@ -1773,14 +1780,13 @@ var englishBaseText = {
1773
1780
  "pushConnection.executionError": "There was a problem executing the workflow{error}",
1774
1781
  "pushConnection.executionError.openNode": "Open errored node",
1775
1782
  "pushConnection.executionError.details": "<br /><strong>{details}</strong>",
1776
- "prompts.productTeamMessage": "Our product team will get in touch personally",
1777
1783
  "prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
1778
1784
  "prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
1779
1785
  "prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
1786
+ "prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
1780
1787
  "prompts.npsSurvey.notLikely": "Not likely",
1781
1788
  "prompts.npsSurvey.veryLikely": "Very likely",
1782
1789
  "prompts.npsSurvey.send": "Send",
1783
- "prompts.npsSurvey.yourEmailAddress": "Your email address",
1784
1790
  "prompts.npsSurvey.reviewUs": "If you’d like to help even more, leave us a <a target=\"_blank\" href=\"https://www.g2.com/products/n8n/reviews/start\">review on G2</a>.",
1785
1791
  "prompts.npsSurvey.thanks": "Thanks for your feedback",
1786
1792
  "renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
@@ -2433,6 +2439,15 @@ var englishBaseText = {
2433
2439
  "ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
2434
2440
  "ndv.search.noMatchSchema.description.link": "Clear filter",
2435
2441
  "ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
2442
+ "ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
2443
+ "ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
2444
+ "ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
2445
+ "ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
2446
+ "ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
2447
+ "ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
2448
+ "ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
2449
+ "ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
2450
+ "ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
2436
2451
  "updatesPanel.andIs": "and is",
2437
2452
  "updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
2438
2453
  "updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
@@ -2566,6 +2581,8 @@ var englishBaseText = {
2566
2581
  "workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
2567
2582
  "workflowSettings.timeoutAfter": "Timeout After",
2568
2583
  "workflowSettings.timeoutWorkflow": "Timeout Workflow",
2584
+ "workflowSettings.executionTimeout": "Timeout Workflow",
2585
+ "workflowSettings.tags": "Tags",
2569
2586
  "workflowSettings.timezone": "Timezone",
2570
2587
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
2571
2588
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
@@ -2617,6 +2634,7 @@ var englishBaseText = {
2617
2634
  "workflows.item.created": "Created",
2618
2635
  "workflows.item.readonly": "Read only",
2619
2636
  "workflows.item.archived": "Archived",
2637
+ "workflows.itemSuggestion.try": "Try template",
2620
2638
  "workflows.search.placeholder": "Search",
2621
2639
  "workflows.filters": "Filters",
2622
2640
  "workflows.filters.tags": "Tags",
@@ -3147,6 +3165,7 @@ var englishBaseText = {
3147
3165
  "evaluation.listRuns.metricsOverTime": "Metrics over time",
3148
3166
  "evaluation.listRuns.status": "Status",
3149
3167
  "evaluation.listRuns.runListHeader": "All runs",
3168
+ "evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
3150
3169
  "evaluation.listRuns.testCasesListHeader": "Run #{index}",
3151
3170
  "evaluation.listRuns.runNumber": "Run",
3152
3171
  "evaluation.listRuns.runDate": "Run date",
@@ -3190,6 +3209,7 @@ var englishBaseText = {
3190
3209
  "evaluation.runDetail.error.unknownError.solution": "View execution",
3191
3210
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3192
3211
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3212
+ "evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
3193
3213
  "evaluation.runTest": "Run Test",
3194
3214
  "evaluation.stopTest": "Stop Test",
3195
3215
  "evaluation.cancelTestRun": "Cancel Test Run",
package/dist/types.d.ts CHANGED
@@ -1258,6 +1258,11 @@ var englishBaseText = {
1258
1258
  "node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
1259
1259
  "node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
1260
1260
  "node.executionError.openNode": "Open node",
1261
+ "node.settings.continuesOnError": "Execution will continue even if the node fails",
1262
+ "node.settings.continuesOnError.title": "Continue On Fail",
1263
+ "node.settings.retriesOnFailure": "This node will automatically retry if it fails",
1264
+ "node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
1265
+ "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
1261
1266
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
1262
1267
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
1263
1268
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
@@ -1575,6 +1580,8 @@ var englishBaseText = {
1575
1580
  "nodeView.setupTemplate": "Set up template",
1576
1581
  "nodeView.expandAllNodes": "Expand all nodes",
1577
1582
  "nodeView.collapseAllNodes": "Collapse all nodes",
1583
+ "nodeView.enterZoomMode": "Enter zoom mode",
1584
+ "nodeView.leaveZoomMode": "Leave zoom mode",
1578
1585
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
1579
1586
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
1580
1587
  "contextMenu.node": "node | nodes",
@@ -1773,14 +1780,13 @@ var englishBaseText = {
1773
1780
  "pushConnection.executionError": "There was a problem executing the workflow{error}",
1774
1781
  "pushConnection.executionError.openNode": "Open errored node",
1775
1782
  "pushConnection.executionError.details": "<br /><strong>{details}</strong>",
1776
- "prompts.productTeamMessage": "Our product team will get in touch personally",
1777
1783
  "prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
1778
1784
  "prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
1779
1785
  "prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
1786
+ "prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
1780
1787
  "prompts.npsSurvey.notLikely": "Not likely",
1781
1788
  "prompts.npsSurvey.veryLikely": "Very likely",
1782
1789
  "prompts.npsSurvey.send": "Send",
1783
- "prompts.npsSurvey.yourEmailAddress": "Your email address",
1784
1790
  "prompts.npsSurvey.reviewUs": "If you’d like to help even more, leave us a <a target=\"_blank\" href=\"https://www.g2.com/products/n8n/reviews/start\">review on G2</a>.",
1785
1791
  "prompts.npsSurvey.thanks": "Thanks for your feedback",
1786
1792
  "renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
@@ -2433,6 +2439,15 @@ var englishBaseText = {
2433
2439
  "ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
2434
2440
  "ndv.search.noMatchSchema.description.link": "Clear filter",
2435
2441
  "ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
2442
+ "ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
2443
+ "ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
2444
+ "ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
2445
+ "ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
2446
+ "ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
2447
+ "ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
2448
+ "ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
2449
+ "ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
2450
+ "ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
2436
2451
  "updatesPanel.andIs": "and is",
2437
2452
  "updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
2438
2453
  "updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
@@ -2566,6 +2581,8 @@ var englishBaseText = {
2566
2581
  "workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
2567
2582
  "workflowSettings.timeoutAfter": "Timeout After",
2568
2583
  "workflowSettings.timeoutWorkflow": "Timeout Workflow",
2584
+ "workflowSettings.executionTimeout": "Timeout Workflow",
2585
+ "workflowSettings.tags": "Tags",
2569
2586
  "workflowSettings.timezone": "Timezone",
2570
2587
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
2571
2588
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
@@ -2617,6 +2634,7 @@ var englishBaseText = {
2617
2634
  "workflows.item.created": "Created",
2618
2635
  "workflows.item.readonly": "Read only",
2619
2636
  "workflows.item.archived": "Archived",
2637
+ "workflows.itemSuggestion.try": "Try template",
2620
2638
  "workflows.search.placeholder": "Search",
2621
2639
  "workflows.filters": "Filters",
2622
2640
  "workflows.filters.tags": "Tags",
@@ -3147,6 +3165,7 @@ var englishBaseText = {
3147
3165
  "evaluation.listRuns.metricsOverTime": "Metrics over time",
3148
3166
  "evaluation.listRuns.status": "Status",
3149
3167
  "evaluation.listRuns.runListHeader": "All runs",
3168
+ "evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
3150
3169
  "evaluation.listRuns.testCasesListHeader": "Run #{index}",
3151
3170
  "evaluation.listRuns.runNumber": "Run",
3152
3171
  "evaluation.listRuns.runDate": "Run date",
@@ -3190,6 +3209,7 @@ var englishBaseText = {
3190
3209
  "evaluation.runDetail.error.unknownError.solution": "View execution",
3191
3210
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3192
3211
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3212
+ "evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
3193
3213
  "evaluation.runTest": "Run Test",
3194
3214
  "evaluation.stopTest": "Stop Test",
3195
3215
  "evaluation.cancelTestRun": "Cancel Test Run",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@n8n/i18n",
3
3
  "type": "module",
4
- "version": "1.8.0",
4
+ "version": "1.9.1",
5
5
  "files": [
6
6
  "dist",
7
7
  "LICENSE.md",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "vue-i18n": "^11.1.2",
27
- "n8n-workflow": "1.101.0"
27
+ "n8n-workflow": "1.102.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@testing-library/jest-dom": "^6.6.3",
@@ -39,9 +39,9 @@
39
39
  "vite": "^6.3.5",
40
40
  "vitest": "^3.1.3",
41
41
  "vue-tsc": "^2.2.8",
42
- "@n8n/typescript-config": "1.3.0",
43
42
  "@n8n/eslint-config": "0.0.1",
44
- "@n8n/vitest-config": "1.5.0"
43
+ "@n8n/vitest-config": "1.5.0",
44
+ "@n8n/typescript-config": "1.3.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "vue": "^3.5.13"
@@ -64,7 +64,7 @@
64
64
  "test": "vitest run",
65
65
  "test:dev": "vitest --silent=false",
66
66
  "lint": "eslint src --quiet",
67
- "lintfix": "eslint src --fix",
67
+ "lint:fix": "eslint src --fix",
68
68
  "format": "biome format --write . && prettier --write . --ignore-path ../../../../.prettierignore",
69
69
  "format:check": "biome ci . && prettier --check . --ignore-path ../../../../.prettierignore"
70
70
  }