Skip to content

Commit 5109886

Browse files
Update translations
1 parent 3158d6c commit 5109886

Some content is hidden

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

57 files changed

+327
-246
lines changed

c-api/arg.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-23 15:32+0000\n"
14+
"POT-Creation-Date: 2024-11-19 02:05+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -548,7 +548,7 @@ msgid ""
548548
"recoding them. Instead, the implementation assumes that the byte string "
549549
"object uses the encoding passed in as parameter."
550550
msgstr ""
551-
"O mesmo que ``es``, exceto que os objetos strings de bytes são passados ​sem "
551+
"O mesmo que ``es``, exceto que os objetos strings de bytes são passados ​sem "
552552
"os recodificar. Em vez disso, a implementação presume que o objeto string de "
553553
"bytes usa a codificação passada como parâmetro."
554554

@@ -648,7 +648,7 @@ msgid ""
648648
"recoding them. Instead, the implementation assumes that the byte string "
649649
"object uses the encoding passed in as parameter."
650650
msgstr ""
651-
"O mesmo que ``es#``, exceto que os objetos strings de bytes são passados ​sem "
651+
"O mesmo que ``es#``, exceto que os objetos strings de bytes são passados ​sem "
652652
"que sejam recodificados. Em vez disso, a implementação presume que o objeto "
653653
"string de bytes usa a codificação passada como parâmetro."
654654

c-api/cell.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-31 12:03+0000\n"
14+
"POT-Creation-Date: 2024-11-22 15:32+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
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

@@ -38,9 +38,9 @@ msgid ""
3838
"support from the generated byte-code; these are not automatically de-"
3939
"referenced when accessed. Cell objects are not likely to be useful elsewhere."
4040
msgstr ""
41-
"Objetos \"cell\" são usados ​para implementar variáveis ​​referenciadas por "
41+
"Objetos \"cell\" são usados ​para implementar variáveis ​​referenciadas por "
4242
"múltiplos escopos. Para cada variável, um objeto célula é criado para "
43-
"armazenar o valor; as variáveis ​locais de cada quadro de pilha que "
43+
"armazenar o valor; as variáveis ​locais de cada quadro de pilha que "
4444
"referencia o valor contém uma referência para as células de escopos externos "
4545
"que também usam essa variável. Quando o valor é acessado, o valor contido na "
4646
"célula é usado em vez do próprio objeto da célula. Essa des-referência do "

c-api/contextvars.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-16 15:24+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:08+0000\n"
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

2626
#: ../../c-api/contextvars.rst:6
2727
msgid "Context Variables Objects"
28-
msgstr "Objetos de variáveis ​de contexto"
28+
msgstr "Objetos de variáveis ​de contexto"
2929

3030
#: ../../c-api/contextvars.rst:15
3131
msgid ""

c-api/init_config.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-16 15:24+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:09+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -582,7 +582,7 @@ msgstr ""
582582
"Para :ref:`configuração do Python <init-python-config>` (:c:func:"
583583
"`PyPreConfig_InitPythonConfig`), se o Python for inicializado com argumentos "
584584
"de linha de comando, os argumentos de linha de comando também devem ser "
585-
"passados ​para pré-inicializar o Python, pois eles têm um efeito na pré-"
585+
"passados ​para pré-inicializar o Python, pois eles têm um efeito na pré-"
586586
"configuração como codificações. Por exemplo, a opção de linha de comando :"
587587
"option:`-X utf8 <-X>` habilita o :ref:`Modo UTF-8 do Python <utf8-mode>`."
588588

c-api/sys.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ msgstr ""
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -215,7 +215,7 @@ msgid ""
215215
msgstr ""
216216
"Decodifica uma string de bytes do :term:`tratador de erros e codificação do "
217217
"sistema de arquivos`. Se o tratador de erros for o :ref:`tratador de errors "
218-
"surrogateescape <surrogateescape>`, bytes não decodificáveis ​são "
218+
"surrogateescape <surrogateescape>`, bytes não decodificáveis ​são "
219219
"decodificados como caracteres no intervalo U+DC80..U+DCFF; e se uma string "
220220
"de bytes puder ser decodificada como um caractere substituto, os bytes são "
221221
"escapados usando o tratador de erros surrogateescape em vez de decodificá-"

c-api/typehints.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-16 15:24+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:09+0000\n"
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

@@ -51,7 +51,7 @@ msgid ""
5151
"lazily from ``__args__``. On failure, an exception is raised and ``NULL`` "
5252
"is returned."
5353
msgstr ""
54-
"Cria um objeto :ref:`GenericAlias ​<types-genericalias>`. Equivalente a "
54+
"Cria um objeto :ref:`GenericAlias ​<types-genericalias>`. Equivalente a "
5555
"chamar a classe Python :class:`types.GenericAlias`. Os argumentos *origin* e "
5656
"*args* definem os atributos ``__origin__`` e ``__args__`` de "
5757
"``GenericAlias`` respectivamente. *origin* deve ser um :c:expr:"

c-api/veryhigh.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-10-18 15:23+0000\n"
14+
"POT-Creation-Date: 2024-11-08 15:21+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:10+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -330,8 +330,8 @@ msgid ""
330330
"only_parameter>` arguments and a closure tuple of cells."
331331
msgstr ""
332332
"Avalia um objeto código pré-compilado, dado um ambiente particular para sua "
333-
"avaliação. Este ambiente consiste em um dicionário de variáveis ​globais, um "
334-
"objeto mapeamento de variáveis ​locais, vetores de argumentos, nomeados e "
333+
"avaliação. Este ambiente consiste em um dicionário de variáveis ​globais, um "
334+
"objeto mapeamento de variáveis ​locais, vetores de argumentos, nomeados e "
335335
"padrões, um dicionário de valores padrões para argumentos :ref:`somente-"
336336
"nomeados <keyword-only_parameter>` e uma tupla de clausura de células."
337337

faq/library.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-08-23 15:32+0000\n"
14+
"POT-Creation-Date: 2024-11-12 09:45+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:11+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -722,7 +722,7 @@ msgstr ""
722722
"que em volumes NTFS do Windows, ele não copia `fluxos de dados alternativos "
723723
"<https://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)>`_ nem "
724724
"`forks de recursos <https://en.wikipedia.org/wiki/Resource_fork>`__ em "
725-
"volumes HFS+ do macOS, embora ambos sejam raramente usados ​agora. Ele também "
725+
"volumes HFS+ do macOS, embora ambos sejam raramente usados ​agora. Ele também "
726726
"não copia permissões de arquivo e metadados, embora usar :func:`shutil."
727727
"copy2` em vez disso preserve a maioria (embora não todos) deles."
728728

faq/programming.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ msgstr ""
747747
":term:`Parâmetros <parameter>` são definidos pelos nomes que aparecem na "
748748
"definição da função, enquanto :term:`argumentos <argument>` são os valores "
749749
"que serão passados para a função no momento em que esta estiver sendo "
750-
"invocada. Os parâmetros irão definir quais os :termo:`tipos de argumentos "
750+
"invocada. Os parâmetros irão definir quais os :term:`tipos de argumentos "
751751
"<parameter>` que uma função pode receber. Por exemplo, dada a definição da "
752752
"função::"
753753

faq/windows.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ msgstr ""
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\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

@@ -163,7 +163,7 @@ msgstr ""
163163
"Agora que sabemos que o comando ``py`` é reconhecido, você pode dar seu "
164164
"script Python para ele. Você terá que dar um caminho absoluto ou relativo "
165165
"para o script Python. Vamos dizer que seu script Python está localizado na "
166-
"sua área de trabalho e se chama ``hello.py``, e seu prompt de comando está "
166+
"sua área de trabalho e se chama ``oi.py``, e seu prompt de comando está "
167167
"aberto no seu diretório raiz de forma que você está vendo algo similar a::"
168168

169169
#: ../../faq/windows.rst:106

0 commit comments

Comments
 (0)