@openshift-assisted/locales 2.18.0-cim → 2.18.1-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.
@@ -152,7 +152,6 @@
152
152
  "ai:Can not find cluster domain.": "Cannot find cluster domain.",
153
153
  "ai:Can not find host of the assisted-image-service route": "Cannot find host of the assisted-image-service route.",
154
154
  "ai:Can not manage hosts until Central Infrastructure Management is set up.": "Cannot manage hosts until Central Infrastructure Management is set up.",
155
- "ai:Can not query routes.": "Cannot query routes.",
156
155
  "ai:Cancel": "Cancel",
157
156
  "ai:Cancelled on {{humanizedDataTime}}": "Cancelled on {{humanizedDataTime}}",
158
157
  "ai:Cannot be deleted": "Cannot be deleted.",
@@ -515,6 +514,7 @@
515
514
  "ai:IP Address is outside of selected subnet": "IP Address is outside of selected subnet",
516
515
  "ai:IP allocation from the DHCP server timed out.": "IP allocation from the DHCP server timed out.",
517
516
  "ai:IP family must match the corresponding machine network family.": "IP family must match the corresponding machine network family.",
517
+ "ai:IPv4": "IPv4",
518
518
  "ai:IPv4 address": "IPv4 address",
519
519
  "ai:IPv4 netmask must be between 1-25 and include at least 128 addresses.\nIPv6 netmask must be between 8-128 and include at least 256 addresses.": "IPv4 netmask must be between 1-25 and include at least 128 addresses.\nIPv6 netmask must be between 8-128 and include at least 256 addresses.",
520
520
  "ai:IPv6 address": "IPv6 address",
@@ -798,6 +798,7 @@
798
798
  "ai:Scale down the nodepool or make more hosts available.": "Scale down the nodepool or make more hosts available.",
799
799
  "ai:Secondary": "Secondary",
800
800
  "ai:Secret and keys": "Secret and keys",
801
+ "ai:Select a single address family (IPv4 or IPv6) for your machine network.": "Select a single address family (IPv4 or IPv6) for your machine network.",
801
802
  "ai:Select all": "Select all",
802
803
  "ai:Select an OpenShift version from the list or use the type ahead to narrow down the list.": "Select an OpenShift version from the list or use the type ahead to narrow down the list.",
803
804
  "ai:Select config maps from the list or use the type ahead to narrow down the list.": "Select config maps from the list or use the type ahead to narrow down the list.",
@@ -805,6 +806,7 @@
805
806
  "ai:Select none": "Select none",
806
807
  "ai:Select one or more locations to view hosts": "Select one or more locations to view hosts",
807
808
  "ai:Select one or multiple locations to choose the hosts from.": "Select one or multiple locations of the hosts.",
809
+ "ai:Select this when your hosts are using only IPv4.": "Select this when your hosts are using only IPv4.",
808
810
  "ai:selected": "selected",
809
811
  "ai:Selected image does not support arm64": "Selected image does not support arm64",
810
812
  "ai:Self Node Remediation requirements": "Self Node Remediation requirements",
@@ -824,6 +826,7 @@
824
826
  "ai:Single node cluster cannot contain more than 1 host.": "Single node cluster cannot contain more than 1 host.",
825
827
  "ai:Single replica": "Single replica",
826
828
  "ai:Single replica means components are not expected to be resilient to problems across most fault boundaries associated with high availability. This usually means running critical workloads with just 1 replica and with toleration of full disruption of the component.": "Single replica means components are not expected to be resilient to problems across most fault boundaries associated with high availability. This usually means running critical workloads with just 1 replica and with toleration of full disruption of the component.",
829
+ "ai:Single stack": "Single stack",
827
830
  "ai:Single-Node OpenShift is not supported in this OpenShift version": "Single-Node OpenShift is not supported in this OpenShift version",
828
831
  "ai:Size": "Size",
829
832
  "ai:SNO: One host is required with at least {{sno_cpu_cores}} CPU cores, {{snoRam}} of RAM, and {{sno_disksize}} GB of disk size storage.": "SNO: One host is required with at least {{sno_cpu_cores}} CPU cores, {{snoRam}} of RAM, and {{sno_disksize}} GB of disk size storage.",
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.18.0-cim"
62
+ "version": "2.18.1-cim"
63
63
  }