@openshift-assisted/locales 2.42.3 → 2.43.1

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.
@@ -203,7 +203,6 @@
203
203
  "ai:Configure your own NTP sources to sychronize the time between the hosts that will be added to this infrastructure environment.": "Configure your own NTP sources to sychronize the time between the hosts that will be added to this infrastructure environment.",
204
204
  "ai:Configure your own NTP sources to synchronize the time between the hosts that will be added to this infrastructure environment.": "Configure your own NTP sources to synchronize the time between the hosts that will be added to this infrastructure environment.",
205
205
  "ai:Configuring the host inventory settings will enable the Central Infrastructure Management.": "Configuring the host inventory settings will enable the Central Infrastructure Management.",
206
- "ai:Confirm the Single Node OpenShift disclaimer to continue.": "Confirm the Single Node OpenShift disclaimer to continue.",
207
206
  "ai:Connected": "Connected",
208
207
  "ai:Container images availability": "Container images availability",
209
208
  "ai:Continue cluster configuration": "Continue cluster configuration",
@@ -414,7 +413,6 @@
414
413
  "ai:HTTPS proxy URL": "HTTPS proxy URL",
415
414
  "ai:HTTPS Proxy URL": "HTTPS Proxy URL",
416
415
  "ai:I understand that I need to download credentials files prior of proceeding with the cluster installation.": "I understand that I need to download credentials files prior of proceeding with the cluster installation.",
417
- "ai:I understand, accept, and agree to the limitations associated with using Single Node OpenShift.": "I understand, accept, and agree to the limitations associated with using Single Node OpenShift.",
418
416
  "ai:If hosts are behind a firewall that requires the use of a proxy, provide additional information about the proxy.": "If hosts are behind a firewall that requires the use of a proxy, provide additional information about the proxy.",
419
417
  "ai:If not, please start your VMs with the following configuration:": "If not, start your VMs with the following configuration:",
420
418
  "ai:If the cluster hosts are in a network with a re-encrypting (MITM) proxy or the cluster needs to trust certificates for other purposes (e.g. container image registries).": "If the cluster hosts are in a network with a re-encrypting (MITM) proxy or the cluster needs to trust certificates for other purposes (e.g. container image registries).",
@@ -442,7 +440,6 @@
442
440
  "ai:Inside the example script file, customize the asset URLs to your local server address": "Inside the example script file, customize the asset URLs to your local server address",
443
441
  "ai:Inspecting": "Inspecting",
444
442
  "ai:Install cluster": "Install cluster",
445
- "ai:Install single node OpenShift (SNO)": "Install single node OpenShift (SNO)",
446
443
  "ai:Install storage operator": "Install storage operator",
447
444
  "ai:Installation cancelled": "Installation cancelled",
448
445
  "ai:Installation disk": "Installation disk",
@@ -631,7 +628,6 @@
631
628
  "ai:OpenShift": "OpenShift",
632
629
  "ai:OpenShift AI requirements": "OpenShift AI requirements",
633
630
  "ai:OpenShift Cluster Manager": "OpenShift Cluster Manager",
634
- "ai:OpenShift in-place upgrades aren't expected to work with SNO. If an upgrade is needed, your system will need a redeployment.": "OpenShift in-place upgrades are not expected to work with SNO. If an upgrade is needed, your system to be redeployed.",
635
631
  "ai:OpenShift sandboxed containers requirements": "OpenShift sandboxed containers requirements",
636
632
  "ai:OpenShift version": "OpenShift version",
637
633
  "ai:OpenShift Web Console troubleshooting": "OpenShift Web Console troubleshooting",
@@ -726,7 +722,6 @@
726
722
  "ai:Select all": "Select all",
727
723
  "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.",
728
724
  "ai:Select none": "Select none",
729
- "ai:Select one or more hosts": "Select one or more hosts",
730
725
  "ai:Select one or more locations to view hosts": "Select one or more locations to view hosts",
731
726
  "ai:Select one or multiple locations to choose the hosts from.": "Select one or multiple locations of the hosts.",
732
727
  "ai:selected": "selected",
@@ -741,15 +736,13 @@
741
736
  "ai:Service networks": "Service networks",
742
737
  "ai:Set <bold>{{agent_location_label_key}}</bold> label in Agent resource to specify its location.": "Set <bold>{{agent_location_label_key}}</bold> label in Agent resource to specify its location.",
743
738
  "ai:Set all the hosts to boot using iPXE script file": "Set all the hosts to boot using iPXE script file",
739
+ "ai:Show all available versions": "Show all available versions",
744
740
  "ai:Show proxy settings": "Show proxy settings",
745
741
  "ai:Single node cluster cannot contain more than 1 host.": "Single node cluster cannot contain more than 1 host.",
746
- "ai:Single Node OpenShift disclaimer": "Single Node OpenShift disclaimer",
747
742
  "ai:Single replica": "Single replica",
748
743
  "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.",
749
744
  "ai:Single-Node OpenShift is not supported in this OpenShift version": "Single-Node OpenShift is not supported in this OpenShift version",
750
745
  "ai:Size": "Size",
751
- "ai:SNO enables you to install OpenShift using only one host.": "SNO enables you to install OpenShift using only one host.",
752
- "ai:SNO is in a proof-of-concept stage and is not supported in any way.": "SNO is in a proof-of-concept stage and is not supported.",
753
746
  "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.",
754
747
  "ai:Software-Defined Networking (SDN)": "Software-Defined Networking (SDN)",
755
748
  "ai:Some details are not editable after the draft cluster was created.": "Some details are not editable after the draft cluster was created.",
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.42.3"
62
+ "version": "2.43.1"
63
63
  }