@openshift-assisted/locales 2.50.1 → 2.51.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.
@@ -959,6 +959,7 @@
959
959
  "ai:Unable to SSH into your hosts through the network?": "Unable to SSH into your hosts through the network?",
960
960
  "ai:Unique hostname": "Unique hostname",
961
961
  "ai:Unknown": "Unknown",
962
+ "ai:Unmonitored": "Unmonitored",
962
963
  "ai:Unreachable": "Unreachable",
963
964
  "ai:Update": "Update",
964
965
  "ai:Upload": "Upload",
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.50.1"
62
+ "version": "2.51.1"
63
63
  }