@@ -4,47 +4,56 @@ msgid ""
44msgstr ""
55"Project-Id-Version : djangorestframework_simplejwt\n "
66"Report-Msgid-Bugs-To : \n "
7- "POT-Creation-Date : 2019-03-08 10:30-0300\n "
8- "Last-Translator : Sinval Júnior <sinvalju@gmail.com>\n "
9- "Language : pt_BR\n "
7+ "POT-Creation-Date : 2020-09-18 15:35-0500\n "
108"MIME-Version : 1.0\n "
119"Content-Type : text/plain; charset=UTF-8\n "
1210"Content-Transfer-Encoding : 8bit\n "
1311"Plural-Forms : nplurals=2; plural=(n > 1);\n "
12+ "Last-Translator : Bruno Ducraux <bruno.drx@gmail.com>\n "
13+ "Language : pt_BR\n "
1414
15- #: authentication.py:76
15+ #: authentication.py:75
1616msgid "Authorization header must contain two space-delimited values"
17- msgstr "header de autorização deve conter dois valores delimitados por espaço"
17+ msgstr ""
18+ "Cabeçalho de autorização deve conter dois valores delimitados por espaço"
1819
19- #: authentication.py:97
20+ #: authentication.py:96
2021msgid "Given token not valid for any token type"
21- msgstr "Não é válido para qualquer tipo de token"
22+ msgstr "O token informado não é válido para qualquer tipo de token"
2223
23- #: authentication.py:108 authentication.py:130
24+ #: authentication.py:107 authentication.py:129
2425msgid "Token contained no recognizable user identification"
25- msgstr "Token não continha identificação de usuário reconhecível "
26+ msgstr "O token não continha nenhuma identificação reconhecível do usuário "
2627
27- #: authentication.py:113
28+ #: authentication.py:112
2829msgid "User not found"
2930msgstr "Usuário não encontrado"
3031
31- #: authentication.py:116
32+ #: authentication.py:115
3233msgid "User is inactive"
33- msgstr "Usuário não está habilitado "
34+ msgstr "Usuário está inativo "
3435
35- #: backends.py:21
36+ #: backends.py:37
3637msgid "Unrecognized algorithm type '{}'"
37- msgstr "Tipo de algoritmo não reconhecido '{}'"
38+ msgstr "Tipo de algoritmo '{}' não reconhecido"
39+
40+ #: backends.py:40
41+ msgid "You must have cryptography installed to use {}."
42+ msgstr "Você deve ter criptografia instalada para usar {}."
43+
44+ #: backends.py:68
45+ msgid "Invalid algorithm specified"
46+ msgstr "Algoritmo inválido especificado"
3847
39- #: backends.py:48 exceptions.py:38 tokens.py:44
48+ #: backends.py:70 exceptions.py:38 tokens.py:44
4049msgid "Token is invalid or expired"
41- msgstr "Token inválido ou expirado"
50+ msgstr "O token é inválido ou expirado"
4251
43- #: serializers.py:44
52+ #: serializers.py:29
4453msgid "No active account found with the given credentials"
4554msgstr "Usuário e/ou senha incorreto(s)"
4655
47- #: settings.py:53
56+ #: settings.py:60
4857msgid ""
4958"The '{}' setting has been removed. Please refer to '{}' for available "
5059"settings."
@@ -58,7 +67,7 @@ msgstr "jti"
5867
5968#: token_blacklist/admin.py:77
6069msgid "user"
61- msgstr "Usuário "
70+ msgstr "usuário "
6271
6372#: token_blacklist/admin.py:82
6473msgid "created at"
@@ -70,7 +79,7 @@ msgstr "expira em"
7079
7180#: token_blacklist/apps.py:7
7281msgid "Token Blacklist"
73- msgstr "Token Blacklist "
82+ msgstr "Lista negra de Tokens "
7483
7584#: tokens.py:30
7685msgid "Cannot create token with no type or lifetime"
@@ -90,11 +99,11 @@ msgstr "Token tem tipo errado"
9099
91100#: tokens.py:149
92101msgid "Token has no '{}' claim"
93- msgstr "Token não tem'{}' direito "
102+ msgstr "Token não tem '{}' privilégio "
94103
95104#: tokens.py:153
96105msgid "Token '{}' claim has expired"
97- msgstr "Token '{}' está expirado "
106+ msgstr "O privilégio '{}' do token expirou "
98107
99108#: tokens.py:192
100109msgid "Token is blacklisted"
0 commit comments