8000 pomerge from 3.10 branch into 3.8 · python/python-docs-pt-br@27caf54 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 27caf54

Browse files
pomerge from 3.10 branch into 3.8
1 parent b92326b commit 27caf54

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

howto/clinic.po

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

23642364
#: ../../howto/clinic.rst:1642
23652365
msgid "The #ifdef trick"
2366-
msgstr ""
2366+
msgstr "O truque de #ifdef"
23672367

23682368
#: ../../howto/clinic.rst:1644
23692369
msgid ""

howto/urllib2.po

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

301301
#: ../../howto/urllib2.rst:232
302302
msgid "HTTPError"
303-
msgstr ""
303+
msgstr "HTTPError"
304304

305305
#: ../../howto/urllib2.rst:234
306306
msgid ""

library/itertools.po

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,30 +500,45 @@ msgid ""
500500
"are exhausted. Used for treating consecutive sequences as a single "
501501
"sequence. Roughly equivalent to::"
502502
msgstr ""
503+
"Cria um iterador que devolve elementos do primeiro iterável até o "
504+
"esgotamento, então continua com o próximo iterável, até que todos os "
505+
"iteráveis sejam esgotados. Usando para tratar sequências consecutivas como "
506+
"uma única sequencia. aproximadamente equivalente a::"
503507

504508
#: ../../library/itertools.rst:188
505509
msgid ""
506510
"Alternate constructor for :func:`chain`. Gets chained inputs from a single "
507511
"iterable argument that is evaluated lazily. Roughly equivalent to::"
508512
msgstr ""
513+
"Construtor alternativo para :func:`chain`. Obtém entradas encadeadas a "
514+
"partir de um único argumento iterável que avaliado preguiçosamente. "
515+
"Aproximadamente equivalente a::"
509516

510517
#: ../../library/itertools.rst:200
511518
msgid "Return *r* length subsequences of elements from the input *iterable*."
512519
msgstr ""
520+
"Devolve subsequências de elementos com comprimento *r* a partir da entrada "
521+
"*iterável*"
513522

514523
#: ../../library/itertools.rst:202 ../../library/itertools.rst:251
515524
msgid ""
516525
"The combination tuples are emitted in lexicographic ordering according to "
517526
"the order of the input *iterable*. So, if the input *iterable* is sorted, "
518527
"the combination tuples will be produced in sorted order."
519528
msgstr ""
529+
"As tuplas das combinações são emitidas em ordem lexicográfica de acordo com "
530+
"a ordem do iterável de entrada. Portanto, se o iterável estiver ordenado, as "
531+
"tuplas de combinação serão produzidas em sequência ordenada."
520532

521533
#: ../../library/itertools.rst:206
522534
msgid ""
523535
"Elements are treated as unique based on their position, not on their value. "
524536
"So if the input elements are unique, there will be no repeat values in each "
525537
"combination."
526538
msgstr ""
539+
"Os elementos são tratados como únicos baseado em suas posições, não em seus "
540+
"valores. Portanto se os elementos de entrada são únicos, não haverá "
541+
"repetição de valores nas sucessivas combinações."
527542

528543
#: ../../library/itertools.rst:232
529544
msgid ""

0 commit comments

Comments
 (0)
0