@@ -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-22 11:35 -0300\n "
12
+ "PO-Revision-Date : 2021-10-22 19:46 -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 "
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Last-Translator : \n "
19
19
"Language-Team : \n "
20
20
"Language : es\n "
21
- "X-Generator : Poedit 2.4.2 \n "
21
+ "X-Generator : Poedit 3.0 \n "
22
22
23
23
#: ../Doc/using/configure.rst:3
24
24
msgid "Configure Python"
@@ -203,6 +203,8 @@ msgid ""
203
203
"Directory of wheel packages used by the :mod:`ensurepip` module (none by "
204
204
"default)."
205
205
msgstr ""
206
+ "Directorio de los paquetes *wheel* usados por el módulo :mod:`ensurepip` "
207
+ "(ninguno por defecto)"
206
208
207
209
#: ../Doc/using/configure.rst:112
208
210
msgid ""
@@ -211,6 +213,10 @@ msgid ""
211
213
"share/python-wheels/`` directory and don't install the :mod:`ensurepip."
212
214
"_bundled` package."
213
215
msgstr ""
216
+ "Algunas políticas de empaquetado de distribución de Linux recomiendan no "
217
+ "empaquetar dependencias. Por ejemplo, Fedora instala paquetes *Wheel* en el "
218
+ "directorio ``/usr/share/python-wheels/`` y no instala el paquete :mod: "
219
+ "`securepip._bundled`."
214
220
215
221
#: ../Doc/using/configure.rst:121
216
222
msgid "Install Options"
@@ -221,24 +227,30 @@ msgid ""
221
227
"Don't build nor install test modules, like the :mod:`test` package or the :"
222
228
"mod:`_testcapi` extension module (built and installed by default)."
223
229
msgstr ""
230
+ "No construya ni instale módulos de prueba, como el paquete :mod:`test` o el "
231
+ "módulo de extensión :mod:`_testcapi` (construido e instalado por defecto)."
224
232
225
233
#: ../Doc/using/configure.rst:132
226
234
msgid "Select the :mod:`ensurepip` command run on Python installation:"
227
235
msgstr ""
236
+ "Selecciona el comando :mod:`ensurepip` que se ejecuta en la instalación de "
237
+ "Python:"
228
238
229
239
#: ../Doc/using/configure.rst:134
230
240
msgid ""
231
241
"``upgrade`` (default): run ``python -m ensurepip --altinstall --upgrade`` "
232
242
"command."
233
243
msgstr ""
244
+ "``upgrade`` (por defecto): ejecutar el comando ``python -m ensurepip --"
245
+ "altinstall --upgrade``."
234
246
235
247
#: ../Doc/using/configure.rst:136
236
248
msgid "``install``: run ``python -m ensurepip --altinstall`` command;"
237
- msgstr ""
249
+ msgstr "``install``: ejecutar el comando ``python -m ensurepip --altinstall``; "
238
250
239
251
#: ../Doc/using/configure.rst:137
240
252
msgid "``no``: don't run ensurepip;"
241
- msgstr ""
253
+ msgstr "``no``: no ejecuta ensurepip; "
242
254
243
255
#: ../Doc/using/configure.rst:143
244
256
msgid "Performance options"
@@ -249,18 +261,25 @@ msgid ""
249
261
"Configuring Python using ``--enable-optimizations --with-lto`` (PGO + LTO) "
250
262
"is recommended for best performance."
251
263
msgstr ""
264
+ "Se recomienda configurar Python usando ``--enable-optimizations --with-lto`` "
265
+ "(PGO + LTO) para obtener el mejor rendimiento."
252
266
253
267
#: ../Doc/using/configure.rst:150
254
268
msgid ""
255
269
"Enable Profile Guided Optimization (PGO) using :envvar:`PROFILE_TASK` "
256
270
"(disabled by default)."
257
271
msgstr ""
272
+ "Habilite la Optimización Guiada por Perfiles (*PGO* por sus siglas en "
273
+ "inglés) usando :envvar:`PROFILE_TASK` (deshabilitado de forma "
274
+ "predeterminada)."
258
275
259
276
#: ../Doc/using/configure.rst:153
260
277
msgid ""
261
278
"The C compiler Clang requires ``llvm-profdata`` program for PGO. On macOS, "
262
279
"GCC also requires it: GCC is just an alias to Clang on macOS."
263
280
msgstr ""
281
+ "El compilador de C Clang requiere el programa ``llvm-profdata`` para PGO. En "
282
+ "macOS, GCC también lo requiere: GCC es solo un alias de Clang en macOS."
264
283
265
284
#: ../Doc/using/configure.rst:156
266
285
msgid ""
0 commit comments