Feature 10912, 10916: NS Update

	*Added NG-UI support to remove VNF and change VNF in NS update
	*In NS Instances page. Click "Ns Update" in the actions menu.
        *Then a new pop-up page will opened.
        *In the popup there will be drop-down containing Update Type with 'CHANGE_VNFPKG' & 'REMOVE_VNFPKG', membervnfIndex and text field Vnfd Id.
        *When the fields are selected then Click Apply button.
	*For CHANGE_VNFPKG type, the software-version will be checked whether matching or not and corresponding popup will be shown.
        *The pop-up window is closed and the page is directed to "History of operations" page

Change-Id: I135dda039a381b1faa62baa263543e1f210384f7
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index cdf97a9..882029d 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -166,12 +166,23 @@
     "DEFAULT": "Default",
     "SOURCE": "Source",
     "RESOURCESNOTFOUND": "Resources not found",
+    "VNFPKGCHANGE": "CHANGE_VNFPKG",
+    "REMOVEVNF": "REMOVE_VNF",
     "SELECTMEMBERVNFINDEX": "Select Member VNF Index",
     "MEMBERVNFINDEX": "Member VNF Index",
     "VDUID": "VDU Id",
     "COUNTINDEX": "Count Index",
     "MIGRATETOHOST": "Migrate To Host",
     "VMMIGRATION": "Vm Migration",
+    "NSUPDATE": "Ns Update",
+    "UPDATETYPE": "Update Type",
+    "VNFDID": "Vnfd Id",
+    "UPDATEPOLICIES": "Update Policies",
+    "REDEPLOY": "Redeploy and Update",
+    "TERMINATEVNF": "Terminate VNF",
+    "UPDATEPOLICIESCONTENT": "This action involves recreating the policies of this VNF. Are you sure you want to proceed",
+    "REDEPLOYCONTENT": "This action involves redeploying all resources of this VNF. Are you sure you want to proceed",
+    "TERMINATEVNFCONTENT": "This action involves terminating this VNF. Are you sure you want to proceed",
     "PAGE": {
         "DASHBOARD": {
             "DASHBOARD": "Dashboard",