@openshift-assisted/locales 2.12.3-cim → 2.12.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.
@@ -563,6 +563,7 @@
563
563
  "ai:No proxy domains": "No proxy domains",
564
564
  "ai:No release image is available.": "No release image is available.",
565
565
  "ai:No results found": "No results found",
566
+ "ai:No results found for \"{{value}}\"": "No results found for \"{{value}}\"",
566
567
  "ai:No results match the filter criteria. Clear filters to show results.": "No results match the filter criteria. Clear filters to show results.",
567
568
  "ai:No skip installation disk": "No skip installation disk",
568
569
  "ai:No skip missing disk": "No skip missing disk",
@@ -688,11 +689,14 @@
688
689
  "ai:See cluster details": "See cluster details",
689
690
  "ai:Select a state": "Select a state",
690
691
  "ai:Select all": "Select all",
692
+ "ai:Select an OpenShift version": "Select an OpenShift version",
693
+ "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.",
691
694
  "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.",
692
695
  "ai:Select none": "Select none",
693
696
  "ai:Select one or more hosts": "Select one or more hosts",
694
697
  "ai:Select one or more locations to view hosts": "Select one or more locations to view hosts",
695
698
  "ai:Select one or multiple locations to choose the hosts from.": "Select one or multiple locations of the hosts.",
699
+ "ai:Select OpenShift version": "Select OpenShift version",
696
700
  "ai:selected": "selected",
697
701
  "ai:Selected image does not support arm64": "Selected image does not support arm64",
698
702
  "ai:Serial": "Serial",
@@ -702,6 +706,7 @@
702
706
  "ai:Service networks": "Service networks",
703
707
  "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.",
704
708
  "ai:Set all the hosts to boot using iPXE script file": "Set all the hosts to boot using iPXE script file",
709
+ "ai:Show all available versions": "Show all available versions",
705
710
  "ai:Show proxy settings": "Show proxy settings",
706
711
  "ai:Single node cluster cannot contain more than 1 host.": "Single node cluster cannot contain more than 1 host.",
707
712
  "ai:Single Node OpenShift disclaimer": "Single Node OpenShift disclaimer",
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.12.3-cim"
62
+ "version": "2.12.4-cim"
63
63
  }