Skip to content

Commit 0d7b12a

Browse files
Update translations
1 parent 5efdd76 commit 0d7b12a

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

library/zoneinfo.po

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-03 16:02+0000\n"
14+
"POT-Creation-Date: 2025-06-20 16:58+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -42,13 +42,15 @@ msgstr ""
4242

4343
#: ../../library/zoneinfo.rst:26
4444
msgid "Module: :mod:`datetime`"
45-
msgstr ""
45+
msgstr "Módulo: :mod:`datetime`"
4646

4747
#: ../../library/zoneinfo.rst:25
4848
msgid ""
4949
"Provides the :class:`~datetime.time` and :class:`~datetime.datetime` types "
5050
"with which the :class:`ZoneInfo` class is designed to be used."
5151
msgstr ""
52+
"Fornece os tipos :class:`~datetime.time` e :class:`~datetime.datetime` com "
53+
"os quais a classe :class:`ZoneInfo` foi projetada para ser usada."
5254

5355
#: ../../library/zoneinfo.rst:29
5456
msgid "Package `tzdata`_"
@@ -59,6 +61,8 @@ msgid ""
5961
"First-party package maintained by the CPython core developers to supply time "
6062
"zone data via PyPI."
6163
msgstr ""
64+
"Pacote próprio mantido pelos desenvolvedores principais do CPython para "
65+
"fornecer dados de fuso horário via PyPI."
6266

6367
#: ../../library/zoneinfo.rst:34
6468
msgid "Using ``ZoneInfo``"
@@ -72,12 +76,19 @@ msgid ""
7276
"replace>` method or :meth:`datetime.astimezone <datetime.datetime."
7377
"astimezone>`::"
7478
msgstr ""
79+
":class:`ZoneInfo` é uma implementação concreta da classe base abstrata :"
80+
"class:`datetime.tzinfo` e deve ser anexada a ``tzinfo``, por meio do "
81+
"construtor, do método :meth:`datetime.replace <datetime.datetime.replace>` "
82+
"ou :meth:`datetime.astimezone <datetime.datetime.astimezone>`::"
7583

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

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

91108
#: ../../library/zoneinfo.rst:75
92109
msgid ""
93110
"When converting from another time zone, the fold will be set to the correct "
94111
"value::"
95112
msgstr ""
113+
"Ao converter de outro fuso horário, a dobra será definida para o valor "
114+
"correto::"
96115

97116
#: ../../library/zoneinfo.rst:91
98117
msgid "Data sources"
99-
msgstr ""
118+
msgstr "Fontes de dados"
100119

101120
#: ../../library/zoneinfo.rst:93
102121
msgid ""

potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787

8888

89-
# library (61.90% done)
89+
# library (61.92% done)
9090

9191
- _thread.po 39 / 41 ( 95.0% translated).
9292
- argparse.po 256 / 290 ( 88.0% translated).
@@ -277,7 +277,7 @@
277277
- zipapp.po 64 / 79 ( 81.0% translated).
278278
- zipimport.po 34 / 38 ( 89.0% translated).
279279
- zlib.po 62 / 64 ( 96.0% translated).
280-
- zoneinfo.po 6 / 73 ( 8.0% translated).
280+
- zoneinfo.po 14 / 73 ( 19.0% translated).
281281

282282

283283
# reference (94.37% done)
@@ -323,5 +323,5 @@
323323
- 3.7.po 243 / 555 ( 43.0% translated).
324324

325325

326-
# TOTAL (65.22% done)
326+
# TOTAL (65.24% done)
327327

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "65.22%", "translated": 33705, "entries": 51675, "updated_at": "2025-06-22T00:39:24+00:00Z"}
1+
{"completion": "65.24%", "translated": 33713, "entries": 51675, "updated_at": "2025-06-23T00:37:45+00:00Z"}

0 commit comments

Comments
 (0)