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

Skip to content

Commit 33cc702

Browse files
Update translations
1 parent e735e12 commit 33cc702

18 files changed

+252
-253
lines changed

library/configparser.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2024
7+
# Rafael Fontenelle <[email protected]>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-24 14:52+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

library/datetime.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-31 14:50+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1799,8 +1799,8 @@ msgstr ""
17991799
"chamando ``datetime.now(timezone.utc)``."
18001800

18011801
#: ../../library/datetime.rst:921
1802-
msgid "Use :meth:`datetime.now` with :attr:`UTC` instead."
1803-
msgstr "Use :meth:`datetime.now` com :attr:`UTC`."
1802+
msgid "Use :meth:`datetime.now` with :const:`UTC` instead."
1803+
msgstr "Use :meth:`datetime.now` com :const:`UTC`."
18041804

18051805
#: ../../library/datetime.rst:926
18061806
msgid ""
@@ -1945,8 +1945,8 @@ msgstr ""
19451945
"`ValueError` em caso de falha :c:func:`gmtime`."
19461946

19471947
#: ../../library/datetime.rst:993
1948-
msgid "Use :meth:`datetime.fromtimestamp` with :attr:`UTC` instead."
1949-
msgstr "Use :meth:`datetime.fromtimestamp` com :attr:`UTC`."
1948+
msgid "Use :meth:`datetime.fromtimestamp` with :const:`UTC` instead."
1949+
msgstr "Use :meth:`datetime.fromtimestamp` com :const:`UTC`."
19501950

19511951
#: ../../library/datetime.rst:998
19521952
msgid ""

library/decimal.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-17 14:51+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -3830,10 +3830,10 @@ msgstr ""
38303830

38313831
#: ../../library/decimal.rst:2248
38323832
msgid ""
3833-
"For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms "
3833+
"For inexact results, :const:`MAX_PREC` is far too large on 64-bit platforms "
38343834
"and the available memory will be insufficient::"
38353835
msgstr ""
3836-
"Para resultados inexatos, :attr:`MAX_PREC` é muito grande em plataformas de "
3836+
"Para resultados inexatos, :const:`MAX_PREC` é muito grande em plataformas de "
38373837
"64 bits e a memória disponível será insuficiente::"
38383838

38393839
#: ../../library/decimal.rst:2251

library/exceptions.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <[email protected]>, 2024
7+
# Rafael Fontenelle <[email protected]>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-03 18:16+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
16-
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
16+
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

library/importlib.metadata.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-10 14:49+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -742,11 +742,11 @@ msgstr "Mapeando importação pra pacotes de distribuição"
742742
#: ../../library/importlib.metadata.rst:375
743743
msgid ""
744744
"Return a mapping from the top level module and import package names found "
745-
"via :attr:`sys.meta_path` to the names of the distribution packages (if any) "
745+
"via :data:`sys.meta_path` to the names of the distribution packages (if any) "
746746
"that provide the corresponding files."
747747
msgstr ""
748748
"Retorna um mapeamento do módulo de nível superior e importa os nomes dos "
749-
"pacotes encontrados via :attr:`sys.meta_path` para os nomes dos pacotes de "
749+
"pacotes encontrados via :data:`sys.meta_path` para os nomes dos pacotes de "
750750
"distribuição (se houver) que fornecem os arquivos correspondentes."
751751

752752
#: ../../library/importlib.metadata.rst:379

library/importlib.po

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-24 14:52+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1285,10 +1285,10 @@ msgstr ""
12851285
#: ../../library/importlib.rst:748
12861286
msgid ""
12871287
"When opening as text, accepts encoding parameters such as those accepted by :"
1288-
"attr:`io.TextIOWrapper`."
1288+
"class:`io.TextIOWrapper`."
12891289
msgstr ""
12901290
"Ao abrir como texto, aceita parâmetros de codificação como os aceitos por :"
1291-
"attr:`io.TextIOWrapper`."
1291+
"class:`io.TextIOWrapper`."
12921292

12931293
#: ../../library/importlib.rst:753
12941294
msgid "Read contents of ``self`` as bytes."
@@ -1363,8 +1363,8 @@ msgstr ""
13631363
"bytecode não otimizado."
13641364

13651365
#: ../../library/importlib.rst:811 ../../library/importlib.rst:821
1366-
msgid "Use :attr:`BYTECODE_SUFFIXES` instead."
1367-
msgstr "Use :attr:`BYTECODE_SUFFIXES`."
1366+
msgid "Use :const:`BYTECODE_SUFFIXES` instead."
1367+
msgstr ""
13681368

13691369
#: ../../library/importlib.rst:816
13701370
msgid ""
@@ -1764,10 +1764,8 @@ msgstr "Inicializa o objeto do módulo fornecido de acordo com a :pep:`489`."
17641764
#: ../../library/importlib.rst:1111
17651765
msgid ""
17661766
"Returns ``True`` if the file path points to a package's ``__init__`` module "
1767-
"based on :attr:`EXTENSION_SUFFIXES`."
1767+
"based on :const:`EXTENSION_SUFFIXES`."
17681768
msgstr ""
1769-
"Retorna ``True`` se o caminho do arquivo aponta para o módulo ``__init__`` "
1770-
"de um pacote com base em :attr:`EXTENSION_SUFFIXES`."
17711769

17721770
#: ../../library/importlib.rst:1116
17731771
msgid "Returns ``None`` as extension modules lack a code object."

library/logging.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-03 14:53+0000\n"
15+
"POT-Creation-Date: 2025-02-07 14:52+0000\n"
1616
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -581,11 +581,8 @@ msgstr ""
581581
msgid ""
582582
"If no handler is attached to this logger (or any of its ancestors, taking "
583583
"into account the relevant :attr:`Logger.propagate` attributes), the message "
584-
"will be sent to the handler set on :attr:`lastResort`."
584+
"will be sent to the handler set on :data:`lastResort`."
585585
msgstr ""
586-
"Se nenhum tratador esta ligado à este logger (ou nenhum de seus ancestrais, "
587-
"levando em consideração os atributos :attr:`Logger.propagate` relevantes), a "
588-
"mensagem será enviada para o tratador definido em :attr:`lastResort`."
589586

590587
#: ../../library/logging.rst:347
591588
msgid "The *stack_info* parameter was added."

0 commit comments

Comments
 (0)