@openshift-assisted/locales 2.9.15-cim → 2.10.1-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.
@@ -498,6 +498,7 @@
498
498
  "ai:Maximum availability {{maxAgents}}": "Maximum availability {{maxAgents}}",
499
499
  "ai:Maximum availability is based on the number of hosts available in a given namespace. The number changes dynamically depending on the filtering labels added above.": "Maximum availability is based on the number of hosts available in a given namespace. The number changes dynamically depending on the filtering labels previously added.",
500
500
  "ai:Maximum hosts count {{HOSTS_MAX_COUNT}} reached.": "Maximum hosts count {{HOSTS_MAX_COUNT}} reached.",
501
+ "ai:Maximum number of hosts": "Maximum number of hosts",
501
502
  "ai:MCE requirements": "MCE requirements",
502
503
  "ai:Media Connected": "Media Connected",
503
504
  "ai:Memory": "Memory",
@@ -513,6 +514,7 @@
513
514
  "ai:Minimum hardware requirements": "Minimum hardware requirements",
514
515
  "ai:Minimum Memory": "Minimum Memory",
515
516
  "ai:Minimum memory for selected role": "Minimum memory for selected role",
517
+ "ai:Minimum number of hosts": "Minimum number of hosts",
516
518
  "ai:Model": "Model",
517
519
  "ai:Modify your platform configuration to access your platform's features directly in OpenShift.": "Modify your platform configuration to access your platform's features directly in OpenShift.",
518
520
  "ai:More info for configure storage sizes": "More information for configure storage sizes",
@@ -522,6 +524,7 @@
522
524
  "ai:More info for system storage": "More information for system storage",
523
525
  "ai:Multicluster engine": "Multicluster engine",
524
526
  "ai:Multicluster engine requirements": "Multicluster engine requirements",
527
+ "ai:Must be at least 1": "Must be at least 1",
525
528
  "ai:Must be unique": "Must be unique",
526
529
  "ai:Must have a storage class": "Must have a storage class",
527
530
  "ai:Must start and end with an alphanumeric character": "Must start and end with an alphanumeric character",
@@ -633,7 +636,6 @@
633
636
  "ai:Provide an endpoint for users, both human and machine, to interact with and configure the platform. If needed, contact your IT manager for more information. {{vipHelperSuffix}}": "Provide an endpoint for users, both human and machine, to interact with and configure the platform. If needed, contact your IT manager for more information. {{vipHelperSuffix}}",
634
637
  "ai:Provide an SSH key to be able to connect to the hosts for debugging purposes during the discovery process": "Provide an SSH key to be able to connect to the hosts for debugging purposes during the discovery process",
635
638
  "ai:Provide as many labels as you can to narrow the list to relevant hosts only.": "Provide as many labels as you can to narrow the list to relevant hosts.",
636
- "ai:Provide SSH keys separated by newlines to be able to connect to the hosts for debugging purposes during the discovery process": "Provide SSH keys separated by newlines to be able to connect to the hosts for debugging purposes during the discovery process",
637
639
  "ai:Provided cluster configuration is not valid": "Provided cluster configuration is not valid",
638
640
  "ai:Provisioned": "Provisioned",
639
641
  "ai:Provisioning": "Provisioning",
@@ -684,6 +686,7 @@
684
686
  "ai:Select all": "Select all",
685
687
  "ai:Select how you'd like to add hosts (Discovery ISO, iPXE, or BMC form) and follow the instructions that appear.": "Select the method of adding hosts (Discovery ISO, iPXE, or BMC form) and follow the instructions.",
686
688
  "ai:Select none": "Select none",
689
+ "ai:Select one or more hosts": "Select one or more hosts",
687
690
  "ai:Select one or more locations to view hosts": "Select one or more locations to view hosts",
688
691
  "ai:Select one or multiple locations to choose the hosts from.": "Select one or multiple locations of the hosts.",
689
692
  "ai:selected": "selected",
@@ -840,6 +843,7 @@
840
843
  "ai:Use advanced networking": "Use advanced networking",
841
844
  "ai:Use alphanumeric characters, dot (.), underscore (_) or hyphen (-)": "Use alphanumeric characters, dot (.), underscore (_) or hyphen (-)",
842
845
  "ai:Use arm64 CPU architecture": "Use arm64 CPU architecture",
846
+ "ai:Use autoscaling": "Use autoscaling",
843
847
  "ai:Use lowercase alphanumeric characters or hyphen (-)": "Use lowercase alphanumeric characters or hyphen (-)",
844
848
  "ai:Use lowercase alphanumeric characters, dot (.) or hyphen (-)": "Use lowercase alphanumeric characters, dot (.) or hyphen (-)",
845
849
  "ai:Use the same host discovery SSH key": "Use the same host discovery SSH key",
package/package.json CHANGED
@@ -51,5 +51,5 @@
51
51
  "lint": "yarn run -T eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache ."
52
52
  },
53
53
  "type": "module",
54
- "version": "2.9.15-cim"
54
+ "version": "2.10.1-cim"
55
55
  }