Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit948372e

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parentfc0653a commit948372e

File tree

68 files changed

+233
-171
lines changed

Some content is hidden

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

68 files changed

+233
-171
lines changed

‎c-api/arg.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ msgstr ""
836836
"``O``, mas usa dois argumentos C: o primeiro é o endereço de um objeto do "
837837
"tipo Python, o segundo é um endereço da variável C (de tipo :c:expr:"
838838
"`PyObject*`) no qual o ponteiro do objeto está armazenado. Se o objeto "
839-
"Python não tiver o tipo necessário, :exc:`TypeError` é levantada."
839+
"Python não tiver o tipo necessário, :exc:`TypeError` é levantada."
840840

841841
#:../../c-api/arg.rst:350../../c-api/arg.rst:656
842842
msgid"``O&`` (object) [*converter*, *anything*]"
@@ -1373,7 +1373,7 @@ msgstr ""
13731373
#:../../c-api/arg.rst:593
13741374
msgid"Convert a plain C :c:expr:`short int` to a Python integer object."
13751375
msgstr""
1376-
"Converte um simples :c:expr`short int` do C em um objeto inteiro do Python."
1376+
"Converte um simples :c:expr:`short int` do C em um objeto inteiro do Python."
13771377

13781378
#:../../c-api/arg.rst:596
13791379
msgid"Convert a C :c:expr:`long int` to a Python integer object."
@@ -1435,7 +1435,7 @@ msgstr ""
14351435
#:../../c-api/arg.rst:628
14361436
msgid"Convert a C :c:expr:`double` to a Python floating point number."
14371437
msgstr""
1438-
"Converte um :c:expr:`double` do C em um número ponto flutuante do Python."
1438+
"Converte um :c:expr:`double` do C em um número ponto flutuante do Python."
14391439

14401440
#:../../c-api/arg.rst:631
14411441
msgid"Convert a C :c:expr:`float` to a Python floating point number."

‎c-api/cell.po‎

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

2626
#:../../c-api/cell.rst:6
2727
msgid"Cell Objects"
28-
msgstr"Objeto célula"
28+
msgstr"Objeto célula"
2929

3030
#:../../c-api/cell.rst:8
3131
msgid""

‎c-api/codec.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ msgstr "Levanta *exc* como uma exceção."
205205

206206
#:../../c-api/codec.rst:112
207207
msgid"Ignore the unicode error, skipping the faulty input."
208-
msgstr"Ignora o erro de unicode, ignorando a entrada que causou o erro."
208+
msgstr"Ignora o erro de unicode, ignorando a entrada que causou o erro."
209209

210210
#:../../c-api/codec.rst:116
211211
msgid"Replace the unicode encode error with ``?`` or ``U+FFFD``."

‎c-api/complex.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ msgid ""
8080
"`Py_complex` representation."
8181
msgstr""
8282
"Retorna a diferença entre dois números complexos, utilizando a representação "
83-
"C :c:type:`Py_complex`:"
83+
"C :c:type:`Py_complex`."
8484

8585
#:../../c-api/complex.rst:51
8686
msgid""
8787
"Return the negation of the complex number *num*, using the C :c:type:"
8888
"`Py_complex` representation."
8989
msgstr""
9090
"Retorna a negação do número complexo *num*, utilizando a representação C :c:"
91-
"type:`Py_complex`"
91+
"type:`Py_complex`."
9292

9393
#:../../c-api/complex.rst:57
9494
msgid""
@@ -120,7 +120,7 @@ msgid ""
120120
"`Py_complex` representation."
121121
msgstr""
122122
"Retorna a exponenciação de *num* por *exp*, utilizando a representação C :c:"
123-
"type:`Py_complex`"
123+
"type:`Py_complex`"
124124

125125
#:../../c-api/complex.rst:75
126126
msgid""

‎c-api/conversion.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ msgstr "Conversão e formação de strings"
3030

3131
#:../../c-api/conversion.rst:8
3232
msgid"Functions for number conversion and formatted string output."
33-
msgstr"Funções para conversão de números e saída formatada de Strings."
33+
msgstr"Funções para conversão de números e saída formatada de Strings."
3434

3535
#:../../c-api/conversion.rst:13
3636
msgid""

‎c-api/dict.po‎

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

7777
#:../../c-api/dict.rst:48
7878
msgid"Empty an existing dictionary of all key-value pairs."
79-
msgstr"Esvazia um dicionário existente de todos os pares chave-valor."
79+
msgstr"Esvazia um dicionário existente de todos os pares chave-valor."
8080

8181
#:../../c-api/dict.rst:53
8282
msgid""

‎c-api/exceptions.po‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ msgstr ""
105105

106106
#:../../c-api/exceptions.rst:44
107107
msgid"Printing and clearing"
108-
msgstr"Impressão e limpeza"
108+
msgstr"Impressão e limpeza"
109109

110110
#:../../c-api/exceptions.rst:49
111111
msgid""
@@ -197,7 +197,7 @@ msgid ""
197197
"an arbitrary Python object for the\"value\" of the exception."
198198
msgstr""
199199
"Essa função é semelhante à :c:func:`PyErr_SetString` mas permite especificar "
200-
"um objeto Python arbitrário para o valor da exceção."
200+
"um objeto Python arbitrário para o valor da exceção."
201201

202202
#:../../c-api/exceptions.rst:114
203203
msgid""
@@ -213,7 +213,7 @@ msgid ""
213213
"rather than a variable number of arguments."
214214
msgstr""
215215
"Igual a :c:func:`PyErr_Format`, mas usando o argumento :c:type:`va_list` em "
216-
"vez de um número variável de argumentos."
216+
"vez de um número variável de argumentos."
217217

218218
#:../../c-api/exceptions.rst:131
219219
msgid"This is a shorthand for ``PyErr_SetObject(type, Py_None)``."
@@ -327,7 +327,7 @@ msgid ""
327327
"parameter specifying the exception type to be raised."
328328
msgstr""
329329
"Similar à :c:func:`PyErr_SetFromWindowsErrWithFilename`, com um parâmetro "
330-
"adicional especificando o tipo de exceção a ser gerado."
330+
"adicional especificando o tipo de exceção a ser gerado."
331331

332332
#:../../c-api/exceptions.rst:248
333333
msgid""
@@ -676,7 +676,7 @@ msgstr ""
676676
"O valor ``-1`` desabilita o recurso; este é o estado inicial. Isso é "
677677
"equivalente à :func:`signal.set_wakeup_fd` em Python, mas sem nenhuma "
678678
"verificação de erro. *fd* deve ser um descritor de arquivo válido. A função "
679-
"só deve ser chamada a partir da thread principal."
679+
"só deve ser chamada a partir da thread principal."
680680

681681
#:../../c-api/exceptions.rst:588
682682
msgid"On Windows, the function now also supports socket handles."
@@ -765,7 +765,7 @@ msgid ""
765765
":attr:`__suppress_context__` is implicitly set to ``True`` by this function."
766766
msgstr""
767767
":attr:`__suppress_context__` para essa função é definido ``True`` , "
768-
"implicitamente."
768+
"implicitamente."
769769

770770
#:../../c-api/exceptions.rst:669
771771
msgid"Unicode Exception Objects"
@@ -884,7 +884,7 @@ msgstr ""
884884
msgid"Marks a point where a recursive C-level call is about to be performed."
885885
msgstr""
886886
"Marca um ponto em que a chamada recursiva em nível C está prestes a ser "
887-
"executada."
887+
"executada."
888888

889889
#:../../c-api/exceptions.rst:771
890890
msgid""
@@ -932,7 +932,7 @@ msgid ""
932932
"implementation to detect cycles."
933933
msgstr""
934934
"Chamado no início da implementação :c:member:`~PyTypeObject.tp_repr` para "
935-
"detectar ciclos."
935+
"detectar ciclos."
936936

937937
#:../../c-api/exceptions.rst:805
938938
msgid""
@@ -958,15 +958,15 @@ msgid ""
958958
"tp_repr` implementation can continue normally."
959959
msgstr""
960960
"Caso contrário, a função retorna zero e a implementação :c:member:"
961-
"`~PyTypeObject.tp_repr` poderá continuar normalmente."
961+
"`~PyTypeObject.tp_repr` poderá continuar normalmente."
962962

963963
#:../../c-api/exceptions.rst:820
964964
msgid""
965965
"Ends a :c:func:`Py_ReprEnter`. Must be called once for each invocation of :"
966966
"c:func:`Py_ReprEnter` that returns zero."
967967
msgstr""
968968
"Termina a :c:func:`Py_ReprEnter`. Deve ser chamado uma vez para cada chamada "
969-
"de :c:func:`Py_ReprEnter` que retorna zero."
969+
"de :c:func:`Py_ReprEnter` que retorna zero."
970970

971971
#:../../c-api/exceptions.rst:827
972972
msgid"Standard Exceptions"

‎c-api/gcsupport.po‎

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

2626
#:../../c-api/gcsupport.rst:6
2727
msgid"Supporting Cyclic Garbage Collection"
28-
msgstr"Suporte a Coleta Cíclica de Lixo"
28+
msgstr"Suporte a Coleta Cíclica de Lixo"
2929

3030
#:../../c-api/gcsupport.rst:8
3131
msgid""

‎c-api/init.po‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ msgid ""
6060
"The following functions can be safely called before Python is initialized:"
6161
msgstr""
6262
"As seguintes funções podem ser seguramente chamadas antes da inicialização "
63-
"do Python."
63+
"do Python."
6464

6565
#:../../c-api/init.rst:24
6666
msgid"Configuration functions:"
@@ -391,7 +391,7 @@ msgstr ""
391391

392392
#:../../c-api/init.rst:173
393393
msgid"See :pep:`528` for more details."
394-
msgstr"Veja :pep:`528` para mais detalhes."
394+
msgstr"Veja :pep:`528` para mais detalhes."
395395

396396
#:../../c-api/init.rst:179
397397
msgid""
@@ -437,8 +437,7 @@ msgstr ""
437437
msgid""
438438
"Don't display the copyright and version messages even in interactive mode."
439439
msgstr""
440-
"Não exibe as mensagens de copyright e de versão nem mesmo no modo "
441-
"interativo. "
440+
"Não exibe as mensagens de copyright e de versão nem mesmo no modo interativo."
442441

443442
#:../../c-api/init.rst:203
444443
msgid"Set by the :option:`-q` option."

‎c-api/init_config.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ msgstr "*index* deve ser maior que ou igual a 0."
143143
#:../../c-api/init_config.rst:104../../c-api/init_config.rst:124
144144
#:../../c-api/init_config.rst:225../../c-api/init_config.rst:519
145145
msgid"Structure fields:"
146-
msgstr"Campos de estrutura"
146+
msgstr"Campos de estrutura:"
147147

148148
#:../../c-api/init_config.rst:108
149149
msgid"List length."
150-
msgstr"Comprimento da lista."
150+
msgstr"Comprimento da lista."
151151

152152
#:../../c-api/init_config.rst:112
153153
msgid"List items."
@@ -291,7 +291,7 @@ msgid ""
291291
"``PYMEM_ALLOCATOR_DEFAULT`` (``1``): :ref:`default memory allocators "
292292
"<default-memory-allocators>`."
293293
msgstr""
294-
"``PYMEM_ALLOCATOR_DEFAULT``(``1``): :ref:`alocadores de memória padrão "
294+
"``PYMEM_ALLOCATOR_DEFAULT``(``1``): :ref:`alocadores de memória padrão "
295295
"<default-memory-allocators>`."
296296

297297
#:../../c-api/init_config.rst:235

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp