@@ -11,12 +11,12 @@ msgstr ""
11
11
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
12
12
"PO-Revision-Date : 2022-10-28 00:58+0200\n "
13
13
"Last-Translator : Jaime Resano <resano.138736@e.unavarra.es>\n "
14
- "Language : es_ES\n "
15
14
"Language-Team : \n "
16
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
15
+ "Language : es_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.13.0\n "
21
21
22
22
#: ../Doc/whatsnew/3.8.rst:3
@@ -125,7 +125,6 @@ msgid "Positional-only parameters"
125
125
msgstr "Parámetros solo posicionales"
126
126
127
127
#: ../Doc/whatsnew/3.8.rst:122
128
- #, fuzzy
129
128
msgid ""
130
129
"There is a new function parameter syntax ``/`` to indicate that some "
131
130
"function parameters must be specified positionally and cannot be used as "
@@ -137,8 +136,7 @@ msgstr ""
137
136
"indicar que algunos parámetros de función deben especificarse solo "
138
137
"posicionalmente y no pueden usarse como argumentos por palabra clave. Esta "
139
138
"es la misma notación que muestra ``help()`` para las funciones de C anotadas "
140
- "con la herramienta `Argument Clinic <https://docs.python.org/3/howto/clinic."
141
- "html>`_ de Larry Hastings."
139
+ "con la herramienta :ref:`Argument Clinic <howto-clinic>` de Larry Hastings."
142
140
143
141
#: ../Doc/whatsnew/3.8.rst:128
144
142
msgid ""
@@ -703,13 +701,12 @@ msgstr ""
703
701
"Storchaka en :issue:`20092`.)"
704
702
705
703
#: ../Doc/whatsnew/3.8.rst:407
706
- #, fuzzy
707
704
msgid ""
708
705
"Added support of :samp:`\\\\ N\\\\ {{name}\\\\ }` escapes in :mod:`regular "
709
706
"expressions <re>`::"
710
707
msgstr ""
711
- "Agregado soporte para escapes `` \\ N{ name}`` en :mod:`expresiones regulares "
712
- "<re>`::"
708
+ "Agregado soporte para escapes :samp:` \\\\ N \\\\ {{ name}\\\\ }` en :mod:"
709
+ "`expresiones regulares <re>`::"
713
710
714
711
#: ../Doc/whatsnew/3.8.rst:414
715
712
msgid ""
@@ -1546,7 +1543,6 @@ msgstr ""
1546
1543
"notas de Jupyter."
1547
1544
1548
1545
#: ../Doc/whatsnew/3.8.rst:950
1549
- #, fuzzy
1550
1546
msgid ""
1551
1547
"(Suggested by Raymond Hettinger, implemented by Donghee Na, and reviewed by "
1552
1548
"Vinay Sajip in :issue:`33897`.)"
@@ -1820,6 +1816,11 @@ msgid ""
1820
1816
"``hardlink_to`` method added in 3.10 which matches the semantics of the "
1821
1817
"existing ``symlink_to`` method."
1822
1818
msgstr ""
1819
+ "Se agregó :meth:`pathlib.Path.link_to()` que crea un vínculo físico que "
1820
+ "apunta a una ruta. (Contribución de Joannah Nanjekye en :issue:`26978`) "
1821
+ "Tenga en cuenta que ``link_to`` quedó obsoleto en 3.10 y se eliminó en 3.12 "
1822
+ "en favor de un método ``hardlink_to`` agregado en 3.10 que coincide con la "
1823
+ "semántica del método ``symlink_to`` existente."
1823
1824
1824
1825
#: ../Doc/whatsnew/3.8.rst:1098
1825
1826
msgid "pickle"
@@ -2159,12 +2160,11 @@ msgid "time"
2159
2160
msgstr "time"
2160
2161
2161
2162
#: ../Doc/whatsnew/3.8.rst:1308
2162
- #, fuzzy
2163
2163
msgid ""
2164
2164
"Added new clock :const:`~time.CLOCK_UPTIME_RAW` for macOS 10.12. "
2165
2165
"(Contributed by Joannah Nanjekye in :issue:`35702`.)"
2166
2166
msgstr ""
2167
- "Se ha agregado el nuevo reloj :data :`~time.CLOCK_UPTIME_RAW` para macOS "
2167
+ "Se ha agregado el nuevo reloj :const :`~time.CLOCK_UPTIME_RAW` para macOS "
2168
2168
"10.12. (Contribución de Joannah Nanjekye en :issue:`35702`.)"
2169
2169
2170
2170
#: ../Doc/whatsnew/3.8.rst:1313
@@ -2711,28 +2711,26 @@ msgid ":c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`"
2711
2711
msgstr ":c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`"
2712
2712
2713
2713
#: ../Doc/whatsnew/3.8.rst:1577
2714
- #, fuzzy
2715
2714
msgid ""
2716
2715
"Private functions: :c:func:`!_PyObject_GC_TRACK`, :c:func:`!"
2717
2716
"_PyObject_GC_UNTRACK`, :c:func:`!_Py_Dealloc`"
2718
2717
msgstr ""
2719
- "Funciones privadas: :c:func:`_PyObject_GC_TRACK`, :c:func:"
2720
- "` _PyObject_GC_UNTRACK`, :c:func:`_Py_Dealloc`"
2718
+ "Funciones privadas: :c:func:`! _PyObject_GC_TRACK`, :c:func:`! "
2719
+ "_PyObject_GC_UNTRACK`, :c:func:`! _Py_Dealloc`"
2721
2720
2722
2721
#: ../Doc/whatsnew/3.8.rst:1580
2723
2722
msgid "(Contributed by Victor Stinner in :issue:`35059`.)"
2724
2723
msgstr "(Contribución de Victor Stinner en :issue:`35059`.)"
2725
2724
2726
2725
#: ../Doc/whatsnew/3.8.rst:1582
2727
- #, fuzzy
2728
2726
msgid ""
2729
2727
"The :c:func:`!PyByteArray_Init` and :c:func:`!PyByteArray_Fini` functions "
2730
2728
"have been removed. They did nothing since Python 2.7.4 and Python 3.2.0, "
2731
2729
"were excluded from the limited API (stable ABI), and were not documented. "
2732
2730
"(Contributed by Victor Stinner in :issue:`35713`.)"
2733
2731
msgstr ""
2734
- "Las funciones :c:func:`PyByteArray_Init` y :c:func:`PyByteArray_Fini` se han "
2735
- "eliminado. No eran de utilidad desde Python 2.7.4 y Python 3.2.0, cuando "
2732
+ "Las funciones :c:func:`! PyByteArray_Init` y :c:func:`! PyByteArray_Fini` se "
2733
+ "han eliminado. No eran de utilidad desde Python 2.7.4 y Python 3.2.0, cuando "
2736
2734
"fueron excluidas de la API limitada (ABI estable) y dejaron de estar "
2737
2735
"documentadas. (Contribución de Victor Stinner en :issue:`35713`.)"
2738
2736
@@ -2837,13 +2835,12 @@ msgstr ""
2837
2835
"posicionales."
2838
2836
2839
2837
#: ../Doc/whatsnew/3.8.rst:1631
2840
- #, fuzzy
2841
2838
msgid ""
2842
2839
":c:func:`!Py_SetPath` now sets :data:`sys.executable` to the program full "
2843
2840
"path (:c:func:`Py_GetProgramFullPath`) rather than to the program name (:c:"
2844
2841
"func:`Py_GetProgramName`). (Contributed by Victor Stinner in :issue:`38234`.)"
2845
2842
msgstr ""
2846
- ":c:func:`Py_SetPath` ahora establece :data:`sys.executable` en la ruta "
2843
+ ":c:func:`! Py_SetPath` ahora establece :data:`sys.executable` en la ruta "
2847
2844
"completa del programa (:c:func:`Py_GetProgramFullPath`), en vez de en el "
2848
2845
"nombre del programa (:c:func:`Py_GetProgramName`). (Contribución de Victor "
2849
2846
"Stinner en :issue:`38234`.)"
@@ -3018,13 +3015,12 @@ msgstr ""
3018
3015
"Serhiy Storchaka en :issue:`33710`.)"
3019
3016
3020
3017
#: ../Doc/whatsnew/3.8.rst:1715
3021
- #, fuzzy
3022
3018
msgid ""
3023
3019
"The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread` "
3024
3020
"has been deprecated. (Contributed by Donghee Na in :issue:`35283`.)"
3025
3021
msgstr ""
3026
3022
"El método :meth:`~threading.Thread.isAlive()` de la clase :class:`threading."
3027
- "Thread` está ahora obsoleto. (Contribución de Dong-hee Na en :issue:`35283`.)"
3023
+ "Thread` está ahora obsoleto. (Contribución de Donghee Na en :issue:`35283`.)"
3028
3024
3029
3025
#: ../Doc/whatsnew/3.8.rst:1719
3030
3026
msgid ""
@@ -3321,22 +3317,20 @@ msgstr ""
3321
3317
"`36793`.)"
3322
3318
3323
3319
#: ../Doc/whatsnew/3.8.rst:1842
3324
- #, fuzzy
3325
3320
msgid ""
3326
3321
"On AIX, :data:`sys.platform` doesn't contain the major version anymore. It "
3327
3322
"is always ``'aix'``, instead of ``'aix3'`` .. ``'aix7'``. Since older "
3328
3323
"Python versions include the version number, so it is recommended to always "
3329
3324
"use ``sys.platform.startswith('aix')``. (Contributed by M. Felt in :issue:"
3330
3325
"`36588`.)"
3331
3326
msgstr ""
3332
- "En AIX, el atributo :attr :`sys.platform` ya no contiene la versión "
3327
+ "En AIX, el atributo :data :`sys.platform` ya no contiene la versión "
3333
3328
"principal. Es decir, siempre es ``'aix'``, en lugar de ``'aix3'`` .. "
3334
3329
"``'aix7'``. Dado que las versiones anteriores de Python incluyen el número "
3335
3330
"de versión, se recomienda usar siempre ``sys.platform.startswith('aix')``. "
3336
3331
"(Contribución de M. Felt en :issue:`36588`.)"
3337
3332
3338
3333
#: ../Doc/whatsnew/3.8.rst:1848
3339
- #, fuzzy
3340
3334
msgid ""
3341
3335
":c:func:`!PyEval_AcquireLock` and :c:func:`!PyEval_AcquireThread` now "
3342
3336
"terminate the current thread if called while the interpreter is finalizing, "
@@ -3345,12 +3339,12 @@ msgid ""
3345
3339
"not desired, guard the call by checking :c:func:`!_Py_IsFinalizing` or :func:"
3346
3340
"`sys.is_finalizing`. (Contributed by Joannah Nanjekye in :issue:`36475`.)"
3347
3341
msgstr ""
3348
- ":c:func:`PyEval_AcquireLock` y :c:func:`PyEval_AcquireThread` ahora terminan "
3349
- "el hilo actual si se llaman mientras el intérprete está finalizando, "
3350
- "haciéndolos consistentes con :c:func:`PyEval_RestoreThread`, :c:func :"
3351
- "`Py_END_ALLOW_THREADS` y :c:func:`PyGILState_Ensure`. Si no se desea este "
3352
- "comportamiento, se tiene que proteger la invocación comprobando :c:func:"
3353
- "`_Py_IsFinalizing` o :c:func:`sys.is_finalizing`. (Contribución de Joannah "
3342
+ ":c:func:`! PyEval_AcquireLock` y :c:func:`! PyEval_AcquireThread` ahora "
3343
+ "terminan el hilo actual si se llaman mientras el intérprete está "
3344
+ "finalizando, haciéndolos consistentes con :c:func:`PyEval_RestoreThread`, :c:"
3345
+ "func: `Py_END_ALLOW_THREADS` y :c:func:`PyGILState_Ensure`. Si no se desea "
3346
+ "este comportamiento, se tiene que proteger la invocación comprobando :c:func:"
3347
+ "`! _Py_IsFinalizing` o :c:func:`sys.is_finalizing`. (Contribución de Joannah "
3354
3348
"Nanjekye en :issue:`36475`.)"
3355
3349
3356
3350
#: ../Doc/whatsnew/3.8.rst:1858
@@ -3700,14 +3694,13 @@ msgstr ""
3700
3694
"Rossum en :issue:`35766`.)"
3701
3695
3702
3696
#: ../Doc/whatsnew/3.8.rst:2024
3703
- #, fuzzy
3704
3697
msgid ""
3705
3698
"The :c:func:`!PyEval_ReInitThreads` function has been removed from the C "
3706
3699
"API. It should not be called explicitly: use :c:func:`PyOS_AfterFork_Child` "
3707
3700
"instead. (Contributed by Victor Stinner in :issue:`36728`.)"
3708
3701
msgstr ""
3709
- "La función :c:func:`PyEval_ReInitThreads` se ha eliminado de la API de C. No "
3710
- "debe llamarse explícitamente: usa :c:func:`PyOS_AfterFork_Child` en su "
3702
+ "La función :c:func:`! PyEval_ReInitThreads` se ha eliminado de la API de C. "
3703
+ "No debe llamarse explícitamente: usa :c:func:`PyOS_AfterFork_Child` en su "
3711
3704
"lugar. (Contribución de Victor Stinner en :issue:`36728`.)"
3712
3705
3713
3706
#: ../Doc/whatsnew/3.8.rst:2029
@@ -3786,7 +3779,6 @@ msgstr ""
3786
3779
"cambios:"
3787
3780
3788
3781
#: ../Doc/whatsnew/3.8.rst:2062
3789
- #, fuzzy
3790
3782
msgid ""
3791
3783
"Remove :c:macro:`Py_INCREF` on the type object after allocating an instance "
3792
3784
"- if any. This may happen after calling :c:macro:`PyObject_New`, :c:macro:"
@@ -3795,7 +3787,7 @@ msgid ""
3795
3787
"`PyObject_INIT`."
3796
3788
msgstr ""
3797
3789
"Elimina :c:macro:`Py_INCREF` en el objeto de tipo después de asignar una "
3798
- "instancia, si la hubiera. Esto puede suceder después de invocar a :c:func :"
3790
+ "instancia, si la hubiera. Esto puede suceder después de invocar a :c:macro :"
3799
3791
"`PyObject_New`, :c:func:`PyObject_NewVar`, :c:func:`PyObject_GC_New`, :c:"
3800
3792
"func:`PyObject_GC_NewVar`, o cualquier otro asignador personalizado que use :"
3801
3793
"c:func:`PyObject_Init` o :c:func:`PyObject_INIT`."
@@ -3830,7 +3822,6 @@ msgid "(Contributed by Zackery Spytz in :issue:`33407`.)"
3830
3822
msgstr "(Contribución de Zackery Spytz en :issue:`33407`.)"
3831
3823
3832
3824
#: ../Doc/whatsnew/3.8.rst:2115
3833
- #, fuzzy
3834
3825
msgid ""
3835
3826
"The interpreter does not pretend to support binary compatibility of "
3836
3827
"extension types across feature releases, anymore. A :c:type:`PyTypeObject` "
@@ -3843,7 +3834,7 @@ msgstr ""
3843
3834
"binaria de tipos de extensión entre versiones de características. Un :c:type:"
3844
3835
"`PyTypeObject` exportado por un módulo de extensión de terceros se supone "
3845
3836
"que tiene todas las ranuras esperadas por la versión actual de Python, "
3846
- "incluyendo :c:member:`~PyTypeObject.tp_finalize` (:const :"
3837
+ "incluyendo :c:member:`~PyTypeObject.tp_finalize` (:c:macro :"
3847
3838
"`Py_TPFLAGS_HAVE_FINALIZE` ya no se verifica antes de leer :c:member:"
3848
3839
"`~PyTypeObject.tp_finalize`)."
3849
3840
@@ -3852,14 +3843,14 @@ msgid "(Contributed by Antoine Pitrou in :issue:`32388`.)"
3852
3843
msgstr "(Contribución de Antoine Pitrou en :issue:`32388`.)"
3853
3844
3854
3845
#: ../Doc/whatsnew/3.8.rst:2124
3855
- #, fuzzy
3856
3846
msgid ""
3857
3847
"The functions :c:func:`!PyNode_AddChild` and :c:func:`!PyParser_AddToken` "
3858
3848
"now accept two additional ``int`` arguments *end_lineno* and "
3859
3849
"*end_col_offset*."
3860
3850
msgstr ""
3861
- "Las funciones :c:func:`PyNode_AddChild` y :c:func:`PyParser_AddToken` ahora "
3862
- "aceptan dos argumentos ``int`` adicionales, *end_lineno* y *end_col_offset*."
3851
+ "Las funciones :c:func:`!PyNode_AddChild` y :c:func:`!PyParser_AddToken` "
3852
+ "ahora aceptan dos argumentos ``int`` adicionales, *end_lineno* y "
3853
+ "*end_col_offset*."
3863
3854
3864
3855
#: ../Doc/whatsnew/3.8.rst:2127
3865
3856
msgid ""
@@ -3975,7 +3966,6 @@ msgstr ""
3975
3966
"Python 3.3:"
3976
3967
3977
3968
#: ../Doc/whatsnew/3.8.rst:2228
3978
- #, fuzzy
3979
3969
msgid ""
3980
3970
"The benchmarks were measured on an `Intel® Core™ i7-4960HQ processor "
3981
3971
"<https://ark.intel.com/content/www/us/en/ark/products/76088/intel-core-"
@@ -3987,7 +3977,7 @@ msgstr ""
3987
3977
"i7-4960HQ <https://ark.intel.com/content/www/us/en/ark/products/76088/intel-"
3988
3978
"core-i7-4960hq-processor-6m-cache-up-to-3-80-ghz.html>`_ ejecutando las "
3989
3979
"compilaciones de 64-bits para macOS disponibles en `python.org <https://www."
3990
- "python.org/downloads/mac-osx />`_. El script de evaluación de rendimiento "
3980
+ "python.org/downloads/macos />`_. El script de evaluación de rendimiento "
3991
3981
"muestra los tiempos en nanosegundos."
3992
3982
3993
3983
#: ../Doc/whatsnew/3.8.rst:2237
0 commit comments