@openshift-assisted/locales 2.44.4 → 2.45.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.
- package/lib/en/translation.json +1 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -414,6 +414,7 @@
|
|
|
414
414
|
"ai:HTTPS proxy URL": "HTTPS proxy URL",
|
|
415
415
|
"ai:HTTPS Proxy URL": "HTTPS Proxy URL",
|
|
416
416
|
"ai:I understand that I need to download credentials files prior of proceeding with the cluster installation.": "I understand that I need to download credentials files prior of proceeding with the cluster installation.",
|
|
417
|
+
"ai:I'm installing on a disconnected/air-gapped/secured environment": "I'm installing on a disconnected/air-gapped/secured environment",
|
|
417
418
|
"ai:If hosts are behind a firewall that requires the use of a proxy, provide additional information about the proxy.": "If hosts are behind a firewall that requires the use of a proxy, provide additional information about the proxy.",
|
|
418
419
|
"ai:If not, please start your VMs with the following configuration:": "If not, start your VMs with the following configuration:",
|
|
419
420
|
"ai:If the cluster hosts are in a network with a re-encrypting (MITM) proxy or the cluster needs to trust certificates for other purposes (e.g. container image registries).": "If the cluster hosts are in a network with a re-encrypting (MITM) proxy or the cluster needs to trust certificates for other purposes (e.g. container image registries).",
|
package/package.json
CHANGED