@n8n/i18n 1.3.0 → 1.5.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 +19 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +19 -2
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +19 -2
- package/dist/types.d.ts +19 -2
- package/package.json +9 -9
package/dist/index.cjs
CHANGED
|
@@ -94,6 +94,7 @@ var en_default = {
|
|
|
94
94
|
"generic.upgrade": "Upgrade",
|
|
95
95
|
"generic.upgradeNow": "Upgrade now",
|
|
96
96
|
"generic.credential": "Credential | {count} Credential | {count} Credentials",
|
|
97
|
+
"generic.credentials": "Credentials",
|
|
97
98
|
"generic.workflow": "Workflow | {count} Workflow | {count} Workflows",
|
|
98
99
|
"generic.workflowSaved": "Workflow changes saved",
|
|
99
100
|
"generic.editor": "Editor",
|
|
@@ -112,6 +113,7 @@ var en_default = {
|
|
|
112
113
|
"generic.rename": "Rename",
|
|
113
114
|
"generic.missing.permissions": "Missing permissions to perform this action",
|
|
114
115
|
"generic.shortcutHint": "Or press",
|
|
116
|
+
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
115
117
|
"about.aboutN8n": "About n8n",
|
|
116
118
|
"about.close": "Close",
|
|
117
119
|
"about.license": "License",
|
|
@@ -1093,6 +1095,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1093
1095
|
"mainSidebar.workflows.readOnlyEnv.tooltip.link": "More info",
|
|
1094
1096
|
"mainSidebar.executions": "Executions",
|
|
1095
1097
|
"mainSidebar.workersView": "Workers",
|
|
1098
|
+
"mainSidebar.whatsNew": "What\u2019s New",
|
|
1099
|
+
"mainSidebar.whatsNew.fullChangelog": "Full changelog",
|
|
1096
1100
|
"menuActions.duplicate": "Duplicate",
|
|
1097
1101
|
"menuActions.download": "Download",
|
|
1098
1102
|
"menuActions.push": "Push to Git",
|
|
@@ -1466,6 +1470,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1466
1470
|
"nodeSettings.outputCleared.message": "Order of parameters changed, outgoing connections were cleared",
|
|
1467
1471
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1468
1472
|
"nodeView.addNode": "Add node",
|
|
1473
|
+
"nodeView.openFocusPanel": "Open focus panel",
|
|
1469
1474
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1470
1475
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
1471
1476
|
"nodeView.addOrEnableTriggerNode": "<a data-action='showNodeCreator'>Add</a> or enable a Trigger node to execute the workflow",
|
|
@@ -1485,6 +1490,9 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1485
1490
|
"nodeView.couldntImportWorkflow": "Could not import workflow",
|
|
1486
1491
|
"nodeView.couldntLoadWorkflow.invalidWorkflowObject": "Invalid workflow object",
|
|
1487
1492
|
"nodeView.deletesTheCurrentExecutionData": "Deletes the current execution data",
|
|
1493
|
+
"nodeView.focusPanel.executeButtonTooltip": "Execute AI Agent",
|
|
1494
|
+
"nodeView.focusPanel.title": "Focus",
|
|
1495
|
+
"nodeView.focusPanel.noParameters": "No parameters focused. Focus a parameter by clicking on the action dropdown in the node detail view.",
|
|
1488
1496
|
"nodeView.itLooksLikeYouHaveBeenEditingSomething": "It looks like you made some edits. If you leave before saving, your changes will be lost.",
|
|
1489
1497
|
"nodeView.loadingTemplate": "Loading template",
|
|
1490
1498
|
"nodeView.moreInfo": "More info",
|
|
@@ -1622,6 +1630,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1622
1630
|
"parameterInput.parameterHasIssuesAndExpression": 'Parameter: "{shortPath}" has issues and an expression',
|
|
1623
1631
|
"parameterInput.refreshList": "Refresh List",
|
|
1624
1632
|
"parameterInput.clearContents": "Clear Contents",
|
|
1633
|
+
"parameterInput.focusParameter": "Focus parameter",
|
|
1625
1634
|
"parameterInput.resetValue": "Reset Value",
|
|
1626
1635
|
"parameterInput.select": "Select",
|
|
1627
1636
|
"parameterInput.selectDateAndTime": "Select date and time",
|
|
@@ -1855,7 +1864,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1855
1864
|
"runData.table": "Table",
|
|
1856
1865
|
"runData.table.viewSubExecution": "View sub-execution {id}",
|
|
1857
1866
|
"runData.pindata.learnMore": "Learn more",
|
|
1858
|
-
"runData.pindata.thisDataIsPinned": "This data is pinned.",
|
|
1867
|
+
"runData.pindata.thisDataIsPinned": "This data is pinned for test executions.",
|
|
1859
1868
|
"runData.pindata.unpin": "Unpin",
|
|
1860
1869
|
"runData.editor.save": "Save",
|
|
1861
1870
|
"runData.editor.cancel": "Cancel",
|
|
@@ -2028,6 +2037,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2028
2037
|
"settings.log-streaming.eventGroup.n8n.node.info": "Will send step-wise execution events every time a node executes. Please note that this can lead to a high frequency of logged events and is probably not suitable for general use.",
|
|
2029
2038
|
"settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
|
|
2030
2039
|
"settings.log-streaming.eventGroup.n8n.runner.info": "Will send an event when a Code node execution is requested from a task runner, and when a response is received from the runner with the result.",
|
|
2040
|
+
"settings.log-streaming.eventGroup.n8n.queue": "Queue events",
|
|
2041
|
+
"settings.log-streaming.eventGroup.n8n.queue.info": "Will send an event when a queue-related event occurs, e.g. enqueuing, dequeueing, completion, failure, or stalling.",
|
|
2031
2042
|
"settings.log-streaming.eventGroup.n8n.worker": "Worker",
|
|
2032
2043
|
"settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
|
|
2033
2044
|
"settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
|
|
@@ -2191,6 +2202,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2191
2202
|
"settings.sourceControl.modals.push.description": "The following will be committed: ",
|
|
2192
2203
|
"settings.sourceControl.modals.push.description.learnMore": "More info",
|
|
2193
2204
|
"settings.sourceControl.modals.push.filesToCommit": "Files to commit",
|
|
2205
|
+
"settings.sourceControl.modals.push.filter": "Filters are applied. Showing {count} {entity}.",
|
|
2194
2206
|
"settings.sourceControl.modals.push.workflowsToCommit": "Select workflows",
|
|
2195
2207
|
"settings.sourceControl.modals.push.everythingIsUpToDate": "Everything is up to date",
|
|
2196
2208
|
"settings.sourceControl.modals.push.noWorkflowChanges": "There are no workflow changes but the following will be committed: {link}",
|
|
@@ -2201,6 +2213,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2201
2213
|
"settings.sourceControl.modals.push.buttons.save": "Commit and push",
|
|
2202
2214
|
"settings.sourceControl.modals.push.success.title": "Pushed successfully",
|
|
2203
2215
|
"settings.sourceControl.modals.push.success.description": "were committed and pushed to your remote repository",
|
|
2216
|
+
"settings.sourceControl.modals.push.projectAdmin.callout": "If you want to push workflows from your personal space, move then to a project first.",
|
|
2204
2217
|
"settings.sourceControl.status.modified": "Modified",
|
|
2205
2218
|
"settings.sourceControl.status.deleted": "Deleted",
|
|
2206
2219
|
"settings.sourceControl.status.created": "New",
|
|
@@ -3232,7 +3245,11 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3232
3245
|
"insights.upgradeModal.perks.0": "View up to one year of insights history",
|
|
3233
3246
|
"insights.upgradeModal.perks.1": "Zoom into last 24 hours with hourly granularity",
|
|
3234
3247
|
"insights.upgradeModal.perks.2": "Gain deeper visibility into workflow trends over time",
|
|
3235
|
-
"insights.upgradeModal.title": "Upgrade to Enterprise"
|
|
3248
|
+
"insights.upgradeModal.title": "Upgrade to Enterprise",
|
|
3249
|
+
"whatsNew.versionsBehind": "{count} version behind | {count} versions behind",
|
|
3250
|
+
"whatsNew.update": "Update",
|
|
3251
|
+
"whatsNew.updateAvailable": "You're currently on version {currentVersion}. Update to {latestVersion} to get {count} versions worth of new features, improvements, and fixes. See what changed",
|
|
3252
|
+
"whatsNew.updateAvailable.changelogLink": "in the full changelog"
|
|
3236
3253
|
};
|
|
3237
3254
|
|
|
3238
3255
|
// src/index.ts
|