Skip to content

Commit 7cc4c65

Browse files
Update translations
1 parent ce0b530 commit 7cc4c65

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

c-api/init.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ msgstr ""
9090

9191
#: ../../c-api/init.rst:34
9292
msgid "Configuration functions:"
93-
msgstr "Funções de configuração"
93+
msgstr "Funções de configuração:"
9494

9595
#: ../../c-api/init.rst:36
9696
msgid ":c:func:`PyImport_AppendInittab`"

library/logging.config.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ msgstr "Esta seção descreve a API para configuração do módulo logging."
5656

5757
#: ../../library/logging.config.rst:28
5858
msgid "Configuration functions"
59-
msgstr ""
59+
msgstr "Funções de configuração"
6060

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

7075
#: ../../library/logging.config.rst:38
7176
msgid ""
7277
"Takes the logging configuration from a dictionary. The contents of this "
7378
"dictionary are described in :ref:`logging-config-dictschema` below."
7479
msgstr ""
80+
"Obtém a configuração de logging de um dicionário. O conteúdo desse "
81+
"dicionário está descrito em :ref:`logging-config-dictschema` abaixo."
7582

7683
#: ../../library/logging.config.rst:42
7784
msgid ""

potodo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171

72-
# library (64.47% done)
72+
# library (64.48% done)
7373

7474
- array.po 84 / 86 ( 97.0% translated).
7575
- asyncio-dev.po 16 / 54 ( 29.0% translated).
@@ -124,7 +124,7 @@
124124
- io.po 21 / 272 ( 7.0% translated).
125125
- itertools.po 156 / 200 ( 78.0% translated).
126126
- json.po 170 / 176 ( 96.0% translated).
127-
- logging.config.po 15 / 171 ( 8.0% translated).
127+
- logging.config.po 18 / 171 ( 10.0% translated).
128128
- logging.handlers.po 51 / 271 ( 18.0% translated).
129129
- logging.po 99 / 369 ( 26.0% translated).
130130
- mailbox.po 10 / 307 ( 3.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "61.46%", "translated": 46702, "entries": 75992, "updated_at": "2025-05-24T23:30:00+00:00Z"}
1+
{"completion": "61.46%", "translated": 46705, "entries": 75992, "updated_at": "2025-05-25T23:30:17+00:00Z"}

tutorial/index.po

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

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

0 commit comments

Comments
 (0)