@n8n/i18n 2.30.3 → 2.30.4

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
@@ -4083,6 +4083,8 @@ var en_default = {
4083
4083
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": "'{group}' must stay connected from first node to last node. You can make this change after ungrouping it.",
4084
4084
  "canvas.nodeGroup.autoExtended.title": "'{group}' extended",
4085
4085
  "canvas.nodeGroup.autoExtended.message": "Added '{node}' to keep '{group}' valid with the new connection.",
4086
+ "canvas.nodeGroup.removedOnSave.title": "Groups removed",
4087
+ "canvas.nodeGroup.removedOnSave.message": "The following groups are incompatible with your n8n version and have been removed: {groups}",
4086
4088
  "canvas.nodeGroup.titlePlaceholder": "Group name",
4087
4089
  "canvas.nodeGroup.expand": "Expand",
4088
4090
  "canvas.nodeGroup.collapse": "Collapse",