Skip to content

Commit cb71f11

Browse files
pomerge from 3.9 branch into 2.7
1 parent 881cba9 commit cb71f11

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

c-api/method.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ msgid ""
3333
"This instance of :c:type:`PyTypeObject` represents the Python method type. "
3434
"This is exposed to Python programs as ``types.MethodType``."
3535
msgstr ""
36+
"Esta instância de :c:type:`PyTypeObject` representa o tipo de método Python. "
37+
"Isso é exposto a programas Python como ``types.MethodType``."
3638

3739
#: ../../c-api/method.rst:23
3840
msgid ""
@@ -61,12 +63,13 @@ msgstr ""
6163

6264
#: ../../c-api/method.rst:49
6365
msgid "Return the function object associated with the method *meth*."
64-
msgstr ""
66+
msgstr "Retorna o objeto de função associado ao método *meth*."
6567

6668
#: ../../c-api/method.rst:54
6769
msgid ""
6870
"Macro version of :c:func:`PyMethod_Function` which avoids error checking."
6971
msgstr ""
72+
"Versão macro de :c:func:`PyMethod_Function` que evita a verificação de erros."
7073

7174
#: ../../c-api/method.rst:59
7275
msgid ""
@@ -77,6 +80,7 @@ msgstr ""
7780
#: ../../c-api/method.rst:65
7881
msgid "Macro version of :c:func:`PyMethod_Self` which avoids error checking."
7982
msgstr ""
83+
"Versão macro de :c:func:`PyMethod_Self` que evita a verificação de erros."
8084

8185
#: ../../c-api/method.rst:70
8286
msgid "Clear the free list. Return the total number of freed items."

library/glob.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ msgid ""
6161
"Return an :term:`iterator` which yields the same values as :func:`glob` "
6262
"without actually storing them all simultaneously."
6363
msgstr ""
64+
"Retorna um :term:`iterador <iterator>` que produz os mesmos valores que :"
65+
"func:`glob` sem realmente armazená-los todos simultaneamente."
6466

6567
#: ../../library/glob.rst:44
6668
msgid ""
@@ -76,11 +78,14 @@ msgid ""
7678
"default. For example, consider a directory containing :file:`card.gif` and :"
7779
"file:`.card.gif`::"
7880
msgstr ""
81+
"Se o diretório contém arquivos começando com ``.`` eles não serão "
82+
"correspondidos por padrão. Por exemplo, considere um diretório contendo :"
83+
"file:`card.gif` e :file:`.card.gif` ::"
7984

8085
#: ../../library/glob.rst:69
8186
msgid "Module :mod:`fnmatch`"
8287
msgstr "Módulo :mod:`fnmatch`"
8388

8489
#: ../../library/glob.rst:70
8590
msgid "Shell-style filename (not path) expansion"
86-
msgstr ""
91+
msgstr "Expansão de nome de arquivo no estilo shell (não caminho)"

0 commit comments

Comments
 (0)