update translation for password validation (#24439)
gitea/authentic/pipeline/head Build started... Details

This commit is contained in:
Elias Showk 2018-07-06 17:57:29 +02:00
parent 71785a47e3
commit 3c3ee0b864
1 changed files with 60 additions and 20 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Authentic\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-07-18 10:33+0200\n"
"POT-Creation-Date: 2018-07-18 15:31+0200\n"
"PO-Revision-Date: 2018-07-05 14:08+0200\n"
"Last-Translator: Mikaël Ates <mates@entrouvert.com>\n"
"Language-Team: None\n"
@ -20,7 +20,7 @@ msgstr ""
#: debian-jessie/multitenant/debian_config.py:37
#: debian-wheezy/multitenant/debian_config.py:38
#: src/authentic2/profile_forms.py:19
#: src/authentic2/registration_backend/forms.py:32
#: src/authentic2/registration_backend/forms.py:33
#: src/authentic2/templates/authentic2/api_user_create_registration_email_body.txt:4
msgid "Email"
msgstr "Courriel"
@ -73,8 +73,8 @@ msgstr "Un utilisateur doit au minimum posséder un courriel ou un identifiant."
#: src/authentic2/admin.py:167 src/authentic2/admin.py:204
#: src/authentic2/auth_frontends.py:14 src/authentic2/forms.py:24
#: src/authentic2/registration_backend/forms.py:118
#: src/authentic2/registration_backend/forms.py:204
#: src/authentic2/registration_backend/forms.py:120
#: src/authentic2/registration_backend/forms.py:206
#: src/authentic2/templates/authentic2/login_password_profile.html:4
msgid "Password"
msgstr "Mot de passe"
@ -90,7 +90,7 @@ msgstr ""
"modifier le mot de passe de l'usager en utilisant <a href=\"password/\">ce "
"formulaire</a>."
#: src/authentic2/admin.py:201 src/authentic2/registration_backend/forms.py:132
#: src/authentic2/admin.py:201 src/authentic2/registration_backend/forms.py:134
msgid "The two password fields didn't match."
msgstr "Les deux champs mot de passe ne correspondent pas."
@ -560,14 +560,17 @@ msgid "%s characters"
msgstr "%s caractères"
#: src/authentic2/passwords.py:84
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:12
msgid "1 lowercase letter"
msgstr "1 minuscule"
#: src/authentic2/passwords.py:89
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:15
msgid "1 digit"
msgstr "1 chiffre"
#: src/authentic2/passwords.py:94
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:18
msgid "1 uppercase letter"
msgstr "1 majuscule"
@ -620,17 +623,17 @@ msgstr ""
msgid "Enter new password"
msgstr "Entrez un nouveau mot de passe"
#: src/authentic2/registration_backend/forms.py:52
#: src/authentic2/registration_backend/forms.py:53
msgid "You cannot register with this email."
msgstr "Vous ne pouvez pas vous inscrire avec cette adresse de courriel."
#: src/authentic2/registration_backend/forms.py:81 tests/test_all.py:763
#: src/authentic2/registration_backend/forms.py:82 tests/test_all.py:763
msgid "This username is already in use. Please supply a different username."
msgstr ""
"Cet identifiant est déjà utilisé. Utilisez s'il vous plait un autre "
"identifiant."
#: src/authentic2/registration_backend/forms.py:100
#: src/authentic2/registration_backend/forms.py:101
msgid ""
"This email address is already in use. Please supply a different email "
"address."
@ -638,21 +641,21 @@ msgstr ""
"Cette adresse de courriel est déjà utilisée. Utilisez s'il vous plait une "
"autre adresse de courriel."
#: src/authentic2/registration_backend/forms.py:121
#: src/authentic2/registration_backend/forms.py:123
msgid "Password (again)"
msgstr "Confirmation du mot de passe"
#: src/authentic2/registration_backend/forms.py:168
#: src/authentic2/registration_backend/forms.py:182
#: src/authentic2/registration_backend/forms.py:170
#: src/authentic2/registration_backend/forms.py:184
msgid "New password"
msgstr "Nouveau mot de passe"
#: src/authentic2/registration_backend/forms.py:176
#: src/authentic2/registration_backend/forms.py:191
#: src/authentic2/registration_backend/forms.py:178
#: src/authentic2/registration_backend/forms.py:193
msgid "New password must differ from old password"
msgstr "Le nouveau mot de passe doit être différent de l'ancien."
#: src/authentic2/registration_backend/forms.py:213
#: src/authentic2/registration_backend/forms.py:215
msgid "Password is invalid"
msgstr "Le mot de passe est invalide"
@ -666,8 +669,8 @@ msgstr "Échec à l'activation du compte"
#: src/authentic2/registration_backend/views.py:55
#: src/authentic2/templates/registration/registration_completion_choose.html:6
#: src/authentic2/templates/registration/registration_completion_form.html:17
#: src/authentic2/templates/registration/registration_completion_form.html:26
#: src/authentic2/templates/registration/registration_completion_form.html:15
#: src/authentic2/templates/registration/registration_completion_form.html:24
msgid "Registration"
msgstr "Création d'un compte"
@ -774,7 +777,7 @@ msgstr "Annuler"
#: src/authentic2/templates/registration/password_change_form.html:21
#: src/authentic2/templates/registration/password_reset_confirm.html:16
#: src/authentic2/templates/registration/password_reset_form.html:16
#: src/authentic2/templates/registration/registration_completion_form.html:31
#: src/authentic2/templates/registration/registration_completion_form.html:29
#: src/authentic2/templates/registration/registration_form.html:21
msgid "Submit"
msgstr "Valider"
@ -806,12 +809,12 @@ msgstr ""
msgid "Your account was created on %(hostname)s"
msgstr "Votre compte a été créé sur %(hostname)s"
#: src/authentic2/templates/authentic2/base.html:29
#: src/authentic2/templates/authentic2/base.html:31
#, python-format
msgid "Last login %(LAST_LOGIN)s"
msgstr "Date de dernière connexion: %(LAST_LOGIN)s"
#: src/authentic2/templates/authentic2/base.html:30
#: src/authentic2/templates/authentic2/base.html:32
#: src/authentic2/templates/authentic2/logout.html:5
#: src/authentic2/templates/authentic2/logout_confirm.html:6
msgid "Logout"
@ -1109,6 +1112,43 @@ msgstr ""
msgid "Notification: %(user)s, your account has been deleted"
msgstr "Notification: %(user)s, votre compte a été supprimé"
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:4
msgid "In order to create a secure password, please use <i>at least</i> : "
msgstr ""
"Pour avoir un mot de passe sécurisé, veuillez utiliser <i>à minima</i> :"
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:9
#, python-format
msgid "%(A2_PASSWORD_POLICY_MIN_LENGTH)s characters"
msgstr "%(A2_PASSWORD_POLICY_MIN_LENGTH)s caratères"
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:22
#, python-format
msgid "%(A2_PASSWORD_POLICY_REGEX_ERROR_MSG)s"
msgstr "%(A2_PASSWORD_POLICY_REGEX_ERROR_MSG)s"
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:24
#, python-format
msgid ""
"Match the regular expression: %(A2_PASSWORD_POLICY_REGEX)s, please change "
"this message using the A2_PASSWORD_POLICY_REGEX_ERROR_MSG setting.'"
msgstr ""
"Valider l'expression régulière %(A2_PASSWORD_POLICY_REGEX)s. Veuillez "
"changer ce message en modifiant le paramètre "
"A2_PASSWORD_POLICY_REGEX_ERROR_MSG."
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:31
msgid "Both passwords must match."
msgstr "Les deux mots de passe doivent être identiques."
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:32
msgid "Passwords match."
msgstr "Les mots de passe sont identiques."
#: src/authentic2/templates/authentic2/widgets/assisted_password.html:33
msgid "Passwords do not match."
msgstr "Les deux mots de passe ne sont pas identiques."
#: src/authentic2/templates/error_ssl.html:4
msgid "Error: authentication failure"
msgstr "Erreur: échec de l'authentification"
@ -1381,7 +1421,7 @@ msgstr "ou"
msgid "create a new account"
msgstr "créez un nouveau compte"
#: src/authentic2/templates/registration/registration_completion_form.html:27
#: src/authentic2/templates/registration/registration_completion_form.html:25
msgid "Please fill the form to complete your registration"
msgstr ""
"Veuillez remplir le formulaire afin de finir la création de votre compte"