@openshift-assisted/locales 2.50.0 → 2.51.0

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.
@@ -870,7 +870,6 @@
870
870
  "ai:Tang servers' URLs or thumbprints": "Tang servers' URLs or thumbprints",
871
871
  "ai:Technology Preview": "Technology Preview",
872
872
  "ai:Technology preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process.": "Technology preview features provide early access to upcoming product innovations, enabling you to test functionality and provide feedback during the development process.",
873
- "ai:The {{label}} Ingress and API IP addresses cannot be the same.": "The {{label}} Ingress and API IP addresses cannot be the same.",
874
873
  "ai:The agent is not bound to a cluster.": "The agent is not bound to a cluster.",
875
874
  "ai:The agent ran successfully": "The agent ran successfully",
876
875
  "ai:The block must not overlap with existing physical networks. To access the Pods from an external network, configure load balancers and routers to manage the traffic.": "The block must not overlap with existing physical networks. To access the Pods from an external network, configure load balancers and routers to manage the traffic.",
@@ -902,10 +901,12 @@
902
901
  "ai:The IP address that hosts will use to communicate with the bootstrap node during installation.": "The IP address that hosts will use to communicate with the bootstrap node during installation.",
903
902
  "ai:The MAC address of the host's network connected NIC that will be used to provision the host.": "The MAC address of the host's network connected NIC that will be used to provision the host.",
904
903
  "ai:The output displays the following:": "The output displays the following:",
904
+ "ai:The primary Ingress and API IP addresses cannot be the same.": "The primary Ingress and API IP addresses cannot be the same.",
905
905
  "ai:The resource has been saved and the YAML is now read only.": "The resource has been saved and the YAML is now read only.",
906
906
  "ai:The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.": "The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.",
907
907
  "ai:The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file. Hosts will be rebooted automatically after the change is applied if using BMC.": "The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file. Hosts will be rebooted automatically after the change is applied if using BMC.",
908
908
  "ai:The resource you are changing is already in use by hosts in the infrastructure environment. The hosts will be rebooted automatically after the change is applied.": "The resource you are changing is already in use by hosts in the infrastructure environment. The hosts will be rebooted automatically after the change is applied.",
909
+ "ai:The secondary Ingress and API IP addresses cannot be the same.": "The secondary Ingress and API IP addresses cannot be the same.",
909
910
  "ai:The specified CIDR is invalid because its resulting routing prefix matches the unspecified address.": "The specified CIDR is invalid because its resulting routing prefix matches the unspecified address.",
910
911
  "ai:The storage sizes will be used to store different files and data for cluster creation.": "The storage sizes will be used to store different files and data for cluster creation.",
911
912
  "ai:The subnet prefix length to assign to each individual node.": "The subnet prefix length to assign to each individual node.",
@@ -969,6 +970,7 @@
969
970
  "ai:Unable to SSH into your hosts through the network?": "Unable to SSH into your hosts through the network?",
970
971
  "ai:Unique hostname": "Unique hostname",
971
972
  "ai:Unknown": "Unknown",
973
+ "ai:Unmonitored": "Unmonitored",
972
974
  "ai:Unreachable": "Unreachable",
973
975
  "ai:Update": "Update",
974
976
  "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.0"
62
+ "version": "2.51.0"
63
63
  }