mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-25 13:57:47 +00:00
feat(console): warning if backdrop click or escape key is pressed when new action form is dirty (#5989)
* fix: add action control esc and backdrop click * fix: set values for new action and update action * feat: add translations for supported languages * feat: add some comments * fix: add suggested changes by @peintnermax
This commit is contained in:
@@ -166,7 +166,14 @@
|
||||
"NEXT": "Suivant",
|
||||
"MORE": "plus",
|
||||
"STEP": "Étape",
|
||||
"COMINGSOON": "Coming soon",
|
||||
"UNSAVEDCHANGES": "Modifications non enregistrées",
|
||||
"UNSAVED": {
|
||||
"DIALOG": {
|
||||
"DESCRIPTION": "Voulez-vous vraiment annuler cette nouvelle action ? Votre action sera perdue",
|
||||
"CANCEL": "Annuler",
|
||||
"DISCARD": "Jeter"
|
||||
}
|
||||
},
|
||||
"TABLE": {
|
||||
"SHOWUSER": "Afficher l'utilisateur{{value}}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user