Skip to content

Commit b624f7e

Browse files
Update translation
Co-Authored-By: Cezar Gabriel Co-Authored-By: Diogo Nogueira
1 parent 581848e commit b624f7e

File tree

4 files changed

+260
-111
lines changed

4 files changed

+260
-111
lines changed

c-api/refcounting.po

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Diogo Nogueira, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-08-07 20:38+0000\n"
15+
"POT-Creation-Date: 2025-08-09 14:17+0000\n"
1516
"PO-Revision-Date: 2025-08-02 17:33+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Diogo Nogueira, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -32,10 +33,12 @@ msgid ""
3233
"The functions and macros in this section are used for managing reference "
3334
"counts of Python objects."
3435
msgstr ""
36+
"As funções e macros nesta sessão são usados para o gerenciamento de contagem "
37+
"de referências de objetos Python."
3538

3639
#: ../../c-api/refcounting.rst:16
3740
msgid "Get the reference count of the Python object *o*."
38-
msgstr ""
41+
msgstr "Obtém a contagem de referências dos objetos Python *o*"
3942

4043
#: ../../c-api/refcounting.rst:18
4144
msgid ""
@@ -55,6 +58,8 @@ msgstr ""
5558
msgid ""
5659
"Use the :c:func:`Py_SET_REFCNT()` function to set an object reference count."
5760
msgstr ""
61+
"Use a função :c:func:`Py_SET_REFCNT()` para definir uma contagem de "
62+
"referências de objetos."
5863

5964
#: ../../c-api/refcounting.rst:28
6065
msgid ""
@@ -69,6 +74,8 @@ msgid ""
6974
"See also the function :c:func:"
7075
"`PyUnstable_Object_IsUniqueReferencedTemporary()`."
7176
msgstr ""
77+
"Veja também a função :c:func:"
78+
"`PyUnstable_Object_IsUniqueReferencedTemporary()`."
7279

7380
#: ../../c-api/refcounting.rst:35
7481
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
@@ -94,12 +101,12 @@ msgstr ""
94101
#: ../../c-api/refcounting.rst:49 ../../c-api/refcounting.rst:62
95102
#: ../../c-api/refcounting.rst:128
96103
msgid "This function has no effect on :term:`immortal` objects."
97-
msgstr ""
104+
msgstr "Esta função não tem efeito sobre objetos :term:`imortais' "
98105

99106
#: ../../c-api/refcounting.rst:53 ../../c-api/refcounting.rst:77
100107
#: ../../c-api/refcounting.rst:156
101108
msgid "Immortal objects are not modified."
102-
msgstr ""
109+
msgstr "Os objetos imortais não são modificados."
103110

104111
#: ../../c-api/refcounting.rst:59
105112
msgid ""
@@ -113,6 +120,9 @@ msgid ""
113120
"term:`strong reference` in-place. The :c:func:`Py_NewRef` function can be "
114121
"used to create a new :term:`strong reference`."
115122
msgstr ""
123+
"Esta função é geralmente usada para transformar uma :term:`referência "
124+
"emprestada` em uma :term:`referência forte` local. A função :c:func:"
125+
"`Py_NewRef` pode ser usada para criar uma nova :term:`referência forte`. "
116126

117127
#: ../../c-api/refcounting.rst:68
118128
msgid "When done using the object, release is by calling :c:func:`Py_DECREF`."
@@ -135,10 +145,12 @@ msgid ""
135145
"Similar to :c:func:`Py_INCREF`, but the object *o* can be ``NULL``, in which "
136146
"case this has no effect."
137147
msgstr ""
148+
"Semelhante a :c:func:`Py_INCREF`, mas o objeto *o* pode ser ``NULL``neste "
149+
"caso isso não tem efeito. "
138150

139151
#: ../../c-api/refcounting.rst:86
140152
msgid "See also :c:func:`Py_XNewRef`."
141-
msgstr ""
153+
msgstr "Veja também :c:func:`Py_XNewRef`."
142154

143155
#: ../../c-api/refcounting.rst:91
144156
msgid ""
@@ -182,11 +194,11 @@ msgstr ""
182194

183195
#: ../../c-api/refcounting.rst:116
184196
msgid "Similar to :c:func:`Py_NewRef`, but the object *o* can be NULL."
185-
msgstr ""
197+
msgstr "Semelhante a :c:func:`Py_NewRef`, mas o objeto *o* pode ser NULL"
186198

187199
#: ../../c-api/refcounting.rst:118
188200
msgid "If the object *o* is ``NULL``, the function just returns ``NULL``."
189-
msgstr ""
201+
msgstr "Se o objeto *o* é ``NULL``, a função apenas retorna ``NULL``"
190202

191203
#: ../../c-api/refcounting.rst:125
192204
msgid ""

0 commit comments

Comments
 (0)