@openshift-assisted/locales 2.16.3-cim → 2.16.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 +2 -3
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -378,6 +378,7 @@
|
|
|
378
378
|
"ai:Go to cluster configuration to start the installation": "Go to cluster configuration to start the installation.",
|
|
379
379
|
"ai:GPU": "GPU",
|
|
380
380
|
"ai:GPU_plural": "GPUs",
|
|
381
|
+
"ai:GPUs": "GPUs",
|
|
381
382
|
"ai:Guest": "Guest",
|
|
382
383
|
"ai:Hardware": "Hardware",
|
|
383
384
|
"ai:Hardware information": "Hardware information",
|
|
@@ -731,7 +732,6 @@
|
|
|
731
732
|
"ai:Rename hostnames using the custom template:": "Rename hostnames using the custom template:",
|
|
732
733
|
"ai:Report a bug": "Report a bug",
|
|
733
734
|
"ai:Required field": "Required field",
|
|
734
|
-
"ai:Required.": "Required.",
|
|
735
735
|
"ai:Requirements for Two Node control plane OpenShift": "Requirements for Two Node control plane OpenShift",
|
|
736
736
|
"ai:Reset": "Reset",
|
|
737
737
|
"ai:Reset cluster": "Reset cluster",
|
|
@@ -961,6 +961,5 @@
|
|
|
961
961
|
"ai:You should use your cluster's Kubeconfig file to gain access to the cluster.": "You should use your cluster's Kubeconfig file to gain access to the cluster.",
|
|
962
962
|
"ai:You'll first need to have a storage operator in order to create the storage class. If you don't have one installed, we recommend OpenShift Data Foundation operator, but you may use any.": "You need a storage operator installed, such as OpenShift Data Foundation, to create the storage class.",
|
|
963
963
|
"ai:Your libvirt virtual machines should be configured to restart automatically after a reboot. You can check this by running:": "Your libvirt virtual machines should be configured to restart automatically after a reboot. You can check this by running:",
|
|
964
|
-
"ai:Your own NTP (Network Time Protocol) sources": "Your own NTP (Network Time Protocol) sources"
|
|
965
|
-
"ai:Arbiter_plural": "Arbiter"
|
|
964
|
+
"ai:Your own NTP (Network Time Protocol) sources": "Your own NTP (Network Time Protocol) sources"
|
|
966
965
|
}
|
package/package.json
CHANGED