Skip to content

Commit 781de19

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 5909f63 commit 781de19

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

c-api/gcsupport.po

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Rodrigo Cândido, 2022
88
# Andressa Lima Ferreira, 2023
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
16+
"POT-Creation-Date: 2023-03-03 14:14+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
17-
"Last-Translator: Andressa Lima Ferreira, 2023\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1819
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"MIME-Version: 1.0\n"
@@ -53,10 +54,10 @@ msgid ""
5354
"implementation must also be provided."
5455
msgstr ""
5556
"Para criar um tipo container, o :c:member:`~PyTypeObject.tp_flags` campo do "
56-
"tipo do objeto deve incluir o :const:`Py_TPFLAGS_HAVE_GC`e fornecer uma "
57-
"implementação do :c:member:`~PyTypeObject.tp_traverse` manipulador. Se as "
58-
"instâncias do tipo forem mutáveis, uma:c:member:`~PyTypeObject.tp_clear` "
59-
"implementação também deverá ser fornecida."
57+
"tipo do objeto deve incluir o :const:`Py_TPFLAGS_HAVE_GC` e fornecer uma "
58+
"implementação do manipulador :c:member:`~PyTypeObject.tp_traverse`. Se as "
59+
"instâncias do tipo forem mutáveis, uma implementação :c:member:"
60+
"`~PyTypeObject.tp_clear` também deverá ser fornecida."
6061

6162
#: ../../c-api/gcsupport.rst:24
6263
msgid ""

c-api/module.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2021
87
# i17obot <i17obot@rougeth.com>, 2021
98
# Rodrigo Cândido, 2022
109
# Welliton Malta <wellyton47@hotmail.com>, 2023
10+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-02-24 14:15+0000\n"
17+
"POT-Creation-Date: 2023-03-03 14:14+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
19-
"Last-Translator: Welliton Malta <wellyton47@hotmail.com>, 2023\n"
19+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
2020
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
2222
"MIME-Version: 1.0\n"
@@ -63,10 +63,10 @@ msgid ""
6363
"are set to ``None``); the caller is responsible for providing a :attr:"
6464
"`__file__` attribute."
6565
msgstr ""
66-
"Retorna um novo objeto de módulo com o atributo :attr:`__name__`definido "
67-
"como *nome*. Os atributos de módulo :attr:`__name__`,:attr:`__doc__`,:attr:"
66+
"Retorna um novo objeto de módulo com o atributo :attr:`__name__` definido "
67+
"como *name*. Os atributos de módulo :attr:`__name__`,:attr:`__doc__`,:attr:"
6868
"`__package__` e :attr:`__loader__` são preenchidos (todos exceto :attr:"
69-
"`__name__` são definidos como ``None``); O caller é responsásvel por "
69+
"`__name__` são definidos como ``None``); O chamador é responsásvel por "
7070
"providenciar um atributo :attr:`__file__`."
7171

7272
#: ../../c-api/module.rst:48
@@ -126,7 +126,7 @@ msgid ""
126126
"Return a pointer to the :c:type:`PyModuleDef` struct from which the module "
127127
"was created, or ``NULL`` if the module wasn't created from a definition."
128128
msgstr ""
129-
"Retorna um ponteiro para a estrutura :c:type:`PyModuleDef`da qual o módulo "
129+
"Retorna um ponteiro para a estrutura :c:type:`PyModuleDef` da qual o módulo "
130130
"foi criado, ou ``NULL`` se o módulo não foi criado de uma definição."
131131

132132
#: ../../c-api/module.rst:108
@@ -343,8 +343,8 @@ msgid ""
343343
"Most uses of this function should be using :c:func:`PyModule_Create` "
344344
"instead; only use this if you are sure you need it."
345345
msgstr ""
346-
"A maioria dos usos dessa função deve ser feita com:c:func:`PyModule_Create`; "
347-
"use-o apenas se tiver certeza de que precisa."
346+
"A maioria dos usos dessa função deve ser feita com :c:func:"
347+
"`PyModule_Create`; use-o apenas se tiver certeza de que precisa."
348348

349349
#: ../../c-api/module.rst:273
350350
msgid ""

0 commit comments

Comments
 (0)