Skip to content

Commit b86f16b

Browse files
committed
avance 30%
1 parent cc0db50 commit b86f16b

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

using/configure.po

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.10\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"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"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
@@ -18,7 +18,7 @@ msgstr ""
1818
"Last-Translator: \n"
1919
"Language-Team: \n"
2020
"Language: es\n"
21-
"X-Generator: Poedit 2.4.2\n"
21+
"X-Generator: Poedit 3.0\n"
2222

2323
#: ../Doc/using/configure.rst:3
2424
msgid "Configure Python"
@@ -203,6 +203,8 @@ msgid ""
203203
"Directory of wheel packages used by the :mod:`ensurepip` module (none by "
204204
"default)."
205205
msgstr ""
206+
"Directorio de los paquetes *wheel* usados por el módulo :mod:`ensurepip` "
207+
"(ninguno por defecto)"
206208

207209
#: ../Doc/using/configure.rst:112
208210
msgid ""
@@ -211,6 +213,10 @@ msgid ""
211213
"share/python-wheels/`` directory and don't install the :mod:`ensurepip."
212214
"_bundled` package."
213215
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`."
214220

215221
#: ../Doc/using/configure.rst:121
216222
msgid "Install Options"
@@ -221,24 +227,30 @@ msgid ""
221227
"Don't build nor install test modules, like the :mod:`test` package or the :"
222228
"mod:`_testcapi` extension module (built and installed by default)."
223229
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)."
224232

225233
#: ../Doc/using/configure.rst:132
226234
msgid "Select the :mod:`ensurepip` command run on Python installation:"
227235
msgstr ""
236+
"Selecciona el comando :mod:`ensurepip` que se ejecuta en la instalación de "
237+
"Python:"
228238

229239
#: ../Doc/using/configure.rst:134
230240
msgid ""
231241
"``upgrade`` (default): run ``python -m ensurepip --altinstall --upgrade`` "
232242
"command."
233243
msgstr ""
244+
"``upgrade`` (por defecto): ejecutar el comando ``python -m ensurepip --"
245+
"altinstall --upgrade``."
234246

235247
#: ../Doc/using/configure.rst:136
236248
msgid "``install``: run ``python -m ensurepip --altinstall`` command;"
237-
msgstr ""
249+
msgstr "``install``: ejecutar el comando ``python -m ensurepip --altinstall``;"
238250

239251
#: ../Doc/using/configure.rst:137
240252
msgid "``no``: don't run ensurepip;"
241-
msgstr ""
253+
msgstr "``no``: no ejecuta ensurepip;"
242254

243255
#: ../Doc/using/configure.rst:143
244256
msgid "Performance options"
@@ -249,18 +261,25 @@ msgid ""
249261
"Configuring Python using ``--enable-optimizations --with-lto`` (PGO + LTO) "
250262
"is recommended for best performance."
251263
msgstr ""
264+
"Se recomienda configurar Python usando ``--enable-optimizations --with-lto`` "
265+
"(PGO + LTO) para obtener el mejor rendimiento."
252266

253267
#: ../Doc/using/configure.rst:150
254268
msgid ""
255269
"Enable Profile Guided Optimization (PGO) using :envvar:`PROFILE_TASK` "
256270
"(disabled by default)."
257271
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)."
258275

259276
#: ../Doc/using/configure.rst:153
260277
msgid ""
261278
"The C compiler Clang requires ``llvm-profdata`` program for PGO. On macOS, "
262279
"GCC also requires it: GCC is just an alias to Clang on macOS."
263280
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."
264283

265284
#: ../Doc/using/configure.rst:156
266285
msgid ""

0 commit comments

Comments
 (0)