@@ -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 23:19 -0300\n "
12
+ "PO-Revision-Date : 2021-10-28 10:51 -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 "
@@ -457,24 +457,33 @@ msgid ""
457
457
"Ensure that functions which can clear or replace the current exception are "
458
458
"not called with an exception raised."
459
459
msgstr ""
460
+ "Asegúrese de que las funciones que pueden borrar o reemplazar la excepción "
461
+ "actual no se invocan con una excepción lanzada."
460
462
461
463
#: ../Doc/using/configure.rst:240
462
464
msgid ""
463
465
"The garbage collector (:func:`gc.collect` function) runs some basic checks "
464
466
"on objects consistency."
465
467
msgstr ""
468
+ "El recolector de basura (función :func:`gc.collect`) ejecuta algunas "
469
+ "comprobaciones básicas sobre la consistencia de los objetos."
466
470
467
471
#: ../Doc/using/configure.rst:242
468
472
msgid ""
469
473
"The :c:macro:`Py_SAFE_DOWNCAST()` macro checks for integer underflow and "
470
474
"overflow when downcasting from wide types to narrow types."
471
475
msgstr ""
476
+ "La macro :c:macro:`Py_SAFE_DOWNCAST()` comprueba el subdesbordamiento y el "
477
+ "desbordamiento de enteros al realizar una conversión descendente de tipos "
478
+ "anchos a tipos estrechos."
472
479
473
480
#: ../Doc/using/configure.rst:245
474
481
msgid ""
475
482
"See also the :ref:`Python Development Mode <devmode>` and the :option:`--"
476
483
"with-trace-refs` configure option."
477
484
msgstr ""
485
+ "Consultar también :ref:`Modo de Desarrollo de Python <devmode>` y la opción "
486
+ "de configuración :option:`--with-trace-refs`."
478
487
479
488
#: ../Doc/using/configure.rst:248
480
489
msgid ""
@@ -483,6 +492,10 @@ msgid ""
483
492
"option:`--with-trace-refs` option), which introduces the only ABI "
484
493
"incompatibility."
485
494
msgstr ""
495
+ "Las compilaciones de lanzamiento y las compilaciones de depuración ahora son "
496
+ "compatibles con ABI: definir la macro ``Py_DEBUG`` ya no implica la macro "
497
+ "``Py_TRACE_REFS`` (consultar la opción :option:`--with-trace-refs`), que "
498
+ "presenta la única Incompatibilidad ABI."
486
499
487
500
#: ../Doc/using/configure.rst:256
488
501
msgid "Debug options"
@@ -720,7 +733,7 @@ msgstr ""
720
733
721
734
#: ../Doc/using/configure.rst:444
722
735
msgid "*STRING*: use a custom string"
723
- msgstr ""
736
+ msgstr "*STRING*: usa una cadena de caracteres personalizada "
724
737
725
738
#: ../Doc/using/configure.rst:446
726
739
msgid "See the :mod:`ssl` module."
@@ -802,11 +815,11 @@ msgstr ""
802
815
803
816
#: ../Doc/using/configure.rst:495
804
817
msgid "Python Build System"
805
- msgstr ""
818
+ msgstr "Sistema de compilación Pyhton "
806
819
807
820
#: ../Doc/using/configure.rst:498
808
821
msgid "Main files of the build system"
809
- msgstr ""
822
+ msgstr "Archivos principales del sistema de compilación "
810
823
811
824
#: ../Doc/using/configure.rst:500
812
825
msgid ":file:`configure.ac` => :file:`configure`;"
@@ -834,15 +847,17 @@ msgstr ""
834
847
835
848
#: ../Doc/using/configure.rst:508
836
849
msgid "Main build steps"
837
- msgstr ""
850
+ msgstr "Pasos principales de compilación "
838
851
839
852
#: ../Doc/using/configure.rst:510
840
853
msgid "C files (``.c``) are built as object files (``.o``)."
841
- msgstr ""
854
+ msgstr "Los archivos C (``.c``) se crean como archivos objeto (``.o``). "
842
855
843
856
#: ../Doc/using/configure.rst:511
844
857
msgid "A static ``libpython`` library (``.a``) is created from objects files."
845
858
msgstr ""
859
+ "La biblioteca estática `libpython`` (``.a``) se crea a a partir de archivos "
860
+ "de objetos."
846
861
847
862
#: ../Doc/using/configure.rst:512
848
863
msgid ""
@@ -858,11 +873,11 @@ msgstr ""
858
873
859
874
#: ../Doc/using/configure.rst:518
860
875
msgid "Main Makefile targets"
861
- msgstr ""
876
+ msgstr "Objetivos principales de Makefile "
862
877
863
878
#: ../Doc/using/configure.rst:520
864
879
msgid "``make``: Build Python with the standard library."
865
- msgstr ""
880
+ msgstr "``make``: Compilar Python con la biblioteca estándar. "
866
881
867
882
#: ../Doc/using/configure.rst:521
868
883
msgid ""
@@ -1074,7 +1089,7 @@ msgstr ""
1074
1089
1075
1090
#: ../Doc/using/configure.rst:681
1076
1091
msgid "Optimization flags."
1077
- msgstr ""
1092
+ msgstr "Banderas de optimización. "
1078
1093
1079
1094
#: ../Doc/using/configure.rst:685
1080
1095
msgid "Strict or non-strict aliasing flags used to compile ``Python/dtoa.c``."
@@ -1198,15 +1213,15 @@ msgstr "Ejemplo: ``-lrt``."
1198
1213
1199
1214
#: ../Doc/using/configure.rst:792
1200
1215
msgid "Command to build a shared library."
1201
- msgstr ""
1216
+ msgstr "Comando para construir una biblioteca compartida. "
1202
1217
1203
1218
#: ../Doc/using/configure.rst:794
1204
1219
msgid "Default: ``@LDSHARED@ $(PY_LDFLAGS)``."
1205
1220
msgstr "Por defecto: ``@LDSHARED@ $(PY_LDFLAGS)``."
1206
1221
1207
1222
#: ../Doc/using/configure.rst:798
1208
1223
msgid "Command to build ``libpython`` shared library."
1209
- msgstr ""
1224
+ msgstr "Comando para compilar la biblioteca compartida ``libpython``. "
1210
1225
1211
1226
#: ../Doc/using/configure.rst:800
1212
1227
msgid "Default: ``@BLDSHARED@ $(PY_CORE_LDFLAGS)``."
@@ -1223,3 +1238,5 @@ msgstr "Por defecto: ``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``."
1223
1238
#: ../Doc/using/configure.rst:814
1224
1239
msgid "Linker flags used for building the interpreter object files."
1225
1240
msgstr ""
1241
+ "Banderas de vinculación que se utilizan para crear los archivos de objeto "
1242
+ "del intérprete."
0 commit comments