mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
fix(i18n): fix french translation
- "en-tête" (or "entête") is male gender in french
This commit is contained in:
parent
ac0f0a1774
commit
7e5727b044
|
@ -56,7 +56,7 @@ msgstr "En-tête « token » non valide. Un token ne doit pas contenir de caract
|
||||||
|
|
||||||
#: authentication.py:195
|
#: authentication.py:195
|
||||||
msgid "Invalid token."
|
msgid "Invalid token."
|
||||||
msgstr "Token non valide."
|
msgstr "Jeton non valide."
|
||||||
|
|
||||||
#: authtoken/apps.py:7
|
#: authtoken/apps.py:7
|
||||||
msgid "Auth Token"
|
msgid "Auth Token"
|
||||||
|
@ -132,7 +132,7 @@ msgstr "Méthode \"{method}\" non autorisée."
|
||||||
|
|
||||||
#: exceptions.py:120
|
#: exceptions.py:120
|
||||||
msgid "Could not satisfy the request Accept header."
|
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
|
#: exceptions.py:132
|
||||||
msgid "Unsupported media type \"{media_type}\" in request."
|
msgid "Unsupported media type \"{media_type}\" in request."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user