Skip to content

Commit fe8eec9

Browse files
Update translations
1 parent 6345728 commit fe8eec9

5 files changed

Lines changed: 18 additions & 11 deletions

File tree

c-api/init.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2023
1313
# Marco Rougeth <marco@rougeth.com>, 2023
1414
# i17obot <i17obot@rougeth.com>, 2024
15-
# Adorilson Bezerra <adorilson@gmail.com>, 2024
1615
# Vinícius Muniz de Melo <viniciusdesk@icloud.com>, 2024
1716
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
17+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
1818
#
1919
#, fuzzy
2020
msgid ""
@@ -23,7 +23,7 @@ msgstr ""
2323
"Report-Msgid-Bugs-To: \n"
2424
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
2525
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
26-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
26+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
2727
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2828
"teams/5390/pt_BR/)\n"
2929
"MIME-Version: 1.0\n"
@@ -100,7 +100,7 @@ msgstr ""
100100

101101
#: ../../c-api/init.rst:34
102102
msgid "Configuration functions:"
103-
msgstr "Funções de configuração"
103+
msgstr "Funções de configuração:"
104104

105105
#: ../../c-api/init.rst:36
106106
msgid ":c:func:`PyImport_AppendInittab`"

library/logging.config.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.14\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-05-16 14:19+0000\n"
19+
"POT-Creation-Date: 2025-05-23 14:20+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
2121
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -61,7 +61,7 @@ msgstr "Esta seção descreve a API para configuração do módulo logging."
6161

6262
#: ../../library/logging.config.rst:28
6363
msgid "Configuration functions"
64-
msgstr ""
64+
msgstr "Funções de configuração"
6565

6666
#: ../../library/logging.config.rst:30
6767
msgid ""
@@ -71,12 +71,19 @@ msgid ""
7171
"main API (defined in :mod:`logging` itself) and defining handlers which are "
7272
"declared either in :mod:`logging` or :mod:`logging.handlers`."
7373
msgstr ""
74+
"Os seguintes função configuram o módulo logging. Elas estão localizadas no "
75+
"módulo :mod:`logging.config`. Seu uso é opcional --- você pode configurar o "
76+
"módulo logging usando essas funções ou fazendo chamadas para o API principal "
77+
"(definido no próprio :mod:`logging`) e definindo manipuladores que são "
78+
"declarados em :mod:`logging` ou :mod:`logging.handlers`."
7479

7580
#: ../../library/logging.config.rst:38
7681
msgid ""
7782
"Takes the logging configuration from a dictionary. The contents of this "
7883
"dictionary are described in :ref:`logging-config-dictschema` below."
7984
msgstr ""
85+
"Obtém a configuração de logging de um dicionário. O conteúdo desse "
86+
"dicionário está descrito em :ref:`logging-config-dictschema` abaixo."
8087

8188
#: ../../library/logging.config.rst:42
8289
msgid ""

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595

9696

97-
# library (63.07% done)
97+
# library (63.08% done)
9898

9999
- _thread.po 51 / 52 ( 98.0% translated).
100100
- archiving.po 1 / 2 ( 50.0% translated).
@@ -166,7 +166,7 @@
166166
- itertools.po 155 / 201 ( 77.0% translated).
167167
- json.po 165 / 177 ( 93.0% translated).
168168
- locale.po 148 / 150 ( 98.0% translated).
169-
- logging.config.po 15 / 171 ( 8.0% translated).
169+
- logging.config.po 18 / 171 ( 10.0% translated).
170170
- logging.handlers.po 52 / 273 ( 19.0% translated).
171171
- logging.po 98 / 369 ( 26.0% translated).
172172
- mailbox.po 10 / 307 ( 3.0% translated).
@@ -278,5 +278,5 @@
278278
- changelog.po 2597 / 13274 ( 19.0% translated).
279279

280280

281-
# TOTAL (59.20% done)
281+
# TOTAL (59.21% done)
282282

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "59.2%", "translated": 47407, "entries": 80074, "updated_at": "2025-05-24T23:10:23+00:00Z"}
1+
{"completion": "59.21%", "translated": 47410, "entries": 80074, "updated_at": "2025-05-25T23:09:10+00:00Z"}

tutorial/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ msgid ""
3535
"This tutorial is designed for *programmers* that are new to the Python "
3636
"language, **not** *beginners* who are new to programming."
3737
msgstr ""
38-
"Este tutorial foi desenvolvido para pessoas *que já programam* , mas são "
39-
"recém chegadas na linguagem Python, **não** pessoas *iniciantes* em "
38+
"Este tutorial foi desenvolvido para pessoas *que já programam*, mas são "
39+
"recém-chegadas na linguagem Python, **não** pessoas *iniciantes* em "
4040
"programação."
4141

4242
#: ../../tutorial/index.rst:11

0 commit comments

Comments
 (0)