Skip to content

Commit 9b0e19c

Browse files
author
github-actions
committed
Merge 3.13 into 3.12
1 parent dd993fc commit 9b0e19c

File tree

479 files changed

+13925
-3056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

479 files changed

+13925
-3056
lines changed

c-api/abstract.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ msgstr ""
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
20+
"Language: pt_BR\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
2223
"Content-Transfer-Encoding: 8bit\n"
23-
"Language: pt_BR\n"
2424
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2525
"1000000 == 0 ? 1 : 2;\n"
2626

c-api/allocation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

c-api/apiabiversion.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ msgstr ""
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2121
"teams/5390/pt_BR/)\n"
22+
"Language: pt_BR\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
2425
"Content-Transfer-Encoding: 8bit\n"
25-
"Language: pt_BR\n"
2626
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2727
"1000000 == 0 ? 1 : 2;\n"
2828

c-api/arg.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ msgstr ""
2525
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2626
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2727
"teams/5390/pt_BR/)\n"
28+
"Language: pt_BR\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
3031
"Content-Transfer-Encoding: 8bit\n"
31-
"Language: pt_BR\n"
3232
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
3333
"1000000 == 0 ? 1 : 2;\n"
3434

@@ -86,7 +86,7 @@ msgstr ""
8686

8787
#: ../../c-api/arg.rst:31
8888
msgid "Strings and buffers"
89-
msgstr "Strings and buffers"
89+
msgstr "Strings e buffers"
9090

9191
#: ../../c-api/arg.rst:33
9292
msgid ""
@@ -484,9 +484,9 @@ msgid ""
484484
"recoding them. Instead, the implementation assumes that the byte string "
485485
"object uses the encoding passed in as parameter."
486486
msgstr ""
487-
"O mesmo que ``es``, exceto que os objetos de cadeia de bytes são passados ​​"
488-
"sem os recodificar. Em vez disso, a implementação assume que o objeto de "
489-
"cadeia de bytes usa a codificação passada como parâmetro."
487+
"O mesmo que ``es``, exceto que os objetos strings de bytes são passados ​​sem "
488+
"os recodificar. Em vez disso, a implementação presume que o objeto string de "
489+
"bytes usa a codificação passada como parâmetro."
490490

491491
#: ../../c-api/arg.rst:188
492492
msgid ""
@@ -584,9 +584,9 @@ msgid ""
584584
"recoding them. Instead, the implementation assumes that the byte string "
585585
"object uses the encoding passed in as parameter."
586586
msgstr ""
587-
"O mesmo que ``es#``, exceto que os objetos de cadeia de bytes são passados ​​"
588-
"sem que sejam recodificados. Em vez disso, a implementação assume que o "
589-
"objeto de cadeia de bytes usa a codificação passada como parâmetro."
587+
"O mesmo que ``es#``, exceto que os objetos strings de bytes são passados ​​sem "
588+
"que sejam recodificados. Em vez disso, a implementação presume que o objeto "
589+
"string de bytes usa a codificação passada como parâmetro."
590590

591591
#: ../../c-api/arg.rst:224
592592
msgid ""
@@ -1431,11 +1431,11 @@ msgid ""
14311431
msgstr ""
14321432
"Passa um objeto Python intocado, mas cria uma nova :term:`referência forte` "
14331433
"a ele (isto é, sua contagem de referências é incrementada por um). Se o "
1434-
"objeto passado é um ponteiro ``NULL``, assume-se que isso foi causado porque "
1435-
"a chamada que produziu o argumento encontrou um erro e definiu uma exceção. "
1436-
"Portanto, :c:func:`Py_BuildValue` irá retornar ``NULL`` mas não irá levantar "
1437-
"uma exceção. Se nenhuma exceção foi levantada ainda, :exc:`SystemError` é "
1438-
"definida."
1434+
"objeto passado é um ponteiro ``NULL``, presume-se que isso foi causado "
1435+
"porque a chamada que produziu o argumento encontrou um erro e definiu uma "
1436+
"exceção. Portanto, :c:func:`Py_BuildValue` irá retornar ``NULL`` mas não irá "
1437+
"levantar uma exceção. Se nenhuma exceção foi levantada ainda, :exc:"
1438+
"`SystemError` é definida."
14391439

14401440
#: ../../c-api/arg.rst:628
14411441
msgid "``S`` (object) [PyObject \\*]"

c-api/bool.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ msgstr ""
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
20+
"Language: pt_BR\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
2223
"Content-Transfer-Encoding: 8bit\n"
23-
"Language: pt_BR\n"
2424
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2525
"1000000 == 0 ? 1 : 2;\n"
2626

c-api/buffer.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ msgstr ""
2929
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
3030
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
3131
"teams/5390/pt_BR/)\n"
32+
"Language: pt_BR\n"
3233
"MIME-Version: 1.0\n"
3334
"Content-Type: text/plain; charset=UTF-8\n"
3435
"Content-Transfer-Encoding: 8bit\n"
35-
"Language: pt_BR\n"
3636
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
3737
"1000000 == 0 ? 1 : 2;\n"
3838

@@ -318,7 +318,7 @@ msgid ""
318318
msgstr ""
319319
"Se :c:member:`~Py_buffer.shape` é ``NULL`` como resultado de uma :c:macro:"
320320
"`PyBUF_SIMPLE` ou uma requisição :c:macro:`PyBUF_WRITABLE`, o consumidor "
321-
"deve ignorar :c:member:`~Py_buffer.itemsize` e assumir ``itemsize == 1``."
321+
"deve ignorar :c:member:`~Py_buffer.itemsize` e presumir ``itemsize == 1``."
322322

323323
#: ../../c-api/buffer.rst:152
324324
msgid ""

c-api/bytearray.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

2828
#: ../../c-api/bytearray.rst:6
2929
msgid "Byte Array Objects"
30-
msgstr "Objetos Byte Array"
30+
msgstr "Objetos byte array"
3131

3232
#: ../../c-api/bytearray.rst:13
3333
msgid ""
@@ -101,7 +101,7 @@ msgid ""
101101
"``NULL`` pointer. The returned array always has an extra null byte appended."
102102
msgstr ""
103103
"Retorna o conteúdo de *bytearray* como uma matriz de caracteres após "
104-
"verificar um ponteiro ``NULL``. A matriz retornada sempre tem um byte nulo "
104+
"verificar um ponteiro ``NULL``. O array retornado sempre tem um byte nulo "
105105
"extra acrescentado."
106106

107107
#: ../../c-api/bytearray.rst:71

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ msgstr ""
2323
"Last-Translator: Adorilson Bezerra <adorilson@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
26+
"Language: pt_BR\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
2829
"Content-Transfer-Encoding: 8bit\n"
29-
"Language: pt_BR\n"
3030
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
3131
"1000000 == 0 ? 1 : 2;\n"
3232

c-api/call.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ msgstr ""
2323
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2424
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2525
"teams/5390/pt_BR/)\n"
26+
"Language: pt_BR\n"
2627
"MIME-Version: 1.0\n"
2728
"Content-Type: text/plain; charset=UTF-8\n"
2829
"Content-Transfer-Encoding: 8bit\n"
29-
"Language: pt_BR\n"
3030
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
3131
"1000000 == 0 ? 1 : 2;\n"
3232

c-api/capsule.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ msgstr ""
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1818
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
20+
"Language: pt_BR\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
2223
"Content-Transfer-Encoding: 8bit\n"
23-
"Language: pt_BR\n"
2424
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2525
"1000000 == 0 ? 1 : 2;\n"
2626

c-api/cell.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ msgstr ""
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
19+
"Language: pt_BR\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
2122
"Content-Transfer-Encoding: 8bit\n"
22-
"Language: pt_BR\n"
2323
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2424
"1000000 == 0 ? 1 : 2;\n"
2525

c-api/code.po

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

@@ -52,20 +52,24 @@ msgid ""
5252
"This is an instance of :c:type:`PyTypeObject` representing the Python :ref:"
5353
"`code object <code-objects>`."
5454
msgstr ""
55+
"Esta é uma instância de :c:type:`PyTypeObject` representando o :ref:`objeto "
56+
"código <code-objects>` Python."
5557

5658
#: ../../c-api/code.rst:30
5759
msgid ""
5860
"Return true if *co* is a :ref:`code object <code-objects>`. This function "
5961
"always succeeds."
6062
msgstr ""
63+
"Retorna verdadeiro se *co* for um :ref:`objeto código <code-objects>`. Esta "
64+
"função sempre tem sucesso."
6165

6266
#: ../../c-api/code.rst:35
6367
msgid "Return the number of free variables in a code object."
64-
msgstr ""
68+
msgstr "Retorna o número de variáveis livres em um objeto código."
6569

6670
#: ../../c-api/code.rst:39
6771
msgid "Return the position of the first free variable in a code object."
68-
msgstr ""
72+
msgstr "Retorna a posição da primeira variável livre em um objeto código."
6973

7074
#: ../../c-api/code.rst:43
7175
msgid ""
@@ -414,7 +418,7 @@ msgstr ""
414418

415419
#: ../../c-api/code.rst:248
416420
msgid "as ``_PyCode_GetExtra``"
417-
msgstr ""
421+
msgstr "como ``_PyCode_GetExtra``"
418422

419423
#: ../../c-api/code.rst:252
420424
msgid ""
@@ -429,16 +433,20 @@ msgid ""
429433
"Set the extra data stored under the given index to *extra*. Return 0 on "
430434
"success. Set an exception and return -1 on failure."
431435
msgstr ""
436+
"Define os dados extras armazenados sob o índice dado a *extra*. Retorna 0 em "
437+
"caso de sucesso. Define uma exceção e retorna -1 em caso de erro."
432438

433439
#: ../../c-api/code.rst:263
434440
msgid "as ``_PyCode_SetExtra``"
435-
msgstr ""
441+
msgstr "como ``_PyCode_SetExtra``"
436442

437443
#: ../../c-api/code.rst:267
438444
msgid ""
439445
"Renamed to ``PyUnstable_Code_SetExtra``. The old private name is deprecated, "
440446
"but will be available until the API changes."
441447
msgstr ""
448+
"Renomeado para ``PyUnstable_Code_SetExtra``. O nome antigo privado foi "
449+
"descontinuado, mas continuará disponível até a mudança da API."
442450

443451
#: ../../c-api/code.rst:3
444452
msgid "object"
@@ -454,20 +462,20 @@ msgstr "objeto código"
454462

455463
#: ../../c-api/code.rst:56
456464
msgid "PyCode_New (C function)"
457-
msgstr ""
465+
msgstr "PyCode_New (função C)"
458466

459467
#: ../../c-api/code.rst:69
460468
msgid "PyCode_NewWithPosOnlyArgs (C function)"
461-
msgstr ""
469+
msgstr "PyCode_NewWithPosOnlyArgs (função C)"
462470

463471
#: ../../c-api/code.rst:228
464472
msgid "_PyEval_RequestCodeExtraIndex (C function)"
465-
msgstr ""
473+
msgstr "_PyEval_RequestCodeExtraIndex (função C)"
466474

467475
#: ../../c-api/code.rst:246
468476
msgid "_PyCode_GetExtra (C function)"
469-
msgstr ""
477+
msgstr "_PyCode_GetExtra (função C)"
470478

471479
#: ../../c-api/code.rst:261
472480
msgid "_PyCode_SetExtra (C function)"
473-
msgstr ""
481+
msgstr "_PyCode_SetExtra (função C)"

c-api/codec.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

c-api/complex.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

2828
#: ../../c-api/complex.rst:6
2929
msgid "Complex Number Objects"
30-
msgstr "Objetos de números complexos"
30+
msgstr "Objetos números complexos"
3131

3232
#: ../../c-api/complex.rst:10
3333
msgid ""
@@ -36,7 +36,7 @@ msgid ""
3636
"and the other is a C structure which represents the actual complex number "
3737
"value. The API provides functions for working with both."
3838
msgstr ""
39-
"Os objetos de números complexos do Python são implementados como dois tipos "
39+
"Os objetos números complexos do Python são implementados como dois tipos "
4040
"distintos quando visualizados na API C: um é o objeto Python exposto aos "
4141
"programas Python e o outro é uma estrutura C que representa o valor real do "
4242
"número complexo. A API fornece funções para trabalhar com ambos."

c-api/concrete.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ msgstr ""
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
21+
"Language: pt_BR\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
2324
"Content-Transfer-Encoding: 8bit\n"
24-
"Language: pt_BR\n"
2525
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2626
"1000000 == 0 ? 1 : 2;\n"
2727

@@ -93,7 +93,7 @@ msgstr "Coleções"
9393

9494
#: ../../c-api/concrete.rst:91
9595
msgid "Function Objects"
96-
msgstr "Objetos Função"
96+
msgstr "Objetos Function"
9797

9898
#: ../../c-api/concrete.rst:102
9999
msgid "Other Objects"

c-api/contextvars.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ msgstr ""
2020
"Last-Translator: Leandro Braga <leandrobbraga@gmail.com>, 2021\n"
2121
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2222
"teams/5390/pt_BR/)\n"
23+
"Language: pt_BR\n"
2324
"MIME-Version: 1.0\n"
2425
"Content-Type: text/plain; charset=UTF-8\n"
2526
"Content-Transfer-Encoding: 8bit\n"
26-
"Language: pt_BR\n"
2727
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % "
2828
"1000000 == 0 ? 1 : 2;\n"
2929

0 commit comments

Comments
 (0)