@openshift-assisted/locales 2.43.5 → 2.44.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.
@@ -180,6 +180,7 @@
180
180
  "ai:Cluster network host prefix": "Cluster network host prefix",
181
181
  "ai:Cluster networks": "Cluster networks",
182
182
  "ai:Cluster nodepools": "Cluster nodepools",
183
+ "ai:Cluster Observability requirements": "Cluster Observability requirements",
183
184
  "ai:Cluster popover": "Cluster popover",
184
185
  "ai:Cluster summary": "Cluster summary",
185
186
  "ai:Cluster validations": "Cluster validations",
@@ -523,6 +524,7 @@
523
524
  "ai:Memory capacity": "Memory capacity",
524
525
  "ai:Message": "Message",
525
526
  "ai:Metal3 operator is not configured": "Metal3 operator is not configured",
527
+ "ai:MetalLB requirements": "MetalLB requirements",
526
528
  "ai:Migration toolkit for virtualization requirements": "Migration toolkit for virtualization requirements",
527
529
  "ai:Minimal image file": "Minimal image file",
528
530
  "ai:Minimal value is 10Gi": "Minimal value is 10Gi",
@@ -609,10 +611,12 @@
609
611
  "ai:NTP status": "NTP status",
610
612
  "ai:NTP synchronization": "NTP synchronization",
611
613
  "ai:NTP synchronization failure": "NTP synchronization failure",
614
+ "ai:NUMA Resources requirements": "NUMA Resources requirements",
612
615
  "ai:Number of characters between dots (.) must be 1-63": "Number of characters between dots (.) must be 1-63",
613
616
  "ai:Number of control plane nodes": "Number of control plane nodes",
614
617
  "ai:Number of hosts": "Number of hosts",
615
618
  "ai:NVIDIA GPU requirements": "NVIDIA GPU requirements",
619
+ "ai:OADP requirements": "OADP requirements",
616
620
  "ai:OCS requirements": "OCS requirements",
617
621
  "ai:ODF requirements": "ODF requirements",
618
622
  "ai:OLM catalog components will be deployed onto the guest cluster.": "OLM catalog components will be deployed onto the guest cluster.",
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.43.5"
62
+ "version": "2.44.1"
63
63
  }