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