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

Commit068602e

Browse files
Update translation
Co-Authored-By: Marcos MoraesCo-Authored-By: Gustavo Reis
1 parent7b9b1a7 commit068602e

File tree

6 files changed

+65
-24
lines changed

6 files changed

+65
-24
lines changed

‎c-api/exceptions.po‎

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version:Python 3.11\n"
1515
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2025-10-29 16:48+0000\n"
16+
"POT-Creation-Date:2025-10-31 16:29+0000\n"
1717
"PO-Revision-Date:2025-09-22 16:49+0000\n"
1818
"Last-Translator:Gustavo Reis, 2025\n"
1919
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -378,6 +378,10 @@ msgid ""
378378
"be ``NULL``, will be set as the :exc:`ImportError`'s respective ``name`` and "
379379
"``path`` attributes."
380380
msgstr""
381+
"Essa é uma função conveniente para levantar :exc:`ImportError`. *msg* será "
382+
"definido como a string da mensagem de exceção. *name* e *path*, ambos os "
383+
"quais podem ser ``NULL``, serão definidos como, respectivamente, os "
384+
"atributos ``name`` e ``path`` de :exc:`ImportError`."
381385

382386
#:../../c-api/exceptions.rst:263
383387
msgid""
@@ -394,18 +398,27 @@ msgid ""
394398
"attributes, which make the exception printing subsystem think the exception "
395399
"is a :exc:`SyntaxError`."
396400
msgstr""
401+
"Define informações de arquivo, linha e deslocamento para a atual exceção. Se "
402+
"a exceção não é :exc:`SyntaxError`, define atributos adicionais, os quais "
403+
"fazem o subsistema de impressão de exceções pensar que trata-se de um :exc:"
404+
"`SyntaxError`."
397405

398406
#:../../c-api/exceptions.rst:281
399407
msgid""
400408
"Like :c:func:`PyErr_SyntaxLocationObject`, but *filename* is a byte string "
401409
"decoded from the :term:`filesystem encoding and error handler`."
402410
msgstr""
411+
"Como :c:func:`PyErr_SyntaxLocationObject`, mas *filename* é uma bytestring "
412+
"descodificada a partir do :term:`tratador de erros e codificação do sistema "
413+
"de arquivos`."
403414

404415
#:../../c-api/exceptions.rst:289
405416
msgid""
406417
"Like :c:func:`PyErr_SyntaxLocationEx`, but the *col_offset* parameter is "
407418
"omitted."
408419
msgstr""
420+
"Como :c:func:`PyErr_SyntaxLocationEx`, mas o parâmetro *col_offset* é "
421+
"omitido."
409422

410423
#:../../c-api/exceptions.rst:295
411424
msgid""
@@ -968,7 +981,9 @@ msgstr ""
968981
msgid""
969982
"This function is now also available in the :ref:`limited API <limited-c-"
970983
"api>`."
971-
msgstr"Esta função agora também está disponível na :ref:`limited API `."
984+
msgstr""
985+
"Esta função agora também está disponível na :ref:`API limitada <limited-c-"
986+
"api>`."
972987

973988
#:../../c-api/exceptions.rst:817
974989
msgid""

‎c-api/type.po‎

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Gustavo Reis, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.11\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 20:37+0000\n"
15+
"POT-Creation-Date:2025-10-31 16:29+0000\n"
1516
"PO-Revision-Date:2025-09-22 16:49+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Gustavo Reis, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -193,6 +194,8 @@ msgid ""
193194
":c:func:`PyType_GetSlot` can now accept all types. Previously, it was "
194195
"limited to :ref:`heap types <heap-types>`."
195196
msgstr""
197+
" :c:func:`PyType_GetSlot` agora aceita todos os tipos. Antes, estava "
198+
"limitada à :ref:`heap types `. "
196199

197200
#:../../c-api/type.rst:140
198201
msgid""
@@ -233,17 +236,23 @@ msgid ""
233236
"If the *type* has an associated module but its state is ``NULL``, returns "
234237
"``NULL`` without setting an exception."
235238
msgstr""
239+
"Se o *tipo* tem um módulo associado mas o seu estado é ``NULL``, retorna "
240+
"``NULL`` sem definir uma exceção."
236241

237242
#:../../c-api/type.rst:173
238243
msgid""
239244
"Find the first superclass whose module was created from the given :c:type:"
240245
"`PyModuleDef` *def*, and return that module."
241246
msgstr""
247+
"Encontra a primeira super-classe da qual o módulo foi criado por :c:type:"
248+
"`PyModuleDef` *def*, e retorna esse módulo."
242249

243250
#:../../c-api/type.rst:176
244251
msgid""
245252
"If no module is found, raises a :py:class:`TypeError` and returns ``NULL``."
246253
msgstr""
254+
"Se nenhum módulo é encontrado, levanta um :py:class:`TypeError` e retorna "
255+
"``NULL``."
247256

248257
#:../../c-api/type.rst:178
249258
msgid""

‎howto/enum.po‎

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Marcos Moraes, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.11\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 20:37+0000\n"
15+
"POT-Creation-Date:2025-10-31 16:29+0000\n"
1516
"PO-Revision-Date:2025-09-22 16:49+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Marcos Moraes, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -344,17 +345,22 @@ msgid ""
344345
"Ordered comparisons between enumeration values are *not* supported. Enum "
345346
"members are not integers (but see `IntEnum`_ below)::"
346347
msgstr""
348+
"Comparações ordenadas entre valores de enumerações *não* são suportadas. "
349+
"Membros Enum não são inteiros (porém, veja `IntEnum`_ abaixo)::"
347350

348351
#:../../howto/enum.rst:358
349352
msgid"Equality comparisons are defined though::"
350-
msgstr""
353+
msgstr"Entretanto, comparações de igualdade são definidas::"
351354

352355
#:../../howto/enum.rst:367
353356
msgid""
354357
"Comparisons against non-enumeration values will always compare not equal "
355358
"(again, :class:`IntEnum` was explicitly designed to behave differently, see "
356359
"below)::"
357360
msgstr""
361+
"Comparações com valores que não sejam de enumeração sempre resultarão em "
362+
"\"não igual\" (novamente, :class:`IntEnum` foi explicitamente projetado para "
363+
"se comportar de maneira diferente, veja abaixo)::"
358364

359365
#:../../howto/enum.rst:376
360366
msgid""
@@ -423,14 +429,17 @@ msgstr ""
423429

424430
#:../../howto/enum.rst:438
425431
msgid"Restricted Enum subclassing"
426-
msgstr""
432+
msgstr"Herança restrita de Enum"
427433

428434
#:../../howto/enum.rst:440
429435
msgid""
430436
"A new :class:`Enum` class must have one base enum class, up to one concrete "
431437
"data type, and as many :class:`object`-based mixin classes as needed. The "
432438
"order of these base classes is::"
433439
msgstr""
440+
"Uma nova classe :class:`Enum`deve ter uma classe enum base, até um tipo de "
441+
"dado concreto, e quantas classes mixin baseadas em :class:`object`forem "
442+
"necessárias. A ordem dessas classes base é::"
434443

435444
#:../../howto/enum.rst:447
436445
msgid""
@@ -451,21 +460,28 @@ msgid ""
451460
"makes sense to allow sharing some common behavior between a group of "
452461
"enumerations. (See `OrderedEnum`_ for an example.)"
453462
msgstr""
463+
"Permitir a criação de subclasses de enums que definem membros levaria a "
464+
"violação de alguns invariantes importantes de tipos e instâncias. Por outro "
465+
"lado, faz sentido permitir o compartilhamento de algum comportamento comum "
466+
"entre um grupo de enumerações. (Veja `OrderedEnum`_, por exemplo.)"
454467

455468
#:../../howto/enum.rst:475
456469
msgid"Pickling"
457470
msgstr"Pickling"
458471

459472
#:../../howto/enum.rst:477
460473
msgid"Enumerations can be pickled and unpickled::"
461-
msgstr""
474+
msgstr"Enumerações podem ser serializadas e desserializadas."
462475

463476
#:../../howto/enum.rst:484
464477
msgid""
465478
"The usual restrictions for pickling apply: picklable enums must be defined "
466479
"in the top level of a module, since unpickling requires them to be "
467480
"importable from that module."
468481
msgstr""
482+
"As restrições usuais para serialização se aplicam: enums serializáveis devem "
483+
"ser definidas no nível mais alto de um módulo, já que para fazer a "
484+
"desserialização eles devem ser importados daquele módulo."
469485

470486
#:../../howto/enum.rst:490
471487
msgid""

‎library/wave.po‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Gustavo Reis, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.11\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 20:37+0000\n"
15+
"POT-Creation-Date:2025-10-31 16:29+0000\n"
1516
"PO-Revision-Date:2025-09-22 16:50+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Gustavo Reis, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -186,23 +187,23 @@ msgstr ""
186187

187188
#:../../library/wave.rst:141
188189
msgid"Set the file pointer to the specified position."
189-
msgstr""
190+
msgstr"Define o ponteiro de arquivo para a posição especificada."
190191

191192
#:../../library/wave.rst:146
192193
msgid"Return current file pointer position."
193-
msgstr""
194+
msgstr"Retorna a posição atual do ponteiro de arquivo."
194195

195196
#:../../library/wave.rst:152
196197
msgid"Wave_write Objects"
197198
msgstr"Objetos Wave_write"
198199

199200
#:../../library/wave.rst:156
200201
msgid"Write a WAV file."
201-
msgstr""
202+
msgstr"Escreve um arquivo WAV."
202203

203204
#:../../library/wave.rst:158
204205
msgid"Wave_write objects, as returned by :func:`.open`."
205-
msgstr""
206+
msgstr"Objetos Wave_write, como retornados por :func:`.open`."
206207

207208
#:../../library/wave.rst:160
208209
msgid""

‎potodo.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55

66

7-
#c-api (50.35% done)
7+
#c-api (50.55% done)
88

9-
- exceptions.po205 / 347 (59.0% translated).
9+
- exceptions.po209 / 347 (60.0% translated).
1010
- float.po 34 / 35 ( 97.0% translated).
1111
- frame.po 20 / 24 ( 83.0% translated).
1212
- gcsupport.po 9 / 42 ( 21.0% translated).
@@ -23,7 +23,7 @@
2323
- structures.po 59 / 150 ( 39.0% translated).
2424
- sys.po 25 / 76 ( 32.0% translated).
2525
- tuple.po 39 / 40 ( 97.0% translated).
26-
- type.po26 / 68 (38.0% translated).
26+
- type.po30 / 68 (44.0% translated).
2727
- typeobj.po 234 / 600 ( 39.0% translated).
2828
- unicode.po 89 / 308 ( 28.0% translated).
2929
- veryhigh.po 52 / 56 ( 92.0% translated).
@@ -57,11 +57,11 @@
5757
- programming.po 391 / 393 ( 99.0% translated).
5858

5959

60-
#howto (64.36% done)
60+
#howto (64.62% done)
6161

6262
- curses.po 103 / 105 ( 98.0% translated).
6363
- descriptor.po 120 / 177 ( 67.0% translated).
64-
- enum.po80 / 224 (35.0% translated).
64+
- enum.po88 / 224 (39.0% translated).
6565
- functional.po 144 / 206 ( 69.0% translated).
6666
- instrumentation.po 58 / 59 ( 98.0% translated).
6767
- isolating-extensions.po 117 / 118 ( 99.0% translated).
@@ -82,7 +82,7 @@
8282

8383

8484

85-
#library (56.26% done)
85+
#library (56.27% done)
8686

8787
-_thread.po 49 / 51 ( 96.0% translated).
8888
- abc.po 48 / 49 ( 97.0% translated).
@@ -244,7 +244,7 @@
244244
- urllib.robotparser.po 17 / 18 ( 94.0% translated).
245245
- uuid.po 49 / 56 ( 87.0% translated).
246246
- warnings.po 72 / 112 ( 64.0% translated).
247-
- wave.po17 / 52 (32.0% translated).
247+
- wave.po21 / 52 (40.0% translated).
248248
- webbrowser.po 79 / 86 ( 91.0% translated).
249249
- wsgiref.po 71 / 124 ( 57.0% translated).
250250
- xdrlib.po 5 / 56 ( 8.0% translated).
@@ -301,5 +301,5 @@
301301
- 3.7.po 247 / 563 ( 43.0% translated).
302302

303303

304-
#TOTAL (63.22% done)
304+
#TOTAL (63.25% done)
305305

‎stats.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"63.22%","translated":38679,"entries":55811,"updated_at":"2025-10-30T23:52:50+00:00Z"}
1+
{"completion":"63.25%","translated":38699,"entries":55811,"updated_at":"2025-10-31T23:52:13+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp