diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index 7334ae6b..eec69703 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -387,7 +387,15 @@ "lists": { "index": { "new_list": "Neue Liste", - "edit": "Bearbeiten" + "edit": "Bearbeiten", + "delete": { + "confirm": { + "title": "Confirm", + "message": "This operation can not be undone, this list will be permanently deleted", + "ok": "Delete", + "cancel": "Cancel" + } + } } }, "login": {