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

Skip to content

Commit faadd88

Browse files
Update translations
1 parent 4c8c025 commit faadd88

21 files changed

+17615
-16869
lines changed

c-api/unicode.po

Lines changed: 250 additions & 241 deletions
Large diffs are not rendered by default.

deprecations/index.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
15+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
1616
"PO-Revision-Date: 2024-07-29 04:07+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -217,6 +217,20 @@ msgstr ""
217217

218218
#: ../../deprecations/pending-removal-in-3.15.rst:88
219219
msgid ""
220+
"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing "
221+
"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or "
222+
"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated "
223+
"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = "
224+
"TypedDict(\"TD\", {})`` to create a TypedDict with zero field."
225+
msgstr ""
226+
"Ao usar a sintaxe funcional de :class:`~typing.TypedDict`\\s, não passar um "
227+
"valor para o parâmetro *fields* (``TD = TypedDict(\"TD\")``) ou passar "
228+
"``None`` (``TD = TypedDict(\"TD\", None)``) foi está descontinuado desde o "
229+
"Python 3.13. Use ``class TD(TypedDict): pass`` ou ``TD = TypedDict(\"TD\", "
230+
"{})`` para criar uma classe TypedDict com nenhum campo."
231+
232+
#: ../../deprecations/pending-removal-in-3.15.rst:95
233+
msgid ""
220234
"The :func:`typing.no_type_check_decorator` decorator function has been "
221235
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
222236
"it has yet to be supported by any major type checker."
@@ -225,11 +239,11 @@ msgstr ""
225239
"desde o Python 3.13. Após oito anos no módulo :mod:`typing`, ela ainda não "
226240
"foi suportada por nenhum verificador de tipo importante."
227241

228-
#: ../../deprecations/pending-removal-in-3.15.rst:93
242+
#: ../../deprecations/pending-removal-in-3.15.rst:100
229243
msgid ":mod:`wave`:"
230244
msgstr ":mod:`wave`:"
231245

232-
#: ../../deprecations/pending-removal-in-3.15.rst:95
246+
#: ../../deprecations/pending-removal-in-3.15.rst:102
233247
msgid ""
234248
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
235249
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
@@ -239,11 +253,11 @@ msgstr ""
239253
"Wave_read.getmarkers` das classes :class:`~wave.Wave_read` e :class:`~wave."
240254
"Wave_write` foram descontinuados desde o Python 3.13."
241255

242-
#: ../../deprecations/pending-removal-in-3.15.rst:100
256+
#: ../../deprecations/pending-removal-in-3.15.rst:107
243257
msgid ":mod:`zipimport`:"
244258
msgstr ":mod:`zipimport`:"
245259

246-
#: ../../deprecations/pending-removal-in-3.15.rst:102
260+
#: ../../deprecations/pending-removal-in-3.15.rst:109
247261
msgid ""
248262
":meth:`~zipimport.zipimporter.load_module` has been deprecated since Python "
249263
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "

deprecations/pending-removal-in-3.15.po

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-05-08 02:53-0300\n"
15+
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
1616
"PO-Revision-Date: 2024-07-20 00:54+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -207,6 +207,20 @@ msgstr ""
207207

208208
#: ../../deprecations/pending-removal-in-3.15.rst:88
209209
msgid ""
210+
"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing "
211+
"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or "
212+
"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated "
213+
"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = "
214+
"TypedDict(\"TD\", {})`` to create a TypedDict with zero field."
215+
msgstr ""
216+
"Ao usar a sintaxe funcional de :class:`~typing.TypedDict`\\s, não passar um "
217+
"valor para o parâmetro *fields* (``TD = TypedDict(\"TD\")``) ou passar "
218+
"``None`` (``TD = TypedDict(\"TD\", None)``) foi está descontinuado desde o "
219+
"Python 3.13. Use ``class TD(TypedDict): pass`` ou ``TD = TypedDict(\"TD\", "
220+
"{})`` para criar uma classe TypedDict com nenhum campo."
221+
222+
#: ../../deprecations/pending-removal-in-3.15.rst:95
223+
msgid ""
210224
"The :func:`typing.no_type_check_decorator` decorator function has been "
211225
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
212226
"it has yet to be supported by any major type checker."
@@ -215,11 +229,11 @@ msgstr ""
215229
"desde o Python 3.13. Após oito anos no módulo :mod:`typing`, ela ainda não "
216230
"foi suportada por nenhum verificador de tipo importante."
217231

218-
#: ../../deprecations/pending-removal-in-3.15.rst:93
232+
#: ../../deprecations/pending-removal-in-3.15.rst:100
219233
msgid ":mod:`wave`:"
220234
msgstr ":mod:`wave`:"
221235

222-
#: ../../deprecations/pending-removal-in-3.15.rst:95
236+
#: ../../deprecations/pending-removal-in-3.15.rst:102
223237
msgid ""
224238
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
225239
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"
@@ -229,11 +243,11 @@ msgstr ""
229243
"Wave_read.getmarkers` das classes :class:`~wave.Wave_read` e :class:`~wave."
230244
"Wave_write` foram descontinuados desde o Python 3.13."
231245

232-
#: ../../deprecations/pending-removal-in-3.15.rst:100
246+
#: ../../deprecations/pending-removal-in-3.15.rst:107
233247
msgid ":mod:`zipimport`:"
234248
msgstr ":mod:`zipimport`:"
235249

236-
#: ../../deprecations/pending-removal-in-3.15.rst:102
250+
#: ../../deprecations/pending-removal-in-3.15.rst:109
237251
msgid ""
238252
":meth:`~zipimport.zipimporter.load_module` has been deprecated since Python "
239253
"3.10. Use :meth:`~zipimport.zipimporter.exec_module` instead. (Contributed "

0 commit comments

Comments
 (0)