@openshift-assisted/locales 2.14.11-cim → 2.14.13-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.
@@ -356,6 +356,7 @@
356
356
  "ai:Host address": "Host address",
357
357
  "ai:Host cannot be deleted while host is either installed or being installed.": "Host cannot be deleted while host is either installed or being installed.",
358
358
  "ai:Host Count": "Host Count",
359
+ "ai:Host count exceeds the current number of available hosts.": "Host count exceeds the current number of available hosts.",
359
360
  "ai:Host details": "Host details",
360
361
  "ai:Host has already been booted from disk during the previous installation. To finish resetting the installation, boot the host into the discovery image": "Host has already been booted from disk during the previous installation. To finish resetting the installation, boot the host into the discovery image",
361
362
  "ai:Host inventory": "Host inventory",
@@ -699,6 +700,7 @@
699
700
  "ai:Runs the control plane components of OpenShift, including the API server.": "Runs the control plane components of OpenShift, including the API server.",
700
701
  "ai:Save": "Save",
701
702
  "ai:Saving changes...": "Saving changes...",
703
+ "ai:Scale down the nodepool or make more hosts available.": "Scale down the nodepool or make more hosts available.",
702
704
  "ai:Secret and keys": "Secret and keys",
703
705
  "ai:Select a state": "Select a state",
704
706
  "ai:Select all": "Select all",
package/package.json CHANGED
@@ -59,5 +59,5 @@
59
59
  "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ."
60
60
  },
61
61
  "type": "module",
62
- "version": "2.14.11-cim"
62
+ "version": "2.14.13-cim"
63
63
  }