feat: add confirmation field for user deletion, self warning (#2971)

This commit is contained in:
Max Peintner
2022-01-10 11:12:57 +01:00
committed by GitHub
parent e624047d60
commit 478beded9f
8 changed files with 132 additions and 88 deletions

View File

@@ -194,8 +194,11 @@
},
"DIALOG": {
"DELETE_TITLE": "User löschen",
"DELETE_SELF_TITLE": "Eigenen User löschen",
"DELETE_DESCRIPTION": "Sie sind im Begriff einen Benutzer endgültig zu löschen. Wollen Sie dies wirklich tun?",
"DELETE_SELF_DESCRIPTION": "Sie sind im Begriff Ihren eigenen Benutzer endgültig zu löschen. Dadurch werden Sie ausgeloggt und Ihr Account wird gelöscht. Diese Aktion kann nicht rückgängig gemacht werden!",
"DELETE_AUTH_DESCRIPTION": "Sie sind im Begriff Ihren Account endgültig zu löschen. Wollen Sie dies wirklich tun?",
"TYPEUSERNAME": "Wiederholen Sie '{{value}}', um den Benutzer zu löschen.",
"DELETE_BTN": "Entgültig löschen"
},
"SENDEMAILDIALOG": {

View File

@@ -194,8 +194,11 @@
},
"DIALOG": {
"DELETE_TITLE": "Delete User",
"DELETE_SELF_TITLE": "Delete Account",
"DELETE_DESCRIPTION": "You are about to permanently delete a user. Are you sure?",
"DELETE_SELF_DESCRIPTION": "You are about to permanently delete your personal account. This will log you out and delete your user. This action cannot be undone!",
"DELETE_AUTH_DESCRIPTION": "You are about to permanently delete your personal account. Are you sure?",
"TYPEUSERNAME": "Type '{{value}}', to confirm and delete the user.",
"DELETE_BTN": "Delete permanently"
},
"SENDEMAILDIALOG": {

View File

@@ -194,8 +194,11 @@
},
"DIALOG": {
"DELETE_TITLE": "Elimina utente",
"DELETE_SELF_TITLE": "Elimina Account",
"DELETE_DESCRIPTION": "Stai per eliminare definitivamente un utente. Sei sicuro?",
"DELETE_SELF_DESCRIPTION": "Stai per eliminare definitivamente il tuo account. Questo ti disconnetterà ed eliminerà il tuo utente. Questa azione non può essere annullata!",
"DELETE_AUTH_DESCRIPTION": "Stai per eleminare il tuo account personale in modo permanente. Vuoi continuare?",
"TYPEUSERNAME": "Ripeti '{{value}}' per confermare ed eliminare l'utente.",
"DELETE_BTN": "Elimina"
},
"SENDEMAILDIALOG": {