@@ -9,15 +9,16 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
12
- "PO-Revision-Date : 2021-08-02 01:43+0200 \n "
12
+ "PO-Revision-Date : 2022-10-31 20:56-0300 \n "
13
13
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
14
- "Language : es\n "
15
14
"Language-Team : \n "
16
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
15
+ "Language : es \n "
17
16
"MIME-Version : 1.0\n "
18
17
"Content-Type : text/plain; charset=utf-8\n "
19
18
"Content-Transfer-Encoding : 8bit\n "
19
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
20
20
"Generated-By : Babel 2.10.3\n "
21
+ "X-Generator : Poedit 3.2.1\n "
21
22
22
23
#: ../Doc/c-api/init_config.rst:7
23
24
msgid "Python Initialization Configuration"
@@ -505,6 +506,8 @@ msgstr ""
505
506
#: ../Doc/c-api/init_config.rst:335
506
507
msgid "Also set to ``1`` if the ``LC_CTYPE`` locale is ``C`` or ``POSIX``."
507
508
msgstr ""
509
+ "También se pone a ``1`` si la configuración regional ``LC_CTYPE`` es ``C`` o "
510
+ "``POSIX``."
508
511
509
512
#: ../Doc/c-api/init_config.rst:337
510
513
msgid "Default: ``-1`` in Python config and ``0`` in isolated config."
@@ -730,6 +733,8 @@ msgid ""
730
733
"Fields for :ref:`path configuration <init-path-config>` are no longer "
731
734
"calculated or modified when calling this function, as of Python 3.11."
732
735
msgstr ""
736
+ "Los campos para la :ref:`configuración de ruta <init-path-config>` ya no se "
737
+ "calculan ni modifican al llamar a esta función, a partir de Python 3.11."
733
738
734
739
#: ../Doc/c-api/init_config.rst:487 ../Doc/c-api/init_config.rst:965
735
740
msgid ""
@@ -762,6 +767,9 @@ msgid ""
762
767
"under :ref:`Python Path Configuration <init-path-config>` may no longer be "
763
768
"updated until :c:func:`Py_InitializeFromConfig` is called."
764
769
msgstr ""
770
+ ":c:func:`PyConfig_Read` ya no calcula todas las rutas, por lo que los campos "
771
+ "listados en :ref:`Python Path Configuration <init-path-config>` ya no pueden "
772
+ "ser actualizados hasta que se llame a :c:func:`Py_InitializeFromConfig`."
765
773
766
774
#: ../Doc/c-api/init_config.rst:509
767
775
msgid "Release configuration memory."
@@ -861,24 +869,33 @@ msgid ""
861
869
"If equals to zero, ``Py_RunMain()`` prepends a potentially unsafe path to :"
862
870
"data:`sys.path` at startup:"
863
871
msgstr ""
872
+ "Si es igual a cero, ``Py_RunMain()`` agrega una ruta potencialmente insegura "
873
+ "a :data:`sys.path` al inicio:"
864
874
865
875
#: ../Doc/c-api/init_config.rst:553
866
876
msgid ""
867
877
"If :c:member:`argv[0] <PyConfig.argv>` is equal to ``L\" -m\" `` (``python -m "
868
878
"module``), prepend the current working directory."
869
879
msgstr ""
880
+ "Si :c:member:`argv[0] <PyConfig.argv>` es igual a ``L\" -m\" `` (``python -m "
881
+ "module``), añade el directorio de trabajo actual."
870
882
871
883
#: ../Doc/c-api/init_config.rst:555
884
+ #, fuzzy
872
885
msgid ""
873
886
"If running a script (``python script.py``), prepend the script's directory. "
874
887
"If it's a symbolic link, resolve symbolic links."
875
888
msgstr ""
889
+ "Si se ejecuta el script (``python script.py``), añade el directorio del "
890
+ "script. Si es un enlace simbólico, resuelve los enlaces simbólicos."
876
891
877
892
#: ../Doc/c-api/init_config.rst:557
878
893
msgid ""
879
894
"Otherwise (``python -c code`` and ``python``), prepend an empty string, "
880
895
"which means the current working directory."
881
896
msgstr ""
897
+ "En caso contrario (``python -c code`` and ``python``), añade una cadena "
898
+ "vacía, que significa el directorio de trabajo actual."
882
899
883
900
#: ../Doc/c-api/init_config.rst:560
884
901
#, fuzzy
@@ -984,11 +1001,15 @@ msgstr ""
984
1001
"encoding-warning` para obtener más detalles."
985
1002
986
1003
#: ../Doc/c-api/init_config.rst:631
1004
+ #, fuzzy
987
1005
msgid ""
988
1006
"If equals to ``0``, disables the inclusion of the end line and column "
989
1007
"mappings in code objects. Also disables traceback printing carets to "
990
1008
"specific error locations."
991
1009
msgstr ""
1010
+ "Si es igual a ``0``, desactiva la inclusión de fin de línea y los mapeos de "
1011
+ "columna en los objetos de código. También desactiva la impresión de caretas "
1012
+ "(*^*) de rastreo en lugares de error específicos."
992
1013
993
1014
#: ../Doc/c-api/init_config.rst:635
994
1015
#, fuzzy
@@ -1363,6 +1384,8 @@ msgid ""
1363
1384
"Set :c:member:`~PyConfig.safe_path` to ``1``: don't prepend a potentially "
1364
1385
"unsafe path to :data:`sys.path` at Python startup."
1365
1386
msgstr ""
1387
+ "Poner :c:member:`~PyConfig.safe_path` to ``1``: no anteponer una ruta "
1388
+ "potencialmente insegura a :data:`sys.path` al inicio de Python."
1366
1389
1367
1390
#: ../Doc/c-api/init_config.rst:838 ../Doc/c-api/init_config.rst:1469
1368
1391
#, fuzzy
@@ -1468,6 +1491,11 @@ msgid ""
1468
1491
"this value is ignored for any non-standard layouts, including in-tree builds "
1469
1492
"and virtual environments."
1470
1493
msgstr ""
1494
+ "Esta macro se utiliza ahora en Windows para localizar los módulos de "
1495
+ "extensión de la biblioteca estándar, normalmente en ``DLLs``. Sin embargo, "
1496
+ "por compatibilidad, tenga en cuenta que este valor se ignora para cualquier "
1497
+ "disposición no estándar, incluyendo las construcciones dentro del árbol y "
1498
+ "los entornos virtuales."
1471
1499
1472
1500
#: ../Doc/c-api/init_config.rst:901
1473
1501
msgid ""
@@ -1618,7 +1646,7 @@ msgstr ""
1618
1646
1619
1647
#: ../Doc/c-api/init_config.rst:996
1620
1648
msgid "Now also applies on Windows."
1621
- msgstr ""
1649
+ msgstr "Ahora también se aplica en Windows. "
1622
1650
1623
1651
#: ../Doc/c-api/init_config.rst:1001
1624
1652
msgid ""
@@ -2083,13 +2111,20 @@ msgid "Example setting the program name::"
2083
2111
msgstr "Ejemplo de configuración del nombre del programa::"
2084
2112
2085
2113
#: ../Doc/c-api/init_config.rst:1290
2114
+ #, fuzzy
2086
2115
msgid ""
2087
2116
"More complete example modifying the default configuration, read the "
2088
2117
"configuration, and then override some parameters. Note that since 3.11, many "
2089
2118
"parameters are not calculated until initialization, and so values cannot be "
2090
2119
"read from the configuration structure. Any values set before initialize is "
2091
2120
"called will be left unchanged by initialization::"
2092
2121
msgstr ""
2122
+ "Ejemplo más completo modificando la configuración por defecto, leer la "
2123
+ "configuración, y luego anular algunos parámetros. Tenga en cuenta que desde "
2124
+ "la versión 3.11, muchos parámetros no se calculan hasta la inicialización, "
2125
+ "por lo que los valores no pueden ser leídos desde la estructura de "
2126
+ "configuración. Cualquier valor establecido antes de llamar a la "
2127
+ "inicialización se dejará sin modificar por initialization::"
2093
2128
2094
2129
#: ../Doc/c-api/init_config.rst:1353
2095
2130
msgid "Isolated Configuration"
@@ -2125,6 +2160,10 @@ msgid ""
2125
2160
"paths that are unspecified. Ensure :c:member:`PyConfig.home` is specified to "
2126
2161
"avoid computing the default path configuration."
2127
2162
msgstr ""
2163
+ "Los archivos de configuración se siguen utilizando con esta configuración "
2164
+ "para determinar las rutas que no se especifican. Asegúrese de que se "
2165
+ "especifica :c:member:`PyConfig.home` para evitar que se calcule la "
2166
+ "configuración de la ruta por defecto."
2128
2167
2129
2168
#: ../Doc/c-api/init_config.rst:1373
2130
2169
msgid "Python Configuration"
@@ -2263,6 +2302,11 @@ msgid ""
2263
2302
"module_search_paths` is overridden and :c:member:`~PyConfig."
2264
2303
"module_search_paths_set` is set to ``1``."
2265
2304
msgstr ""
2305
+ "Si al menos un \" campo de salida\" no está establecido, Python calcula la "
2306
+ "configuración de la ruta para rellenar los campos no establecidos. Si :c:"
2307
+ "member:`~PyConfig.module_search_paths_set` es igual a ``0``, :c:member:"
2308
+ "`~PyConfig.module_search_paths` se anula y :c:member:`~PyConfig."
2309
+ "module_search_paths_set` se establece en ``1``."
2266
2310
2267
2311
#: ../Doc/c-api/init_config.rst:1427
2268
2312
#, fuzzy
@@ -2368,15 +2412,15 @@ msgstr "``pyvenv.cfg``"
2368
2412
2369
2413
#: ../Doc/c-api/init_config.rst:1463
2370
2414
msgid "``._pth`` file (ex: ``python._pth``)"
2371
- msgstr ""
2415
+ msgstr "archivo``._pth`` (ej: ``python._pth``) "
2372
2416
2373
2417
#: ../Doc/c-api/init_config.rst:1464
2374
2418
msgid "``pybuilddir.txt`` (Unix only)"
2375
2419
msgstr "``pybuilddir.txt`` (sólo Unix)"
2376
2420
2377
2421
#: ../Doc/c-api/init_config.rst:1466
2378
2422
msgid "If a ``._pth`` file is present:"
2379
- msgstr ""
2423
+ msgstr "Si un archivo ``._pth`` está presente: "
2380
2424
2381
2425
#: ../Doc/c-api/init_config.rst:1468
2382
2426
#, fuzzy
0 commit comments