@openshift-assisted/locales 2.53.0 → 2.53.1
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 -4
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"ai:Cluster summary": "Cluster summary",
|
|
204
204
|
"ai:Cluster validations": "Cluster validations",
|
|
205
205
|
"ai:Cluster-level events": "Cluster-level events",
|
|
206
|
-
"ai:Cluster-
|
|
206
|
+
"ai:Cluster-managed networking": "Cluster-managed networking",
|
|
207
207
|
"ai:Cluster-wide proxy": "Cluster-wide proxy",
|
|
208
208
|
"ai:CNV requirements": "CNV requirements",
|
|
209
209
|
"ai:Command to download the iPXE script file": "Command to download the iPXE script file",
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
"ai:useAlerts must be used within AlertsContextProvider": "useAlerts must be used within AlertsContextProvider",
|
|
989
989
|
"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.",
|
|
990
990
|
"ai:useFeatureSupportLevel must be used within FeatureSupportLevelContextProvider.": "useFeatureSupportLevel must be used within FeatureSupportLevelContextProvider.",
|
|
991
|
-
"ai:User-
|
|
991
|
+
"ai:User-managed networking": "User-managed networking",
|
|
992
992
|
"ai:Username": "Username",
|
|
993
993
|
"ai:UUID": "UUID",
|
|
994
994
|
"ai:Valid hostname": "Valid hostname",
|
|
@@ -1013,7 +1013,6 @@
|
|
|
1013
1013
|
"ai:Vsphere disk uuid enabled": "Vsphere disk uuid enabled",
|
|
1014
1014
|
"ai:Waiting for host..._one": "Waiting for host...",
|
|
1015
1015
|
"ai:Waiting for host..._other": "Waiting for hosts...",
|
|
1016
|
-
"ai:Waiting for hosts to be ready...": "Waiting for hosts to be ready...",
|
|
1017
1016
|
"ai:Waiting for hosts...": "Waiting for hosts...",
|
|
1018
1017
|
"ai:Warning": "Warning",
|
|
1019
1018
|
"ai:Web Console URL": "Web Console URL",
|
|
@@ -1022,7 +1021,7 @@
|
|
|
1022
1021
|
"ai:With BMC form": "With BMC form",
|
|
1023
1022
|
"ai:With Discovery ISO": "With Discovery ISO",
|
|
1024
1023
|
"ai:With iPXE": "With iPXE",
|
|
1025
|
-
"ai:With
|
|
1024
|
+
"ai:With user-managed networking, you'll need to provide and configure a load balancer for the API and ingress endpoints.": "With user-managed networking, you'll need to provide and configure a load balancer for the API and ingress endpoints.",
|
|
1026
1025
|
"ai:Worker_one": "Worker",
|
|
1027
1026
|
"ai:Worker_other": "Workers",
|
|
1028
1027
|
"ai:Worker Hosts Labels": "Worker Hosts Labels",
|
package/package.json
CHANGED