@openshift-assisted/locales 2.8.2-cim → 2.9.0-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.
@@ -34,7 +34,6 @@
34
34
  "ai:2-{{count}} characters_plural": "2-{{count}} characters",
35
35
  "ai:A change will require booting hosts with a new discovery ISO file.": "A change will require booting hosts with a new discovery ISO file.",
36
36
  "ai:A cluster can have {{HOSTS_MIN_COUNT}} hosts at minimum.": "A cluster can have {{HOSTS_MIN_COUNT}} hosts at minimum.",
37
- "ai:A cluster needs 2 or more worker nodes.": "A cluster needs 2 or more worker nodes.",
38
37
  "ai:A comma separated list of IP or domain names of the NTP pools or servers.": "A comma separated list of IP or domain names of the NTP pools or servers.",
39
38
  "ai:A comma separated list of IP or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure all hosts clocks are synchronized with a valid NTP server. It may take a few minutes for the new NTP sources to sync.": "A comma separated list of IP or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure all hosts clocks are synchronized with a valid NTP server. It may take a few minutes for the new NTP sources to sync.",
40
39
  "ai:A Red Hat account's pull secret can be found in ": "A Red Hat account's pull secret can be found in ",
@@ -157,7 +156,7 @@
157
156
  "ai:Cluster installation process": "Cluster installation process",
158
157
  "ai:Cluster installation was cancelled": "Cluster installation was cancelled",
159
158
  "ai:Cluster is ready for installation": "Cluster is ready for installation",
160
- "ai:Cluster must have 3 or 5 and more hosts.": "Cluster must have 3 or 5 and more hosts.",
159
+ "ai:Cluster must have at least 3 hosts.": "Cluster must have at least 3 hosts.",
161
160
  "ai:Cluster name": "Cluster name",
162
161
  "ai:Cluster network CIDR": "Cluster network CIDR",
163
162
  "ai:Cluster network host prefix": "Cluster network host prefix",
@@ -551,8 +550,8 @@
551
550
  "ai:Operators": "Operators",
552
551
  "ai:Option 1: Add the following records to your DNS server (recommended)": "Option 1: Add the following records to your DNS server (recommended)",
553
552
  "ai:Option 2: Update your local /etc/hosts or /etc/resolv.conf files": "Option 2: Update your local /etc/hosts or /etc/resolv.conf files",
554
- "ai:or select just 3 hosts instead.": "or select just 3 hosts instead.",
555
553
  "ai:Otherwise, the VMs will not be able to reboot during the installation process.": "Otherwise, the VMs will not be able to reboot during the installation process.",
554
+ "ai:OVN separates the physical network topology from the logical one and is recommended if you're using new or telco features.": "OVN separates the physical network topology from the logical one and is recommended if you're using new or telco features.",
556
555
  "ai:Packet loss": "Packet loss",
557
556
  "ai:Password": "Password",
558
557
  "ai:Paste one or more PEM formatted certificates that you want the cluster to trust into this field.": "Paste one or more PEM formatted certificates that you want the cluster to trust into this field.",
@@ -566,7 +565,7 @@
566
565
  "ai:Please note that this version is not production-ready.": "Please note that this version is not production-ready.",
567
566
  "ai:Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:": "Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:",
568
567
  "ai:Please select a subnet. ({{hostSubnetLength}} available)": "Please select a subnet. ({{hostSubnetLength}} available)",
569
- "ai:Please select at least {{min}} hosts for the cluster": "Please select at least {{min}} hosts for the cluster",
568
+ "ai:Please select at least 3 hosts for the cluster.": "Please select at least 3 hosts for the cluster.",
570
569
  "ai:Please select one host for the cluster.": "Please select one host for the cluster.",
571
570
  "ai:Please wait till all checks are finished.": "Please wait till all checks are finished.",
572
571
  "ai:Port of the NodePort service. If set to 0, the port is dynamically assigned when the service is created.": "Port of the NodePort service. If set to 0, the port is dynamically assigned when the service is created.",
@@ -682,7 +681,6 @@
682
681
  "ai:The HTTP proxy URL that agents should use to access the discovery service.": "The HTTP proxy URL that agents should use to access the discovery service.",
683
682
  "ai:The IP address pool to use for service IP addresses. You can enter only one IP address pool. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.": "The IP address pool to use for service IP addresses. You can enter only one IP address pool. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.",
684
683
  "ai:The MAC address of the host's network connected NIC that wll be used to provision the host.": "The MAC address of the host's network connected NIC that wll be used to provision the host.",
685
- "ai:The next generation networking type, select this when you're using new features and telco features": "The next generation networking type, select this when you're using new features and telco features",
686
684
  "ai:The output displays the following:": "The output displays the following:",
687
685
  "ai:The resource has been saved and the YAML is now read only.": "The resource has been saved and the YAML is now read only.",
688
686
  "ai:The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.": "The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.",
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.2-cim"
32
+ "version": "2.9.0-cim"
33
33
  }