Skip to content

Commit bba0824

Browse files
Update translations
1 parent 498060c commit bba0824

File tree

5 files changed

+17
-10
lines changed

5 files changed

+17
-10
lines changed

c-api/init.po

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

6565
#: ../../c-api/init.rst:24
6666
msgid "Configuration functions:"
67-
msgstr "Funções de configuração"
67+
msgstr "Funções de configuração:"
6868

6969
#: ../../c-api/init.rst:26
7070
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.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2025-05-16 17:24+0000\n"
19+
"POT-Creation-Date: 2025-05-23 17:18+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:16+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
@@ -79,7 +79,7 @@
7979

8080

8181

82-
# library (60.73% done)
82+
# library (60.74% done)
8383

8484
- argparse.po 262 / 290 ( 90.0% translated).
8585
- ast.po 179 / 193 ( 92.0% translated).
@@ -165,7 +165,7 @@
165165
- io.po 17 / 229 ( 7.0% translated).
166166
- ipaddress.po 155 / 158 ( 98.0% translated).
167167
- itertools.po 125 / 148 ( 84.0% translated).
168-
- logging.config.po 14 / 119 ( 11.0% translated).
168+
- logging.config.po 17 / 119 ( 14.0% translated).
169169
- logging.handlers.po 51 / 261 ( 19.0% translated).
170170
- logging.po 94 / 321 ( 29.0% translated).
171171
- lzma.po 106 / 107 ( 99.0% translated).
@@ -302,5 +302,5 @@
302302
- 3.9.po 382 / 386 ( 98.0% translated).
303303

304304

305-
# TOTAL (64.08% done)
305+
# TOTAL (64.09% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.08%", "translated": 31722, "entries": 49504, "updated_at": "2025-05-25T00:48:29+00:00Z"}
1+
{"completion": "64.09%", "translated": 31725, "entries": 49504, "updated_at": "2025-05-26T00:46:52+00:00Z"}

tutorial/datastructures.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
# Leticia Portella <leportella@gmail.com>, 2017
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2017
99
# Cauê Baasch de Souza <cauebaasch@gmail.com>, 2017
10-
# Adorilson Bezerra <adorilson@gmail.com>, 2019
1110
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
11+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2025-01-10 16:41+0000\n"
18+
"POT-Creation-Date: 2025-05-23 17:18+0000\n"
1919
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
20-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
20+
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2222
"teams/5390/pt_BR/)\n"
2323
"Language: pt_BR\n"

0 commit comments

Comments
 (0)