@n8n/i18n 2.31.2 → 2.31.3

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.d.cts CHANGED
@@ -4111,6 +4111,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
4111
4111
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
4112
4112
  "canvas.nodeGroup.autoExtended.title": string;
4113
4113
  "canvas.nodeGroup.autoExtended.message": string;
4114
+ "canvas.nodeGroup.removedOnSave.title": string;
4115
+ "canvas.nodeGroup.removedOnSave.message": string;
4114
4116
  "canvas.nodeGroup.titlePlaceholder": string;
4115
4117
  "canvas.nodeGroup.expand": string;
4116
4118
  "canvas.nodeGroup.collapse": string;
package/dist/index.d.mts CHANGED
@@ -4111,6 +4111,8 @@ declare const i18nInstance: vue_i18n0.I18n<{
4111
4111
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": string;
4112
4112
  "canvas.nodeGroup.autoExtended.title": string;
4113
4113
  "canvas.nodeGroup.autoExtended.message": string;
4114
+ "canvas.nodeGroup.removedOnSave.title": string;
4115
+ "canvas.nodeGroup.removedOnSave.message": string;
4114
4116
  "canvas.nodeGroup.titlePlaceholder": string;
4115
4117
  "canvas.nodeGroup.expand": string;
4116
4118
  "canvas.nodeGroup.collapse": string;
package/dist/index.mjs CHANGED
@@ -4107,6 +4107,8 @@ var en_default = {
4107
4107
  "canvas.nodeGroup.connectionChangeBlocked.noContinuousPathFromRootToLeaf": "'{group}' must stay connected from first node to last node. You can make this change after ungrouping it.",
4108
4108
  "canvas.nodeGroup.autoExtended.title": "'{group}' extended",
4109
4109
  "canvas.nodeGroup.autoExtended.message": "Added '{node}' to keep '{group}' valid with the new connection.",
4110
+ "canvas.nodeGroup.removedOnSave.title": "Groups removed",
4111
+ "canvas.nodeGroup.removedOnSave.message": "The following groups are incompatible with your n8n version and have been removed: {groups}",
4110
4112
  "canvas.nodeGroup.titlePlaceholder": "Group name",
4111
4113
  "canvas.nodeGroup.expand": "Expand",
4112
4114
  "canvas.nodeGroup.collapse": "Collapse",