mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 04:37:53 +00:00
feat: add confirmation field for user deletion, self warning (#2971)
This commit is contained in:
@@ -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": {
|
||||
|
@@ -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": {
|
||||
|
@@ -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": {
|
||||
|
Reference in New Issue
Block a user