Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 552300e

Browse files
Update translations from Transifex
1 parent 183b672 commit 552300e

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

library/asyncio-policy.po

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2021
87
# Marco Rougeth <[email protected]>, 2021
98
# Sheila Gomes <[email protected]>, 2021
109
# Vinicius Gubiani Ferreira <[email protected]>, 2021
11-
# Luca Farah, 2021
10+
# Rafael Fontenelle <[email protected]>, 2021
1211
#
1312
#, fuzzy
1413
msgid ""
@@ -17,7 +16,7 @@ msgstr ""
1716
"Report-Msgid-Bugs-To: \n"
1817
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1918
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
20-
"Last-Translator: Luca Farah, 2021\n"
19+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2021\n"
2120
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2221
"teams/5390/pt_BR/)\n"
2322
"MIME-Version: 1.0\n"
@@ -98,7 +97,7 @@ msgstr ""
9897

9998
#: ../../library/asyncio-policy.rst:54
10099
msgid "Get the event loop for the current context."
101-
msgstr "Pegar o evento de loop para o contexto atual."
100+
msgstr "Obtém o laço de eventos para o contexto atual."
102101

103102
#: ../../library/asyncio-policy.rst:56
104103
msgid ""
@@ -112,7 +111,7 @@ msgstr ""
112111

113112
#: ../../library/asyncio-policy.rst:65
114113
msgid "Set the event loop for the current context to *loop*."
115-
msgstr "Definir o evento de loop do contexto atual como *loop*."
114+
msgstr "Define o laço de eventos do contexto atual como *loop*."
116115

117116
#: ../../library/asyncio-policy.rst:69
118117
msgid "Create and return a new event loop object."

library/gc.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
#
66
# Translators:
77
# Livia Cavalcanti <[email protected]>, 2021
8-
# i17obot <[email protected]>, 2021
9-
# Luca Farah, 2021
8+
# Rafael Fontenelle <[email protected]>, 2021
109
#
1110
#, fuzzy
1211
msgid ""
@@ -15,7 +14,7 @@ msgstr ""
1514
"Report-Msgid-Bugs-To: \n"
1615
"POT-Creation-Date: 2021-06-29 12:56+0000\n"
1716
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
18-
"Last-Translator: Luca Farah, 2021\n"
17+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2021\n"
1918
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2019
"teams/5390/pt_BR/)\n"
2120
"MIME-Version: 1.0\n"
@@ -26,7 +25,7 @@ msgstr ""
2625

2726
#: ../../library/gc.rst:2
2827
msgid ":mod:`gc` --- Garbage Collector interface"
29-
msgstr ""
28+
msgstr ":mod:`gc` --- Interface para o coletor de lixo"
3029

3130
#: ../../library/gc.rst:12
3231
msgid ""
@@ -63,11 +62,11 @@ msgstr ""
6362

6463
#: ../../library/gc.rst:33
6564
msgid "Disable automatic garbage collection."
66-
msgstr "Desative a coleta de lixo automática."
65+
msgstr "Desabilita a coleta de lixo automática."
6766

6867
#: ../../library/gc.rst:38
6968
msgid "Return ``True`` if automatic collection is enabled."
70-
msgstr "Retorne ``True`` se a coleta automática estiver habilitada."
69+
msgstr "Retorna ``True`` se a coleta automática estiver habilitada."
7170

7271
#: ../../library/gc.rst:43
7372
msgid ""
@@ -94,7 +93,7 @@ msgstr ""
9493

9594
#: ../../library/gc.rst:63
9695
msgid "Return the debugging flags currently set."
97-
msgstr "Retorne os sinalizadores de depuração atualmente definidos."
96+
msgstr "Retorna os sinalizadores de depuração atualmente definidos."
9897

9998
#: ../../library/gc.rst:68
10099
msgid ""
@@ -105,7 +104,7 @@ msgstr ""
105104

106105
#: ../../library/gc.rst:72
107106
msgid "New *generation* parameter."
108-
msgstr "Novo parâmetro *generation*"
107+
msgstr "Novo parâmetro *generation*."
109108

110109
#: ../../library/gc.rst:75
111110
msgid ""
@@ -173,7 +172,7 @@ msgid ""
173172
"Return the current collection thresholds as a tuple of ``(threshold0, "
174173
"threshold1, threshold2)``."
175174
msgstr ""
176-
"Retorne os limites da coleção atual como uma tupla de ``(threshold0, "
175+
"Retorna os limites da coleta atual como uma tupla de ``(threshold0, "
177176
"threshold1, threshold2)``."
178177

179178
#: ../../library/gc.rst:130

0 commit comments

Comments
 (0)