|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # python-doc bot, 2025 |
8 | | -# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
9 | 8 | # Adorilson Bezerra <adorilson@gmail.com>, 2025 |
| 9 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2026 |
10 | 10 | # |
11 | 11 | #, fuzzy |
12 | 12 | msgid "" |
13 | 13 | msgstr "" |
14 | 14 | "Project-Id-Version: Python 3.14\n" |
15 | 15 | "Report-Msgid-Bugs-To: \n" |
16 | | -"POT-Creation-Date: 2026-02-05 14:39+0000\n" |
| 16 | +"POT-Creation-Date: 2026-02-07 14:20+0000\n" |
17 | 17 | "PO-Revision-Date: 2025-09-16 00:01+0000\n" |
18 | | -"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2025\n" |
| 18 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n" |
19 | 19 | "Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/" |
20 | 20 | "teams/5390/pt_BR/)\n" |
21 | 21 | "MIME-Version: 1.0\n" |
@@ -534,6 +534,8 @@ msgstr "" |
534 | 534 | msgid "" |
535 | 535 | "See also :func:`enum.bin` to represent negative values as twos-complement." |
536 | 536 | msgstr "" |
| 537 | +"Veja também :func:`enum.bin` para representar valores negativos como " |
| 538 | +"complemento de dois." |
537 | 539 |
|
538 | 540 | #: ../../library/functions.rst:143 ../../library/functions.rst:950 |
539 | 541 | #: ../../library/functions.rst:1334 |
@@ -3564,19 +3566,27 @@ msgid "" |
3564 | 3566 | "Slice objects are also generated when :ref:`slicing syntax <slicings>` is " |
3565 | 3567 | "used. For example: ``a[start:stop:step]`` or ``a[start:stop, i]``." |
3566 | 3568 | msgstr "" |
| 3569 | +"Objetos fatia também são gerados quando a :ref:`sintaxe de fatiamento " |
| 3570 | +"<slicings>` é usada. Por exemplo: ``a[start:stop:step]`` ou ``a[start:stop, " |
| 3571 | +"i]``." |
3567 | 3572 |
|
3568 | 3573 | #: ../../library/functions.rst:1849 |
3569 | 3574 | msgid "" |
3570 | 3575 | "See :func:`itertools.islice` for an alternate version that returns an :term:" |
3571 | 3576 | "`iterator`." |
3572 | 3577 | msgstr "" |
| 3578 | +"Veja :func:`itertools.islice` para uma versão alternativa que retorna um :" |
| 3579 | +"term:`iterador`." |
3573 | 3580 |
|
3574 | 3581 | #: ../../library/functions.rst:1856 |
3575 | 3582 | msgid "" |
3576 | 3583 | "These read-only attributes are set to the argument values (or their " |
3577 | 3584 | "default). They have no other explicit functionality; however, they are used " |
3578 | 3585 | "by NumPy and other third-party packages." |
3579 | 3586 | msgstr "" |
| 3587 | +"Esses atributos somente leitura são definidos para os valores dos argumentos " |
| 3588 | +"(ou seus valores padrão). Eles não possuem outra funcionalidade explícita; " |
| 3589 | +"no entanto, eles são usados pelo NumPy e outros pacotes de terceiros." |
3580 | 3590 |
|
3581 | 3591 | #: ../../library/functions.rst:1860 |
3582 | 3592 | msgid "" |
|
0 commit comments