@openshift-assisted/locales 2.12.0-cim → 2.12.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.
@@ -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",
@@ -845,7 +844,6 @@
845
844
  "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
845
  "ai:Use advanced networking": "Use advanced networking",
847
846
  "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
847
  "ai:Use autoscaling": "Use autoscaling",
850
848
  "ai:Use lowercase alphanumeric characters or hyphen (-)": "Use lowercase alphanumeric characters or hyphen (-)",
851
849
  "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.12.2-cim"
63
63
  }