Skip to content

Commit 16da094

Browse files
pomerge from 3.9 branch into 3.7
1 parent fce9482 commit 16da094

File tree

18 files changed

+254
-26
lines changed

18 files changed

+254
-26
lines changed

c-api/buffer.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,14 @@ msgid ""
735735
"embedded at the start of :c:member:`~Py_buffer.buf`, pointing to two ``char "
736736
"x[2][3]`` arrays that can be located anywhere in memory."
737737
msgstr ""
738+
"Além dos itens normais, uma matriz em estilo PIL pode conter ponteiros que "
739+
"devem ser seguidos para se obter o próximo elemento em uma dimensão. Por "
740+
"exemplo, a matriz tridimensional em C ``char v[2][2][3]`` também pode ser "
741+
"vista como um vetor de 2 ponteiros para duas matrizes bidimensionais: ``char "
742+
"(*v[2])[2][3]``. Na representação por suboffsets, esses dois ponteiros podem "
743+
"ser embutidos no início de :c:member:`~Py_buffer.buf`, apontando para duas "
744+
"matrizes ``char x[2][3]`` que podem estar localizadas em qualquer lugar na "
745+
"memória."
738746

739747
#: ../../c-api/buffer.rst:409
740748
msgid ""

library/asyncio-task.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,19 +482,24 @@ msgstr ""
482482

483483
#: ../../library/asyncio-task.rst:420
484484
msgid "Timeouts"
485-
msgstr ""
485+
msgstr "Tempo limite"
486486

487487
#: ../../library/asyncio-task.rst:424
488488
msgid ""
489489
"Wait for the *aw* :ref:`awaitable <asyncio-awaitables>` to complete with a "
490490
"timeout."
491491
msgstr ""
492+
"Espera o :ref:`aguardável <asyncio-awaitables>` *aw* concluir sem "
493+
"ultrapassar o tempo limite \"timeout\"."
492494

493495
#: ../../library/asyncio-task.rst:429
494496
msgid ""
495497
"*timeout* can either be ``None`` or a float or int number of seconds to wait "
496498
"for. If *timeout* is ``None``, block until the future completes."
497499
msgstr ""
500+
"*timeout* pode ser ``None``, ou um ponto flutuante, ou um número inteiro de "
501+
"segundos para aguardar. Se *timeout* é ``None``, aguarda até o future "
502+
"encerrar."
498503

499504
#: ../../library/asyncio-task.rst:433
500505
msgid ""

library/bz2.po

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

7171
#: ../../library/bz2.rst:32
7272
msgid "(De)compression of files"
73-
msgstr ""
73+
msgstr "(Des)compressão de arquivos"
7474

7575
#: ../../library/bz2.rst:36
7676
msgid ""

library/collections.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ msgstr "Exemplo:"
657657

658658
#: ../../library/collections.rst:613
659659
msgid ":class:`deque` Recipes"
660-
msgstr ""
660+
msgstr "Receitas de :class:`deque`"
661661

662662
#: ../../library/collections.rst:615
663663
msgid "This section shows various approaches to working with deques."

library/filecmp.po

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

106106
#: ../../library/filecmp.rst:68
107107
msgid "The :class:`dircmp` class"
108-
msgstr ""
108+
msgstr "A classe :class:`dircmp`"
109109

110110
#: ../../library/filecmp.rst:72
111111
msgid ""

library/imaplib.po

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

201201
#: ../../library/imaplib.rst:174
202202
msgid "IMAP4 Objects"
203-
msgstr ""
203+
msgstr "Objetos IMAP4"
204204

205205
#: ../../library/imaplib.rst:176
206206
msgid ""

library/json.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ msgstr "object (objeto)"
332332

333333
#: ../../library/json.rst:299 ../../library/json.rst:388
334334
msgid "dict"
335-
msgstr ""
335+
msgstr "dict"
336336

337337
#: ../../library/json.rst:301 ../../library/json.rst:390
338338
msgid "array"

library/os.po

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

36023602
#: ../../library/os.rst:2978
36033603
msgid "Linux extended attributes"
3604-
msgstr ""
3604+
msgstr "Atributos estendidos do Linux"
36053605

36063606
#: ../../library/os.rst:2982
36073607
msgid "These functions are all available on Linux only."

library/platform.po

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

233233
#: ../../library/platform.rst:183
234234
msgid "Version interface for Jython."
235-
msgstr ""
235+
msgstr "Interface de versão para Jython."
236236

237237
#: ../../library/platform.rst:185
238238
msgid ""

library/poplib.po

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

9090
#: ../../library/poplib.rst:57
9191
msgid "*context* parameter added."
92-
msgstr ""
92+
msgstr "Parâmetro *context* adicionado."
9393

9494
#: ../../library/poplib.rst:60
9595
msgid ""

0 commit comments

Comments
 (0)