@@ -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-21 16:45 -0300\n "
12
+ "PO-Revision-Date : 2021-10-21 21:11 -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 "
@@ -37,6 +37,8 @@ msgid ""
37
37
"See also the :file:`Misc/SpecialBuilds.txt` in the Python source "
38
38
"distribution."
39
39
msgstr ""
40
+ "Consultar también :file:`Misc/SpecialBuilds.txt` en la distribución fuente "
41
+ "de Python source distribution."
40
42
41
43
#: ../Doc/using/configure.rst:17
42
44
msgid "General Options"
@@ -47,42 +49,54 @@ msgid ""
47
49
"Support loadable extensions in the :mod:`_sqlite` extension module (default "
48
50
"is no)."
49
51
msgstr ""
52
+ "Admite extensiones cargables en el módulo de extensión :mod:`_sqlite` (el "
53
+ "valor por defecto es no)."
50
54
51
55
#: ../Doc/using/configure.rst:24
52
56
msgid ""
53
57
"See the :meth:`sqlite3.Connection.enable_load_extension` method of the :mod:"
54
58
"`sqlite3` module."
55
59
msgstr ""
60
+ "Consultar el método :meth:`sqlite3.Connection.enable_load_extension` del "
61
+ "módulo :mod:`sqlite3`."
56
62
57
63
#: ../Doc/using/configure.rst:31
58
64
msgid ""
59
65
"Disable IPv6 support (enabled by default if supported), see the :mod:"
60
66
"`socket` module."
61
67
msgstr ""
68
+ "Deshabilita la compatibilidad con IPv6 (habilitada de forma predeterminada "
69
+ "si es compatible), consulte el módulo :mod:`socket`."
62
70
63
71
#: ../Doc/using/configure.rst:36
64
72
msgid "Define the size in bits of Python :class:`int` digits: 15 or 30 bits."
65
73
msgstr ""
74
+ "Define el tamaño en bits de los dígitos :class:`int` de Python: 15 o 30 bits."
66
75
67
76
#: ../Doc/using/configure.rst:38
68
77
msgid ""
69
78
"By default, the number of bits is selected depending on ``sizeof(void*)``: "
70
79
"30 bits if ``void*`` size is 64-bit or larger, 15 bits otherwise."
71
80
msgstr ""
81
+ "De forma predeterminada, el número de bits se selecciona según "
82
+ "``sizeof(void*)``: 30 bits si el tamaño de ``void*`` es de 64 bits o mayor, "
83
+ "15 bits en caso contrario."
72
84
73
85
#: ../Doc/using/configure.rst:41
74
86
msgid "Define the ``PYLONG_BITS_IN_DIGIT`` to ``15`` or ``30``."
75
87
msgstr "Define el ``PYLONG_BITS_IN_DIGIT`` en ``15`` o ``30``."
76
88
77
89
#: ../Doc/using/configure.rst:43
78
90
msgid "See :data:`sys.int_info.bits_per_digit <sys.int_info>`."
79
- msgstr ""
91
+ msgstr "Consultar :data:`sys.int_info.bits_per_digit <sys.int_info>`. "
80
92
81
93
#: ../Doc/using/configure.rst:48
82
94
msgid ""
83
95
"Compile the Python ``main()`` function and link Python executable with C++ "
84
96
"compiler: ``$CXX``, or *COMPILER* if specified."
85
97
msgstr ""
98
+ "Compila la función de Python ``main()`` y vincula el ejecutable de Python "
99
+ "con el compilador de C++: ``$CXX``, o *COMPILER* si se especifica."
86
100
87
101
#: ../Doc/using/configure.rst:53
88
102
msgid "Set the Python executable suffix to *SUFFIX*."
@@ -93,6 +107,9 @@ msgid ""
93
107
"The default suffix is ``.exe`` on Windows and macOS (``python.exe`` "
94
108
"executable), and an empty string on other platforms (``python`` executable)."
95
109
msgstr ""
110
+ "El sufijo por defecto es ``.exe`` en Windows y macOS (ejecutable ``python."
111
+ "exe``), y una cadena de caracteres vacía en otras plataformas (ejecutable "
112
+ "``python``)."
96
113
97
114
#: ../Doc/using/configure.rst:60
98
115
msgid ""
@@ -1065,7 +1082,7 @@ msgstr ""
1065
1082
1066
1083
#: ../Doc/using/configure.rst:749
1067
1084
msgid "Default: ``$(PURIFY) $(MAINCC)``."
1068
- msgstr ""
1085
+ msgstr "Por defecto: ``$(PURIFY) $(MAINCC)``. "
1069
1086
1070
1087
#: ../Doc/using/configure.rst:753
1071
1088
msgid ""
@@ -1122,15 +1139,15 @@ msgstr ""
1122
1139
1123
1140
#: ../Doc/using/configure.rst:800
1124
1141
msgid "Default: ``@BLDSHARED@ $(PY_CORE_LDFLAGS)``."
1125
- msgstr ""
1142
+ msgstr "Por defecto: ``@BLDSHARED@ $(PY_CORE_LDFLAGS)``. "
1126
1143
1127
1144
#: ../Doc/using/configure.rst:804
1128
1145
msgid "Default: ``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``."
1129
- msgstr ""
1146
+ msgstr "Por defecto: ``$(CONFIGURE_LDFLAGS) $(LDFLAGS)``. "
1130
1147
1131
1148
#: ../Doc/using/configure.rst:808
1132
1149
msgid "Default: ``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``."
1133
- msgstr ""
1150
+ msgstr "Por defecto: ``$(CONFIGURE_LDFLAGS_NODIST) $(LDFLAGS_NODIST)``. "
1134
1151
1135
1152
#: ../Doc/using/configure.rst:814
1136
1153
msgid "Linker flags used for building the interpreter object files."
0 commit comments