@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-03-14 15:32 +0000\n "
14+ "POT-Creation-Date : 2025-07-11 16:41 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:14+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -1613,13 +1613,22 @@ msgid ""
16131613"value is used to set the :attr:`.tzinfo` attribute of the result, otherwise "
16141614"the :attr:`~.time.tzinfo` attribute of the *time* argument is used."
16151615msgstr ""
1616+ "Retorna um novo objeto :class:`.datetime` no qual os componentes de data são "
1617+ "iguais ao objeto :class:`date` fornecido, e nos quais os componentes de hora "
1618+ "são iguais ao do objeto :class:`.time` fornecido. Se o argumento *tzinfo* é "
1619+ "fornecido, seu valor é usado para definir o atributo :attr:`.tzinfo` do "
1620+ "resultado, caso contrário o atributo :attr:`~.time.tzinfo` do argumento "
1621+ "*time* é usado."
16161622
16171623#: ../../library/datetime.rst:980
16181624msgid ""
16191625"For any :class:`.datetime` object *d*, ``d == datetime.combine(d.date(), d."
16201626"time(), d.tzinfo)``. If date is a :class:`.datetime` object, its time "
16211627"components and :attr:`.tzinfo` attributes are ignored."
16221628msgstr ""
1629+ "Para qualquer objeto :class:`.datetime` *d*, ``d == datetime.combine(d."
1630+ "date(), d.time(), d.tzinfo)``. Se date é um objeto :class:`.datetime`, seus "
1631+ "componentes de hora e atributos :attr:`.tzinfo` são ignorados."
16231632
16241633#: ../../library/datetime.rst:985
16251634msgid "Added the *tzinfo* argument."
@@ -2188,6 +2197,12 @@ msgid ""
21882197"than :c:func:`mktime` on many platforms, this method may raise :exc:"
21892198"`OverflowError` for times far in the past or far in the future."
21902199msgstr ""
2200+ "Assume-se que instâncias :class:`.datetime` ingênuas representam a hora "
2201+ "local e este método depende da função C :c:func:`mktime` da plataforma para "
2202+ "realizar a conversão. Como :class:`.datetime` suporta um intervalo maior de "
2203+ "valores que :c:func:`mktime` em muitas plataformas, este método pode "
2204+ "levantar :exc:`OverflowError` para horários longe no passado ou longe no "
2205+ "futuro."
21912206
21922207#: ../../library/datetime.rst:1386
21932208msgid ""
@@ -3961,6 +3976,8 @@ msgid ""
39613976"For a naive object, the ``%z`` and ``%Z`` format codes are replaced by empty "
39623977"strings."
39633978msgstr ""
3979+ "Para um objeto ingênuo, os códigos de formatação ``%z`` e ``%Z`` são "
3980+ "substituídos por strings vazias."
39643981
39653982#: ../../library/datetime.rst:2552
39663983msgid "For an aware object:"
0 commit comments