@openshift-assisted/locales 2.41.2 → 2.42.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.
@@ -60,8 +60,6 @@
60
60
  "ai:Add label": "Add label",
61
61
  "ai:Add more": "Add more",
62
62
  "ai:Add Nodepool": "Add nodepool",
63
- "ai:Add worker host dialog": "Add worker host dialog",
64
- "ai:Add worker hosts": "Add worker hosts",
65
63
  "ai:Add your own NTP (Network Time Protocol) sources": "Add your own NTP (Network Time Protocol) sources",
66
64
  "ai:Adding hosts": "Adding hosts",
67
65
  "ai:Adding hosts instructions": "Adding hosts instructions",
@@ -102,6 +100,7 @@
102
100
  "ai:Approve host to join infrastructure environment": "Approve host to join infrastructure environment",
103
101
  "ai:Approve hosts dialog": "Approve hosts dialog",
104
102
  "ai:Approve hosts to join infrastructure environment": "Approve hosts to join infrastructure environment",
103
+ "ai:Arbiter": "Arbiter",
105
104
  "ai:Are you sure you want to reset the cluster?": "Are you sure you want to reset the cluster?",
106
105
  "ai:arm64": "arm64",
107
106
  "ai:arm64 is not supported in this OpenShift version": "arm64 is not supported in this OpenShift version",
@@ -665,6 +664,7 @@
665
664
  "ai:Preparing for installation": "Preparing for installation",
666
665
  "ai:Preparing step failed": "Preparing step failed",
667
666
  "ai:Preparing step successful": "Preparing step successful",
667
+ "ai:Prevents split-brain scenarios and maintains quorum.": "Prevents split-brain scenarios and maintains quorum.",
668
668
  "ai:Preview": "Preview",
669
669
  "ai:Product": "Product",
670
670
  "ai:Progress": "Progress",
@@ -708,6 +708,7 @@
708
708
  "ai:Report a bug": "Report a bug",
709
709
  "ai:Required field": "Required field",
710
710
  "ai:Required.": "Required.",
711
+ "ai:Requirements for Two Node control plane OpenShift": "Requirements for Two Node control plane OpenShift",
711
712
  "ai:Reset": "Reset",
712
713
  "ai:Reset cluster": "Reset cluster",
713
714
  "ai:Reset host": "Reset host",
@@ -868,6 +869,7 @@
868
869
  "ai:Troubleshoot in the assisted service deployment": "Troubleshoot in the assisted service deployment",
869
870
  "ai:try again": "try again",
870
871
  "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",
872
+ "ai:Two nodes control plane OpenShift must include an additional arbiter node.": "Two nodes control plane OpenShift must include an additional arbiter node.",
871
873
  "ai:Type or select location(s)": "Type or select location(s)",
872
874
  "ai:Unable to SSH into your hosts through the network?": "Unable to SSH into your hosts through the network?",
873
875
  "ai:Unique hostname": "Unique hostname",
@@ -935,5 +937,6 @@
935
937
  "ai:You should use your cluster's Kubeconfig file to gain access to the cluster.": "You should use your cluster's Kubeconfig file to gain access to the cluster.",
936
938
  "ai:You'll first need to have a storage operator in order to create the storage class. If you don't have one installed, we recommend OpenShift Data Foundation operator, but you may use any.": "You need a storage operator installed, such as OpenShift Data Foundation, to create the storage class.",
937
939
  "ai:Your libvirt virtual machines should be configured to restart automatically after a reboot. You can check this by running:": "Your libvirt virtual machines should be configured to restart automatically after a reboot. You can check this by running:",
938
- "ai:Your own NTP (Network Time Protocol) sources": "Your own NTP (Network Time Protocol) sources"
940
+ "ai:Your own NTP (Network Time Protocol) sources": "Your own NTP (Network Time Protocol) sources",
941
+ "ai:Arbiter_plural": "Arbiter"
939
942
  }
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.41.2"
62
+ "version": "2.42.0"
63
63
  }