Fix Bug 2309: VIM update issue

	- Fixed this bug by adding warning message for below scenarios
	  1st scenario : if the config is send empty from UI it'll show the error "Atleast one config information is required"
	  2nd scenario: config deleting is not allowed user can change the value to true or false based on his/her requirement for this action error message will be "Disallowed operation in config update".
	- Also for update load config and clear config button will be not available user can only edit his/her config.

Change-Id: Ib30aaa069f64ca3fcd1412591a4a69ae27098df2
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
(cherry picked from commit 46ea49db958888a91926317adf784252695a9359)
diff --git a/src/assets/i18n/de.json b/src/assets/i18n/de.json
index 0bd8553..97527ec 100644
--- a/src/assets/i18n/de.json
+++ b/src/assets/i18n/de.json
@@ -284,7 +284,9 @@
             "VIMHEADER": "Warnung",
             "VIMCONTENT": "Diese Aktion umfasst das Laden der Beispielkonfiguration und das Löschen der aktuellen Konfiguration",
             "CLEARCONTENT": "Diese Aktion beinhaltet das Löschen der aktuellen Konfiguration",
-            "VIMSUBMIT": "Fortfahren"
+            "VIMSUBMIT": "Fortfahren",
+            "VIMEMPTY": "Unzulässiger Vorgang beim Konfigurationsupdate",
+            "VIMDELETE": "Es sind mindestens eine Konfigurationsinformation erforderlich"
         },
         "WIMACCOUNTS": {
             "CREATEDSUCCESSFULLY": "WIM erfolgreich erstellt",
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 7ea835d..c6a419c 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -284,7 +284,9 @@
             "VIMHEADER": "Warning",
             "VIMCONTENT": "This action involves loading the sample config & deleting the present config",
             "CLEARCONTENT": "This action involves deleting the present config",
-            "VIMSUBMIT": "Proceed"
+            "VIMSUBMIT": "Proceed",
+            "VIMEMPTY": "Disallowed operation in config update",
+            "VIMDELETE": "At least one config information is required"
         },
         "WIMACCOUNTS": {
             "CREATEDSUCCESSFULLY": "WIM Created Successfully",
diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json
index 7701f03..9332c26 100644
--- a/src/assets/i18n/es.json
+++ b/src/assets/i18n/es.json
@@ -284,7 +284,9 @@
             "VIMHEADER": "Advertencia",
             "VIMCONTENT": "Esta acción implica cargar la configuración de muestra y eliminar la configuración actual.",
             "CLEARCONTENT": "Esta acción implica eliminar la configuración actual.",
-            "VIMSUBMIT": "Proceder"
+            "VIMSUBMIT": "Proceder",
+            "VIMEMPTY": "Operación no permitida en la actualización de configuración",
+            "VIMDELETE": "Se requiere al menos una información de configuración"
         },
         "WIMACCOUNTS": {
             "CREATEDSUCCESSFULLY": "WIM Creado correctamente",
diff --git a/src/assets/i18n/pt.json b/src/assets/i18n/pt.json
index 04eea20..a553f38 100644
--- a/src/assets/i18n/pt.json
+++ b/src/assets/i18n/pt.json
@@ -284,7 +284,9 @@
             "VIMHEADER": "Aviso",
             "VIMCONTENT": "Esta ação envolve carregar a configuração de amostra e excluir a configuração atual",
             "CLEARCONTENT": "Esta ação envolve a exclusão da configuração atual",
-            "VIMSUBMIT": "Continuar"
+            "VIMSUBMIT": "Continuar",
+            "VIMEMPTY": "Operação não permitida na atualização de configuração",
+            "VIMDELETE": "É necessária pelo menos uma informação de configuração"
         },
         "WIMACCOUNTS": {
             "CREATEDSUCCESSFULLY": "WIM criado com sucesso",