@openshift-assisted/locales 2.11.3-cim → 2.11.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 +1 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -305,6 +305,7 @@
|
|
|
305
305
|
"ai:Exclude destination domain names, IP addresses, or other network CIDRs from proxying by adding them to this comma-separated list.": "Exclude destination domain names, IP addresses, or other network CIDRs from proxying by adding them to this comma-separated list.",
|
|
306
306
|
"ai:Exposes the service externally using a cloud provider's load balancer": "Exposes the service externally using a cloud provider's load balancer",
|
|
307
307
|
"ai:Exposes the service on each node's IP at a static port": "Exposes the service on each node's IP at a static port",
|
|
308
|
+
"ai:Externally provisioned": "Externally provisioned",
|
|
308
309
|
"ai:Failed": "Failed",
|
|
309
310
|
"ai:Failed on {{humanizedDataTime}}": "Failed on {{humanizedDataTime}}",
|
|
310
311
|
"ai:Failed to add host": "Failed to add host",
|
package/package.json
CHANGED