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": "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": {