@openshift-assisted/locales 2.23.2 → 2.24.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 +2 -3
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"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.",
|
|
373
373
|
"ai:If not, please start your VMs with the following configuration:": "If not, start your VMs with the following configuration:",
|
|
374
374
|
"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).",
|
|
375
|
-
"ai:If the configuration is taking longer than
|
|
375
|
+
"ai:If the configuration is taking longer than 5 minutes, you might need to troubleshoot.": "If the configuration is taking longer than 5 minutes, you might need to troubleshoot.",
|
|
376
376
|
"ai:If there are many clusters, use higher values for the storage fields.": "If there are many clusters, use higher values for the storage fields.",
|
|
377
377
|
"ai:If you exit this flow you can see its status in the list view or details page.": "If you exit this flow, you can see its status in the list view or details page.",
|
|
378
378
|
"ai:If you prefer using the CLI, follow the instructions in": "If you prefer using the CLI, follow the instructions in",
|
|
@@ -568,7 +568,6 @@
|
|
|
568
568
|
"ai:Pending input": "Pending input",
|
|
569
569
|
"ai:Pending validations:": "Pending validations:",
|
|
570
570
|
"ai:Platform network settings": "Platform network settings",
|
|
571
|
-
"ai:Please hold on till background checks are started.": "Wait until the background checks are started.",
|
|
572
571
|
"ai:Please note that this version is not production-ready.": "Note that this version is not production-ready.",
|
|
573
572
|
"ai:Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:": "Refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:",
|
|
574
573
|
"ai:Please select a subnet. ({{hostSubnetLength}} available)": "Select a subnet. ({{hostSubnetLength}} available)",
|
|
@@ -763,7 +762,7 @@
|
|
|
763
762
|
"ai:Used to describe hosts' physical location. Helps for quicker host selection during cluster creation.": "Used to describe hosts' physical location. Helps for quicker host selection during cluster creation.",
|
|
764
763
|
"ai:useFeatureSupportLevel must be used within FeatureSupportLevelContextProvider.": "useFeatureSupportLevel must be used within FeatureSupportLevelContextProvider.",
|
|
765
764
|
"ai:User-Managed Networking": "User-Managed Networking",
|
|
766
|
-
"ai:User-Managed Networking is not supported when using Nutanix": "User-Managed Networking is not supported when using Nutanix",
|
|
765
|
+
"ai:User-Managed Networking is not supported when using Nutanix or vSphere": "User-Managed Networking is not supported when using Nutanix or vSphere",
|
|
767
766
|
"ai:Username": "Username",
|
|
768
767
|
"ai:Valid hostname": "Valid hostname",
|
|
769
768
|
"ai:Valid network prefix": "Valid network prefix",
|
package/package.json
CHANGED