@openshift-assisted/locales 2.16.0-cim → 2.16.2-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 -2
- package/lib/es/translation.json +124 -55
- package/lib/fr/translation.json +116 -47
- package/lib/ja/translation.json +113 -44
- package/lib/ko/translation.json +108 -39
- package/lib/zh/translation.json +107 -38
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"ai:1-{{count}} characters_plural": "1-{{count}} characters",
|
|
37
37
|
"ai:1-253 characters": "1-253 characters",
|
|
38
38
|
"ai:1-63 characters": "1-63 characters",
|
|
39
|
+
"ai:2 (Two-Nodes Arbiter)": "2 (Two-Nodes Arbiter)",
|
|
39
40
|
"ai:2-{{count}} characters": "2-{{count}} characters",
|
|
40
41
|
"ai:2-{{count}} characters_plural": "2-{{count}} characters",
|
|
41
42
|
"ai:3 (highly available cluster)": "3 (highly available cluster)",
|
|
@@ -326,6 +327,7 @@
|
|
|
326
327
|
"ai:Error parsing cluster feature_usage field": "Error parsing cluster feature_usage field",
|
|
327
328
|
"ai:Events table": "Events table",
|
|
328
329
|
"ai:Exactly 1 host is required, capable of functioning both as control plane and worker node.": "Exactly 1 host is required, capable of functioning both as control plane and worker node.",
|
|
330
|
+
"ai:Exactly 2 hosts capable of functioning as control plane nodes, and one arbiter, are required.": "Exactly 2 hosts capable of functioning as control plane nodes, and one arbiter, are required.",
|
|
329
331
|
"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.",
|
|
330
332
|
"ai:Exposes the service externally using a cloud provider's load balancer": "Exposes the service externally using a cloud provider's load balancer",
|
|
331
333
|
"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",
|
|
@@ -838,7 +840,6 @@
|
|
|
838
840
|
"ai:The storage sizes will be used to store different files and data for cluster creation.": "The storage sizes will be used to store different files and data for cluster creation.",
|
|
839
841
|
"ai:The subnet prefix length to assign to each individual node. For example, if Cluster Network Host Prefix is set to 116, then each node is assigned a /116 subnet out of the given cidr (clusterNetworkCIDR), which allows for 4,094 (2^(128 - 116) - 2) pod IPs addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.": "The subnet prefix length to assign to each individual node. For example, if Cluster Network Host Prefix is set to 116, then each node is assigned a /116 subnet out of the given cidr (clusterNetworkCIDR), which allows for 4,094 (2^(128 - 116) - 2) pod IPs addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.",
|
|
840
842
|
"ai:The subnet prefix length to assign to each individual node. For example, if Cluster Network Host Prefix is set to 23, then each node is assigned a /23 subnet out of the given cidr (clusterNetworkCIDR), which allows for 510 (2^(32 - 23) - 2) pod IPs addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.": "The subnet prefix length to assign to each individual node. For example, if Cluster Network Host Prefix is set to 23, then each node is assigned a /23 subnet out of the given cidr (clusterNetworkCIDR), which allows for 510 (2^(32 - 23) - 2) pod IPs addresses. If you are required to provide access to nodes from an external network, configure load balancers and routers to manage the traffic.",
|
|
841
|
-
"ai:The use of Tang encryption mode to encrypt your disks is only supported for bare metal or vSphere installations on user-provisioned infrastructure.": "The use of Tang encryption mode to encrypt your disks is only supported for bare metal or vSphere installations on user-provisioned infrastructure.",
|
|
842
843
|
"ai:The Value is not valid BMC address, supported protocols are redfish-virtualmedia or idrac-virtualmedia.": "The Value is not valid BMC address, supported protocols are redfish-virtualmedia or idrac-virtualmedia.",
|
|
843
844
|
"ai:The YAML file might not be formatted correctly. Use the template to format and try again.": "The YAML file might not be formatted correctly. Use the template to format and try again.",
|
|
844
845
|
"ai:There are no events that match the current filters. Adjust or clear the filters to view events.": "There are no events that match the current filters. Adjust or clear the filters to view events.",
|
|
@@ -882,7 +883,6 @@
|
|
|
882
883
|
"ai:To enable the host's baseboard management controller (BMC) on the hub cluster, you must first <2>create a provisioning configuration.</2>": "To enable the host's baseboard management controller (BMC) on the hub cluster, you must first <2>create a provisioning configuration.</2>",
|
|
883
884
|
"ai:To finish adding nodes to the cluster, approve the join request inside OpenShift Console's Nodes section.": "To finish adding nodes to the cluster, approve the join request inside OpenShift Console's Nodes section.",
|
|
884
885
|
"ai:To use static network configuration, follow the steps listed in the documentation.": "To use static network configuration, follow the steps listed in the documentation.",
|
|
885
|
-
"ai:To use this encryption method, enable TPMv2 encryption in the BIOS of each selected host.": "To use this encryption method, enable TPMv2 encryption in the BIOS of each selected host.",
|
|
886
886
|
"ai:To verify that the agent ran successfully, check the logs:": "To verify that the agent ran successfully, check the logs:",
|
|
887
887
|
"ai:To view detailed agent logs and communication use following command:": "To view detailed agent logs and communication use following command:",
|
|
888
888
|
"ai:Total compute": "Total compute",
|