Skip to content

Commit ddd8a20

Browse files
Update translation
Co-Authored-By: python-doc bot Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com>
1 parent c44a0b3 commit ddd8a20

File tree

12 files changed

+13208
-16792
lines changed

12 files changed

+13208
-16792
lines changed

deprecations/index.po

Lines changed: 20 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:02+0000\n"
14+
"POT-Creation-Date: 2025-09-21 14:57+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -124,58 +124,45 @@ msgstr ""
124124

125125
#: ../../deprecations/pending-removal-in-3.14.rst:41
126126
msgid ""
127-
":mod:`collections.abc`: Deprecated :class:`~collections.abc.ByteString`. "
128-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
129-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
130-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
131-
msgstr ""
132-
":mod:`collections.abc`: :class:`~collections.abc.ByteString` foi "
133-
"descontinuado. Prefira :class:`!Sequence` ou :class:`~collections.abc."
134-
"Buffer`. Para uso em tipagem, prefira uma união, como ``bytes | bytearray`` "
135-
"ou :class:`collections.abc.Buffer`. (Contribuição de Shantanu Jain em :gh:"
136-
"`91896`.)"
137-
138-
#: ../../deprecations/pending-removal-in-3.14.rst:47
139-
msgid ""
140127
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
141128
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
142129
msgstr ""
143130
":mod:`email`: Descontinua o parâmetro *isdst* em :func:`email.utils."
144131
"localtime`. (Contribuição de Alan Williams em :gh:`72346`.)"
145132

146-
#: ../../deprecations/pending-removal-in-3.14.rst:50
133+
#: ../../deprecations/pending-removal-in-3.14.rst:44
147134
msgid ":mod:`importlib.abc` deprecated classes:"
148135
msgstr ":mod:`importlib.abc` descontinuou as classes:"
149136

150-
#: ../../deprecations/pending-removal-in-3.14.rst:52
137+
#: ../../deprecations/pending-removal-in-3.14.rst:46
151138
msgid ":class:`!importlib.abc.ResourceReader`"
152139
msgstr ":class:`!importlib.abc.ResourceReader`"
153140

154-
#: ../../deprecations/pending-removal-in-3.14.rst:53
141+
#: ../../deprecations/pending-removal-in-3.14.rst:47
155142
msgid ":class:`!importlib.abc.Traversable`"
156143
msgstr ":class:`!importlib.abc.Traversable`"
157144

158-
#: ../../deprecations/pending-removal-in-3.14.rst:54
145+
#: ../../deprecations/pending-removal-in-3.14.rst:48
159146
msgid ":class:`!importlib.abc.TraversableResources`"
160147
msgstr ":class:`!importlib.abc.TraversableResources`"
161148

162-
#: ../../deprecations/pending-removal-in-3.14.rst:56
149+
#: ../../deprecations/pending-removal-in-3.14.rst:50
163150
msgid "Use :mod:`importlib.resources.abc` classes instead:"
164151
msgstr "Em vez disso, use classes de :mod:`importlib.resources.abc`:"
165152

166-
#: ../../deprecations/pending-removal-in-3.14.rst:58
153+
#: ../../deprecations/pending-removal-in-3.14.rst:52
167154
msgid ":class:`importlib.resources.abc.Traversable`"
168155
msgstr ":class:`importlib.resources.abc.Traversable`"
169156

170-
#: ../../deprecations/pending-removal-in-3.14.rst:59
157+
#: ../../deprecations/pending-removal-in-3.14.rst:53
171158
msgid ":class:`importlib.resources.abc.TraversableResources`"
172159
msgstr ":class:`importlib.resources.abc.TraversableResources`"
173160

174-
#: ../../deprecations/pending-removal-in-3.14.rst:61
161+
#: ../../deprecations/pending-removal-in-3.14.rst:55
175162
msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)"
176163
msgstr "(Contribuição de Jason R. Coombs e Hugo van Kemenade em :gh:`93963`.)"
177164

178-
#: ../../deprecations/pending-removal-in-3.14.rst:63
165+
#: ../../deprecations/pending-removal-in-3.14.rst:57
179166
msgid ""
180167
":mod:`itertools` had undocumented, inefficient, historically buggy, and "
181168
"inconsistent support for copy, deepcopy, and pickle operations. This will be "
@@ -188,7 +175,7 @@ msgstr ""
188175
"significativa no volume de código e na carga de manutenção. (Contribuição de "
189176
"Raymond Hettinger em :gh:`101588`.)"
190177

191-
#: ../../deprecations/pending-removal-in-3.14.rst:69
178+
#: ../../deprecations/pending-removal-in-3.14.rst:63
192179
msgid ""
193180
":mod:`multiprocessing`: The default start method will change to a safer one "
194181
"on Linux, BSDs, and other non-macOS POSIX platforms where ``'fork'`` is "
@@ -207,15 +194,15 @@ msgstr ""
207194
"explicitamente quando seu código *requer* ``'fork'``. Veja :ref:"
208195
"`multiprocessing-start-methods`."
209196

210-
#: ../../deprecations/pending-removal-in-3.14.rst:77
197+
#: ../../deprecations/pending-removal-in-3.14.rst:71
211198
msgid ""
212199
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` and :meth:`~pathlib."
213200
"PurePath.relative_to`: passing additional arguments is deprecated."
214201
msgstr ""
215202
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` e :meth:`~pathlib."
216203
"PurePath.relative_to`: passar argumentos adicionais foi descontinuado."
217204

218-
#: ../../deprecations/pending-removal-in-3.14.rst:81
205+
#: ../../deprecations/pending-removal-in-3.14.rst:75
219206
msgid ""
220207
":mod:`pkgutil`: :func:`~pkgutil.find_loader` and :func:`~pkgutil.get_loader` "
221208
"now raise :exc:`DeprecationWarning`; use :func:`importlib.util.find_spec` "
@@ -225,27 +212,27 @@ msgstr ""
225212
"agora levantam :exc:`DeprecationWarning`; use :func:`importlib.util."
226213
"find_spec` em vez disto. (Contribuição de Nikita Sobolev em :gh:`97850`.)"
227214

228-
#: ../../deprecations/pending-removal-in-3.14.rst:86
215+
#: ../../deprecations/pending-removal-in-3.14.rst:80
229216
msgid ":mod:`pty`:"
230217
msgstr ":mod:`pty`:"
231218

232-
#: ../../deprecations/pending-removal-in-3.14.rst:88
219+
#: ../../deprecations/pending-removal-in-3.14.rst:82
233220
msgid "``master_open()``: use :func:`pty.openpty`."
234221
msgstr "``master_open()``: use :func:`pty.openpty`."
235222

236-
#: ../../deprecations/pending-removal-in-3.14.rst:89
223+
#: ../../deprecations/pending-removal-in-3.14.rst:83
237224
msgid "``slave_open()``: use :func:`pty.openpty`."
238225
msgstr "``slave_open()``: use :func:`pty.openpty`."
239226

240-
#: ../../deprecations/pending-removal-in-3.14.rst:91
227+
#: ../../deprecations/pending-removal-in-3.14.rst:85
241228
msgid ":mod:`sqlite3`:"
242229
msgstr ":mod:`sqlite3`:"
243230

244-
#: ../../deprecations/pending-removal-in-3.14.rst:93
231+
#: ../../deprecations/pending-removal-in-3.14.rst:87
245232
msgid ":data:`~sqlite3.version` and :data:`~sqlite3.version_info`."
246233
msgstr ":data:`~sqlite3.version` e :data:`~sqlite3.version_info`."
247234

248-
#: ../../deprecations/pending-removal-in-3.14.rst:95
235+
#: ../../deprecations/pending-removal-in-3.14.rst:89
249236
msgid ""
250237
":meth:`~sqlite3.Cursor.execute` and :meth:`~sqlite3.Cursor.executemany` if :"
251238
"ref:`named placeholders <sqlite3-placeholders>` are used and *parameters* is "
@@ -255,15 +242,7 @@ msgstr ""
255242
"ref:`espaços reservados nomeados <sqlite3-placeholders>` forem usados e "
256243
"*parameters* for uma sequência em vez de um :class:`dict` ."
257244

258-
#: ../../deprecations/pending-removal-in-3.14.rst:99
259-
msgid ""
260-
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
261-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
262-
msgstr ""
263-
":mod:`typing`: :class:`~typing.ByteString`, descontinuado desde Python 3.9, "
264-
"agora faz com que uma :exc:`DeprecationWarning` seja emitida quando é usado."
265-
266-
#: ../../deprecations/pending-removal-in-3.14.rst:102
245+
#: ../../deprecations/pending-removal-in-3.14.rst:93
267246
msgid ""
268247
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
269248
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"

deprecations/pending-removal-in-3.14.po

Lines changed: 20 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-15 15:19+0000\n"
14+
"POT-Creation-Date: 2025-09-21 14:57+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -118,58 +118,45 @@ msgstr ""
118118

119119
#: ../../deprecations/pending-removal-in-3.14.rst:41
120120
msgid ""
121-
":mod:`collections.abc`: Deprecated :class:`~collections.abc.ByteString`. "
122-
"Prefer :class:`!Sequence` or :class:`~collections.abc.Buffer`. For use in "
123-
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
124-
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
125-
msgstr ""
126-
":mod:`collections.abc`: :class:`~collections.abc.ByteString` foi "
127-
"descontinuado. Prefira :class:`!Sequence` ou :class:`~collections.abc."
128-
"Buffer` Para uso em tipagem, prefira uma união, como ``bytes | bytearray`` "
129-
"ou :class:`collections.abc.Buffer`. (Contribuição de Shantanu Jain em :gh:"
130-
"`91896`.)"
131-
132-
#: ../../deprecations/pending-removal-in-3.14.rst:47
133-
msgid ""
134121
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
135122
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
136123
msgstr ""
137124
":mod:`email`: Descontinua o parâmetro *isdst* em :func:`email.utils."
138125
"localtime`. (Contribuição de Alan Williams em :gh:`72346`.)"
139126

140-
#: ../../deprecations/pending-removal-in-3.14.rst:50
127+
#: ../../deprecations/pending-removal-in-3.14.rst:44
141128
msgid ":mod:`importlib.abc` deprecated classes:"
142129
msgstr ":mod:`importlib.abc` descontinuou as classes:"
143130

144-
#: ../../deprecations/pending-removal-in-3.14.rst:52
131+
#: ../../deprecations/pending-removal-in-3.14.rst:46
145132
msgid ":class:`!importlib.abc.ResourceReader`"
146133
msgstr ":class:`!importlib.abc.ResourceReader`"
147134

148-
#: ../../deprecations/pending-removal-in-3.14.rst:53
135+
#: ../../deprecations/pending-removal-in-3.14.rst:47
149136
msgid ":class:`!importlib.abc.Traversable`"
150137
msgstr ":class:`!importlib.abc.Traversable`"
151138

152-
#: ../../deprecations/pending-removal-in-3.14.rst:54
139+
#: ../../deprecations/pending-removal-in-3.14.rst:48
153140
msgid ":class:`!importlib.abc.TraversableResources`"
154141
msgstr ":class:`!importlib.abc.TraversableResources`"
155142

156-
#: ../../deprecations/pending-removal-in-3.14.rst:56
143+
#: ../../deprecations/pending-removal-in-3.14.rst:50
157144
msgid "Use :mod:`importlib.resources.abc` classes instead:"
158145
msgstr "Em vez disso, use classes de :mod:`importlib.resources.abc`:"
159146

160-
#: ../../deprecations/pending-removal-in-3.14.rst:58
147+
#: ../../deprecations/pending-removal-in-3.14.rst:52
161148
msgid ":class:`importlib.resources.abc.Traversable`"
162149
msgstr ":class:`importlib.resources.abc.Traversable`"
163150

164-
#: ../../deprecations/pending-removal-in-3.14.rst:59
151+
#: ../../deprecations/pending-removal-in-3.14.rst:53
165152
msgid ":class:`importlib.resources.abc.TraversableResources`"
166153
msgstr ":class:`importlib.resources.abc.TraversableResources`"
167154

168-
#: ../../deprecations/pending-removal-in-3.14.rst:61
155+
#: ../../deprecations/pending-removal-in-3.14.rst:55
169156
msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)"
170157
msgstr "(Contribuição de Jason R. Coombs e Hugo van Kemenade em :gh:`93963`.)"
171158

172-
#: ../../deprecations/pending-removal-in-3.14.rst:63
159+
#: ../../deprecations/pending-removal-in-3.14.rst:57
173160
msgid ""
174161
":mod:`itertools` had undocumented, inefficient, historically buggy, and "
175162
"inconsistent support for copy, deepcopy, and pickle operations. This will be "
@@ -182,7 +169,7 @@ msgstr ""
182169
"significativa no volume de código e na carga de manutenção. (Contribuição de "
183170
"Raymond Hettinger em :gh:`101588`.)"
184171

185-
#: ../../deprecations/pending-removal-in-3.14.rst:69
172+
#: ../../deprecations/pending-removal-in-3.14.rst:63
186173
msgid ""
187174
":mod:`multiprocessing`: The default start method will change to a safer one "
188175
"on Linux, BSDs, and other non-macOS POSIX platforms where ``'fork'`` is "
@@ -201,15 +188,15 @@ msgstr ""
201188
"explicitamente quando seu código *requer* ``'fork'``. Veja :ref:"
202189
"`multiprocessing-start-methods`."
203190

204-
#: ../../deprecations/pending-removal-in-3.14.rst:77
191+
#: ../../deprecations/pending-removal-in-3.14.rst:71
205192
msgid ""
206193
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` and :meth:`~pathlib."
207194
"PurePath.relative_to`: passing additional arguments is deprecated."
208195
msgstr ""
209196
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` e :meth:`~pathlib."
210197
"PurePath.relative_to`: passar argumentos adicionais foi descontinuado."
211198

212-
#: ../../deprecations/pending-removal-in-3.14.rst:81
199+
#: ../../deprecations/pending-removal-in-3.14.rst:75
213200
msgid ""
214201
":mod:`pkgutil`: :func:`~pkgutil.find_loader` and :func:`~pkgutil.get_loader` "
215202
"now raise :exc:`DeprecationWarning`; use :func:`importlib.util.find_spec` "
@@ -219,27 +206,27 @@ msgstr ""
219206
"agora levantam :exc:`DeprecationWarning`; use :func:`importlib.util."
220207
"find_spec` em vez disto. (Contribuição de Nikita Sobolev em :gh:`97850`.)"
221208

222-
#: ../../deprecations/pending-removal-in-3.14.rst:86
209+
#: ../../deprecations/pending-removal-in-3.14.rst:80
223210
msgid ":mod:`pty`:"
224211
msgstr ":mod:`pty`:"
225212

226-
#: ../../deprecations/pending-removal-in-3.14.rst:88
213+
#: ../../deprecations/pending-removal-in-3.14.rst:82
227214
msgid "``master_open()``: use :func:`pty.openpty`."
228215
msgstr "``master_open()``: use :func:`pty.openpty`."
229216

230-
#: ../../deprecations/pending-removal-in-3.14.rst:89
217+
#: ../../deprecations/pending-removal-in-3.14.rst:83
231218
msgid "``slave_open()``: use :func:`pty.openpty`."
232219
msgstr "``slave_open()``: use :func:`pty.openpty`."
233220

234-
#: ../../deprecations/pending-removal-in-3.14.rst:91
221+
#: ../../deprecations/pending-removal-in-3.14.rst:85
235222
msgid ":mod:`sqlite3`:"
236223
msgstr ":mod:`sqlite3`:"
237224

238-
#: ../../deprecations/pending-removal-in-3.14.rst:93
225+
#: ../../deprecations/pending-removal-in-3.14.rst:87
239226
msgid ":data:`~sqlite3.version` and :data:`~sqlite3.version_info`."
240227
msgstr ":data:`~sqlite3.version` e :data:`~sqlite3.version_info`."
241228

242-
#: ../../deprecations/pending-removal-in-3.14.rst:95
229+
#: ../../deprecations/pending-removal-in-3.14.rst:89
243230
msgid ""
244231
":meth:`~sqlite3.Cursor.execute` and :meth:`~sqlite3.Cursor.executemany` if :"
245232
"ref:`named placeholders <sqlite3-placeholders>` are used and *parameters* is "
@@ -249,15 +236,7 @@ msgstr ""
249236
"ref:`espaços reservados nomeados <sqlite3-placeholders>` forem usados e "
250237
"*parameters* for uma sequência em vez de um :class:`dict` ."
251238

252-
#: ../../deprecations/pending-removal-in-3.14.rst:99
253-
msgid ""
254-
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
255-
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
256-
msgstr ""
257-
":mod:`typing`: :class:`~typing.ByteString`, descontinuado desde Python 3.9, "
258-
"agora faz com que uma :exc:`DeprecationWarning` seja emitida quando é usado."
259-
260-
#: ../../deprecations/pending-removal-in-3.14.rst:102
239+
#: ../../deprecations/pending-removal-in-3.14.rst:93
261240
msgid ""
262241
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
263242
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"

0 commit comments

Comments
 (0)