@openshift-assisted/locales 2.54.1 → 5.0.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.
@@ -590,8 +590,8 @@
590
590
  "ai:MetalLB requirements": "MetalLB requirements",
591
591
  "ai:Migration toolkit for virtualization requirements": "Migration toolkit for virtualization requirements",
592
592
  "ai:Minimal image file": "Minimal image file",
593
- "ai:Minimal value is 10Gi": "Minimal value is 10Gi",
594
593
  "ai:Minimal value is 1Gi": "Minimal value is 1Gi",
594
+ "ai:Minimal value is 50Gi": "Minimal value is 50Gi",
595
595
  "ai:Minimum CPU cores": "Minimum CPU cores",
596
596
  "ai:Minimum CPU cores for selected role": "Minimum CPU cores for selected role",
597
597
  "ai:Minimum disks of required size": "Minimum disks of required size",
@@ -623,6 +623,7 @@
623
623
  "ai:Network ports": "Network ports",
624
624
  "ai:Network type": "Network type",
625
625
  "ai:Networking": "Networking",
626
+ "ai:Networking stack type": "Networking stack type",
626
627
  "ai:Networks same address families": "Networks same address families",
627
628
  "ai:Never share your downloaded ISO with anyone else.": "Never share your downloaded ISO with anyone else.",
628
629
  "ai:New hostname": "New hostname",
@@ -842,7 +843,7 @@
842
843
  "ai:Some validations failed": "Some validations failed",
843
844
  "ai:Specify how much storage is allocated for storing files such as database tables and database views for the clusters. Recommended is 10Gi or more. The value can not be updated later.": "Specify how much storage is allocated for storing files such as database tables and database views for the clusters. Recommended is 10Gi or more. The value cannot be updated later.",
844
845
  "ai:Specify how much storage is allocated for storing logs, manifests and \"kubeconfig\" files for the clusters. Recommended is 100Gi or more. The value can not be updated later.": "Specify how much storage is allocated for storing logs, manifests and \"kubeconfig\" files for the clusters. Recommended is 100Gi or more. The value cannot be updated later.",
845
- "ai:Specify how much storage to allocate for the images of the clusters. There must be 1G of image storage for each instance of Red Hat Enterprise Linux CoreOS that is running. Recommended is 50Gi or more. The value can not be updated later.": "Specify how much storage to allocate for the images of the clusters. There must be 1G of image storage for each instance of Red Hat Enterprise Linux CoreOS that is running. Recommended is 50Gi or more. The value cannot be updated later.",
846
+ "ai:Specify how much storage to allocate for the images of the clusters. There must be 1G of image storage for each instance of Red Hat Enterprise Linux CoreOS that is running. Recommended is 100Gi or more. The value can not be updated later.": "Specify how much storage to allocate for the images of the clusters. There must be 1G of image storage for each instance of Red Hat Enterprise Linux CoreOS that is running. Recommended is 100Gi or more. The value can not be updated later.",
846
847
  "ai:Specify the HTTPS proxy that agents should use to access the discovery service. If you don't provide a value, your HTTP proxy URL will be used by default for both HTTP and HTTPS connections.": "Specify the HTTPS traffic proxy that agents should use to access the discovery service. Only HTTP proxy is supported. When using HTTP proxy with HTTPS traffic, HTTP tunneling is used. ",
847
848
  "ai:Speed": "Speed",
848
849
  "ai:SSH into your machine": "SSH into your machine",
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.54.1"
62
+ "version": "5.0.1-cim"
63
63
  }