fix(i18n): fix french translation

- "en-tête" (or "entête") is male gender in french
This commit is contained in:
Erwann Mest 2019-05-16 17:17:18 +02:00 committed by GitHub
parent ac0f0a1774
commit 7e5727b044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ msgstr "En-tête « token » non valide. Un token ne doit pas contenir de caract
#: authentication.py:195
msgid "Invalid token."
msgstr "Token non valide."
msgstr "Jeton non valide."
#: authtoken/apps.py:7
msgid "Auth Token"
@ -132,7 +132,7 @@ msgstr "Méthode \"{method}\" non autorisée."
#: exceptions.py:120
msgid "Could not satisfy the request Accept header."
msgstr "L'en-tête « Accept » n'a pas pu être satisfaite."
msgstr "L'en-tête « Accept » n'a pas pu être satisfait."
#: exceptions.py:132
msgid "Unsupported media type \"{media_type}\" in request."