diff --git a/src/config/locales/cs/translation.json b/src/config/locales/cs/translation.json index b813cad4..83f8d480 100644 --- a/src/config/locales/cs/translation.json +++ b/src/config/locales/cs/translation.json @@ -387,7 +387,15 @@ "lists": { "index": { "new_list": "New List", - "edit": "Edit" + "edit": "Edit", + "delete": { + "confirm": { + "title": "Confirm", + "message": "This operation can not be undone, this list will be permanently deleted", + "ok": "Delete", + "cancel": "Cancel" + } + } } }, "login": {