@openshift-assisted/locales 2.26.0 → 2.27.0
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 +2 -0
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -332,6 +332,7 @@
|
|
|
332
332
|
"ai:Go to cluster list": "Go to cluster list",
|
|
333
333
|
"ai:Hardware": "Hardware",
|
|
334
334
|
"ai:Hardware information": "Hardware information",
|
|
335
|
+
"ai:Host {{hostname}} will be removed": "Host {{hostname}} will be removed",
|
|
335
336
|
"ai:Host address": "Host address",
|
|
336
337
|
"ai:Host cannot be deleted while host is either installed or being installed.": "Host cannot be deleted while host is either installed or being installed.",
|
|
337
338
|
"ai:Host Count": "Host Count",
|
|
@@ -611,6 +612,7 @@
|
|
|
611
612
|
"ai:Remove": "Remove",
|
|
612
613
|
"ai:Remove from the cluster": "Remove from the cluster",
|
|
613
614
|
"ai:Remove host": "Remove host",
|
|
615
|
+
"ai:Remove host?": "Remove host?",
|
|
614
616
|
"ai:Remove hosts": "Remove hosts",
|
|
615
617
|
"ai:Remove hosts dialog": "Remove hosts dialog",
|
|
616
618
|
"ai:Remove hosts?": "Remove hosts?",
|
package/package.json
CHANGED