Skip to content

Commit 3d8bc84

Browse files
Update translations from Transifex
1 parent e6044a5 commit 3d8bc84

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

library/grp.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ msgstr "3"
9797

9898
#: ../../library/grp.rst:27
9999
msgid "gr_mem"
100-
msgstr ""
100+
msgstr "gr_mem"
101101

102102
#: ../../library/grp.rst:27
103103
msgid "all the group member's user names"

library/itertools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
1010
# And Past <andrepgs@gmail.com>, 2021
1111
# Adorilson Bezerra <adorilson@gmail.com>, 2021
12-
# i17obot <i17obot@rougeth.com>, 2021
1312
# Alexandre B A Villares, 2021
13+
# i17obot <i17obot@rougeth.com>, 2021
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
2121
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
22-
"Last-Translator: Alexandre B A Villares, 2021\n"
22+
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
2323
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2424
"teams/5390/pt_BR/)\n"
2525
"MIME-Version: 1.0\n"
@@ -272,7 +272,7 @@ msgstr "``islice('ABCDEFG', 2, None) --> C D E F G``"
272272

273273
#: ../../library/itertools.rst:58
274274
msgid ":func:`pairwise`"
275-
msgstr ""
275+
msgstr ":func:`pairwise`"
276276

277277
#: ../../library/itertools.rst:58
278278
msgid "(p[0], p[1]), (p[1], p[2])"

library/security_warnings.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,36 @@ msgid ""
6565
":mod:`logging`: :ref:`Logging configuration uses eval() <logging-eval-"
6666
"security>`"
6767
msgstr ""
68+
":mod:`logging`: :ref:`configuração do Logging usa eval() <logging-eval-"
69+
"security>`"
6870

6971
#: ../../library/security_warnings.rst:20
7072
msgid ""
7173
":mod:`multiprocessing`: :ref:`Connection.recv() uses pickle <multiprocessing-"
7274
"recv-pickle-security>`"
7375
msgstr ""
76+
":mod:`multiprocessing`: :ref:`Connection.recv() usa pickle <multiprocessing-"
77+
"recv-pickle-security>`"
7478

7579
#: ../../library/security_warnings.rst:22
7680
msgid ":mod:`pickle`: :ref:`Restricting globals in pickle <pickle-restrict>`"
77-
msgstr ""
81+
msgstr ":mod:`pickle`: :ref:`Restringindo globais no pickle <pickle-restrict>`"
7882

7983
#: ../../library/security_warnings.rst:23
8084
msgid ""
8185
":mod:`random` shouldn't be used for security purposes, use :mod:`secrets` "
8286
"instead"
8387
msgstr ""
88+
":mod:`random` não deve ser usado para o propósito de segurança. Em vez "
89+
"disso, use :mod:`secrets`"
8490

8591
#: ../../library/security_warnings.rst:25
8692
msgid ""
8793
":mod:`shelve`: :ref:`shelve is based on pickle and thus unsuitable for "
8894
"dealing with untrusted sources <shelve-security>`"
8995
msgstr ""
96+
":mod:`shelve`: :ref:`shelve é baseado no pickle e, portanto, inadequado para "
97+
"lidar com fontes não confiáveis <shelve-security>`"
9098

9199
#: ../../library/security_warnings.rst:27
92100
msgid ":mod:`ssl`: :ref:`SSL/TLS security considerations <ssl-security>`"

0 commit comments

Comments
 (0)