@openshift-assisted/locales 2.8.5-cim → 2.8.6-cim

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.
@@ -419,6 +419,7 @@
419
419
  "ai:It is not possible to remove a host which is being installed.": "It is not possible to remove a host which is being installed.",
420
420
  "ai:It is not possible to remove a node from a cluster during installation.": "It is not possible to remove a node from a cluster during installation.",
421
421
  "ai:It is not possible to remove control plane node from an installed cluster.": "It is not possible to remove control plane node from an installed cluster.",
422
+ "ai:It is not possible to remove this node from the cluster.": "It is not possible to remove this node from the cluster.",
422
423
  "ai:It may take a few minutes for the join request to appear.": "It may take a few minutes for the join request to appear.",
423
424
  "ai:It seems the Central infrastructure management is not configured which will prevent its features to be used. Please refer to the documentation for the first time setup steps.": "It seems the Central infrastructure management is not configured which will prevent its features to be used. Please refer to the documentation for the first time setup steps.",
424
425
  "ai:It seems the Metal3 operator is missing configuration which will prevent it to find bare metal hosts in this namespace. Please refer to the documentation for the first time setup steps.": "It seems the Metal3 operator is missing configuration which will prevent it to find bare metal hosts in this namespace. Please refer to the documentation for the first time setup steps.",
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "validate_translation_files": "scripts/validate-translation-files.sh"
30
30
  },
31
31
  "type": "module",
32
- "version": "2.8.5-cim"
32
+ "version": "2.8.6-cim"
33
33
  }