Skip to content

Commit 4696ea7

Browse files
Update translation
Co-Authored-By: Rafael Fontenelle <rffontenelle@gmail.com> Co-Authored-By: python-doc bot
1 parent 0a013e4 commit 4696ea7

41 files changed

Lines changed: 19289 additions & 18434 deletions

Some content is hidden

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

c-api/init.po

Lines changed: 278 additions & 257 deletions
Large diffs are not rendered by default.

c-api/unicode.po

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
9-
# Joao Roccella <joao.a@docente.senai.br>, 2025
109
#
1110
#, fuzzy
1211
msgid ""
1312
msgstr ""
1413
"Project-Id-Version: Python 3.14\n"
1514
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2025-09-17 14:21+0000\n"
15+
"POT-Creation-Date: 2025-10-09 14:15+0000\n"
1716
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
18-
"Last-Translator: Joao Roccella <joao.a@docente.senai.br>, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1918
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2019
"teams/5390/pt_BR/)\n"
2120
"MIME-Version: 1.0\n"
@@ -1070,14 +1069,10 @@ msgstr ""
10701069
#: ../../c-api/unicode.rst:733
10711070
msgid ""
10721071
"This function checks that *unicode* is a Unicode object, that the index is "
1073-
"not out of bounds, and that the object's reference count is one). See :c:"
1074-
"func:`PyUnicode_WRITE` for a version that skips these checks, making them "
1075-
"your responsibility."
1076-
msgstr ""
1077-
"Esta função verifica que *unicode* é um objeto Unicode, que o índice não "
1078-
"está fora dos limites e que a contagem de referências do objeto é um). Veja :"
1079-
"c:func:`PyUnicode_WRITE` para uma versão que ignora estas verificações, "
1080-
"tornando-as de sua responsabilidade."
1072+
"not out of bounds, and that the object's reference count is one. See :c:func:"
1073+
"`PyUnicode_WRITE` for a version that skips these checks, making them your "
1074+
"responsibility."
1075+
msgstr ""
10811076

10821077
#: ../../c-api/unicode.rst:746
10831078
msgid ""

c-api/veryhigh.po

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.14\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-16 17:23+0000\n"
15+
"POT-Creation-Date: 2025-10-09 14:15+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"MIME-Version: 1.0\n"
@@ -317,48 +318,49 @@ msgid ""
317318
"objects *globals* and *locals* with the compiler flags specified by "
318319
"*flags*. *globals* must be a dictionary; *locals* can be any object that "
319320
"implements the mapping protocol. The parameter *start* specifies the start "
320-
"token that should be used to parse the source code."
321+
"symbol and must one of the following: :c:data:`Py_eval_input`, :c:data:"
322+
"`Py_file_input`, or :c:data:`Py_single_input`."
321323
msgstr ""
322324
"Executa o código-fonte Python de *str* no contexto especificado pelos "
323325
"objetos *globals* e *locals* com os sinalizadores do compilador "
324326
"especificados por *flags*. *globals* deve ser um dicionário; *locals* pode "
325327
"ser qualquer objeto que implemente o protocolo de mapeamento. O parâmetro "
326-
"*start* especifica o token de início que deve ser usado para analisar o "
327-
"código-fonte."
328+
"*start* especifica o símbolo inicial e deve ser um dos seguintes: :c:data:"
329+
"`Py_eval_input`, :c:data:`Py_file_input` ou :c:data:`Py_single_input`."
328330

329-
#: ../../c-api/veryhigh.rst:188
331+
#: ../../c-api/veryhigh.rst:189
330332
msgid ""
331333
"Returns the result of executing the code as a Python object, or ``NULL`` if "
332334
"an exception was raised."
333335
msgstr ""
334336
"Retorna o resultado da execução do código como um objeto Python, ou ``NULL`` "
335337
"se uma exceção foi levantada."
336338

337-
#: ../../c-api/veryhigh.rst:194
339+
#: ../../c-api/veryhigh.rst:195
338340
msgid ""
339341
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
340342
"*closeit* set to ``0`` and *flags* set to ``NULL``."
341343
msgstr ""
342344
"Esta é uma interface simplificada para :c:func:`PyRun_FileExFlags` abaixo, "
343345
"deixando *closeit* definido como ``0`` e *flags* definido como ``NULL``."
344346

345-
#: ../../c-api/veryhigh.rst:200
347+
#: ../../c-api/veryhigh.rst:201
346348
msgid ""
347349
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
348350
"*flags* set to ``NULL``."
349351
msgstr ""
350352
"Esta é uma interface simplificada para :c:func:`PyRun_FileExFlags` abaixo, "
351353
"deixando *flags* definido como ``NULL``."
352354

353-
#: ../../c-api/veryhigh.rst:206
355+
#: ../../c-api/veryhigh.rst:207
354356
msgid ""
355357
"This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving "
356358
"*closeit* set to ``0``."
357359
msgstr ""
358360
"Esta é uma interface simplificada para :c:func:`PyRun_FileExFlags` abaixo, "
359361
"deixando *closeit* definido como ``0``."
360362

361-
#: ../../c-api/veryhigh.rst:212
363+
#: ../../c-api/veryhigh.rst:213
362364
msgid ""
363365
"Similar to :c:func:`PyRun_StringFlags`, but the Python source code is read "
364366
"from *fp* instead of an in-memory string. *filename* should be the name of "
@@ -372,42 +374,42 @@ msgstr ""
372374
"codificação do sistema de arquivos`. Se *closeit* for true, o arquivo será "
373375
"fechado antes que :c:func:`PyRun_FileExFlags` retorne."
374376

375-
#: ../../c-api/veryhigh.rst:221
377+
#: ../../c-api/veryhigh.rst:222
376378
msgid ""
377379
"This is a simplified interface to :c:func:`Py_CompileStringFlags` below, "
378380
"leaving *flags* set to ``NULL``."
379381
msgstr ""
380382
"Esta é uma interface simplificada para :c:func:`Py_CompileStringFlags` "
381383
"abaixo, deixando *flags* definido como ``NULL``."
382384

383-
#: ../../c-api/veryhigh.rst:227
385+
#: ../../c-api/veryhigh.rst:228
384386
msgid ""
385387
"This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, "
386388
"with *optimize* set to ``-1``."
387389
msgstr ""
388390
"Esta é uma interface simplificada para :c:func:`Py_CompileStringExFlags` "
389391
"abaixo, com *optimize* definido como ``-1``."
390392

391-
#: ../../c-api/veryhigh.rst:233
393+
#: ../../c-api/veryhigh.rst:234
392394
msgid ""
393395
"Parse and compile the Python source code in *str*, returning the resulting "
394-
"code object. The start token is given by *start*; this can be used to "
396+
"code object. The start symbol is given by *start*; this can be used to "
395397
"constrain the code which can be compiled and should be :c:data:"
396398
"`Py_eval_input`, :c:data:`Py_file_input`, or :c:data:`Py_single_input`. The "
397399
"filename specified by *filename* is used to construct the code object and "
398400
"may appear in tracebacks or :exc:`SyntaxError` exception messages. This "
399401
"returns ``NULL`` if the code cannot be parsed or compiled."
400402
msgstr ""
401403
"Analisa e compila o código-fonte Python em *str*, retornando o objeto de "
402-
"código resultante. O token inicial é fornecido por *start*; isso pode ser "
404+
"código resultante. O símbolo inicial é fornecido por *start*; isso pode ser "
403405
"usado para restringir o código que pode ser compilado e deve ser :c:data:"
404406
"`Py_eval_input`, :c:data:`Py_file_input` ou :c:data:`Py_single_input`. O "
405407
"nome do arquivo especificado por *filename* é usado para construir o objeto "
406408
"de código e pode aparecer em tracebacks ou mensagens de exceção :exc:"
407409
"`SyntaxError`. Isso retorna ``NULL`` se o código não puder ser analisado ou "
408410
"compilado."
409411

410-
#: ../../c-api/veryhigh.rst:241
412+
#: ../../c-api/veryhigh.rst:242
411413
msgid ""
412414
"The integer *optimize* specifies the optimization level of the compiler; a "
413415
"value of ``-1`` selects the optimization level of the interpreter as given "
@@ -422,7 +424,7 @@ msgstr ""
422424
"``__debug__`` é falso) ou ``2`` (strings de documentação também são "
423425
"removidas)."
424426

425-
#: ../../c-api/veryhigh.rst:252
427+
#: ../../c-api/veryhigh.rst:253
426428
msgid ""
427429
"Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string "
428430
"decoded from the :term:`filesystem encoding and error handler`."
@@ -431,7 +433,7 @@ msgstr ""
431433
"decodificada a partir do :term:`tratador de erros e codificação do sistema "
432434
"de arquivos`."
433435

434-
#: ../../c-api/veryhigh.rst:259
436+
#: ../../c-api/veryhigh.rst:260
435437
msgid ""
436438
"This is a simplified interface to :c:func:`PyEval_EvalCodeEx`, with just the "
437439
"code object, and global and local variables. The other arguments are set to "
@@ -441,7 +443,7 @@ msgstr ""
441443
"apenas o objeto código e variáveis locais e globais. Os outros argumentos "
442444
"são definidos como ``NULL``."
443445

444-
#: ../../c-api/veryhigh.rst:266
446+
#: ../../c-api/veryhigh.rst:267
445447
msgid ""
446448
"Evaluate a precompiled code object, given a particular environment for its "
447449
"evaluation. This environment consists of a dictionary of global variables, "
@@ -455,15 +457,15 @@ msgstr ""
455457
"padrões, um dicionário de valores padrões para argumentos :ref:`somente-"
456458
"nomeados <keyword-only_parameter>` e uma tupla de clausura de células."
457459

458-
#: ../../c-api/veryhigh.rst:275
460+
#: ../../c-api/veryhigh.rst:276
459461
msgid ""
460462
"Evaluate an execution frame. This is a simplified interface to :c:func:"
461463
"`PyEval_EvalFrameEx`, for backward compatibility."
462464
msgstr ""
463465
"Avalia um quadro de execução. Esta é uma interface simplificada para :c:func:"
464466
"`PyEval_EvalFrameEx`, para retrocompatibilidade."
465467

466-
#: ../../c-api/veryhigh.rst:281
468+
#: ../../c-api/veryhigh.rst:282
467469
msgid ""
468470
"This is the main, unvarnished function of Python interpretation. The code "
469471
"object associated with the execution frame *f* is executed, interpreting "
@@ -479,31 +481,31 @@ msgstr ""
479481
"com que uma exceção seja levantada imediatamente; isso é usado para os "
480482
"métodos :meth:`~generator.throw` de objetos geradores."
481483

482-
#: ../../c-api/veryhigh.rst:288
484+
#: ../../c-api/veryhigh.rst:289
483485
msgid ""
484486
"This function now includes a debug assertion to help ensure that it does not "
485487
"silently discard an active exception."
486488
msgstr ""
487489
"Essa função agora inclui uma asserção de depuração para ajudar a garantir "
488490
"que ela não descarte silenciosamente uma exceção ativa."
489491

490-
#: ../../c-api/veryhigh.rst:295
492+
#: ../../c-api/veryhigh.rst:296
491493
msgid ""
492494
"This function changes the flags of the current evaluation frame, and returns "
493495
"true on success, false on failure."
494496
msgstr ""
495497
"Esta função altera os sinalizadores do quadro de avaliação atual e retorna "
496498
"verdadeiro em caso de sucesso e falso em caso de falha."
497499

498-
#: ../../c-api/veryhigh.rst:303
500+
#: ../../c-api/veryhigh.rst:304
499501
msgid ""
500502
"The start symbol from the Python grammar for isolated expressions; for use "
501503
"with :c:func:`Py_CompileString`."
502504
msgstr ""
503505
"O símbolo inicial da gramática Python para expressões isoladas; para uso "
504506
"com :c:func:`Py_CompileString`."
505507

506-
#: ../../c-api/veryhigh.rst:311
508+
#: ../../c-api/veryhigh.rst:312
507509
msgid ""
508510
"The start symbol from the Python grammar for sequences of statements as read "
509511
"from a file or other source; for use with :c:func:`Py_CompileString`. This "
@@ -514,7 +516,7 @@ msgstr ""
514516
"`Py_CompileString`. Este é o símbolo a ser usado ao compilar código-fonte "
515517
"Python arbitrariamente longo."
516518

517-
#: ../../c-api/veryhigh.rst:320
519+
#: ../../c-api/veryhigh.rst:321
518520
msgid ""
519521
"The start symbol from the Python grammar for a single statement; for use "
520522
"with :c:func:`Py_CompileString`. This is the symbol used for the interactive "
@@ -524,7 +526,7 @@ msgstr ""
524526
"com :c:func:`Py_CompileString`. Este é o símbolo usado para o laço do "
525527
"interpretador interativo."
526528

527-
#: ../../c-api/veryhigh.rst:327
529+
#: ../../c-api/veryhigh.rst:328
528530
msgid ""
529531
"This is the structure used to hold compiler flags. In cases where code is "
530532
"only being compiled, it is passed as ``int flags``, and in cases where code "
@@ -537,7 +539,7 @@ msgstr ""
537539
"``PyCompilerFlags *flags``. Neste caso, ``from __future__ import`` pode "
538540
"modificar *flags*."
539541

540-
#: ../../c-api/veryhigh.rst:332
542+
#: ../../c-api/veryhigh.rst:333
541543
msgid ""
542544
"Whenever ``PyCompilerFlags *flags`` is ``NULL``, :c:member:`~PyCompilerFlags."
543545
"cf_flags` is treated as equal to ``0``, and any modification due to ``from "
@@ -547,35 +549,35 @@ msgstr ""
547549
"`~PyCompilerFlags.cf_flags` é tratado como igual a ``0``, e qualquer "
548550
"modificação devido a ``from __future__ import`` é descartada."
549551

550-
#: ../../c-api/veryhigh.rst:338
552+
#: ../../c-api/veryhigh.rst:339
551553
msgid "Compiler flags."
552554
msgstr "Sinalizadores do compilador."
553555

554-
#: ../../c-api/veryhigh.rst:342
556+
#: ../../c-api/veryhigh.rst:343
555557
msgid ""
556558
"*cf_feature_version* is the minor Python version. It should be initialized "
557559
"to ``PY_MINOR_VERSION``."
558560
msgstr ""
559561
"*cf_feature_version* é a versão secundária do Python. Deve ser inicializada "
560562
"como ``PY_MINOR_VERSION``."
561563

562-
#: ../../c-api/veryhigh.rst:345
564+
#: ../../c-api/veryhigh.rst:346
563565
msgid ""
564566
"The field is ignored by default, it is used if and only if ``PyCF_ONLY_AST`` "
565567
"flag is set in :c:member:`~PyCompilerFlags.cf_flags`."
566568
msgstr ""
567569
"O campo é ignorado por padrão, ele é usado se e somente se o sinalizador "
568570
"``PyCF_ONLY_AST`` estiver definido em :c:member:`~PyCompilerFlags.cf_flags`."
569571

570-
#: ../../c-api/veryhigh.rst:348
572+
#: ../../c-api/veryhigh.rst:349
571573
msgid "Added *cf_feature_version* field."
572574
msgstr "Adicionado campo *cf_feature_version*."
573575

574-
#: ../../c-api/veryhigh.rst:351
576+
#: ../../c-api/veryhigh.rst:352
575577
msgid "The available compiler flags are accessible as macros:"
576578
msgstr "Os sinalizadores do compilador disponíveis são acessíveis como macros:"
577579

578-
#: ../../c-api/veryhigh.rst:360
580+
#: ../../c-api/veryhigh.rst:361
579581
msgid ""
580582
"See :ref:`compiler flags <ast-compiler-flags>` in documentation of the :py:"
581583
"mod:`!ast` Python module, which exports these constants under the same names."
@@ -584,7 +586,7 @@ msgstr ""
584586
"do módulo Python :py:mod:`!ast`, que exporta essas constantes com os mesmos "
585587
"nomes."
586588

587-
#: ../../c-api/veryhigh.rst:364
589+
#: ../../c-api/veryhigh.rst:365
588590
msgid ""
589591
"The \"``PyCF``\" flags above can be combined with \"``CO_FUTURE``\" flags "
590592
"such as :c:macro:`CO_FUTURE_ANNOTATIONS` to enable features normally "
@@ -596,7 +598,7 @@ msgstr ""
596598
"recursos normalmente selecionáveis usando :ref:`instruções future <future>`. "
597599
"Consulte :ref:`c_codeobject_flags` para obter uma lista completa."
598600

599-
#: ../../c-api/veryhigh.rst:301 ../../c-api/veryhigh.rst:309
600-
#: ../../c-api/veryhigh.rst:318
601+
#: ../../c-api/veryhigh.rst:302 ../../c-api/veryhigh.rst:310
602+
#: ../../c-api/veryhigh.rst:319
601603
msgid "Py_CompileString (C function)"
602604
msgstr "Py_CompileString (função C)"

0 commit comments

Comments
 (0)