@@ -4,47 +4,56 @@ msgid ""
4
4
msgstr ""
5
5
"Project-Id-Version : djangorestframework_simplejwt\n "
6
6
"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 "
10
8
"MIME-Version : 1.0\n "
11
9
"Content-Type : text/plain; charset=UTF-8\n "
12
10
"Content-Transfer-Encoding : 8bit\n "
13
11
"Plural-Forms : nplurals=2; plural=(n > 1);\n "
12
+ "Last-Translator : Bruno Ducraux <bruno.drx@gmail.com>\n "
13
+ "Language : pt_BR\n "
14
14
15
- #: authentication.py:76
15
+ #: authentication.py:75
16
16
msgid "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"
18
19
19
- #: authentication.py:97
20
+ #: authentication.py:96
20
21
msgid "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"
22
23
23
- #: authentication.py:108 authentication.py:130
24
+ #: authentication.py:107 authentication.py:129
24
25
msgid "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 "
26
27
27
- #: authentication.py:113
28
+ #: authentication.py:112
28
29
msgid "User not found"
29
30
msgstr "Usuário não encontrado"
30
31
31
- #: authentication.py:116
32
+ #: authentication.py:115
32
33
msgid "User is inactive"
33
- msgstr "Usuário não está habilitado "
34
+ msgstr "Usuário está inativo "
34
35
35
- #: backends.py:21
36
+ #: backends.py:37
36
37
msgid "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"
38
47
39
- #: backends.py:48 exceptions.py:38 tokens.py:44
48
+ #: backends.py:70 exceptions.py:38 tokens.py:44
40
49
msgid "Token is invalid or expired"
41
- msgstr "Token inválido ou expirado"
50
+ msgstr "O token é inválido ou expirado"
42
51
43
- #: serializers.py:44
52
+ #: serializers.py:29
44
53
msgid "No active account found with the given credentials"
45
54
msgstr "Usuário e/ou senha incorreto(s)"
46
55
47
- #: settings.py:53
56
+ #: settings.py:60
48
57
msgid ""
49
58
"The '{}' setting has been removed. Please refer to '{}' for available "
50
59
"settings."
@@ -58,7 +67,7 @@ msgstr "jti"
58
67
59
68
#: token_blacklist/admin.py:77
60
69
msgid "user"
61
- msgstr "Usuário "
70
+ msgstr "usuário "
62
71
63
72
#: token_blacklist/admin.py:82
64
73
msgid "created at"
@@ -70,7 +79,7 @@ msgstr "expira em"
70
79
71
80
#: token_blacklist/apps.py:7
72
81
msgid "Token Blacklist"
73
- msgstr "Token Blacklist "
82
+ msgstr "Lista negra de Tokens "
74
83
75
84
#: tokens.py:30
76
85
msgid "Cannot create token with no type or lifetime"
@@ -90,11 +99,11 @@ msgstr "Token tem tipo errado"
90
99
91
100
#: tokens.py:149
92
101
msgid "Token has no '{}' claim"
93
- msgstr "Token não tem'{}' direito "
102
+ msgstr "Token não tem '{}' privilégio "
94
103
95
104
#: tokens.py:153
96
105
msgid "Token '{}' claim has expired"
97
- msgstr "Token '{}' está expirado "
106
+ msgstr "O privilégio '{}' do token expirou "
98
107
99
108
#: tokens.py:192
100
109
msgid "Token is blacklisted"
0 commit comments