Skip to content

Commit 104b7dc

Browse files
Update translations
1 parent 73f6a2a commit 104b7dc

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

c-api/init.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 15:33+0000\n"
14+
"POT-Creation-Date: 2025-05-23 16:05+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:09+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-05-02 15:33+0000\n"
14+
"POT-Creation-Date: 2025-05-23 16:05+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:17+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -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
@@ -85,7 +85,7 @@
8585

8686

8787

88-
# library (62.74% done)
88+
# library (62.75% done)
8989

9090
- _thread.po 49 / 51 ( 96.0% translated).
9191
- abc.po 48 / 49 ( 97.0% translated).
@@ -180,7 +180,7 @@
180180
- ipaddress.po 155 / 156 ( 99.0% translated).
181181
- itertools.po 131 / 157 ( 83.0% translated).
182182
- locale.po 146 / 151 ( 96.0% translated).
183-
- logging.config.po 14 / 134 ( 10.0% translated).
183+
- logging.config.po 17 / 134 ( 12.0% translated).
184184
- logging.handlers.po 51 / 268 ( 19.0% translated).
185185
- logging.po 99 / 351 ( 28.0% translated).
186186
- mailbox.po 10 / 285 ( 3.0% translated).

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "67.34%", "translated": 37570, "entries": 55794, "updated_at": "2025-05-24T23:54:34+00:00Z"}
1+
{"completion": "67.34%", "translated": 37573, "entries": 55794, "updated_at": "2025-05-25T23:53:33+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>, 2024
8+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-21 22:20+0000\n"
15+
"POT-Creation-Date: 2025-05-23 16:05+0000\n"
1516
"PO-Revision-Date: 2023-05-24 02:23+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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)