-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-office): add new design for changepassword
ref:MANAGER-16126 Signed-off-by: stif59100 <[email protected]>
- Loading branch information
Showing
7 changed files
with
209 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 14 additions & 17 deletions
31
...r/apps/web-office/public/translations/dashboard/users/change-password/Messages_fr_FR.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
{ | ||
"dashboard_users_change-password_title": "Modifier le mot de passe", | ||
"dashboard_users_change-password_description": "Vous êtes sur le point de modifier le mot de passe de votre compte", | ||
"dashboard_users_change-password_subdescription": "Voulez-vous continuez ?", | ||
"dashboard_users_change-password_label1": "Mot de passe :", | ||
"dashboard_users_change-password_label2": "Confirmation :", | ||
"dashboard_users_change-password_label3": "Email :", | ||
"dashboard_users_change-password_cta_cancel": "Annuler", | ||
"dashboard_users_change-password_cta_confirm": "Confirmer", | ||
"dashboard_users_change-password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :", | ||
"dashboard_users_change-password_helper2": "Minimum 8 caractères", | ||
"dashboard_users_change-password_helper3": "Maximum 16 caractères", | ||
"dashboard_users_change-password_helper4": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial", | ||
"dashboard_users_change-password_email-edit-title": "Si vous ne renseignez pas de mot de passe, celui-ci sera généré aléatoirement et envoyé par email à l'adresse précisée", | ||
"dashboard_users_change-password_email-edit": "Envoyer par email", | ||
"dashboard_users_change-password_email-placeholder": "l'adresse email du contact admin", | ||
"dashboard_users_change-password_message_error": "Une erreur s'est produite lors de la récupération des informations.", | ||
"dashboard_users_change-password_message_success": "Votre changement de mot de passe a bien été pris en compte." | ||
"dashboard_users_change_password_title": "Modifier le mot de passe", | ||
"dashboard_users_change_password_radio_1": "Je génère un mot de passe aléatoire", | ||
"dashboard_users_change_password_radio_2": "Je personnalise mon mot de passe", | ||
"dashboard_users_change_password_label_password": "Nouveau mot de passe", | ||
"dashboard_users_change_password_label_confirm_password": "Confirmation du nouveau mot de passe", | ||
"dashboard_users_change_password_label_email": "Compte e-mail pour réception du mot de passe", | ||
"dashboard_users_change_password_helper1": "Attention, le mot de passe doit respecter les conditions suivantes :", | ||
"dashboard_users_change_password_helper2": "Minimum 8 caractères", | ||
"dashboard_users_change_password_helper3": "Maximum 16 caractères", | ||
"dashboard_users_change_password_helper4": "Au moins 1 lettre minuscule, 1 lettre majuscule, 1 chiffre ou 1 caractère spécial", | ||
"dashboard_users_change_password_email-edit-title": "Si vous ne renseignez pas de mot de passe, celui-ci sera généré aléatoirement et envoyé par email à l'adresse précisée", | ||
"dashboard_users_change_password_email-edit": "Envoyer par email", | ||
"dashboard_users_change_password_message_error": "Une erreur s'est produite lors de la récupération des informations.", | ||
"dashboard_users_change_password_message_success": "Votre changement de mot de passe a bien été pris en compte." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.