@n8n/i18n 2.9.1 → 2.9.2-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 CHANGED
@@ -1962,6 +1962,7 @@ 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",
1965
1966
  "nodeView.openNodesPanel": "Open nodes panel",
1966
1967
  "nodeView.openCommandBar": "Command bar",
1967
1968
  "nodeView.addATriggerNodeFirst": "Add a <a data-action='showNodeCreator'>Trigger Node</a> first",
@@ -4359,8 +4360,13 @@ var en_default = {
4359
4360
  "setupPanel.test.description": "Here you can configure everything needed to run the current workflow",
4360
4361
  "setupPanel.credentialLabel": "Credential",
4361
4362
  "setupPanel.usedInNodes": "Used in {count} nodes",
4362
- "setupPanel.everythingConfigured.message": "All credentials have been configured",
4363
+ "setupPanel.everythingConfigured.message": "Your workflow is ready to be executed",
4363
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",
4364
4370
  "becomeCreator.text": "Share your workflows with other users, unlock perks, and become a featured template creator!",
4365
4371
  "becomeCreator.buttonText": "Become a creator",
4366
4372
  "becomeCreator.closeButtonTitle": "Close",