@openshift-assisted/locales 2.17.5-cim → 2.18.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.
- package/lib/en/translation.json +6 -2
- package/package.json +1 -1
- package/tsconfig.json +1 -0
package/lib/en/translation.json
CHANGED
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"ai:A cluster with OVN networking type cannot use 'allocate IPs via DHCP server'": "A cluster with OVN networking type cannot use 'allocate IPs via DHCP server'",
|
|
50
50
|
"ai:A comma separated list of IP or domain names of the NTP pools or servers.": "A comma-separated list of IP addresses or the domain names of the NTP pools or servers.",
|
|
51
51
|
"ai:A comma separated list of IP or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure all hosts clocks are synchronized with a valid NTP server. It may take a few minutes for the new NTP sources to sync.": "A comma-separated list of IP addresses or domain names of the NTP pools or servers. Additional NTP sources are added to all hosts to ensure that all clocks of the hosts are synchronized with a valid NTP server. It might take a few minutes for the new NTP sources to synchronize.",
|
|
52
|
+
"ai:A pull secret has already been set for this cluster. You can edit it below.": "A pull secret has already been set for this cluster. You can edit it below.",
|
|
52
53
|
"ai:A Red Hat account's pull secret can be found in ": "A Red Hat account pull secret can be found in ",
|
|
53
54
|
"ai:A role will be chosen automatically based on detected hardware and network latency.": "A role will be chosen automatically based on detected hardware and network latency.",
|
|
54
55
|
"ai:Actions": "Actions",
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
"ai:Adding hosts instructions": "Adding hosts instructions",
|
|
73
74
|
"ai:Adding...": "Adding...",
|
|
74
75
|
"ai:Additional certificates": "Additional certificates",
|
|
76
|
+
"ai:Additional NTP sources": "Additional NTP sources",
|
|
75
77
|
"ai:Additional NTP Sources": "Additional NTP sources",
|
|
76
78
|
"ai:Address": "Address",
|
|
77
79
|
"ai:Address is the host/ip that the NodePort service is exposed over.": "Address is the host or IP address that exposes the NodePort service.",
|
|
@@ -150,7 +152,6 @@
|
|
|
150
152
|
"ai:Can not find cluster domain.": "Cannot find cluster domain.",
|
|
151
153
|
"ai:Can not find host of the assisted-image-service route": "Cannot find host of the assisted-image-service route.",
|
|
152
154
|
"ai:Can not manage hosts until Central Infrastructure Management is set up.": "Cannot manage hosts until Central Infrastructure Management is set up.",
|
|
153
|
-
"ai:Can not query routes.": "Cannot query routes.",
|
|
154
155
|
"ai:Cancel": "Cancel",
|
|
155
156
|
"ai:Cancelled on {{humanizedDataTime}}": "Cancelled on {{humanizedDataTime}}",
|
|
156
157
|
"ai:Cannot be deleted": "Cannot be deleted.",
|
|
@@ -330,7 +331,7 @@
|
|
|
330
331
|
"ai:Enable in cluster": "Enable in cluster",
|
|
331
332
|
"ai:Enabled for the installation": "Enabled for the installation",
|
|
332
333
|
"ai:Ensure the host is running, responsive, and is able to contact the installer.": "Ensure the host is running, responsive, and is able to contact the installer.",
|
|
333
|
-
"ai:Enter a key=value and then press 'enter'
|
|
334
|
+
"ai:Enter a key=value and then press 'enter' to input the label.": "Enter a key=value and then press 'enter' to input the label.",
|
|
334
335
|
"ai:Enter a password for the BMC": "Enter a password for the BMC",
|
|
335
336
|
"ai:Enter a username for the BMC": "Enter a username for the BMC",
|
|
336
337
|
"ai:Enter an address": "Enter an address",
|
|
@@ -623,6 +624,7 @@
|
|
|
623
624
|
"ai:Never share your downloaded ISO with anyone else.": "Never share your downloaded ISO with anyone else.",
|
|
624
625
|
"ai:New hostname": "New hostname",
|
|
625
626
|
"ai:New hostname will appear here...": "New hostname will appear here...",
|
|
627
|
+
"ai:New label": "New label",
|
|
626
628
|
"ai:Next": "Next",
|
|
627
629
|
"ai:NIC": "NIC",
|
|
628
630
|
"ai:NIC_plural": "NICs",
|
|
@@ -749,6 +751,7 @@
|
|
|
749
751
|
"ai:Provisioning": "Provisioning",
|
|
750
752
|
"ai:Proxy settings": "Proxy settings",
|
|
751
753
|
"ai:Pull secret": "Pull secret",
|
|
754
|
+
"ai:Pull secret configured": "Pull secret configured",
|
|
752
755
|
"ai:Pull secret is a required field.": "Pull secret is a required field.",
|
|
753
756
|
"ai:Pull secrets are used to download OpenShift Container Platform components and connect clusters to a Red Hat account. ": "Pull secrets are used to download OpenShift Container Platform components and connect clusters to a Red Hat account. ",
|
|
754
757
|
"ai:Pull secrets can be found in": "Pull secrets can be found in",
|
|
@@ -962,6 +965,7 @@
|
|
|
962
965
|
"ai:Unable to SSH into your hosts through the network?": "Unable to SSH into your hosts through the network?",
|
|
963
966
|
"ai:Unique hostname": "Unique hostname",
|
|
964
967
|
"ai:Unknown": "Unknown",
|
|
968
|
+
"ai:Unmonitored": "Unmonitored",
|
|
965
969
|
"ai:Unreachable": "Unreachable",
|
|
966
970
|
"ai:Update": "Update",
|
|
967
971
|
"ai:Upload": "Upload",
|
package/package.json
CHANGED