@openshift-assisted/locales 2.15.2-cim → 2.15.4-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.
- package/lib/en/translation.json +2 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -370,6 +370,7 @@
|
|
|
370
370
|
"ai:Host address": "Host address",
|
|
371
371
|
"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.",
|
|
372
372
|
"ai:Host Count": "Host Count",
|
|
373
|
+
"ai:Host count exceeds the current number of available hosts.": "Host count exceeds the current number of available hosts.",
|
|
373
374
|
"ai:Host details": "Host details",
|
|
374
375
|
"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",
|
|
375
376
|
"ai:Host inventory": "Host inventory",
|
|
@@ -719,6 +720,7 @@
|
|
|
719
720
|
"ai:Runs the control plane components of OpenShift, including the API server.": "Runs the control plane components of OpenShift, including the API server.",
|
|
720
721
|
"ai:Save": "Save",
|
|
721
722
|
"ai:Saving changes...": "Saving changes...",
|
|
723
|
+
"ai:Scale down the nodepool or make more hosts available.": "Scale down the nodepool or make more hosts available.",
|
|
722
724
|
"ai:Secret and keys": "Secret and keys",
|
|
723
725
|
"ai:Select all": "Select all",
|
|
724
726
|
"ai:Select how you'd like to add hosts (Discovery ISO, iPXE, or BMC form) and follow the instructions that appear.": "Select the method of adding hosts (Discovery ISO, iPXE, or BMC form) and follow the instructions.",
|
package/package.json
CHANGED