5
5
#
6
6
# Translators:
7
7
# python-doc bot, 2025
8
+ # Diogo Nogueira, 2025
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.14\n "
13
14
"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 "
15
16
"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 "
17
18
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
18
19
"teams/5390/pt_BR/)\n "
19
20
"MIME-Version : 1.0\n "
@@ -32,10 +33,12 @@ msgid ""
32
33
"The functions and macros in this section are used for managing reference "
33
34
"counts of Python objects."
34
35
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."
35
38
36
39
#: ../../c-api/refcounting.rst:16
37
40
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* "
39
42
40
43
#: ../../c-api/refcounting.rst:18
41
44
msgid ""
@@ -55,6 +58,8 @@ msgstr ""
55
58
msgid ""
56
59
"Use the :c:func:`Py_SET_REFCNT()` function to set an object reference count."
57
60
msgstr ""
61
+ "Use a função :c:func:`Py_SET_REFCNT()` para definir uma contagem de "
62
+ "referências de objetos."
58
63
59
64
#: ../../c-api/refcounting.rst:28
60
65
msgid ""
@@ -69,6 +74,8 @@ msgid ""
69
74
"See also the function :c:func:"
70
75
"`PyUnstable_Object_IsUniqueReferencedTemporary()`."
71
76
msgstr ""
77
+ "Veja também a função :c:func:"
78
+ "`PyUnstable_Object_IsUniqueReferencedTemporary()`."
72
79
73
80
#: ../../c-api/refcounting.rst:35
74
81
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
@@ -94,12 +101,12 @@ msgstr ""
94
101
#: ../../c-api/refcounting.rst:49 ../../c-api/refcounting.rst:62
95
102
#: ../../c-api/refcounting.rst:128
96
103
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' "
98
105
99
106
#: ../../c-api/refcounting.rst:53 ../../c-api/refcounting.rst:77
100
107
#: ../../c-api/refcounting.rst:156
101
108
msgid "Immortal objects are not modified."
102
- msgstr ""
109
+ msgstr "Os objetos imortais não são modificados. "
103
110
104
111
#: ../../c-api/refcounting.rst:59
105
112
msgid ""
@@ -113,6 +120,9 @@ msgid ""
113
120
"term:`strong reference` in-place. The :c:func:`Py_NewRef` function can be "
114
121
"used to create a new :term:`strong reference`."
115
122
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`. "
116
126
117
127
#: ../../c-api/refcounting.rst:68
118
128
msgid "When done using the object, release is by calling :c:func:`Py_DECREF`."
@@ -135,10 +145,12 @@ msgid ""
135
145
"Similar to :c:func:`Py_INCREF`, but the object *o* can be ``NULL``, in which "
136
146
"case this has no effect."
137
147
msgstr ""
148
+ "Semelhante a :c:func:`Py_INCREF`, mas o objeto *o* pode ser ``NULL``neste "
149
+ "caso isso não tem efeito. "
138
150
139
151
#: ../../c-api/refcounting.rst:86
140
152
msgid "See also :c:func:`Py_XNewRef`."
141
- msgstr ""
153
+ msgstr "Veja também :c:func:`Py_XNewRef`. "
142
154
143
155
#: ../../c-api/refcounting.rst:91
144
156
msgid ""
@@ -182,11 +194,11 @@ msgstr ""
182
194
183
195
#: ../../c-api/refcounting.rst:116
184
196
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 "
186
198
187
199
#: ../../c-api/refcounting.rst:118
188
200
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`` "
190
202
191
203
#: ../../c-api/refcounting.rst:125
192
204
msgid ""
0 commit comments