Skip to content
Snippets Groups Projects
Commit 3d2802ba authored by Gaëlle Morin's avatar Gaëlle Morin Committed by Jean-Baptiste Pasquier
Browse files

feature: add a user translated

parent ea082c16
No related branches found
No related tags found
1 merge request!132Release/french version
......@@ -322,7 +322,7 @@
sib-multiple-select {
&.select-groups .ss-values .ss-disabled::before {
content: "Select groups";
content: "Sélectionne des groupes";
}
&.select-skills .ss-values .ss-disabled::before {
......
div.content-box__info
sib-link(class='backlink right', next='admin-users-list') Back
sib-link(class='backlink right', next='admin-users-list') Retour
h1.centered Add a new user to the platform
h1.centered Ajouter un utilisateur à la plateforme
sib-form(
data-src=`${endpoints.users || endpoints.post.users}`
......@@ -15,11 +15,11 @@ div.content-box__info
class-email='form-label is-light is-half-width'
class-groups='form-label is-light is-half-width select-groups'
label-first_name='First Name *'
label-last_name='Last Name *'
label-username='Username *'
label-email='Email *'
label-groups='Groups'
label-first_name='Prénom *'
label-last_name='Nom *'
label-username='Nom d\'utilisateur *'
label-email='E-mail *'
label-groups='Groupes'
multiple-groups='sib-multiple-select'
widget-groups='sib-form-auto-completion'
......@@ -29,7 +29,7 @@ div.content-box__info
next='admin-users-list'
submit-button='Create'
submit-button='Enregistrer'
)
p Administrators of your platform can create new Groups on the Django Administration.
p Seuls les administrateurs et administratrices de ta plateforme peuvent créer de nouveaux Groupes dans l'Administration Django.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment