@n8n/i18n 1.3.0 → 1.4.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 +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +4 -1
- package/dist/types.d.ts +4 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -112,6 +112,7 @@ var en_default = {
|
|
|
112
112
|
"generic.rename": "Rename",
|
|
113
113
|
"generic.missing.permissions": "Missing permissions to perform this action",
|
|
114
114
|
"generic.shortcutHint": "Or press",
|
|
115
|
+
"generic.upgradeToEnterprise": "Upgrade to Enterprise",
|
|
115
116
|
"about.aboutN8n": "About n8n",
|
|
116
117
|
"about.close": "Close",
|
|
117
118
|
"about.license": "License",
|
|
@@ -1855,7 +1856,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
1855
1856
|
"runData.table": "Table",
|
|
1856
1857
|
"runData.table.viewSubExecution": "View sub-execution {id}",
|
|
1857
1858
|
"runData.pindata.learnMore": "Learn more",
|
|
1858
|
-
"runData.pindata.thisDataIsPinned": "This data is pinned.",
|
|
1859
|
+
"runData.pindata.thisDataIsPinned": "This data is pinned for test executions.",
|
|
1859
1860
|
"runData.pindata.unpin": "Unpin",
|
|
1860
1861
|
"runData.editor.save": "Save",
|
|
1861
1862
|
"runData.editor.cancel": "Cancel",
|
|
@@ -2028,6 +2029,8 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
2028
2029
|
"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
2030
|
"settings.log-streaming.eventGroup.n8n.runner": "Runner tasks",
|
|
2030
2031
|
"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.",
|
|
2032
|
+
"settings.log-streaming.eventGroup.n8n.queue": "Queue events",
|
|
2033
|
+
"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
2034
|
"settings.log-streaming.eventGroup.n8n.worker": "Worker",
|
|
2032
2035
|
"settings.log-streaming.$$AbstractMessageEventBusDestination": "Generic",
|
|
2033
2036
|
"settings.log-streaming.$$MessageEventBusDestinationWebhook": "Webhook",
|