Skip to content

Commit 90b5a2f

Browse files
Update translation
Co-Authored-By: python-doc bot
1 parent 59fd68b commit 90b5a2f

15 files changed

Lines changed: 16492 additions & 16349 deletions

.tx/config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,14 @@ resource_name = deprecations--pending-removal-in-3_17
689689
replace_edited_strings = false
690690
keep_translations = false
691691

692+
[o:python-doc:p:python-newest:r:deprecations--pending-removal-in-3_18]
693+
file_filter = deprecations/pending-removal-in-3.18.po
694+
type = PO
695+
minimum_perc = 0
696+
resource_name = deprecations--pending-removal-in-3_18
697+
replace_edited_strings = false
698+
keep_translations = false
699+
692700
[o:python-doc:p:python-newest:r:deprecations--pending-removal-in-3_19]
693701
file_filter = deprecations/pending-removal-in-3.19.po
694702
type = PO

deprecations/index.po

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# python-doc bot, 2025
87
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2026
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-05 14:11+0000\n"
15+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
17-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"MIME-Version: 1.0\n"
@@ -585,6 +585,23 @@ msgstr ""
585585
":class:`typing.ByteString`, obsoleto desde o Python 3.9, está programado "
586586
"para ser removido no Python 3.17."
587587

588+
#: ../../deprecations/c-api-pending-removal-in-3.18.rst:2
589+
#: ../../deprecations/pending-removal-in-3.18.rst:2
590+
msgid "Pending removal in Python 3.18"
591+
msgstr "Remoção pendente no Python 3.18"
592+
593+
#: ../../deprecations/pending-removal-in-3.18.rst:4
594+
msgid ":mod:`decimal`:"
595+
msgstr ":mod:`decimal`:"
596+
597+
#: ../../deprecations/pending-removal-in-3.18.rst:6
598+
msgid ""
599+
"The non-standard and undocumented :class:`~decimal.Decimal` format specifier "
600+
"``'N'``, which is only supported in the :mod:`!decimal` module's C "
601+
"implementation, has been deprecated since Python 3.13. (Contributed by "
602+
"Serhiy Storchaka in :gh:`89902`.)"
603+
msgstr ""
604+
588605
#: ../../deprecations/pending-removal-in-3.19.rst:2
589606
msgid "Pending removal in Python 3.19"
590607
msgstr "Remoção pendente no Python 3.19"
@@ -1040,7 +1057,7 @@ msgstr ""
10401057
":func:`sys._clear_type_cache` está descontinuada: use :func:`sys."
10411058
"_clear_internal_caches`."
10421059

1043-
#: ../../deprecations/index.rst:15
1060+
#: ../../deprecations/index.rst:17
10441061
msgid "C API deprecations"
10451062
msgstr "Descontinuações na API C"
10461063

@@ -1403,10 +1420,6 @@ msgstr ""
14031420
"`PyConfig` para definir essas opções. Ou :c:func:`PyConfig_Get` pode ser "
14041421
"usado para obter essas opções em tempo de execução."
14051422

1406-
#: ../../deprecations/c-api-pending-removal-in-3.18.rst:2
1407-
msgid "Pending removal in Python 3.18"
1408-
msgstr "Remoção pendente no Python 3.18"
1409-
14101423
#: ../../deprecations/c-api-pending-removal-in-3.18.rst:4
14111424
msgid ""
14121425
"The following private functions are deprecated and planned for removal in "
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001 Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
# Translators:
7+
# python-doc bot, 2026
8+
#
9+
#, fuzzy
10+
msgid ""
11+
msgstr ""
12+
"Project-Id-Version: Python 3.14\n"
13+
"Report-Msgid-Bugs-To: \n"
14+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
15+
"PO-Revision-Date: 2026-01-07 14:20+0000\n"
16+
"Last-Translator: python-doc bot, 2026\n"
17+
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
18+
"teams/5390/pt_BR/)\n"
19+
"MIME-Version: 1.0\n"
20+
"Content-Type: text/plain; charset=UTF-8\n"
21+
"Content-Transfer-Encoding: 8bit\n"
22+
"Language: pt_BR\n"
23+
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
24+
"1000000 == 0 ? 1 : 2;\n"
25+
26+
#: ../../deprecations/pending-removal-in-3.18.rst:2
27+
msgid "Pending removal in Python 3.18"
28+
msgstr "Remoção pendente no Python 3.18"
29+
30+
#: ../../deprecations/pending-removal-in-3.18.rst:4
31+
msgid ":mod:`decimal`:"
32+
msgstr ":mod:`decimal`:"
33+
34+
#: ../../deprecations/pending-removal-in-3.18.rst:6
35+
msgid ""
36+
"The non-standard and undocumented :class:`~decimal.Decimal` format specifier "
37+
"``'N'``, which is only supported in the :mod:`!decimal` module's C "
38+
"implementation, has been deprecated since Python 3.13. (Contributed by "
39+
"Serhiy Storchaka in :gh:`89902`.)"
40+
msgstr ""

library/argparse.po

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-12-31 14:15+0000\n"
16+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1549,7 +1549,7 @@ msgstr ""
15491549
msgid ""
15501550
">>> parser = argparse.ArgumentParser(prog='PROG')\n"
15511551
">>> parser.add_argument('--foo-bar')\n"
1552-
">>> parser.parse_args(['--foo-bar', 'FOO-BAR']\n"
1552+
">>> parser.parse_args(['--foo-bar', 'FOO-BAR'])\n"
15531553
"Namespace(foo_bar='FOO-BAR')\n"
15541554
">>> parser.print_help()\n"
15551555
"usage: [-h] [--foo-bar FOO-BAR]\n"
@@ -1558,16 +1558,6 @@ msgid ""
15581558
" -h, --help show this help message and exit\n"
15591559
" --foo-bar FOO-BAR"
15601560
msgstr ""
1561-
">>> parser = argparse.ArgumentParser(prog='PROG')\n"
1562-
">>> parser.add_argument('--foo-bar')\n"
1563-
">>> parser.parse_args(['--foo-bar', 'FOO-BAR']\n"
1564-
"Namespace(foo_bar='FOO-BAR')\n"
1565-
">>> parser.print_help()\n"
1566-
"usage: [-h] [--foo-bar FOO-BAR]\n"
1567-
"\n"
1568-
"optional arguments:\n"
1569-
" -h, --help show this help message and exit\n"
1570-
" --foo-bar FOO-BAR"
15711561

15721562
#: ../../library/argparse.rst:756
15731563
msgid "action"

library/compression.zstd.po

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.14\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-12-15 14:20+0000\n"
16+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1818
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -180,19 +180,12 @@ msgstr ""
180180
#: ../../library/compression.zstd.rst:75
181181
msgid ""
182182
"When writing, the *options* argument can be a dictionary providing advanced "
183-
"decompression parameters; see :class:`CompressionParameter` for detailed "
183+
"compression parameters; see :class:`CompressionParameter` for detailed "
184184
"information about supported parameters. The *level* argument is the "
185185
"compression level to use when writing compressed data. Only one of *level* "
186186
"or *options* may be non-None. The *zstd_dict* argument is a :class:"
187187
"`ZstdDict` instance to be used during compression."
188188
msgstr ""
189-
"Ao escrever, o argumento *options* pode ser um dicionário que fornece "
190-
"parâmetros avançados de descompactação; consulte :class:"
191-
"`CompressionParameter` para obter informações detalhadas sobre os parâmetros "
192-
"suportados. O argumento *level* é o nível de compactação a ser usado ao "
193-
"escrever dados compactados. Apenas *level* ou *options* pode ser diferente "
194-
"de None. O argumento *zstd_dict* é uma instância de :class:`ZstdDict` a ser "
195-
"usada durante a compactação."
196189

197190
#: ../../library/compression.zstd.rst:83
198191
msgid ""
@@ -257,19 +250,12 @@ msgstr ""
257250
#: ../../library/compression.zstd.rst:119
258251
msgid ""
259252
"When writing, the *options* argument can be a dictionary providing advanced "
260-
"decompression parameters; see :class:`CompressionParameter` for detailed "
253+
"compression parameters; see :class:`CompressionParameter` for detailed "
261254
"information about supported parameters. The *level* argument is the "
262255
"compression level to use when writing compressed data. Only one of *level* "
263256
"or *options* may be passed. The *zstd_dict* argument is a :class:`ZstdDict` "
264257
"instance to be used during compression."
265258
msgstr ""
266-
"Ao escrever, o argumento *options* pode ser um dicionário que fornece "
267-
"parâmetros avançados de descompactação; consulte :class:"
268-
"`CompressionParameter` para obter informações detalhadas sobre os parâmetros "
269-
"suportados. O argumento *level* é o nível de compactação a ser usado ao "
270-
"escrever dados compactados. Apenas *level* ou *options* pode ser passado. O "
271-
"argumento *zstd_dict* é uma instância de :class:`ZstdDict` a ser usada "
272-
"durante a compactação."
273259

274260
#: ../../library/compression.zstd.rst:127
275261
msgid ""

library/email.message.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -94,7 +94,7 @@ msgid ""
9494
"`~email.policy.default` policy, which follows the rules of the email RFCs "
9595
"except for line endings (instead of the RFC mandated ``\\r\\n``, it uses the "
9696
"Python standard ``\\n`` line endings). For more information see the :mod:"
97-
"`~email.policy` documentation."
97+
"`~email.policy` documentation. [2]_"
9898
msgstr ""
9999

100100
#: ../../library/email.message.rst:64
@@ -886,3 +886,12 @@ msgid ""
886886
"Originally added in 3.4 as a :term:`provisional module <provisional "
887887
"package>`. Docs for legacy message class moved to :ref:`compat32_message`."
888888
msgstr ""
889+
890+
#: ../../library/email.message.rst:753
891+
msgid ""
892+
"The :class:`EmailMessage` class requires a policy that provides a "
893+
"``content_manager`` attribute for content management methods like "
894+
"``set_content()`` and ``get_content()`` to work. The legacy :const:`~email."
895+
"policy.compat32` policy does not support these methods and should not be "
896+
"used with :class:`EmailMessage`."
897+
msgstr ""

library/email.policy.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
14+
"POT-Creation-Date: 2026-01-07 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -793,10 +793,17 @@ msgid ""
793793
msgstr ""
794794

795795
#: ../../library/email.policy.rst:667
796+
msgid ""
797+
"The :const:`compat32` policy should not be used as a policy for :class:"
798+
"`~email.message.EmailMessage` objects, and should only be used to serialize "
799+
"messages that were created using the :const:`compat32` policy."
800+
msgstr ""
801+
802+
#: ../../library/email.policy.rst:674
796803
msgid "Footnotes"
797804
msgstr "Notas de rodapé"
798805

799-
#: ../../library/email.policy.rst:668
806+
#: ../../library/email.policy.rst:675
800807
msgid ""
801808
"Originally added in 3.3 as a :term:`provisional feature <provisional "
802809
"package>`."

0 commit comments

Comments
 (0)