8000 pomerge from 3.9 branch into 3.8 · python/python-docs-pt-br@22856cb · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 22856cb

Browse files
pomerge from 3.9 branch into 3.8
1 parent 08f57b4 commit 22856cb

File tree

1 file changed

+38
-12
lines changed

1 file changed

+38
-12
lines changed

c-api/init_config.po

Lines changed: 38 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -330,122 +330,148 @@ msgstr "PyPreConfig"
330330

331331
#: ../../c-api/init_config.rst:191
332332
msgid "Structure used to preinitialize Python:"
333-
msgstr ""
333+
msgstr "Estrutura usada para pré-inicializar o Python:"
334334

335335
#: ../../c-api/init_config.rst:193
336336
msgid "Set the Python memory allocator"
337-
msgstr ""
337+
msgstr "Define o alocador de memória do Python"
338338

339339
#: ../../c-api/init_config.rst:194
340340
msgid "Configure the LC_CTYPE locale"
341-
msgstr ""
341+
msgstr "Configura a localidade LC_CTYPE"
342342

343343
#: ../../c-api/init_config.rst:195
344344
msgid "Set the UTF-8 mode"
345-
msgstr ""
345+
msgstr "Define o modo UTF-8"
346346

347347
#: ../../c-api/init_config.rst:197
348348
msgid "Function to initialize a preconfiguration:"
349-
msgstr ""
349+
msgstr "A função para inicializar uma pré-configuração:"
350350

351351
#: ../../c-api/init_config.rst:201
352352
msgid ""
353353
"Initialize the preconfiguration with :ref:`Python Configuration <init-python-"
354354
"config>`."
355355
msgstr ""
356+
"Inicializa a pré-configuração com :ref:`Configuração do Python <init-python-"
357+
"config>`."
356358

357359
#: ../../c-api/init_config.rst:206
358360
msgid ""
359361
"Initialize the preconfiguration with :ref:`Isolated Configuration <init-"
360362
"isolated-conf>`."
361363
msgstr ""
364+
"Inicializa a pré-configuração com :ref:`Configuração isolada <init-isolated-"
365+
"conf>`."
362366

363367
#: ../../c-api/init_config.rst:213
364368
msgid "Name of the memory allocator:"
365-
msgstr ""
369+
msgstr "Nome do alocador de memória:"
366370

367371
#: ../../c-api/init_config.rst:215
368372
msgid ""
369373
"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): don't change memory allocators (use "
370374
"defaults)"
371375
msgstr ""
376+
"``PYMEM_ALLOCATOR_NOT_SET`` (``0``): não altera os alocadores de memória "
377+
"(usa o padrão)"
372378

373379
#: ../../c-api/init_config.rst:217
374380
msgid "``PYMEM_ALLOCATOR_DEFAULT`` (``1``): default memory allocators"
375-
msgstr ""
381+
msgstr "``PYMEM_ALLOCATOR_DEFAULT`` (``1``): alocadores de memória padrão"
376382

377383
#: ../../c-api/init_config.rst:218
378384
msgid ""
379385
"``PYMEM_ALLOCATOR_DEBUG`` (``2``): default memory allocators with debug hooks"
380386
msgstr ""
387+
"``PYMEM_ALLOCATOR_DEBUG`` (``2``): alocadores de memória padrão com ganchos "
388+
"de depuração"
381389

382390
#: ../../c-api/init_config.rst:220
383391
msgid "``PYMEM_ALLOCATOR_MALLOC`` (``3``): force usage of ``malloc()``"
384-
msgstr ""
392+
msgstr "``PYMEM_ALLOCATOR_MALLOC`` (``3``): força o uso de ``malloc()``"
385393

386394
#: ../../c-api/init_config.rst:221
387395
msgid ""
388396
"``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): force usage of ``malloc()`` with "
389397
"debug hooks"
390398
msgstr ""
399+
"``PYMEM_ALLOCATOR_MALLOC_DEBUG`` (``4``): força o uso de ``malloc()`` com "
400+
"ganchos de depuração"
391401

392402
#: ../../c-api/init_config.rst:223
393403
msgid ""
394404
"``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Python pymalloc memory allocator "
395405
"<pymalloc>`"
396406
msgstr ""
407+
"``PYMEM_ALLOCATOR_PYMALLOC`` (``5``): :ref:`Alocador de memória do Python "
408+
"pymalloc <pymalloc>`"
397409

398410
#: ../../c-api/init_config.rst:225
399411
msgid ""
400412
"``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`Python pymalloc memory "
401413
"allocator <pymalloc>` with debug hooks"
402414
msgstr ""
415+
"``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` (``6``): :ref:`alocador de memória do "
416+
"Python pymalloc <pymalloc>` com ganchos de depuração"
403417

404418
#: ../../c-api/init_config.rst:228
405419
msgid ""
406420
"``PYMEM_ALLOCATOR_PYMALLOC`` and ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` are not "
407421
"supported if Python is configured using ``--without-pymalloc``"
408422
msgstr ""
423+
"``PYMEM_ALLOCATOR_PYMALLOC`` e ``PYMEM_ALLOCATOR_PYMALLOC_DEBUG`` não são "
424+
"suportados se Python estiver configurado usando ``--without-pymalloc``"
409425

410426
#: ../../c-api/init_config.rst:231
411427
msgid "See :ref:`Memory Management <memory>`."
412-
msgstr ""
428+
msgstr "Veja :ref:`Gerenciamento de memória <memory>`."
413429

414430
#: ../../c-api/init_config.rst:235
415431
msgid ""
416432
"Set the LC_CTYPE locale to the user preferred locale? If equals to 0, set :c:"
417433
"member:`coerce_c_locale` and :c:member:`coerce_c_locale_warn` to 0."
418434
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."
419438

420439
#: ../../c-api/init_config.rst:240
421440
msgid ""
422441
"If equals to 2, coerce the C locale; if equals to 1, read the LC_CTYPE "
423442
"locale to decide if it should be coerced."
424443
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."
425446

426447
#: ../../c-api/init_config.rst:245
427448
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."
429450

430451
#: ../../c-api/init_config.rst:249
431452
msgid "See :c:member:`PyConfig.dev_mode`."
432-
msgstr ""
453+
msgstr "Veja c:member:`PyConfig.dev_mode`."
433454

434455
#: ../../c-api/init_config.rst:253
435456
msgid "See :c:member:`PyConfig.isolated`."
436-
msgstr ""
457+
msgstr "Veja :c:member:`PyConfig.isolated`."
437458

438459
#: ../../c-api/init_config.rst:257
439460
msgid ""
440461
"If non-zero, disable UTF-8 Mode, set the Python filesystem encoding to "
441462
"``mbcs``, set the filesystem error handler to ``replace``."
442463
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``."
443467

444468
#: ../../c-api/init_config.rst:260 ../../c-api/init_config.rst:546
445469
msgid ""
446470
"Only available on Windows. ``#ifdef MS_WINDOWS`` macro can be used for "
447471
"Windows specific code."
448472
msgstr ""
473+
"Disponível apenas no Windows. A macro ``#ifdef MS_WINDOWS`` pode ser usada "
474+
"para código específico do Windows."
449475

450476
#: ../../c-api/init_config.rst:265
451477
msgid ""

0 commit comments

Comments
 (0)
0