@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
12
- "PO-Revision-Date : 2021-10-26 09:46 -0300\n "
12
+ "PO-Revision-Date : 2021-10-26 23:19 -0300\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
@@ -434,16 +434,23 @@ msgid ""
434
434
"the ``NDEBUG`` macro (see also the :option:`--with-assertions` configure "
435
435
"option). Main runtime checks:"
436
436
msgstr ""
437
+ "Agrega verificaciones de tiempo de ejecución: código rodeado por ```#ifdef "
438
+ "Py_DEBUG`` y `#endif``. Habilite las aserciones ``assert(...)`` y "
439
+ "``_PyObject_ASSERT(...)``: no configure la macro ``NDEBUG`` (consultar "
440
+ "también la opción de configuración :option:`--with-assertions`). "
441
+ "Comprobaciones principales de tiempo de ejecución:"
437
442
438
443
#: ../Doc/using/configure.rst:235
439
444
msgid "Add sanity checks on the function arguments."
440
- msgstr ""
445
+ msgstr "Agregue controles de sanidad en los argumentos de la función. "
441
446
442
447
#: ../Doc/using/configure.rst:236
443
448
msgid ""
444
449
"Unicode and int objects are created with their memory filled with a pattern "
445
450
"to detect usage of uninitialized objects."
446
451
msgstr ""
452
+ "Los objetos unicode e int se crean con su memoria completa con un patrón "
453
+ "para detectar el uso de objetos no inicializados."
447
454
448
455
#: ../Doc/using/configure.rst:238
449
456
msgid ""
@@ -479,7 +486,7 @@ msgstr ""
479
486
480
487
#: ../Doc/using/configure.rst:256
481
488
msgid "Debug options"
482
- msgstr ""
489
+ msgstr "Opciones de depuración "
483
490
484
491
#: ../Doc/using/configure.rst:260
485
492
msgid ""
@@ -493,15 +500,15 @@ msgstr ""
493
500
494
501
#: ../Doc/using/configure.rst:267
495
502
msgid "Effects:"
496
- msgstr ""
503
+ msgstr "Efectos: "
497
504
498
505
#: ../Doc/using/configure.rst:269
499
506
msgid "Define the ``Py_TRACE_REFS`` macro."
500
- msgstr ""
507
+ msgstr "Define la macro ``Py_TRACE_REFS``. "
501
508
502
509
#: ../Doc/using/configure.rst:270
503
510
msgid "Add :func:`sys.getobjects` function."
504
- msgstr ""
511
+ msgstr "Agrega la función :func:`sys.getobjects`. "
505
512
506
513
#: ../Doc/using/configure.rst:271
507
514
msgid "Add :envvar:`PYTHONDUMPREFS` environment variable."
@@ -534,10 +541,11 @@ msgstr ""
534
541
#: ../Doc/using/configure.rst:293
535
542
msgid "Enable Valgrind support (default is no)."
536
543
msgstr ""
544
+ "Habilite la compatibilidad con Valgrind (el valor predeterminado es no)."
537
545
538
546
#: ../Doc/using/configure.rst:297
539
547
msgid "Enable DTrace support (default is no)."
540
- msgstr ""
548
+ msgstr "Habilite la compatibilidad con DTrace (el valor predeterminado es no). "
541
549
542
550
#: ../Doc/using/configure.rst:299
543
551
msgid ""
@@ -576,11 +584,11 @@ msgstr ""
576
584
577
585
#: ../Doc/using/configure.rst:340
578
586
msgid "Libraries options"
579
- msgstr ""
587
+ msgstr "Opciones de bibliotecas "
580
588
581
589
#: ../Doc/using/configure.rst:344
582
590
msgid "Link against additional libraries (default is no)."
583
- msgstr ""
591
+ msgstr "Enlace con bibliotecas adicionales (el valor predeterminado es no). "
584
592
585
593
#: ../Doc/using/configure.rst:348
586
594
msgid ""
@@ -606,23 +614,23 @@ msgstr ""
606
614
607
615
#: ../Doc/using/configure.rst:367
608
616
msgid "Define the ``WITH_EDITLINE`` macro."
609
- msgstr ""
617
+ msgstr "Define la macro ``WITH_EDITLINE``. "
610
618
611
619
#: ../Doc/using/configure.rst:373
612
620
msgid "Don't build the :mod:`readline` module (built by default)."
613
- msgstr ""
621
+ msgstr "No cree el módulo :mod:`readline` (es construido por defecto). "
614
622
615
623
#: ../Doc/using/configure.rst:375
616
624
msgid "Don't define the ``HAVE_LIBREADLINE`` macro."
617
- msgstr ""
625
+ msgstr "No defina la macro ``HAVE_LIBREADLINE``. "
618
626
619
627
#: ../Doc/using/configure.rst:381
620
628
msgid "Override search for Tcl and Tk include files."
621
- msgstr ""
629
+ msgstr "Sobreescribe la búsqueda de archivos incluidos de Tcl y Tk. "
622
630
623
631
#: ../Doc/using/configure.rst:385
624
632
msgid "Override search for Tcl and Tk libraries."
625
- msgstr ""
633
+ msgstr "Sobreescribe la búsqueda de bibliotecas Tcl y Tk. "
626
634
627
635
#: ../Doc/using/configure.rst:389
628
636
msgid ""
@@ -1001,11 +1009,11 @@ msgstr ""
1001
1009
1002
1010
#: ../Doc/using/configure.rst:623
1003
1011
msgid "C compiler command."
1004
- msgstr ""
1012
+ msgstr "Comando del compilador C. "
1005
1013
1006
1014
#: ../Doc/using/configure.rst:625
1007
1015
msgid "Example: ``gcc -pthread``."
1008
- msgstr ""
1016
+ msgstr "Ejemplo: ``gcc -pthread``. "
1009
1017
1010
1018
#: ../Doc/using/configure.rst:629
1011
1019
msgid ""
@@ -1024,19 +1032,19 @@ msgstr "Por defecto: ``$(CC)``."
1024
1032
1025
1033
#: ../Doc/using/configure.rst:639
1026
1034
msgid "C++ compiler command."
1027
- msgstr ""
1035
+ msgstr "Comando del compilador de C++. "
1028
1036
1029
1037
#: ../Doc/using/configure.rst:641
1030
1038
msgid "Used if the :option:`--with-cxx-main` option is used."
1031
1039
msgstr ""
1032
1040
1033
1041
#: ../Doc/using/configure.rst:643
1034
1042
msgid "Example: ``g++ -pthread``."
1035
- msgstr ""
1043
+ msgstr "Ejemplo: ``g++ -pthread``. "
1036
1044
1037
1045
#: ../Doc/using/configure.rst:647
1038
1046
msgid "C compiler flags."
1039
- msgstr ""
1047
+ msgstr "Banderas del compilador de C. "
1040
1048
1041
1049
#: ../Doc/using/configure.rst:651
1042
1050
msgid ""
@@ -1078,7 +1086,7 @@ msgstr ""
1078
1086
1079
1087
#: ../Doc/using/configure.rst:693
1080
1088
msgid "For example, ``-fPIC`` is used on Linux and on BSD."
1081
- msgstr ""
1089
+ msgstr "Por ejemplo, ``-fPIC`` se usa en Linux y BSD. "
1082
1090
1083
1091
#: ../Doc/using/configure.rst:697
1084
1092
msgid "Extra C flags added for building the interpreter object files."
@@ -1132,7 +1140,7 @@ msgstr ""
1132
1140
1133
1141
#: ../Doc/using/configure.rst:739
1134
1142
msgid "Default: empty string (not used)."
1135
- msgstr ""
1143
+ msgstr "Por defecto: cadena de caracteres vacía (no utilizado). "
1136
1144
1137
1145
#: ../Doc/using/configure.rst:743
1138
1146
msgid "Linker flags"
@@ -1194,7 +1202,7 @@ msgstr ""
1194
1202
1195
1203
#: ../Doc/using/configure.rst:794
1196
1204
msgid "Default: ``@LDSHARED@ $(PY_LDFLAGS)``."
1197
- msgstr ""
1205
+ msgstr "Por defecto: ``@LDSHARED@ $(PY_LDFLAGS)``. "
1198
1206
1199
1207
#: ../Doc/using/configure.rst:798
1200
1208
msgid "Command to build ``libpython`` shared library."
0 commit comments