@openshift-assisted/locales 2.16.1-cim → 2.16.2-cim
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.
- package/lib/en/translation.json +1 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -327,6 +327,7 @@
|
|
|
327
327
|
"ai:Error parsing cluster feature_usage field": "Error parsing cluster feature_usage field",
|
|
328
328
|
"ai:Events table": "Events table",
|
|
329
329
|
"ai:Exactly 1 host is required, capable of functioning both as control plane and worker node.": "Exactly 1 host is required, capable of functioning both as control plane and worker node.",
|
|
330
|
+
"ai:Exactly 2 hosts capable of functioning as control plane nodes, and one arbiter, are required.": "Exactly 2 hosts capable of functioning as control plane nodes, and one arbiter, are required.",
|
|
330
331
|
"ai:Exclude destination domain names, IP addresses, or other network CIDRs from proxying by adding them to this comma-separated list.": "Exclude destination domain names, IP addresses, or other network CIDRs from proxying by adding them to this comma-separated list.",
|
|
331
332
|
"ai:Exposes the service externally using a cloud provider's load balancer": "Exposes the service externally using a cloud provider's load balancer",
|
|
332
333
|
"ai:Exposes the service on each node's IP at a static port": "Exposes the service on each node's IP at a static port",
|
package/package.json
CHANGED