@openshift-assisted/locales 2.15.0-cim → 2.15.2-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.
@@ -60,8 +60,6 @@
60
60
  "ai:Add label": "Add label",
61
61
  "ai:Add more": "Add more",
62
62
  "ai:Add Nodepool": "Add nodepool",
63
- "ai:Add worker host dialog": "Add worker host dialog",
64
- "ai:Add worker hosts": "Add worker hosts",
65
63
  "ai:Add your own NTP (Network Time Protocol) sources": "Add your own NTP (Network Time Protocol) sources",
66
64
  "ai:Adding hosts": "Adding hosts",
67
65
  "ai:Adding hosts instructions": "Adding hosts instructions",
@@ -740,6 +738,7 @@
740
738
  "ai:Service networks": "Service networks",
741
739
  "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.",
742
740
  "ai:Set all the hosts to boot using iPXE script file": "Set all the hosts to boot using iPXE script file",
741
+ "ai:Show all available versions": "Show all available versions",
743
742
  "ai:Show proxy settings": "Show proxy settings",
744
743
  "ai:Single node cluster cannot contain more than 1 host.": "Single node cluster cannot contain more than 1 host.",
745
744
  "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.15.0-cim"
62
+ "version": "2.15.2-cim"
63
63
  }