Skip to content

Commit c555a0a

Browse files
maltaesousadavesque
authored andcommitted
translate to french
1 parent 0ba1fc0 commit c555a0a

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed
2.3 KB
Binary file not shown.
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR <stephane.maltaesousa@ne.ch>, 2020.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2020-10-07 11:34+0200\n"
8+
"Last-Translator: Stéphane Malta e Sousa <stephane.maltaesousa@ne.ch>\n"
9+
"Language: fr\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
14+
#: .\rest_framework_simplejwt\authentication.py:75
15+
msgid "Authorization header must contain two space-delimited values"
16+
msgstr ""
17+
"L'en-tête 'Authorization' doit contenir deux valeurs séparées par des espaces"
18+
19+
#: .\rest_framework_simplejwt\authentication.py:96
20+
msgid "Given token not valid for any token type"
21+
msgstr "Le type de jeton fourni n'est pas valide"
22+
23+
#: .\rest_framework_simplejwt\authentication.py:107
24+
#: .\rest_framework_simplejwt\authentication.py:129
25+
msgid "Token contained no recognizable user identification"
26+
msgstr ""
27+
"Le jeton ne contient aucune information permettant d'identifier l'utilisateur"
28+
29+
#: .\rest_framework_simplejwt\authentication.py:112
30+
msgid "User not found"
31+
msgstr "L'utilisateur n'a pas été trouvé"
32+
33+
#: .\rest_framework_simplejwt\authentication.py:115
34+
msgid "User is inactive"
35+
msgstr "L'utilisateur est désactivé"
36+
37+
#: .\rest_framework_simplejwt\backends.py:37
38+
msgid "Unrecognized algorithm type '{}'"
39+
msgstr "Type d'algorithme non reconnu '{}'"
40+
41+
#: .\rest_framework_simplejwt\backends.py:40
42+
msgid "You must have cryptography installed to use {}."
43+
msgstr "Vous devez installer cryptography afin d'utiliser {}."
44+
45+
#: .\rest_framework_simplejwt\backends.py:68
46+
msgid "Invalid algorithm specified"
47+
msgstr "L'algorithme spécifié est invalide"
48+
49+
#: .\rest_framework_simplejwt\backends.py:70
50+
#: .\rest_framework_simplejwt\exceptions.py:38
51+
#: .\rest_framework_simplejwt\tokens.py:44
52+
msgid "Token is invalid or expired"
53+
msgstr "Le jeton est invalide ou expiré"
54+
55+
#: .\rest_framework_simplejwt\serializers.py:30
56+
msgid "No active account found with the given credentials"
57+
msgstr "Aucun compte actif n'a été trouvé avec les identifiants fournis"
58+
59+
#: .\rest_framework_simplejwt\settings.py:62
60+
msgid ""
61+
"The '{}' setting has been removed. Please refer to '{}' for available "
62+
"settings."
63+
msgstr ""
64+
"Le paramètre '{}' a été supprimé. Voir '{}' pour la liste des paramètres "
65+
"disponibles."
66+
67+
#: .\rest_framework_simplejwt\token_blacklist\admin.py:72
68+
msgid "jti"
69+
msgstr "jti"
70+
71+
#: .\rest_framework_simplejwt\token_blacklist\admin.py:77
72+
msgid "user"
73+
msgstr "Utilisateur"
74+
75+
#: .\rest_framework_simplejwt\token_blacklist\admin.py:82
76+
msgid "created at"
77+
msgstr "Créé le"
78+
79+
#: .\rest_framework_simplejwt\token_blacklist\admin.py:87
80+
msgid "expires at"
81+
msgstr "Expire le"
82+
83+
#: .\rest_framework_simplejwt\token_blacklist\apps.py:7
84+
msgid "Token Blacklist"
85+
msgstr "Liste des jetons bannis"
86+
87+
#: .\rest_framework_simplejwt\tokens.py:30
88+
msgid "Cannot create token with no type or lifetime"
89+
msgstr "Ne peut pas créer de jeton sans type ni durée de vie"
90+
91+
#: .\rest_framework_simplejwt\tokens.py:98
92+
msgid "Token has no id"
93+
msgstr "Le jeton n'a pas d'id"
94+
95+
#: .\rest_framework_simplejwt\tokens.py:109
96+
msgid "Token has no type"
97+
msgstr "Le jeton n'a pas de type"
98+
99+
#: .\rest_framework_simplejwt\tokens.py:112
100+
msgid "Token has wrong type"
101+
msgstr "Le jeton a un type erroné"
102+
103+
#: .\rest_framework_simplejwt\tokens.py:149
104+
msgid "Token has no '{}' claim"
105+
msgstr "Le jeton n'a pas le privilège '{}'"
106+
107+
#: .\rest_framework_simplejwt\tokens.py:153
108+
msgid "Token '{}' claim has expired"
109+
msgstr "Le privilège '{}' du jeton a expiré"
110+
111+
#: .\rest_framework_simplejwt\tokens.py:192
112+
msgid "Token is blacklisted"
113+
msgstr "Le jeton a été banni"

0 commit comments

Comments
 (0)