@openshift-assisted/locales 2.31.2 → 2.31.4

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.
@@ -617,6 +617,7 @@
617
617
  "ai:Pending validations:": "Pending validations:",
618
618
  "ai:Platform network settings": "Platform network settings",
619
619
  "ai:Platform requirements": "Platform requirements",
620
+ "ai:Please note that this version is not maintained anymore.": "Please note that this version is not maintained anymore.",
620
621
  "ai:Please note that this version is not production-ready.": "Note that this version is not production-ready.",
621
622
  "ai:Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:": "Refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:",
622
623
  "ai:Please select a subnet. ({{hostSubnetLength}} available)": "Select a subnet. ({{hostSubnetLength}} available)",
package/package.json CHANGED
@@ -51,5 +51,5 @@
51
51
  "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ."
52
52
  },
53
53
  "type": "module",
54
- "version": "2.31.2"
54
+ "version": "2.31.4"
55
55
  }