Skip to content

Commit 36520d8

Browse files
Update translations
1 parent 258f289 commit 36520d8

File tree

4 files changed

+30
-11
lines changed

4 files changed

+30
-11
lines changed

howto/logging-cookbook.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.9\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2025-05-09 17:38+0000\n"
18+
"POT-Creation-Date: 2025-05-30 17:27+0000\n"
1919
"PO-Revision-Date: 2017-02-16 17:45+0000\n"
2020
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -69,7 +69,7 @@ msgstr ""
6969
"além disso, o código da aplicação pode definir e configurar um logger pai em "
7070
"um módulo e criar (mas não configurar) um logger filho em um módulo "
7171
"separado, e todas as chamadas de logger para o filho passarão para o pai. "
72-
"Aqui está um módulo prinicipal::"
72+
"Aqui está um módulo principal::"
7373

7474
#: ../../howto/logging-cookbook.rst:55
7575
msgid "Here is the auxiliary module::"

library/zoneinfo.po

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Translators:
77
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2020
88
# i17obot <i17obot@rougeth.com>, 2020
9-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.9\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-01-03 16:35+0000\n"
16+
"POT-Creation-Date: 2025-06-20 17:30+0000\n"
1717
"PO-Revision-Date: 2020-05-31 09:32+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"Language: pt_BR\n"
@@ -40,13 +40,15 @@ msgstr ""
4040

4141
#: ../../library/zoneinfo.rst:24
4242
msgid "Module: :mod:`datetime`"
43-
msgstr ""
43+
msgstr "Módulo: :mod:`datetime`"
4444

4545
#: ../../library/zoneinfo.rst:23
4646
msgid ""
4747
"Provides the :class:`~datetime.time` and :class:`~datetime.datetime` types "
4848
"with which the :class:`ZoneInfo` class is designed to be used."
4949
msgstr ""
50+
"Fornece os tipos :class:`~datetime.time` e :class:`~datetime.datetime` com "
51+
"os quais a classe :class:`ZoneInfo` foi projetada para ser usada."
5052

5153
#: ../../library/zoneinfo.rst:27
5254
msgid "Package `tzdata`_"
@@ -57,6 +59,8 @@ msgid ""
5759
"First-party package maintained by the CPython core developers to supply time "
5860
"zone data via PyPI."
5961
msgstr ""
62+
"Pacote próprio mantido pelos desenvolvedores principais do CPython para "
63+
"fornecer dados de fuso horário via PyPI."
6064

6165
#: ../../library/zoneinfo.rst:32
6266
msgid "Using ``ZoneInfo``"
@@ -70,12 +74,19 @@ msgid ""
7074
"replace>` method or :meth:`datetime.astimezone <datetime.datetime."
7175
"astimezone>`::"
7276
msgstr ""
77+
":class:`ZoneInfo` é uma implementação concreta da classe base abstrata :"
78+
"class:`datetime.tzinfo` e deve ser anexada a ``tzinfo``, por meio do "
79+
"construtor, do método :meth:`datetime.replace <datetime.datetime.replace>` "
80+
"ou :meth:`datetime.astimezone <datetime.datetime.astimezone>`::"
7381

7482
#: ../../library/zoneinfo.rst:49
7583
msgid ""
7684
"Datetimes constructed in this way are compatible with datetime arithmetic "
7785
"and handle daylight saving time transitions with no further intervention::"
7886
msgstr ""
87+
"Datas e horas construídas dessa maneira são compatíveis com a aritmética de "
88+
"data e hora e lidam com transições de horário de verão sem intervenção "
89+
"adicional::"
7990

8091
#: ../../library/zoneinfo.rst:60
8192
msgid ""
@@ -85,16 +96,24 @@ msgid ""
8596
"offset from *before* the transition is used when ``fold=0``, and the offset "
8697
"*after* the transition is used when ``fold=1``, for example::"
8798
msgstr ""
99+
"Esses fusos horários também oferecem suporte ao atributo :attr:`~datetime."
100+
"datetime.fold` introduzido em :pep:`495`. Durante transições de deslocamento "
101+
"que induzem horários ambíguos (como uma transição do horário de verão para o "
102+
"horário padrão), o deslocamento *anterior* à transição é usado quando "
103+
"``fold=0``, e o deslocamento *posterior* à transição é usado quando "
104+
"``fold=1``, por exemplo:"
88105

89106
#: ../../library/zoneinfo.rst:73
90107
msgid ""
91108
"When converting from another time zone, the fold will be set to the correct "
92109
"value::"
93110
msgstr ""
111+
"Ao converter de outro fuso horário, a dobra será definida para o valor "
112+
"correto::"
94113

95114
#: ../../library/zoneinfo.rst:89
96115
msgid "Data sources"
97-
msgstr ""
116+
msgstr "Fontes de dados"
98117

99118
#: ../../library/zoneinfo.rst:91
100119
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 (61.50% done)
82+
# library (61.52% done)
8383

8484
- argparse.po 262 / 290 ( 90.0% translated).
8585
- ast.po 179 / 193 ( 92.0% translated).
@@ -260,7 +260,7 @@
260260
- zipfile.po 173 / 174 ( 99.0% translated).
261261
- zipimport.po 25 / 31 ( 80.0% translated).
262262
- zlib.po 61 / 64 ( 95.0% translated).
263-
- zoneinfo.po 5 / 72 ( 6.0% translated).
263+
- zoneinfo.po 13 / 72 ( 18.0% translated).
264264

265265

266266
# reference (92.60% done)
@@ -302,5 +302,5 @@
302302
- 3.9.po 383 / 393 ( 97.0% translated).
303303

304304

305-
# TOTAL (64.58% done)
305+
# TOTAL (64.59% done)
306306

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "64.58%", "translated": 31982, "entries": 49524, "updated_at": "2025-06-21T00:44:49+00:00Z"}
1+
{"completion": "64.59%", "translated": 31990, "entries": 49524, "updated_at": "2025-06-22T00:49:40+00:00Z"}

0 commit comments

Comments
 (0)