@openshift-assisted/locales 2.17.4-cim → 2.17.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.
- package/lib/en/translation.json +4 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -513,6 +513,7 @@
|
|
|
513
513
|
"ai:IP Address is outside of selected subnet": "IP Address is outside of selected subnet",
|
|
514
514
|
"ai:IP allocation from the DHCP server timed out.": "IP allocation from the DHCP server timed out.",
|
|
515
515
|
"ai:IP family must match the corresponding machine network family.": "IP family must match the corresponding machine network family.",
|
|
516
|
+
"ai:IPv4": "IPv4",
|
|
516
517
|
"ai:IPv4 address": "IPv4 address",
|
|
517
518
|
"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.",
|
|
518
519
|
"ai:IPv6 address": "IPv6 address",
|
|
@@ -794,6 +795,7 @@
|
|
|
794
795
|
"ai:Scale down the nodepool or make more hosts available.": "Scale down the nodepool or make more hosts available.",
|
|
795
796
|
"ai:Secondary": "Secondary",
|
|
796
797
|
"ai:Secret and keys": "Secret and keys",
|
|
798
|
+
"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.",
|
|
797
799
|
"ai:Select all": "Select all",
|
|
798
800
|
"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.",
|
|
799
801
|
"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.",
|
|
@@ -801,6 +803,7 @@
|
|
|
801
803
|
"ai:Select none": "Select none",
|
|
802
804
|
"ai:Select one or more locations to view hosts": "Select one or more locations to view hosts",
|
|
803
805
|
"ai:Select one or multiple locations to choose the hosts from.": "Select one or multiple locations of the hosts.",
|
|
806
|
+
"ai:Select this when your hosts are using only IPv4.": "Select this when your hosts are using only IPv4.",
|
|
804
807
|
"ai:selected": "selected",
|
|
805
808
|
"ai:Selected image does not support arm64": "Selected image does not support arm64",
|
|
806
809
|
"ai:Self Node Remediation requirements": "Self Node Remediation requirements",
|
|
@@ -820,6 +823,7 @@
|
|
|
820
823
|
"ai:Single node cluster cannot contain more than 1 host.": "Single node cluster cannot contain more than 1 host.",
|
|
821
824
|
"ai:Single replica": "Single replica",
|
|
822
825
|
"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.",
|
|
826
|
+
"ai:Single stack": "Single stack",
|
|
823
827
|
"ai:Single-Node OpenShift is not supported in this OpenShift version": "Single-Node OpenShift is not supported in this OpenShift version",
|
|
824
828
|
"ai:Size": "Size",
|
|
825
829
|
"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