@openshift-assisted/locales 2.9.7-cim → 2.9.9-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 +5 -2
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -438,6 +438,7 @@
|
|
|
438
438
|
"ai:Last observed condition:": "Last observed condition:",
|
|
439
439
|
"ai:Launch OpenShift Console": "Launch OpenShift Console",
|
|
440
440
|
"ai:Learn more": "Learn more",
|
|
441
|
+
"ai:Learn more about configuration.": "Learn more about configuration.",
|
|
441
442
|
"ai:Learn more about enabling CIM on AWS <1></1>": "Learn more about enabling CIM on AWS <1></1>",
|
|
442
443
|
"ai:Learn more about OpenShift releases": "Learn more about OpenShift releases",
|
|
443
444
|
"ai:Learn more about pull secrets and view examples": "Learn more about pull secrets and view examples",
|
|
@@ -481,6 +482,7 @@
|
|
|
481
482
|
"ai:Minimum hardware requirements": "Minimum hardware requirements",
|
|
482
483
|
"ai:Minimum Memory": "Minimum Memory",
|
|
483
484
|
"ai:Minimum memory for selected role": "Minimum memory for selected role",
|
|
485
|
+
"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.",
|
|
484
486
|
"ai:More info for configure storage sizes": "More information for configure storage sizes",
|
|
485
487
|
"ai:More info for database storage": "More information for database storage",
|
|
486
488
|
"ai:More info for image storage": "More information for image storage",
|
|
@@ -576,6 +578,7 @@
|
|
|
576
578
|
"ai:Pending input": "Pending input",
|
|
577
579
|
"ai:Pending validations:": "Pending validations:",
|
|
578
580
|
"ai:Platform network settings": "Platform network settings",
|
|
581
|
+
"ai:Platform requirements": "Platform requirements",
|
|
579
582
|
"ai:Please note that this version is not production-ready.": "Note that this version is not production-ready.",
|
|
580
583
|
"ai:Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:": "Refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:",
|
|
581
584
|
"ai:Please select a subnet. ({{hostSubnetLength}} available)": "Select a subnet. ({{hostSubnetLength}} available)",
|
|
@@ -699,7 +702,7 @@
|
|
|
699
702
|
"ai:The hosts you selected are using different proxy settings. Configure a proxy that will be applied for these hosts. <bold>Configure at least one of the proxy settings below.</bold>": "The hosts you selected are using different proxy settings. Configure a proxy that will be applied for these hosts. <bold>Configure at least one of the following proxy settings.</bold>",
|
|
700
703
|
"ai:The HTTP proxy URL that agents should use to access the discovery service.": "The HTTP proxy URL that agents should use to access the discovery service.",
|
|
701
704
|
"ai:The IP address pool to use for service IP addresses. You can enter only one IP address pool. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.": "The IP address pool to use for service IP addresses. You can enter only one IP address pool. If you need to access the services from an external network, configure load balancers and routers to manage the traffic.",
|
|
702
|
-
"ai:The MAC address of the host's network connected NIC that
|
|
705
|
+
"ai:The MAC address of the host's network connected NIC that will be used to provision the host. Required for libvirt VMs driven by vbmc.": "The MAC address of the host's network connected NIC that will be used to provision the host. Required for libvirt VMs driven by vbmc.",
|
|
703
706
|
"ai:The output displays the following:": "The output displays the following:",
|
|
704
707
|
"ai:The resource has been saved and the YAML is now read only.": "The resource has been saved and the YAML is now read only.",
|
|
705
708
|
"ai:The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.": "The resource you are changing is already in use by hosts in the infrastructure environment. A change will require booting the hosts with a new discovery ISO file.",
|
|
@@ -756,7 +759,7 @@
|
|
|
756
759
|
"ai:Update": "Update",
|
|
757
760
|
"ai:Upload": "Upload",
|
|
758
761
|
"ai:Upload a YAML file": "Upload a YAML file",
|
|
759
|
-
"ai:Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).",
|
|
762
|
+
"ai:Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).",
|
|
760
763
|
"ai:Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.": "Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.",
|
|
761
764
|
"ai:URL must start with <bold>http</bold> (https schemes are not currently supported).": "URL must start with <bold>http</bold> (https schemes are not currently supported).",
|
|
762
765
|
"ai:URL must start with <bold>http</bold>.": "URL must start with <bold>http</bold>.",
|
package/package.json
CHANGED