@n8n/i18n 2.9.2 → 2.9.3-exp.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 +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +6 -0
- package/dist/types2.d.mts +6 -0
- package/package.json +3 -3
package/dist/types2.d.cts
CHANGED
|
@@ -1960,6 +1960,7 @@ declare const _exports: {
|
|
|
1960
1960
|
"nodeSettings.nodeVersion": string;
|
|
1961
1961
|
"nodeView.addNode": string;
|
|
1962
1962
|
"nodeView.openFocusPanel": string;
|
|
1963
|
+
"nodeView.openSidePanel": string;
|
|
1963
1964
|
"nodeView.openNodesPanel": string;
|
|
1964
1965
|
"nodeView.openCommandBar": string;
|
|
1965
1966
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4359,6 +4360,11 @@ declare const _exports: {
|
|
|
4359
4360
|
"setupPanel.usedInNodes": string;
|
|
4360
4361
|
"setupPanel.everythingConfigured.message": string;
|
|
4361
4362
|
"setupPanel.trigger.credential.note": string;
|
|
4363
|
+
"setupPanel.trigger.listeningHint": string;
|
|
4364
|
+
"setupPanel.showCompleted": string;
|
|
4365
|
+
"setupPanel.webhookUrl.title": string;
|
|
4366
|
+
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4367
|
+
"setupPanel.webhookUrl.copied": string;
|
|
4362
4368
|
"becomeCreator.text": string;
|
|
4363
4369
|
"becomeCreator.buttonText": string;
|
|
4364
4370
|
"becomeCreator.closeButtonTitle": string;
|
package/dist/types2.d.mts
CHANGED
|
@@ -1960,6 +1960,7 @@ declare const _exports: {
|
|
|
1960
1960
|
"nodeSettings.nodeVersion": string;
|
|
1961
1961
|
"nodeView.addNode": string;
|
|
1962
1962
|
"nodeView.openFocusPanel": string;
|
|
1963
|
+
"nodeView.openSidePanel": string;
|
|
1963
1964
|
"nodeView.openNodesPanel": string;
|
|
1964
1965
|
"nodeView.openCommandBar": string;
|
|
1965
1966
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4359,6 +4360,11 @@ declare const _exports: {
|
|
|
4359
4360
|
"setupPanel.usedInNodes": string;
|
|
4360
4361
|
"setupPanel.everythingConfigured.message": string;
|
|
4361
4362
|
"setupPanel.trigger.credential.note": string;
|
|
4363
|
+
"setupPanel.trigger.listeningHint": string;
|
|
4364
|
+
"setupPanel.showCompleted": string;
|
|
4365
|
+
"setupPanel.webhookUrl.title": string;
|
|
4366
|
+
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4367
|
+
"setupPanel.webhookUrl.copied": string;
|
|
4362
4368
|
"becomeCreator.text": string;
|
|
4363
4369
|
"becomeCreator.buttonText": string;
|
|
4364
4370
|
"becomeCreator.closeButtonTitle": string;
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/i18n",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.3-exp.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"LICENSE_EE.md",
|
|
8
|
+
"LICENSE.md"
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.cjs",
|
|
11
11
|
"module": "dist/index.mjs",
|