@openshift-assisted/locales 2.38.1 → 2.38.3
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 +4 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -82,6 +82,8 @@
|
|
|
82
82
|
"ai:Allocate IPs via DHCP server": "Allocate IPs using DHCP server",
|
|
83
83
|
"ai:Already approved": "Already approved",
|
|
84
84
|
"ai:Also note that each host's disk write speed should meet the minimum requirements to run OpenShift. ": "Also note that the disk write speed of each host must meet the minimum requirements to run OpenShift. ",
|
|
85
|
+
"ai:AMD GPU": "AMD GPU",
|
|
86
|
+
"ai:AMD GPU requirements": "AMD GPU requirements",
|
|
85
87
|
"ai:An error occured": "An error occured.",
|
|
86
88
|
"ai:An error occured while approving agents": "An error occured while approving agents.",
|
|
87
89
|
"ai:An error occured while starting installation.": "An error occured while starting installation.",
|
|
@@ -473,6 +475,8 @@
|
|
|
473
475
|
"ai:Keep the Discovery ISO media connected to the device throughout the installation process and set each host to boot <bold>only one time</bold> from this device. ": "Keep the Discovery ISO media connected to the device throughout the installation process and set each host to boot <bold>only one time</bold> from this device. ",
|
|
474
476
|
"ai:Keep the Discovery ISO media connected to the device throughout the installation process and set each host to boot <bold>only one time</bold> from this device. _plural": "Keep the Discovery ISO media connected to the device throughout the installation process and set each host to boot <bold>only one time</bold> from this device. ",
|
|
475
477
|
"ai:Keep the field empty to match <bold>any</bold> location.": "Keep the field empty to match <bold>any</bold> location.",
|
|
478
|
+
"ai:Kernel Module Management": "Kernel Module Management",
|
|
479
|
+
"ai:Kernel Module Management requirements": "Kernel Module Management requirements",
|
|
476
480
|
"ai:Kubeconfig is empty.": "Kubeconfig is empty.",
|
|
477
481
|
"ai:Labels": "Labels",
|
|
478
482
|
"ai:Labels matching hosts": "Labels matching hosts",
|
package/package.json
CHANGED