aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/nfvo-utils/i18n
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2022-04-11 15:58:59 +0100
committerandre.schmid <andre.schmid@est.tech>2022-04-11 16:37:09 +0100
commit8164e4d316b3d4ffdd0ba2aa599bbc0f9b454598 (patch)
treec191a0dcd4db8d78370ee2617ab9c7e9637e2c7c /openecomp-ui/src/nfvo-utils/i18n
parent10999e8145661c2a27a9e9c1876ee4dc915e2b80 (diff)
Add delete button for archived VLM
Adds a delete button for archived VLM in the VLM versions page. Asks for a confirmation before deleting. As VSP and VLM shares the same button, adds also a confirmation before deleting the VSP. Change-Id: I90af23cf3cff15d85292c895fdba7021aaa9649a Issue-ID: SDC-3964 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui/src/nfvo-utils/i18n')
-rw-r--r--openecomp-ui/src/nfvo-utils/i18n/en.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/openecomp-ui/src/nfvo-utils/i18n/en.json b/openecomp-ui/src/nfvo-utils/i18n/en.json
index 3a61fb3a6f..f0613bccf0 100644
--- a/openecomp-ui/src/nfvo-utils/i18n/en.json
+++ b/openecomp-ui/src/nfvo-utils/i18n/en.json
@@ -668,5 +668,12 @@
"upload.status.validating": "Package is in validation",
"upload.status.processing": "Package is being processed",
"upload.status.success": "Package was successfully uploaded",
- "upload.status.error": "Package upload resulted in error"
+ "upload.status.error": "Package upload resulted in error",
+ "vlm.delete.modal.title": "Delete Archived VLM",
+ "vlm.delete.archived.warning": "Deleting a Vendor Licence Model cannot be undone. Do you want to proceed?",
+ "vlm.delete.success": "The Vendor Licence Model was successfully deleted",
+ "vsp.delete.archived.warning": "Deleting a Vendor Software Product cannot be undone. Do you want to proceed?",
+ "vsp.delete.success": "The Vendor Software Product was successfully deleted",
+ "button.proceed.label": "Proceed",
+ "item.delete.success": "The item was successful deleted"
}