Skip to content

Commit 3a4f968

Browse files
Update translations
1 parent 6cd4992 commit 3a4f968

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

c-api/init.po

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

5858
#: ../../c-api/init.rst:24
5959
msgid "Configuration functions:"
60-
msgstr "Funções de configuração"
60+
msgstr "Funções de configuração:"
6161

6262
#: ../../c-api/init.rst:26
6363
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888

8989

90-
# library (61.13% done)
90+
# library (61.14% done)
9191

9292
- _thread.po 39 / 41 ( 95.0% translated).
9393
- argparse.po 256 / 290 ( 88.0% translated).
@@ -180,7 +180,7 @@
180180
- io.po 18 / 245 ( 7.0% translated).
181181
- ipaddress.po 155 / 158 ( 98.0% translated).
182182
- itertools.po 128 / 153 ( 83.0% translated).
183-
- logging.config.po 14 / 133 ( 10.0% translated).
183+
- logging.config.po 17 / 133 ( 12.0% translated).
184184
- logging.handlers.po 51 / 268 ( 19.0% translated).
185185
- logging.po 95 / 334 ( 28.0% translated).
186186
- mailbox.po 20 / 282 ( 7.0% translated).
@@ -324,5 +324,5 @@
324324
- 3.7.po 243 / 555 ( 43.0% translated).
325325

326326

327-
# TOTAL (64.72% done)
327+
# TOTAL (64.73% done)
328328

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.72%", "translated": 33436, "entries": 51659, "updated_at": "2025-05-25T00:37:57+00:00Z"}
1+
{"completion": "64.73%", "translated": 33439, "entries": 51659, "updated_at": "2025-05-26T00:36:05+00:00Z"}

tutorial/datastructures.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.10\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
15+
"POT-Creation-Date: 2025-05-23 16:44+0000\n"
1516
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language: pt_BR\n"

0 commit comments

Comments
 (0)