@@ -330,122 +330,148 @@ msgstr "PyPreConfig"
330
330
331
331
#: ../../c-api/init_config.rst:191
332
332
msgid "Structure used to preinitialize Python:"
333
- msgstr ""
333
+ msgstr "Estrutura usada para pré-inicializar o Python: "
334
334
335
335
#: ../../c-api/init_config.rst:193
336
336
msgid "Set the Python memory allocator"
337
- msgstr ""
337
+ msgstr "Define o alocador de memória do Python "
338
338
339
339
#: ../../c-api/init_config.rst:194
340
340
msgid "Configure the LC_CTYPE locale"
341
- msgstr ""
341
+ msgstr "Configura a localidade LC_CTYPE "
342
342
343
343
#: ../../c-api/init_config.rst:195
344
344
msgid "Set the UTF-8 mode"
345
- msgstr ""
345
+ msgstr "Define o modo UTF-8 "
346
346
347
347
#: ../../c-api/init_config.rst:197
348
348
msgid "Function to initialize a preconfiguration:"
349
- msgstr ""
349
+ msgstr "A função para inicializar uma pré-configuração: "
350
350
351
351
#: ../../c-api/init_config.rst:201
352
352
msgid ""
353
353
"Initialize the preconfiguration with :ref:`Python Configuration <init-python-"
354
354
"config>`."
355
355
msgstr ""
356
+ "Inicializa a pré-configuração com :ref:`Configuração do Python <init-python-"
357
+ "config>`."
356
358
357
359
#: ../../c-api/init_config.rst:206
358
360
msgid ""
359
361
"Initialize the preconfiguration with :ref:`Isolated Configuration <init-"
360
362
"isolated-conf>`."
361
363
msgstr ""
364
+ "Inicializa a pré-configuração com :ref:`Configuração isolada <init-isolated-"
365
+ "conf>`."
362
366
363
367
#: ../../c-api/init_config.rst:213
364
368
msgid "Name of the memory allocator:"
365
- msgstr ""
369
+ msgstr "Nome do alocador de memória: "
366
370
367
371
#: ../../c-api/init_config.rst:215
368
372
msgid ""
369
373
"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): don't change memory allocators (use "
370
374
"defaults)"
371
375
msgstr ""
376
+ "``PYMEM_ALLOCATOR_NOT_SET`` (``0``): não altera os alocadores de memória "
377
+ "(usa o padrão)"
372
378
373
379
#: ../../c-api/init_config.rst:217
374
380
msgid "``PYMEM_ALLOCATOR_DEFAULT`` (``1``): default memory allocators"
375
- msgstr ""
381
+ msgstr "``PYMEM_ALLOCATOR_DEFAULT`` (``1``): alocadores de memória padrão "
376
382
377
383
#: ../../c-api/init_config.rst:218
378
384
msgid ""
379
385
"``PYMEM_ALLOCATOR_DEBUG`` (``2``): default memory allocators with debug hooks"
380
386
msgstr ""
387
+ "``PYMEM_ALLOCATOR_DEBUG`` (``2``): alocadores de memória padrão com ganchos "
388
+ "de depuração"
381
389
382
390
#: ../../c-api/init_config.rst:220
383
391
msgid "``PYMEM_ALLOCATOR_MALLOC`` (``3``): force usage of ``malloc()``"
384
- msgstr ""
392
+ msgstr "``PYMEM_ALLOCATOR_MALLOC`` (``3``): força o uso de ``malloc()`` "
385
393
386
394
#: ../../c-api/init_config.rst:221
387
395
msgid ""
388
396
"``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): force usage of ``malloc()`` with "
389
397
"debug hooks"
390
398
msgstr ""
399
+ "``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): força o uso de ``malloc()`` com "
400
+ "ganchos de depuração"
391
401
392
402
#: ../../c-api/init_config.rst:223
393
403
msgid ""
394
404
"``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Python pymalloc memory allocator "
395
405
"<pymalloc>`"
396
406
msgstr ""
407
+ "``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Alocador de memória do Python "
408
+ "pymalloc <pymalloc>`"
397
409
398
410
#: ../../c-api/init_config.rst:225
399
411
msgid ""
400
412
"``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`Python pymalloc memory "
401
413
"allocator <pymalloc>` with debug hooks"
402
414
msgstr ""
415
+ "``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`alocador de memória do "
416
+ "Python pymalloc <pymalloc>` com ganchos de depuração"
403
417
404
418
#: ../../c-api/init_config.rst:228
405
419
msgid ""
406
420
"``PYMEM_ALLOCATOR_PYMALLOC`` and ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` are not "
407
421
"supported if Python is configured using ``--without-pymalloc``"
408
422
msgstr ""
423
+ "``PYMEM_ALLOCATOR_PYMALLOC`` e ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` não são "
424
+ "suportados se Python estiver configurado usando ``--without-pymalloc``"
409
425
410
426
#: ../../c-api/init_config.rst:231
411
427
msgid "See :ref:`Memory Management <memory>`."
412
- msgstr ""
428
+ msgstr "Veja :ref:`Gerenciamento de memória <memory>`. "
413
429
414
430
#: ../../c-api/init_config.rst:235
415
431
msgid ""
416
432
"Set the LC_CTYPE locale to the user preferred locale? If equals to 0, set :c:"
417
433
"member:`coerce_c_locale` and :c:member:`coerce_c_locale_warn` to 0."
418
434
msgstr ""
435
+ "Definir a localidade LC_CTYPE para a localidade preferida do usuário? Se for "
436
+ "igual a 0, define :c:member:`coerce_c_locale` e :c:member:"
437
+ "`coerce_c_locale_warn` para 0."
419
438
420
439
#: ../../c-api/init_config.rst:240
421
440
msgid ""
422
441
"If equals to 2, coerce the C locale; if equals to 1, read the LC_CTYPE "
423
442
"locale to decide if it should be coerced."
424
443
msgstr ""
444
+ "Se for igual a 2, força a localidade C; se for igual a 1, lê a localidade "
445
+ "LC_CTYPE para decidir se deve ser forçado."
425
446
426
447
#: ../../c-api/init_config.rst:245
427
448
msgid "If non-zero, emit a warning if the C locale is coerced."
428
- msgstr ""
449
+ msgstr "Se diferente de zero, emite um aviso se a localidade C for forçada. "
429
450
430
451
#: ../../c-api/init_config.rst:249
431
452
msgid "See :c:member:`PyConfig.dev_mode`."
432
- msgstr ""
453
+ msgstr "Veja c:member:`PyConfig.dev_mode`. "
433
454
434
455
#: ../../c-api/init_config.rst:253
435
456
msgid "See :c:member:`PyConfig.isolated`."
436
- msgstr ""
457
+ msgstr "Veja :c:member:`PyConfig.isolated`. "
437
458
438
459
#: ../../c-api/init_config.rst:257
439
460
msgid ""
440
461
"If non-zero, disable UTF-8 Mode, set the Python filesystem encoding to "
441
462
"``mbcs``, set the filesystem error handler to ``replace``."
442
463
msgstr ""
464
+ "Se diferente de zero, desabilita o modo UTF-8, define a codificação do "
465
+ "sistema de arquivos Python para ``mbcs``, define o tratador de erros do "
466
+ "sistema de arquivos para ``replace``."
443
467
444
468
#: ../../c-api/init_config.rst:260 ../../c-api/init_config.rst:546
445
469
msgid ""
446
470
"Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for "
447
471
"Windows specific code."
448
472
msgstr ""
473
+ "Disponível apenas no Windows. A macro ``#ifdef MS_WINDOWS`` pode ser usada "
474
+ "para código específico do Windows."
449
475
450
476
#: ../../c-api/init_config.rst:265
451
477
msgid ""
0 commit comments