Skip to content

Commit 8387463

Browse files
cmaureiraroquega
andauthored
finalizando library/sysconfig (#1688)
* finalizando library/sysconfig * Apply suggestions from code review * powrap Co-authored-by: Adolfo Hristo David Roque Gámez <42866358+aroquega@users.noreply.github.com>
1 parent 2a031ad commit 8387463

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

dictionaries/library_sysconfig.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
redistribuidores

library/sysconfig.po

+19-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-08-04 21:58+0200\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/library/sysconfig.rst:2
@@ -256,22 +256,29 @@ msgid ""
256256
"This function was previously named ``_get_default_scheme()`` and considered "
257257
"an implementation detail."
258258
msgstr ""
259+
"Esta función se llamaba anteriormente ``_get_default_scheme()`` y se "
260+
"consideraba un detalle de implementación."
259261

260262
#: ../Doc/library/sysconfig.rst:121
261263
msgid ""
262264
"Return a preferred scheme name for an installation layout specified by *key*."
263265
msgstr ""
266+
"Retorna un nombre de esquema preferido para un diseño de instalación "
267+
"especificado por *key*."
264268

265269
#: ../Doc/library/sysconfig.rst:123
266270
msgid "*key* must be either ``\"prefix\"``, ``\"home\"``, or ``\"user\"``."
267-
msgstr ""
271+
msgstr "*key* debe ser ``\"prefix\"``, ``\"home\"`` o ``\"user\"``."
268272

269273
#: ../Doc/library/sysconfig.rst:125
270274
msgid ""
271275
"The return value is a scheme name listed in :func:`get_scheme_names`. It can "
272276
"be passed to :mod:`sysconfig` functions that take a *scheme* argument, such "
273277
"as :func:`get_paths`."
274278
msgstr ""
279+
"El valor de retorno es un nombre de esquema que aparece en :func:"
280+
"`get_scheme_names`. Se puede pasar a funciones :mod:`sysconfig` que toman un "
281+
"argumento *scheme*, como :func:`get_paths`."
275282

276283
#: ../Doc/library/sysconfig.rst:134
277284
msgid ""
@@ -282,12 +289,21 @@ msgid ""
282289
"and language package managers to use, so packages installed by either do not "
283290
"mix with those by the other."
284291
msgstr ""
292+
"Retorna un diccionario que contiene los nombres de los esquemas preferidos "
293+
"en la plataforma actual. Los implementadores y redistribuidores de Python "
294+
"pueden agregar sus esquemas preferidos al valor global de nivel de módulo "
295+
"``_INSTALL_SCHEMES`` y modificar esta función para devolver esos nombres de "
296+
"esquema, p. Ej. proporcionan diferentes esquemas para que los utilicen los "
297+
"administradores de paquetes de idioma y sistema, de modo que los paquetes "
298+
"instalados por uno no se mezclen con los del otro."
285299

286300
#: ../Doc/library/sysconfig.rst:141
287301
msgid ""
288302
"End users should not use this function, but :func:`get_default_scheme` and :"
289303
"func:`get_preferred_scheme()` instead."
290304
msgstr ""
305+
"Los usuarios finales no deben utilizar esta función, sino :func:"
306+
"`get_default_scheme` y :func:`get_preferred_scheme()` en su lugar."
291307

292308
#: ../Doc/library/sysconfig.rst:149
293309
msgid ""

0 commit comments

Comments
 (0)