@openshift-assisted/locales 2.12.0-cim → 2.13.0-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.
@@ -50,7 +50,7 @@
50
50
  "ai:Add host using Baseboard Management Controller (BMC)": "Add host using Baseboard Management Controller (BMC)",
51
51
  "ai:Add hosts": "Add hosts",
52
52
  "ai:Add hosts by uploading YAML (BMC)": "Add hosts by uploading YAML (BMC)",
53
- "ai:Add hosts with {{cpuArchitecture}} architecture to an <4>infrastructure environment</4>": "Add hosts with {{cpuArchitecture}} architecture to an <4>infrastructure environment</4>",
53
+ "ai:Add hosts with {{cpuArchitecture}} architecture to an <6>infrastructure environment</6>": "Add hosts with {{cpuArchitecture}} architecture to an <6>infrastructure environment</6>",
54
54
  "ai:Add label": "Add label",
55
55
  "ai:Add more": "Add more",
56
56
  "ai:Add Nodepool": "Add nodepool",
@@ -142,7 +142,6 @@
142
142
  "ai:Check assisted-installer logs": "Check assisted-installer logs",
143
143
  "ai:Check bootkube logs": "Check bootkube logs",
144
144
  "ai:Check the proxy settings and verify that the assisted installer service is connected to a network. You can use <code>nmcli</code> to get additional information about your network configuration.": "Check the proxy settings and verify that the assisted installer service is connected to a network. You can use <code>nmcli</code> to get additional information about your network configuration.",
145
- "ai:Check this option if you want to use the arm64 CPU architecture instead of the default x86_64 CPU architecture. Please note that some features will not be available.": "Select this option if you want to use the arm64 CPU architecture instead of the default x86_64 CPU architecture. Note that some features will not be available.",
146
145
  "ai:Check your VM reboot configuration": "Check your VM reboot configuration.",
147
146
  "ai:Choose a namespace from your existing host inventory in order to select hosts for your node pools. The namespace will be composed of 1 or more infrastructure environments. After the cluster is created, a host will become a worker node.": "Select a namespace from your existing host inventory in order to select hosts for your node pools. The namespace will contain 1 or more infrastructure environments. After the cluster is created, a host becomes a worker node.",
148
147
  "ai:Clear": "Clear",
@@ -305,6 +304,7 @@
305
304
  "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
305
  "ai:Exposes the service externally using a cloud provider's load balancer": "Exposes the service externally using a cloud provider's load balancer",
307
306
  "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",
307
+ "ai:Externally provisioned": "Externally provisioned",
308
308
  "ai:Failed": "Failed",
309
309
  "ai:Failed on {{humanizedDataTime}}": "Failed on {{humanizedDataTime}}",
310
310
  "ai:Failed to add host": "Failed to add host",
@@ -490,7 +490,6 @@
490
490
  "ai:Machine CIDR": "Machine CIDR",
491
491
  "ai:Machine CIDR conforms expected": "Machine CIDR conforms expected",
492
492
  "ai:Machine networks": "Machine networks",
493
- "ai:Make sure all the hosts are using arm64 CPU architecture.": "Make sure all the hosts are using arm64 CPU architecture.",
494
493
  "ai:Make sure that the VIP is unique and not used by any other device on your network.": "Make sure that the VIP is unique and not used by any other device on your network.",
495
494
  "ai:Make sure that you expect and recognize the host before approving.": "Make sure that you expect and recognize the host before approving.",
496
495
  "ai:Manage hosts": "Manage hosts",
@@ -559,6 +558,7 @@
559
558
  "ai:No location": "No location",
560
559
  "ai:No matching events": "No matching events",
561
560
  "ai:No namespace with hosts is available": "No namespace with hosts is available",
561
+ "ai:No OpenShift images available for selected CPU architecture {{cpuArchitecture}}.": "No OpenShift images available for selected CPU architecture {{cpuArchitecture}}.",
562
562
  "ai:No overlapping CIDR": "No overlapping CIDR",
563
563
  "ai:No proxy": "No proxy",
564
564
  "ai:No proxy domains": "No proxy domains",
@@ -569,6 +569,7 @@
569
569
  "ai:No skip missing disk": "No skip missing disk",
570
570
  "ai:No subnets are currently available": "No subnets are currently available",
571
571
  "ai:No support level data for version {{openshiftVersion}}": "No support level data for version {{openshiftVersion}}",
572
+ "ai:No version selected": "No version selected",
572
573
  "ai:Nodepool": "Nodepool",
573
574
  "ai:Nodepool conditions": "Nodepool conditions",
574
575
  "ai:Nodepool name": "Nodepool name",
@@ -845,7 +846,6 @@
845
846
  "ai:Use a comma to separate each listed domain. Preface a domain with <bold>.</bold> to include its subdomains. Use <bold>*</bold> to bypass the proxy for all destinations.": "Use a comma to separate each listed domain. Preface a domain with <bold>.</bold> to include its subdomains. Use <bold>*</bold> to bypass the proxy for all destinations.",
846
847
  "ai:Use advanced networking": "Use advanced networking",
847
848
  "ai:Use alphanumeric characters, dot (.), underscore (_) or hyphen (-)": "Use alphanumeric characters, dot (.), underscore (_) or hyphen (-)",
848
- "ai:Use arm64 CPU architecture": "Use arm64 CPU architecture",
849
849
  "ai:Use autoscaling": "Use autoscaling",
850
850
  "ai:Use lowercase alphanumeric characters or hyphen (-)": "Use lowercase alphanumeric characters or hyphen (-)",
851
851
  "ai:Use lowercase alphanumeric characters, dot (.) or hyphen (-)": "Use lowercase alphanumeric characters, dot (.) or hyphen (-)",
package/package.json CHANGED
@@ -59,5 +59,5 @@
59
59
  "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ."
60
60
  },
61
61
  "type": "module",
62
- "version": "2.12.0-cim"
62
+ "version": "2.13.0-cim"
63
63
  }