X Tutup
Skip to content

Commit 6c17a37

Browse files
pomerge from 3.9 branch into 3.8
1 parent d2c57a5 commit 6c17a37

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

faq/extending.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ msgstr ""
5353

5454
#: ../../faq/extending.rst:26
5555
msgid "Can I create my own functions in C++?"
56-
msgstr ""
56+
msgstr "Posso criar minhas próprias funções em C++?"
5757

5858
#: ../../faq/extending.rst:28
5959
msgid ""

library/datetime.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,10 @@ msgid ""
17801780
"its :meth:`utcoffset` and :meth:`dst` methods must not return ``None``. If "
17811781
"*self* is naive, it is presumed to represent time in the system timezone."
17821782
msgstr ""
1783+
"Se fornecido, *tz* deve ser uma instância de uma subclasse :class:`tzinfo`, "
1784+
"e seus métodos :meth:`utcoffset` e :meth:`dst` não devem retornar ``None``. "
1785+
"Se *self* for ingênuo, é presumido que ele representa o tempo no fuso "
1786+
"horário do sistema."
17831787

17841788
#: ../../library/datetime.rst:1239
17851789
msgid ""

library/zlib.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ msgstr ""
393393

394394
#: ../../library/zlib.rst:200
395395
msgid "Added the *zdict* parameter."
396-
msgstr ""
396+
msgstr "Adicionou parâmetro *zdict*."
397397

398398
#: ../../library/zlib.rst:204
399399
msgid "Compression objects support the following methods:"

0 commit comments

Comments
 (0)
X Tutup