@openshift-assisted/locales 2.8.3-cim → 2.8.5-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 +3 -2
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"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.",
|
|
372
372
|
"ai:If not, please start your VMs with the following configuration:": "If not, please start your VMs with the following configuration:",
|
|
373
373
|
"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).",
|
|
374
|
-
"ai:If the configuration is taking longer than
|
|
374
|
+
"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.",
|
|
375
375
|
"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.",
|
|
376
376
|
"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.",
|
|
377
377
|
"ai:If you prefer using the CLI, follow the instructions in": "If you prefer using the CLI, follow the instructions in",
|
|
@@ -414,6 +414,7 @@
|
|
|
414
414
|
"ai:IP allocation from the DHCP server timed out.": "IP allocation from the DHCP server timed out.",
|
|
415
415
|
"ai:iPXE script file is ready to be downloaded": "iPXE script file is ready to be downloaded",
|
|
416
416
|
"ai:iPXE script file URL": "iPXE script file URL",
|
|
417
|
+
"ai:It can be fixed in the <1>{pageURL.name}</1> page.": "It can be fixed in the <1>{pageURL.name}</1> page.",
|
|
417
418
|
"ai:It can be fixed in the <2></2> step.": "It can be fixed in the <2></2> step.",
|
|
418
419
|
"ai:It is not possible to remove a host which is being installed.": "It is not possible to remove a host which is being installed.",
|
|
419
420
|
"ai:It is not possible to remove a node from a cluster during installation.": "It is not possible to remove a node from a cluster during installation.",
|
|
@@ -740,7 +741,7 @@
|
|
|
740
741
|
"ai:Update": "Update",
|
|
741
742
|
"ai:Upload": "Upload",
|
|
742
743
|
"ai:Upload a YAML file": "Upload a YAML file",
|
|
743
|
-
"ai:Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).",
|
|
744
|
+
"ai:Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).",
|
|
744
745
|
"ai:Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.": "Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.",
|
|
745
746
|
"ai:URL must start with <bold>http</bold> (https schemes are not currently supported).": "URL must start with <bold>http</bold> (https schemes are not currently supported).",
|
|
746
747
|
"ai:URL must start with <bold>http</bold>.": "URL must start with <bold>http</bold>.",
|
package/package.json
CHANGED