@openshift-assisted/locales 2.52.1 → 2.52.2
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 +0 -2
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"ai:A cluster with OVN networking type cannot use 'allocate IPs via DHCP server'": "A cluster with OVN networking type cannot use 'allocate IPs via DHCP server'",
|
|
50
50
|
"ai:A comma separated list of IP or domain names of the NTP pools or servers.": "A comma-separated list of IP addresses or the domain names of the NTP pools or servers.",
|
|
51
51
|
"ai:A comma separated list of IP or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure all hosts clocks are synchronized with a valid NTP server. It may take a few minutes for the new NTP sources to sync.": "A comma-separated list of IP addresses or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure that all clocks of the hosts are synchronized with a valid NTP server. It might take a few minutes for the new NTP sources to synchronize.",
|
|
52
|
-
"ai:A pull secret has already been set for this cluster. You can edit it below.": "A pull secret has already been set for this cluster. You can edit it below.",
|
|
53
52
|
"ai:A Red Hat account's pull secret can be found in ": "A Red Hat account pull secret can be found in ",
|
|
54
53
|
"ai:A role will be chosen automatically based on detected hardware and network latency.": "A role will be chosen automatically based on detected hardware and network latency.",
|
|
55
54
|
"ai:Actions": "Actions",
|
|
@@ -750,7 +749,6 @@
|
|
|
750
749
|
"ai:Provisioning": "Provisioning",
|
|
751
750
|
"ai:Proxy settings": "Proxy settings",
|
|
752
751
|
"ai:Pull secret": "Pull secret",
|
|
753
|
-
"ai:Pull secret configured": "Pull secret configured",
|
|
754
752
|
"ai:Pull secret is a required field.": "Pull secret is a required field.",
|
|
755
753
|
"ai:Pull secrets are used to download OpenShift Container Platform components and connect clusters to a Red Hat account. ": "Pull secrets are used to download OpenShift Container Platform components and connect clusters to a Red Hat account. ",
|
|
756
754
|
"ai:Pull secrets can be found in": "Pull secrets can be found in",
|
package/package.json
CHANGED