Skip to content

Commit 322931d

Browse files
pomerge from 3.9 branch into 2.7
1 parent 4e10e65 commit 322931d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

library/datetime.po

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,13 +740,19 @@ msgid ""
740740
"For example, ``date(2002, 12, 4).weekday() == 2``, a Wednesday. See also :"
741741
"meth:`isoweekday`."
742742
msgstr ""
743+
"Retorna o dia da semana como um inteiro, onde Segunda é 0 e Domingo é 6. Por "
744+
"exemplo, ``date(2002, 12, 4).weekday() == 2``, uma Quarta-feira. Veja "
745+
"também :meth:`isoweekday`."
743746

744747
#: ../../library/datetime.rst:508
745748
msgid ""
746749
"Return the day of the week as an integer, where Monday is 1 and Sunday is 7. "
747750
"For example, ``date(2002, 12, 4).isoweekday() == 3``, a Wednesday. See also :"
748751
"meth:`weekday`, :meth:`isocalendar`."
749752
msgstr ""
753+
"Retorna o dia da semana como um inteiro, onde Segunda é 1 e Domingo é 7. Por "
754+
"exemplo, ``date(2002, 12, 4).isoweekday() == 3``, uma Quarta-feira. Veja "
755+
"também :meth:`weekday`, :meth:`isocalendar`."
750756

751757
#: ../../library/datetime.rst:515
752758
msgid "Return a 3-tuple, (ISO year, ISO week number, ISO weekday)."

0 commit comments

Comments
 (0)