Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit47df07e

Browse files
Update translations
1 parentbc69f83 commit47df07e

16 files changed

+14947
-16453
lines changed

‎c-api/unicode.po

Lines changed: 190 additions & 181 deletions
Large diffs are not rendered by default.

‎deprecations/index.po

Lines changed: 17 additions & 3 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-05-02 14:19+0000\n"
14+
"POT-Creation-Date:2025-05-16 14:58+0000\n"
1515
"PO-Revision-Date:2025-05-08 05:09+0000\n"
1616
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -459,6 +459,20 @@ msgstr ""
459459

460460
#:../../deprecations/pending-removal-in-3.15.rst:88
461461
msgid""
462+
"When using the functional syntax of :class:`~typing.TypedDict`\\s, failing "
463+
"to pass a value to the *fields* parameter (``TD = TypedDict(\"TD\")``) or "
464+
"passing ``None`` (``TD = TypedDict(\"TD\", None)``) has been deprecated "
465+
"since Python 3.13. Use ``class TD(TypedDict): pass`` or ``TD = "
466+
"TypedDict(\"TD\", {})`` to create a TypedDict with zero field."
467+
msgstr""
468+
"Ao usar a sintaxe funcional de :class:`~typing.TypedDict`\\s, não passar um "
469+
"valor para o parâmetro *fields* (``TD = TypedDict(\"TD\")``) ou passar "
470+
"``None`` (``TD = TypedDict(\"TD\", None)``) foi está descontinuado desde o "
471+
"Python 3.13. Use ``class TD(TypedDict): pass`` ou ``TD = TypedDict(\"TD\", "
472+
"{})`` para criar uma classe TypedDict com nenhum campo."
473+
474+
#:../../deprecations/pending-removal-in-3.15.rst:95
475+
msgid""
462476
"The :func:`typing.no_type_check_decorator` decorator function has been "
463477
"deprecated since Python 3.13. After eight years in the :mod:`typing` module, "
464478
"it has yet to be supported by any major type checker."
@@ -467,11 +481,11 @@ msgstr ""
467481
"desde o Python 3.13. Após oito anos no módulo :mod:`typing`, ela ainda não "
468482
"foi suportada por nenhum verificador de tipo importante."
469483

470-
#:../../deprecations/pending-removal-in-3.15.rst:93
484+
#:../../deprecations/pending-removal-in-3.15.rst:100
471485
msgid":mod:`wave`:"
472486
msgstr":mod:`wave`:"
473487

474-
#:../../deprecations/pending-removal-in-3.15.rst:95
488+
#:../../deprecations/pending-removal-in-3.15.rst:102
475489
msgid""
476490
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
477491
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"

‎deprecations/pending-removal-in-3.15.po

Lines changed: 17 additions & 3 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-02-28 14:17+0000\n"
14+
"POT-Creation-Date:2025-05-16 14:58+0000\n"
1515
"PO-Revision-Date:2025-05-08 05:09+0000\n"
1616
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -206,6 +206,20 @@ msgstr ""
206206

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

217-
#:../../deprecations/pending-removal-in-3.15.rst:93
231+
#:../../deprecations/pending-removal-in-3.15.rst:100
218232
msgid":mod:`wave`:"
219233
msgstr":mod:`wave`:"
220234

221-
#:../../deprecations/pending-removal-in-3.15.rst:95
235+
#:../../deprecations/pending-removal-in-3.15.rst:102
222236
msgid""
223237
"The :meth:`~wave.Wave_read.getmark`, :meth:`!setmark`, and :meth:`~wave."
224238
"Wave_read.getmarkers` methods of the :class:`~wave.Wave_read` and :class:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp