@n8n/i18n 2.9.1-exp.0 → 2.9.2
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 +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -6
- package/dist/index.d.mts +0 -6
- package/dist/index.mjs +1 -7
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +0 -6
- package/dist/types2.d.mts +0 -6
- package/package.json +6 -6
package/dist/index.d.cts
CHANGED
|
@@ -1966,7 +1966,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1966
1966
|
"nodeSettings.nodeVersion": string;
|
|
1967
1967
|
"nodeView.addNode": string;
|
|
1968
1968
|
"nodeView.openFocusPanel": string;
|
|
1969
|
-
"nodeView.openSidePanel": string;
|
|
1970
1969
|
"nodeView.openNodesPanel": string;
|
|
1971
1970
|
"nodeView.openCommandBar": string;
|
|
1972
1971
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4366,11 +4365,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4366
4365
|
"setupPanel.usedInNodes": string;
|
|
4367
4366
|
"setupPanel.everythingConfigured.message": string;
|
|
4368
4367
|
"setupPanel.trigger.credential.note": string;
|
|
4369
|
-
"setupPanel.trigger.listeningHint": string;
|
|
4370
|
-
"setupPanel.showCompleted": string;
|
|
4371
|
-
"setupPanel.webhookUrl.title": string;
|
|
4372
|
-
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4373
|
-
"setupPanel.webhookUrl.copied": string;
|
|
4374
4368
|
"becomeCreator.text": string;
|
|
4375
4369
|
"becomeCreator.buttonText": string;
|
|
4376
4370
|
"becomeCreator.closeButtonTitle": string;
|
package/dist/index.d.mts
CHANGED
|
@@ -1966,7 +1966,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
1966
1966
|
"nodeSettings.nodeVersion": string;
|
|
1967
1967
|
"nodeView.addNode": string;
|
|
1968
1968
|
"nodeView.openFocusPanel": string;
|
|
1969
|
-
"nodeView.openSidePanel": string;
|
|
1970
1969
|
"nodeView.openNodesPanel": string;
|
|
1971
1970
|
"nodeView.openCommandBar": string;
|
|
1972
1971
|
"nodeView.addATriggerNodeFirst": string;
|
|
@@ -4366,11 +4365,6 @@ declare const i18nInstance: vue_i18n0.I18n<{
|
|
|
4366
4365
|
"setupPanel.usedInNodes": string;
|
|
4367
4366
|
"setupPanel.everythingConfigured.message": string;
|
|
4368
4367
|
"setupPanel.trigger.credential.note": string;
|
|
4369
|
-
"setupPanel.trigger.listeningHint": string;
|
|
4370
|
-
"setupPanel.showCompleted": string;
|
|
4371
|
-
"setupPanel.webhookUrl.title": string;
|
|
4372
|
-
"setupPanel.webhookUrl.clickToCopy": string;
|
|
4373
|
-
"setupPanel.webhookUrl.copied": string;
|
|
4374
4368
|
"becomeCreator.text": string;
|
|
4375
4369
|
"becomeCreator.buttonText": string;
|
|
4376
4370
|
"becomeCreator.closeButtonTitle": string;
|
package/dist/index.mjs
CHANGED
|
@@ -1962,7 +1962,6 @@ var en_default = {
|
|
|
1962
1962
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1963
1963
|
"nodeView.addNode": "Add node",
|
|
1964
1964
|
"nodeView.openFocusPanel": "Open focus panel",
|
|
1965
|
-
"nodeView.openSidePanel": "Open side panel",
|
|
1966
1965
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1967
1966
|
"nodeView.openCommandBar": "Command bar",
|
|
1968
1967
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
@@ -4360,13 +4359,8 @@ var en_default = {
|
|
|
4360
4359
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
4361
4360
|
"setupPanel.credentialLabel": "Credential",
|
|
4362
4361
|
"setupPanel.usedInNodes": "Used in {count} nodes",
|
|
4363
|
-
"setupPanel.everythingConfigured.message": "
|
|
4362
|
+
"setupPanel.everythingConfigured.message": "All credentials have been configured",
|
|
4364
4363
|
"setupPanel.trigger.credential.note": "Add a credential to listen for events.",
|
|
4365
|
-
"setupPanel.trigger.listeningHint": "Go to {service} and create an event",
|
|
4366
|
-
"setupPanel.showCompleted": "Show completed steps",
|
|
4367
|
-
"setupPanel.webhookUrl.title": "Webhook URL",
|
|
4368
|
-
"setupPanel.webhookUrl.clickToCopy": "Click to copy test URL",
|
|
4369
|
-
"setupPanel.webhookUrl.copied": "Test URL copied",
|
|
4370
4364
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4371
4365
|
"becomeCreator.buttonText": "Become a creator",
|
|
4372
4366
|
"becomeCreator.closeButtonTitle": "Close",
|