diff --git a/legalconsenthub/app/components/formelements/TheTable.vue b/legalconsenthub/app/components/formelements/TheTable.vue index 226b1e8..ab33625 100644 --- a/legalconsenthub/app/components/formelements/TheTable.vue +++ b/legalconsenthub/app/components/formelements/TheTable.vue @@ -1,73 +1,82 @@ diff --git a/legalconsenthub/i18n/locales/de.json b/legalconsenthub/i18n/locales/de.json index cdbad8f..c16fd72 100644 --- a/legalconsenthub/i18n/locales/de.json +++ b/legalconsenthub/i18n/locales/de.json @@ -29,7 +29,9 @@ "removeRow": "Zeile entfernen", "emptyValue": "Keine Eingabe", "noData": "Keine Daten vorhanden", - "selectValue": "Wert auswählen" + "selectValue": "Wert auswählen", + "enlargeTable": "Tabelle vergrößern", + "editTable": "Tabelle bearbeiten" } }, "status": { diff --git a/legalconsenthub/i18n/locales/en.json b/legalconsenthub/i18n/locales/en.json index 6081d93..a772629 100644 --- a/legalconsenthub/i18n/locales/en.json +++ b/legalconsenthub/i18n/locales/en.json @@ -29,7 +29,9 @@ "removeRow": "Remove row", "emptyValue": "No input", "noData": "No data available", - "selectValue": "Select value" + "selectValue": "Select value", + "enlargeTable": "Enlarge table", + "editTable": "Edit table" } }, "status": {