@openshift-assisted/locales 2.31.8 → 2.32.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.
@@ -65,7 +65,6 @@
65
65
  "ai:Address is the host/ip that the NodePort service is exposed over.": "Address is the host or IP address that exposes the NodePort service.",
66
66
  "ai:Admin credentials are not available.": "Admin credentials are not available.",
67
67
  "ai:Agent compatibility": "Agent compatibility",
68
- "ai:AgentClusterInstall conditions are missing.": "AgentClusterInstall conditions are missing.",
69
68
  "ai:All bootable disks, except for read-only disks, will be formatted during installation. Make sure to back up any sensitive data before proceeding.": "All bootable disks, except for read-only disks, will be formatted during installation. Make sure to back up any critical data before proceeding.",
70
69
  "ai:All checks passed": "All checks passed",
71
70
  "ai:All discovered": "All discovered",
@@ -346,6 +345,7 @@
346
345
  "ai:Go to cluster {{clusterName}}": "Go to cluster {{clusterName}}",
347
346
  "ai:Go to cluster configuration to start the installation": "Go to cluster configuration to start the installation.",
348
347
  "ai:Go to cluster list": "Go to cluster list",
348
+ "ai:Guest": "Guest",
349
349
  "ai:Hardware": "Hardware",
350
350
  "ai:Hardware information": "Hardware information",
351
351
  "ai:Hardware type": "Hardware type",
@@ -415,6 +415,7 @@
415
415
  "ai:Information & Troubleshooting": "Information & Troubleshooting",
416
416
  "ai:Information and warnings": "Information and warnings",
417
417
  "ai:Infrastructure": "Infrastructure",
418
+ "ai:Infrastructure availability policy": "Infrastructure availability policy",
418
419
  "ai:Infrastructure env": "Infrastructure env",
419
420
  "ai:Infrastructure environment details": "Infrastructure environment details",
420
421
  "ai:Infrastructure environments are used by clusters. Create an infrastructure environment to add resources to your cluster.": "Infrastructure environments are used by clusters. Create an infrastructure environment to add resources to your cluster.",
@@ -492,6 +493,7 @@
492
493
  "ai:Make sure that the VIP is unique and not used by any other device on your network.": "Make sure that the VIP is unique and not used by any other device on your network.",
493
494
  "ai:Make sure that you expect and recognize the host before approving.": "Make sure that you expect and recognize the host before approving.",
494
495
  "ai:Manage hosts": "Manage hosts",
496
+ "ai:Management": "Management",
495
497
  "ai:Manually fix the host's NTP configuration or provide additional NTP sources.": "Manually fix the host's NTP configuration or provide additional NTP sources.",
496
498
  "ai:Manufacturer": "Manufacturer",
497
499
  "ai:Maximum availability {{maxAgents}}": "Maximum availability {{maxAgents}}",
@@ -586,6 +588,9 @@
586
588
  "ai:Number of hosts": "Number of hosts",
587
589
  "ai:OCS requirements": "OCS requirements",
588
590
  "ai:ODF requirements": "ODF requirements",
591
+ "ai:OLM catalog components will be deployed onto the guest cluster.": "OLM catalog components will be deployed onto the guest cluster.",
592
+ "ai:OLM catalog components will be deployed onto the management cluster.": "OLM catalog components will be deployed onto the management cluster.",
593
+ "ai:OLM catalog placement": "OLM catalog placement",
589
594
  "ai:Only {{hostsSelected}} host is selected.": "Only {{hostsSelected}} host is selected.",
590
595
  "ai:Only {{hostsSelected}} host is selected._plural": "Only {{hostsSelected}} hosts are selected.",
591
596
  "ai:Open documentation": "Open documentation",
@@ -827,8 +832,6 @@
827
832
  "ai:Try logging into the machine directly through physical access, out-of-band management, or a virtual machine console. To generate a new bootable image file with password-based login enabled, download the full image file and patch it locally with a login password of your choice using": "Try logging into the machine directly through physical access, out-of-band management, or a virtual machine console. To generate a new bootable image file with password-based login enabled, download the full image file and patch it locally with a login password of your choice using",
828
833
  "ai:Type or select location(s)": "Type or select location(s)",
829
834
  "ai:Unable to SSH into your hosts through the network?": "Unable to SSH into your hosts through the network?",
830
- "ai:Unexpected Agent conditions.": "Unexpected Agent conditions.",
831
- "ai:Unexpected AgentClusterInstall conditions.": "Unexpected AgentClusterInstall conditions.",
832
835
  "ai:Unique hostname": "Unique hostname",
833
836
  "ai:Unknown": "Unknown",
834
837
  "ai:Unreachable": "Unreachable",
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.8"
54
+ "version": "2.32.0"
55
55
  }