@n8n/i18n 1.8.0 → 1.9.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.d.cts CHANGED
@@ -1258,6 +1258,11 @@ declare const i18nInstance: vue_i18n.I18n<{
1258
1258
  "node.discovery.pinData.canvas": string;
1259
1259
  "node.discovery.pinData.ndv": string;
1260
1260
  "node.executionError.openNode": string;
1261
+ "node.settings.continuesOnError": string;
1262
+ "node.settings.continuesOnError.title": string;
1263
+ "node.settings.retriesOnFailure": string;
1264
+ "node.settings.executeOnce": string;
1265
+ "node.settings.alwaysOutputData": string;
1261
1266
  "nodeBase.clickToAddNodeOrDragToConnect": string;
1262
1267
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
1263
1268
  "nodeCreator.actionsPlaceholderNode.webhook": string;
@@ -1575,6 +1580,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1575
1580
  "nodeView.setupTemplate": string;
1576
1581
  "nodeView.expandAllNodes": string;
1577
1582
  "nodeView.collapseAllNodes": string;
1583
+ "nodeView.enterZoomMode": string;
1584
+ "nodeView.leaveZoomMode": string;
1578
1585
  "nodeViewV2.showError.editingNotAllowed": string;
1579
1586
  "nodeViewV2.showError.failedToCreateNode": string;
1580
1587
  "contextMenu.node": string;
@@ -1773,14 +1780,13 @@ declare const i18nInstance: vue_i18n.I18n<{
1773
1780
  "pushConnection.executionError": string;
1774
1781
  "pushConnection.executionError.openNode": string;
1775
1782
  "pushConnection.executionError.details": string;
1776
- "prompts.productTeamMessage": string;
1777
1783
  "prompts.npsSurvey.recommendationQuestion": string;
1778
1784
  "prompts.npsSurvey.greatFeedbackTitle": string;
1779
1785
  "prompts.npsSurvey.defaultFeedbackTitle": string;
1786
+ "prompts.npsSurvey.feedbackQuestionTitle": string;
1780
1787
  "prompts.npsSurvey.notLikely": string;
1781
1788
  "prompts.npsSurvey.veryLikely": string;
1782
1789
  "prompts.npsSurvey.send": string;
1783
- "prompts.npsSurvey.yourEmailAddress": string;
1784
1790
  "prompts.npsSurvey.reviewUs": string;
1785
1791
  "prompts.npsSurvey.thanks": string;
1786
1792
  "renameAction.emptyName.message": string;
@@ -2433,6 +2439,15 @@ declare const i18nInstance: vue_i18n.I18n<{
2433
2439
  "ndv.search.noMatchSchema.description": string;
2434
2440
  "ndv.search.noMatchSchema.description.link": string;
2435
2441
  "ndv.search.items": string;
2442
+ "ndv.nodeHints.disabled": string;
2443
+ "ndv.nodeHints.alwaysOutputData": string;
2444
+ "ndv.nodeHints.alwaysOutputData.short": string;
2445
+ "ndv.nodeHints.executeOnce": string;
2446
+ "ndv.nodeHints.executeOnce.short": string;
2447
+ "ndv.nodeHints.retryOnFail": string;
2448
+ "ndv.nodeHints.retryOnFail.short": string;
2449
+ "ndv.nodeHints.continueOnError": string;
2450
+ "ndv.nodeHints.continueOnError.short": string;
2436
2451
  "updatesPanel.andIs": string;
2437
2452
  "updatesPanel.behindTheLatest": string;
2438
2453
  "updatesPanel.howToUpdateYourN8nVersion": string;
@@ -2566,6 +2581,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2566
2581
  "workflowSettings.showMessage.saveSettings.title": string;
2567
2582
  "workflowSettings.timeoutAfter": string;
2568
2583
  "workflowSettings.timeoutWorkflow": string;
2584
+ "workflowSettings.executionTimeout": string;
2585
+ "workflowSettings.tags": string;
2569
2586
  "workflowSettings.timezone": string;
2570
2587
  "workflowSettings.timeSavedPerExecution": string;
2571
2588
  "workflowSettings.timeSavedPerExecution.hint": string;
@@ -2617,6 +2634,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2617
2634
  "workflows.item.created": string;
2618
2635
  "workflows.item.readonly": string;
2619
2636
  "workflows.item.archived": string;
2637
+ "workflows.itemSuggestion.try": string;
2620
2638
  "workflows.search.placeholder": string;
2621
2639
  "workflows.filters": string;
2622
2640
  "workflows.filters.tags": string;
@@ -3147,6 +3165,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3147
3165
  "evaluation.listRuns.metricsOverTime": string;
3148
3166
  "evaluation.listRuns.status": string;
3149
3167
  "evaluation.listRuns.runListHeader": string;
3168
+ "evaluation.listRuns.allTestCases": string;
3150
3169
  "evaluation.listRuns.testCasesListHeader": string;
3151
3170
  "evaluation.listRuns.runNumber": string;
3152
3171
  "evaluation.listRuns.runDate": string;
@@ -3190,6 +3209,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3190
3209
  "evaluation.runDetail.error.unknownError.solution": string;
3191
3210
  "evaluation.runDetail.error.noMetricsCollected": string;
3192
3211
  "evaluation.runDetail.error.partialCasesFailed": string;
3212
+ "evaluation.runDetail.notice.useSetInputs": string;
3193
3213
  "evaluation.runTest": string;
3194
3214
  "evaluation.stopTest": string;
3195
3215
  "evaluation.cancelTestRun": string;
package/dist/index.d.ts CHANGED
@@ -1258,6 +1258,11 @@ declare const i18nInstance: vue_i18n.I18n<{
1258
1258
  "node.discovery.pinData.canvas": string;
1259
1259
  "node.discovery.pinData.ndv": string;
1260
1260
  "node.executionError.openNode": string;
1261
+ "node.settings.continuesOnError": string;
1262
+ "node.settings.continuesOnError.title": string;
1263
+ "node.settings.retriesOnFailure": string;
1264
+ "node.settings.executeOnce": string;
1265
+ "node.settings.alwaysOutputData": string;
1261
1266
  "nodeBase.clickToAddNodeOrDragToConnect": string;
1262
1267
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": string;
1263
1268
  "nodeCreator.actionsPlaceholderNode.webhook": string;
@@ -1575,6 +1580,8 @@ declare const i18nInstance: vue_i18n.I18n<{
1575
1580
  "nodeView.setupTemplate": string;
1576
1581
  "nodeView.expandAllNodes": string;
1577
1582
  "nodeView.collapseAllNodes": string;
1583
+ "nodeView.enterZoomMode": string;
1584
+ "nodeView.leaveZoomMode": string;
1578
1585
  "nodeViewV2.showError.editingNotAllowed": string;
1579
1586
  "nodeViewV2.showError.failedToCreateNode": string;
1580
1587
  "contextMenu.node": string;
@@ -1773,14 +1780,13 @@ declare const i18nInstance: vue_i18n.I18n<{
1773
1780
  "pushConnection.executionError": string;
1774
1781
  "pushConnection.executionError.openNode": string;
1775
1782
  "pushConnection.executionError.details": string;
1776
- "prompts.productTeamMessage": string;
1777
1783
  "prompts.npsSurvey.recommendationQuestion": string;
1778
1784
  "prompts.npsSurvey.greatFeedbackTitle": string;
1779
1785
  "prompts.npsSurvey.defaultFeedbackTitle": string;
1786
+ "prompts.npsSurvey.feedbackQuestionTitle": string;
1780
1787
  "prompts.npsSurvey.notLikely": string;
1781
1788
  "prompts.npsSurvey.veryLikely": string;
1782
1789
  "prompts.npsSurvey.send": string;
1783
- "prompts.npsSurvey.yourEmailAddress": string;
1784
1790
  "prompts.npsSurvey.reviewUs": string;
1785
1791
  "prompts.npsSurvey.thanks": string;
1786
1792
  "renameAction.emptyName.message": string;
@@ -2433,6 +2439,15 @@ declare const i18nInstance: vue_i18n.I18n<{
2433
2439
  "ndv.search.noMatchSchema.description": string;
2434
2440
  "ndv.search.noMatchSchema.description.link": string;
2435
2441
  "ndv.search.items": string;
2442
+ "ndv.nodeHints.disabled": string;
2443
+ "ndv.nodeHints.alwaysOutputData": string;
2444
+ "ndv.nodeHints.alwaysOutputData.short": string;
2445
+ "ndv.nodeHints.executeOnce": string;
2446
+ "ndv.nodeHints.executeOnce.short": string;
2447
+ "ndv.nodeHints.retryOnFail": string;
2448
+ "ndv.nodeHints.retryOnFail.short": string;
2449
+ "ndv.nodeHints.continueOnError": string;
2450
+ "ndv.nodeHints.continueOnError.short": string;
2436
2451
  "updatesPanel.andIs": string;
2437
2452
  "updatesPanel.behindTheLatest": string;
2438
2453
  "updatesPanel.howToUpdateYourN8nVersion": string;
@@ -2566,6 +2581,8 @@ declare const i18nInstance: vue_i18n.I18n<{
2566
2581
  "workflowSettings.showMessage.saveSettings.title": string;
2567
2582
  "workflowSettings.timeoutAfter": string;
2568
2583
  "workflowSettings.timeoutWorkflow": string;
2584
+ "workflowSettings.executionTimeout": string;
2585
+ "workflowSettings.tags": string;
2569
2586
  "workflowSettings.timezone": string;
2570
2587
  "workflowSettings.timeSavedPerExecution": string;
2571
2588
  "workflowSettings.timeSavedPerExecution.hint": string;
@@ -2617,6 +2634,7 @@ declare const i18nInstance: vue_i18n.I18n<{
2617
2634
  "workflows.item.created": string;
2618
2635
  "workflows.item.readonly": string;
2619
2636
  "workflows.item.archived": string;
2637
+ "workflows.itemSuggestion.try": string;
2620
2638
  "workflows.search.placeholder": string;
2621
2639
  "workflows.filters": string;
2622
2640
  "workflows.filters.tags": string;
@@ -3147,6 +3165,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3147
3165
  "evaluation.listRuns.metricsOverTime": string;
3148
3166
  "evaluation.listRuns.status": string;
3149
3167
  "evaluation.listRuns.runListHeader": string;
3168
+ "evaluation.listRuns.allTestCases": string;
3150
3169
  "evaluation.listRuns.testCasesListHeader": string;
3151
3170
  "evaluation.listRuns.runNumber": string;
3152
3171
  "evaluation.listRuns.runDate": string;
@@ -3190,6 +3209,7 @@ declare const i18nInstance: vue_i18n.I18n<{
3190
3209
  "evaluation.runDetail.error.unknownError.solution": string;
3191
3210
  "evaluation.runDetail.error.noMetricsCollected": string;
3192
3211
  "evaluation.runDetail.error.partialCasesFailed": string;
3212
+ "evaluation.runDetail.notice.useSetInputs": string;
3193
3213
  "evaluation.runTest": string;
3194
3214
  "evaluation.stopTest": string;
3195
3215
  "evaluation.cancelTestRun": string;
package/dist/index.js CHANGED
@@ -1265,6 +1265,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1265
1265
  "node.discovery.pinData.canvas": "You can pin this output instead of waiting for a test event. Open node to do so.",
1266
1266
  "node.discovery.pinData.ndv": "You can pin this output instead of waiting for a test event.",
1267
1267
  "node.executionError.openNode": "Open node",
1268
+ "node.settings.continuesOnError": "Execution will continue even if the node fails",
1269
+ "node.settings.continuesOnError.title": "Continue On Fail",
1270
+ "node.settings.retriesOnFailure": "This node will automatically retry if it fails",
1271
+ "node.settings.executeOnce": "This node executes only once, no matter how many input items there are",
1272
+ "node.settings.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
1268
1273
  "nodeBase.clickToAddNodeOrDragToConnect": "Click to add node \n or drag to connect",
1269
1274
  "nodeCreator.actionsPlaceholderNode.scheduleTrigger": "On a Schedule",
1270
1275
  "nodeCreator.actionsPlaceholderNode.webhook": "On a Webhook call",
@@ -1582,6 +1587,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1582
1587
  "nodeView.setupTemplate": "Set up template",
1583
1588
  "nodeView.expandAllNodes": "Expand all nodes",
1584
1589
  "nodeView.collapseAllNodes": "Collapse all nodes",
1590
+ "nodeView.enterZoomMode": "Enter zoom mode",
1591
+ "nodeView.leaveZoomMode": "Leave zoom mode",
1585
1592
  "nodeViewV2.showError.editingNotAllowed": "Editing is not allowed",
1586
1593
  "nodeViewV2.showError.failedToCreateNode": "Failed to create node",
1587
1594
  "contextMenu.node": "node | nodes",
@@ -1780,14 +1787,13 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
1780
1787
  "pushConnection.executionError": "There was a problem executing the workflow{error}",
1781
1788
  "pushConnection.executionError.openNode": "Open errored node",
1782
1789
  "pushConnection.executionError.details": "<br /><strong>{details}</strong>",
1783
- "prompts.productTeamMessage": "Our product team will get in touch personally",
1784
1790
  "prompts.npsSurvey.recommendationQuestion": "How likely are you to recommend n8n to a friend or colleague?",
1785
1791
  "prompts.npsSurvey.greatFeedbackTitle": "Great to hear! Can we reach out to see how we can make n8n even better for you?",
1786
1792
  "prompts.npsSurvey.defaultFeedbackTitle": "Thanks for your feedback! We'd love to understand how we can improve. Can we reach out?",
1793
+ "prompts.npsSurvey.feedbackQuestionTitle": "Thank you! Why did you choose this score?",
1787
1794
  "prompts.npsSurvey.notLikely": "Not likely",
1788
1795
  "prompts.npsSurvey.veryLikely": "Very likely",
1789
1796
  "prompts.npsSurvey.send": "Send",
1790
- "prompts.npsSurvey.yourEmailAddress": "Your email address",
1791
1797
  "prompts.npsSurvey.reviewUs": 'If you\u2019d like to help even more, leave us a <a target="_blank" href="https://www.g2.com/products/n8n/reviews/start">review on G2</a>.',
1792
1798
  "prompts.npsSurvey.thanks": "Thanks for your feedback",
1793
1799
  "renameAction.emptyName.message": "Please enter a name, or press 'esc' to go back to the old one",
@@ -2440,6 +2446,15 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2440
2446
  "ndv.search.noMatchSchema.description": "To search field values, switch to table or JSON view. {link}",
2441
2447
  "ndv.search.noMatchSchema.description.link": "Clear filter",
2442
2448
  "ndv.search.items": "{matched} of {count} item | {matched} of {count} items",
2449
+ "ndv.nodeHints.disabled": "This node is disabled, and will simply pass the input through",
2450
+ "ndv.nodeHints.alwaysOutputData": "This node will output an empty item if nothing would normally be returned",
2451
+ "ndv.nodeHints.alwaysOutputData.short": "output an empty item if nothing would normally be returned",
2452
+ "ndv.nodeHints.executeOnce": "This node will execute only once, no matter how many input items there are",
2453
+ "ndv.nodeHints.executeOnce.short": "execute only once, no matter how many input items there are",
2454
+ "ndv.nodeHints.retryOnFail": "This node will automatically retry if it fails",
2455
+ "ndv.nodeHints.retryOnFail.short": "automatically retry if it fails",
2456
+ "ndv.nodeHints.continueOnError": "Execution will continue even if the node fails",
2457
+ "ndv.nodeHints.continueOnError.short": "continue executing even if the node fails",
2443
2458
  "updatesPanel.andIs": "and is",
2444
2459
  "updatesPanel.behindTheLatest": "behind the latest and greatest n8n",
2445
2460
  "updatesPanel.howToUpdateYourN8nVersion": "How to update your n8n version",
@@ -2573,6 +2588,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2573
2588
  "workflowSettings.showMessage.saveSettings.title": "Workflow settings saved",
2574
2589
  "workflowSettings.timeoutAfter": "Timeout After",
2575
2590
  "workflowSettings.timeoutWorkflow": "Timeout Workflow",
2591
+ "workflowSettings.executionTimeout": "Timeout Workflow",
2592
+ "workflowSettings.tags": "Tags",
2576
2593
  "workflowSettings.timezone": "Timezone",
2577
2594
  "workflowSettings.timeSavedPerExecution": "Estimated time saved",
2578
2595
  "workflowSettings.timeSavedPerExecution.hint": "Minutes per production execution",
@@ -2624,6 +2641,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
2624
2641
  "workflows.item.created": "Created",
2625
2642
  "workflows.item.readonly": "Read only",
2626
2643
  "workflows.item.archived": "Archived",
2644
+ "workflows.itemSuggestion.try": "Try template",
2627
2645
  "workflows.search.placeholder": "Search",
2628
2646
  "workflows.filters": "Filters",
2629
2647
  "workflows.filters.tags": "Tags",
@@ -3154,6 +3172,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3154
3172
  "evaluation.listRuns.metricsOverTime": "Metrics over time",
3155
3173
  "evaluation.listRuns.status": "Status",
3156
3174
  "evaluation.listRuns.runListHeader": "All runs",
3175
+ "evaluation.listRuns.allTestCases": "All test cases | All test cases ({count})",
3157
3176
  "evaluation.listRuns.testCasesListHeader": "Run #{index}",
3158
3177
  "evaluation.listRuns.runNumber": "Run",
3159
3178
  "evaluation.listRuns.runDate": "Run date",
@@ -3197,6 +3216,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
3197
3216
  "evaluation.runDetail.error.unknownError.solution": "View execution",
3198
3217
  "evaluation.runDetail.error.noMetricsCollected": "No 'Set metrics' node executed",
3199
3218
  "evaluation.runDetail.error.partialCasesFailed": "Finished with errors",
3219
+ "evaluation.runDetail.notice.useSetInputs": "Tip: Show input columns from your dataset here by adding the evaluation node's 'set inputs' operation to your workflow",
3200
3220
  "evaluation.runTest": "Run Test",
3201
3221
  "evaluation.stopTest": "Stop Test",
3202
3222
  "evaluation.cancelTestRun": "Cancel Test Run",