@@ -50,7 +50,7 @@ msgid ""
50
50
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
51
51
msgstr ""
52
52
53
- #: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
53
+ #: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60
54
54
msgid "Token is invalid or expired"
55
55
msgstr "El token es inválido o ha expirado"
56
56
@@ -62,7 +62,13 @@ msgstr "Algoritmo especificado no válido"
62
62
msgid "No active account found with the given credentials"
63
63
msgstr "La combinación de credenciales no tiene una cuenta activa"
64
64
65
- #: settings.py:73
65
+ #: serializers.py:108
66
+ #, fuzzy
67
+ #| msgid "No active account found with the given credentials"
68
+ msgid "No active account found for the given token."
69
+ msgstr "La combinación de credenciales no tiene una cuenta activa"
70
+
71
+ #: settings.py:74
66
72
msgid ""
67
73
"The '{}' setting has been removed. Please refer to '{}' for available "
68
74
"settings."
@@ -90,30 +96,30 @@ msgstr "expira en"
90
96
msgid "Token Blacklist"
91
97
msgstr "Lista negra de Tokens"
92
98
93
- #: tokens.py:44
99
+ #: tokens.py:46
94
100
msgid "Cannot create token with no type or lifetime"
95
101
msgstr "No se puede crear un token sin tipo o de tan larga vida"
96
102
97
- #: tokens.py:116
103
+ #: tokens.py:118
98
104
msgid "Token has no id"
99
105
msgstr "El token no tiene id"
100
106
101
- #: tokens.py:128
107
+ #: tokens.py:130
102
108
msgid "Token has no type"
103
109
msgstr "El token no tiene tipo"
104
110
105
- #: tokens.py:131
111
+ #: tokens.py:133
106
112
msgid "Token has wrong type"
107
113
msgstr "El token tiene un tipo incorrecto"
108
114
109
- #: tokens.py:190
115
+ #: tokens.py:192
110
116
msgid "Token has no '{}' claim"
111
117
msgstr "El token no tiene el privilegio '{}'"
112
118
113
- #: tokens.py:195
119
+ #: tokens.py:197
114
120
msgid "Token '{}' claim has expired"
115
121
msgstr "El privilegio '{}' del token ha expirado"
116
122
117
- #: tokens.py:257
123
+ #: tokens.py:259
118
124
msgid "Token is blacklisted"
119
125
msgstr "El token está en lista negra"
0 commit comments