@n8n/i18n 2.9.0 → 2.9.1-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 +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.mts +7 -0
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +7 -0
- package/dist/types2.d.mts +7 -0
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -501,6 +501,7 @@ var en_default = {
|
|
|
501
501
|
"chatHub.tools.selector.label.count": "{count} Tool | {count} Tools",
|
|
502
502
|
"chatHub.tools.selector.label.default": "Tools",
|
|
503
503
|
"chatHub.tools.selector.disabled.tooltip": "Tools are not supported by the selected model",
|
|
504
|
+
"chatHub.tools.selector.disabled.noModel.tooltip": "Select a model to use tools",
|
|
504
505
|
"chatHub.toolSettings.title": "Configure Tool",
|
|
505
506
|
"chatHub.toolSettings.confirm": "Save",
|
|
506
507
|
"chatHub.toolSettings.cancel": "Cancel",
|
|
@@ -1961,6 +1962,7 @@ var en_default = {
|
|
|
1961
1962
|
"nodeSettings.nodeVersion": "{node} node version {version}",
|
|
1962
1963
|
"nodeView.addNode": "Add node",
|
|
1963
1964
|
"nodeView.openFocusPanel": "Open focus panel",
|
|
1965
|
+
"nodeView.openSidePanel": "Open side panel",
|
|
1964
1966
|
"nodeView.openNodesPanel": "Open nodes panel",
|
|
1965
1967
|
"nodeView.openCommandBar": "Command bar",
|
|
1966
1968
|
"nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
|
|
@@ -4358,8 +4360,13 @@ var en_default = {
|
|
|
4358
4360
|
"setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
|
|
4359
4361
|
"setupPanel.credentialLabel": "Credential",
|
|
4360
4362
|
"setupPanel.usedInNodes": "Used in {count} nodes",
|
|
4361
|
-
"setupPanel.everythingConfigured.message": "
|
|
4363
|
+
"setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
|
|
4362
4364
|
"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",
|
|
4363
4370
|
"becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
|
|
4364
4371
|
"becomeCreator.buttonText": "Become a creator",
|
|
4365
4372
|
"becomeCreator.closeButtonTitle": "Close",
|