@openshift-assisted/locales 2.54.0 → 2.54.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 +2 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -508,6 +508,8 @@
|
|
|
508
508
|
"ai:Integrate with external partner platforms": "Integrate with external partner platforms",
|
|
509
509
|
"ai:Invalid IP address block. Expected value is a network expressed in CIDR notation (IP/netmask). For example: 123.123.123.0/24, 2055:d7a::/116": "Invalid IP address block. Expected value is a network expressed in CIDR notation (IP/netmask). For example: 123.123.123.0/24, 2055:d7a::/116",
|
|
510
510
|
"ai:Invalid pull secret format. You must use your Red Hat account's pull secret.": "Invalid pull secret format. You must use your Red Hat account's pull secret.",
|
|
511
|
+
"ai:Inventory fully truncated": "Inventory fully truncated",
|
|
512
|
+
"ai:Inventory partially truncated": "Inventory partially truncated",
|
|
511
513
|
"ai:IP address block from which Pod IPs are allocated This block must not overlap with existing physical networks. These IP addresses are used for the Pod network, and if you need to access the Pods from an external network, configure load balancers and routers to manage the traffic.": "IP address block from which Pod IPs are allocated. This block must not overlap with existing physical networks. These IP addresses are used for the Pod network, and if you need to access the Pods from an external network, configure load balancers and routers to manage the traffic.",
|
|
512
514
|
"ai:IP address blocks from which Pod IPs are allocated.": "IP address blocks from which Pod IPs are allocated.",
|
|
513
515
|
"ai:IP Address is outside of selected subnet": "IP Address is outside of selected subnet",
|
package/package.json
CHANGED