diff --git a/dmp-frontend/src/assets/i18n/baq.json b/dmp-frontend/src/assets/i18n/baq.json index 4dccba980..b5a035f23 100644 --- a/dmp-frontend/src/assets/i18n/baq.json +++ b/dmp-frontend/src/assets/i18n/baq.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/de.json b/dmp-frontend/src/assets/i18n/de.json index 0cfbfdc37..f77a16291 100644 --- a/dmp-frontend/src/assets/i18n/de.json +++ b/dmp-frontend/src/assets/i18n/de.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index d547195d1..c3b46c6b6 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index a68219a1f..bad45d9e7 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index e19ff6042..45fb53753 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/hr.json b/dmp-frontend/src/assets/i18n/hr.json index 80fbb18f8..4c186b30e 100644 --- a/dmp-frontend/src/assets/i18n/hr.json +++ b/dmp-frontend/src/assets/i18n/hr.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/pl.json b/dmp-frontend/src/assets/i18n/pl.json index 02f2ecceb..580ae49c6 100644 --- a/dmp-frontend/src/assets/i18n/pl.json +++ b/dmp-frontend/src/assets/i18n/pl.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/pt.json b/dmp-frontend/src/assets/i18n/pt.json index 475d17ebe..fa25bdc02 100644 --- a/dmp-frontend/src/assets/i18n/pt.json +++ b/dmp-frontend/src/assets/i18n/pt.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/sk.json b/dmp-frontend/src/assets/i18n/sk.json index 44826606f..d5d82272c 100644 --- a/dmp-frontend/src/assets/i18n/sk.json +++ b/dmp-frontend/src/assets/i18n/sk.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/sr.json b/dmp-frontend/src/assets/i18n/sr.json index 032f2bcb4..da49cd9f5 100644 --- a/dmp-frontend/src/assets/i18n/sr.json +++ b/dmp-frontend/src/assets/i18n/sr.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } }, diff --git a/dmp-frontend/src/assets/i18n/tr.json b/dmp-frontend/src/assets/i18n/tr.json index 8fbad952e..727db45ae 100644 --- a/dmp-frontend/src/assets/i18n/tr.json +++ b/dmp-frontend/src/assets/i18n/tr.json @@ -1212,6 +1212,10 @@ "TYPES": { "INTERNAL-STATUS":{ "RESOLVED": "Resolved" + }, + "IS-ACTIVE": { + "ACTIVE": "Active", + "INACTIVE": "Inactive" } }, "STATUS-LISTING": { @@ -1232,6 +1236,7 @@ "APPLY-FILTERS": "Apply filters" }, "ACTIONS": { + "EDIT":"Edit", "DELETE": "Delete" } },