@@ -30,6 +30,7 @@ const translations: I18nTranslations = {
3030 'elements.buttons.signin.text' : 'Se connecter' ,
3131 'elements.buttons.signout.text' : 'Se déconnecter' ,
3232 'elements.buttons.signup.text' : "S'inscrire" ,
33+ 'elements.buttons.submit.text' : 'Continuer' ,
3334 'elements.buttons.facebook.text' : 'Continuer avec Facebook' ,
3435 'elements.buttons.google.text' : 'Continuer avec Google' ,
3536 'elements.buttons.github.text' : 'Continuer avec GitHub' ,
@@ -43,10 +44,20 @@ const translations: I18nTranslations = {
4344 /* Fields */
4445 'elements.fields.generic.placeholder' : 'Entrez votre {field}' ,
4546 'elements.fields.username.label' : "Nom d'utilisateur" ,
47+ 'elements.fields.username.placeholder' : "Entrez votre nom d'utilisateur" ,
4648 'elements.fields.password.label' : 'Mot de passe' ,
49+ 'elements.fields.password.placeholder' : 'Entrez votre mot de passe' ,
50+ 'elements.fields.first_name.label' : 'Prénom' ,
51+ 'elements.fields.first_name.placeholder' : 'Entrez votre prénom' ,
52+ 'elements.fields.last_name.label' : 'Nom de famille' ,
53+ 'elements.fields.last_name.placeholder' : 'Entrez votre nom de famille' ,
54+ 'elements.fields.email.label' : 'Email' ,
55+ 'elements.fields.email.placeholder' : 'Entrez votre email' ,
4756 'elements.fields.organization.name.label' : "Nom de l'organisation" ,
4857 'elements.fields.organization.handle.label' : "Identifiant de l'organisation" ,
4958 'elements.fields.organization.description.label' : "Description de l'organisation" ,
59+ 'elements.fields.organization.select.label' : "Sélectionner l'organisation" ,
60+ 'elements.fields.organization.select.placeholder' : 'Choisissez une organisation' ,
5061
5162 /* Validation */
5263 'validations.required.field.error' : 'Ce champ est obligatoire' ,
@@ -66,25 +77,25 @@ const translations: I18nTranslations = {
6677 /* Email OTP */
6778 'email.otp.heading' : 'Vérification OTP' ,
6879 'email.otp.subheading' : 'Entrez le code envoyé à votre adresse e-mail.' ,
69- 'email.otp.submit.button .text' : 'Continuer' ,
80+ 'email.otp.buttons.submit .text' : 'Continuer' ,
7081
7182 /* Identifier First */
7283 'identifier.first.heading' : 'Se connecter' ,
7384 'identifier.first.subheading' : "Entrez votre nom d'utilisateur ou votre adresse e-mail." ,
74- 'identifier.first.submit.button .text' : 'Continuer' ,
85+ 'identifier.first.buttons.submit .text' : 'Continuer' ,
7586
7687 /* SMS OTP */
7788 'sms.otp.heading' : 'Vérification OTP' ,
7889 'sms.otp.subheading' : 'Entrez le code envoyé à votre numéro de téléphone.' ,
79- 'sms.otp.submit.button .text' : 'Continuer' ,
90+ 'sms.otp.buttons.submit .text' : 'Continuer' ,
8091
8192 /* TOTP */
8293 'totp.heading' : 'Vérifiez votre identité' ,
8394 'totp.subheading' : "Entrez le code de votre application d'authentification." ,
84- 'totp.submit.button .text' : 'Continuer' ,
95+ 'totp.buttons.submit .text' : 'Continuer' ,
8596
8697 /* Username Password */
87- 'username.password.submit.button .text' : 'Continuer' ,
98+ 'username.password.buttons.submit .text' : 'Continuer' ,
8899 'username.password.heading' : 'Se connecter' ,
89100 'username.password.subheading' : "Entrez votre nom d'utilisateur et votre mot de passe pour continuer." ,
90101
@@ -100,32 +111,32 @@ const translations: I18nTranslations = {
100111 /* | Organization Switcher | */
101112 /* |---------------------------------------------------------------| */
102113
103- 'elements.fields.organization.select.label' : "Sélectionner l'organisation" ,
104114 'organization.switcher.switch.organization' : "Changer d'organisation" ,
105115 'organization.switcher.loading.placeholder.organizations' : 'Chargement des organisations...' ,
106116 'organization.switcher.members' : 'membres' ,
107117 'organization.switcher.member' : 'membre' ,
108118 'organization.switcher.create.organization' : 'Créer une organisation' ,
109119 'organization.switcher.manage.organizations' : 'Gérer les organisations' ,
110- 'organization.switcher.manage.button .text' : 'Gérer' ,
120+ 'organization.switcher.buttons.manage .text' : 'Gérer' ,
111121 'organization.switcher.organizations.heading' : 'Organisations' ,
112- 'organization.switcher.switch.button .text' : 'Changer' ,
122+ 'organization.switcher.buttons.switch .text' : 'Changer' ,
113123 'organization.switcher.no.access' : 'Aucun accès' ,
114124 'organization.switcher.status.label' : 'Statut:' ,
115125 'organization.switcher.showing.count' : 'Affichage de {showing} sur {total} organisations' ,
116- 'organization.switcher.refresh.button .text' : 'Rafraîchir' ,
117- 'organization.switcher.load_more.button .text' : "Charger plus d'organisations" ,
126+ 'organization.switcher.buttons.refresh .text' : 'Rafraîchir' ,
127+ 'organization.switcher.buttons.load_more .text' : "Charger plus d'organisations" ,
118128 'organization.switcher.loading.more' : 'Chargement...' ,
119129 'organization.switcher.no.organizations' : 'Aucune organisation trouvée' ,
120130 'organization.switcher.error.prefix' : 'Erreur:' ,
131+
121132 'organization.profile.heading' : "Profil de l'organisation" ,
122133 'organization.profile.loading' : "Chargement de l'organisation..." ,
123134 'organization.profile.error' : "Échec du chargement de l'organisation" ,
124135
125136 'organization.create.heading' : 'Créer une organisation' ,
126- 'organization.create.button .text' : 'Créer une organisation' ,
127- 'organization.create.button .loading.text' : 'Création en cours...' ,
128- 'organization.create.cancel.button .text' : 'Annuler' ,
137+ 'organization.create.buttons.create_organization .text' : 'Créer une organisation' ,
138+ 'organization.create.buttons.create_organization .loading.text' : 'Création en cours...' ,
139+ 'organization.create.buttons.cancel .text' : 'Annuler' ,
129140
130141 /* |---------------------------------------------------------------| */
131142 /* | Messages | */
0 commit comments