# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <alfonso.pola@gmail.com>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Alfonso Pola <alfonso.pola@gmail.com>\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"El header de autorización debe contener dos valores delimitados por espacio"

#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "El token provisto no es válido para ningún tipo de token"

#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "El token no contiene identificación de usuario reconocible"

#: authentication.py:132
msgid "User not found"
msgstr "Usuario no encontrado"

#: authentication.py:135
msgid "User is inactive"
msgstr "El usuario está inactivo"

#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""

#: backends.py:90
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo no reconocido '{}'"

#: backends.py:96
msgid "You must have cryptography installed to use {}."
msgstr ""

#: backends.py:111
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""

#: backends.py:125 backends.py:177 tokens.py:68
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is invalid"
msgstr "Token inválido o expirado"

#: backends.py:173
msgid "Invalid algorithm specified"
msgstr ""

#: backends.py:175 tokens.py:66
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is expired"
msgstr "Token inválido o expirado"

#: exceptions.py:55
msgid "Token is invalid or expired"
msgstr "Token inválido o expirado"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr ""
"No se encontró una cuenta de usuario activa para las credenciales provistas"

#: serializers.py:108
#, fuzzy
#| msgid "No active account found with the given credentials"
msgid "No active account found for the given token."
msgstr ""
"No se encontró una cuenta de usuario activa para las credenciales provistas"

#: settings.py:74
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para "
"configuraciones disponibles."

#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"

#: token_blacklist/admin.py:85
msgid "user"
msgstr "Usuario"

#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creado en"

#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expira en"

#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"

#: tokens.py:52
msgid "Cannot create token with no type or lifetime"
msgstr "No es posible crear un token sin tipo o tiempo de vida"

#: tokens.py:126
msgid "Token has no id"
msgstr "Token no tiene id"

#: tokens.py:138
msgid "Token has no type"
msgstr "Token no tiene tipo"

#: tokens.py:141
msgid "Token has wrong type"
msgstr "Token tiene tipo erróneo"

#: tokens.py:200
msgid "Token has no '{}' claim"
msgstr "Token no tiene privilegio '{}'"

#: tokens.py:205
msgid "Token '{}' claim has expired"
msgstr "El provilegio '{}' del token está expirado"

#: tokens.py:292
msgid "Token is blacklisted"
msgstr "Token está en la blacklist"
