@@ -10,63 +10,73 @@ msgstr ""
10
10
"Project-Id-Version : Python en Español 3.13\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
- "Language : es\n "
13
+ "PO-Revision-Date : 2025-02-03 22:46+0100\n "
14
+ "Last-Translator : Carlos Mena Pérez <@carlosm00>\n "
16
15
"
Language-Team :
es <[email protected] >\n "
17
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
16
+ "Language : es \n "
18
17
"MIME-Version : 1.0\n "
19
18
"Content-Type : text/plain; charset=utf-8\n "
20
19
"Content-Transfer-Encoding : 8bit\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
21
"Generated-By : Babel 2.16.0\n "
22
+ "X-Generator : Poedit 3.5\n "
22
23
23
24
#: ../Doc/deprecations/pending-removal-in-3.14.rst:2
24
25
msgid "Pending Removal in Python 3.14"
25
- msgstr ""
26
+ msgstr "Pendiente de eliminación en Python 3.13 "
26
27
27
28
#: ../Doc/deprecations/pending-removal-in-3.14.rst:4
28
29
msgid ""
29
30
":mod:`argparse`: The *type*, *choices*, and *metavar* parameters of :class:`!"
30
31
"argparse.BooleanOptionalAction` are deprecated and will be removed in 3.14. "
31
32
"(Contributed by Nikita Sobolev in :gh:`92248`.)"
32
33
msgstr ""
34
+ ":mod:`argparse`: Los parámetros de :class:`!argparse.BooleanOptionalAction`, "
35
+ "*type*, *choices*, y *metavar*, son obsoletos y serán eliminados en la "
36
+ "versión 3.14 (Contribución de Nikita Sobolev en :gh:`92248`.)"
33
37
34
38
#: ../Doc/deprecations/pending-removal-in-3.14.rst:9
35
39
msgid ""
36
40
":mod:`ast`: The following features have been deprecated in documentation "
37
41
"since Python 3.8, now cause a :exc:`DeprecationWarning` to be emitted at "
38
42
"runtime when they are accessed or used, and will be removed in Python 3.14:"
39
43
msgstr ""
44
+ ":mod:`ast`: Las siguientes capacidades han quedado obsoletas en la "
45
+ "documentación desde Python 3.8, ahora hacen que se emita una excepción :exc:"
46
+ "`DeprecationWarning` en tiempo de ejecución cuando se accede a ellas o se "
47
+ "utilizan, y se eliminarán en Python 3.14:"
40
48
41
49
#: ../Doc/deprecations/pending-removal-in-3.14.rst:13
42
50
msgid ":class:`!ast.Num`"
43
- msgstr ""
51
+ msgstr ":class:`!ast.Num` "
44
52
45
53
#: ../Doc/deprecations/pending-removal-in-3.14.rst:14
46
54
msgid ":class:`!ast.Str`"
47
- msgstr ""
55
+ msgstr ":class:`!ast.Str` "
48
56
49
57
#: ../Doc/deprecations/pending-removal-in-3.14.rst:15
50
58
msgid ":class:`!ast.Bytes`"
51
- msgstr ""
59
+ msgstr ":class:`!ast.Bytes` "
52
60
53
61
#: ../Doc/deprecations/pending-removal-in-3.14.rst:16
54
62
msgid ":class:`!ast.NameConstant`"
55
- msgstr ""
63
+ msgstr ":class:`!ast.NameConstant` "
56
64
57
65
#: ../Doc/deprecations/pending-removal-in-3.14.rst:17
58
66
msgid ":class:`!ast.Ellipsis`"
59
- msgstr ""
67
+ msgstr ":class:`!ast.Ellipsis` "
60
68
61
69
#: ../Doc/deprecations/pending-removal-in-3.14.rst:19
62
70
msgid ""
63
71
"Use :class:`ast.Constant` instead. (Contributed by Serhiy Storchaka in :gh:"
64
72
"`90953`.)"
65
73
msgstr ""
74
+ "Use :class:`ast.Constant` en su lugar. (Contribución de Serhiy Storchaka en :"
75
+ "gh:`90953`.)"
66
76
67
77
#: ../Doc/deprecations/pending-removal-in-3.14.rst:22
68
78
msgid ":mod:`asyncio`:"
69
- msgstr ""
79
+ msgstr ":mod:`asyncio`: "
70
80
71
81
#: ../Doc/deprecations/pending-removal-in-3.14.rst:24
72
82
msgid ""
@@ -75,6 +85,11 @@ msgid ""
75
85
"class:`~asyncio.SafeChildWatcher` are deprecated and will be removed in "
76
86
"Python 3.14. (Contributed by Kumar Aditya in :gh:`94597`.)"
77
87
msgstr ""
88
+ "Las clases de observadores de procesos :class:`~asyncio."
89
+ "MultiLoopChildWatcher`, :class:`~asyncio.FastChildWatcher`, :class:`~asyncio."
90
+ "AbstractChildWatcher` y :class:`~asyncio.SafeChildWatcher` quedan obsoletos "
91
+ "y serán eliminadas en Python 3.14. (Contribución de Kumar Aditya en :gh:"
92
+ "`94597`.)"
78
93
79
94
#: ../Doc/deprecations/pending-removal-in-3.14.rst:30
80
95
msgid ""
@@ -83,6 +98,10 @@ msgid ""
83
98
"AbstractEventLoopPolicy.get_child_watcher` are deprecated and will be "
84
99
"removed in Python 3.14. (Contributed by Kumar Aditya in :gh:`94597`.)"
85
100
msgstr ""
101
+ ":func:`asyncio.set_child_watcher`, :func:`asyncio.get_child_watcher`, :meth:"
102
+ "`asyncio.AbstractEventLoopPolicy.set_child_watcher` y :meth:`asyncio."
103
+ "AbstractEventLoopPolicy.get_child_watcher` quedan obsoletos y serán "
104
+ "eliminadas en Python 3.14. (Contribución de Kumar Aditya en :gh:`94597`.)"
86
105
87
106
#: ../Doc/deprecations/pending-removal-in-3.14.rst:36
88
107
msgid ""
@@ -91,6 +110,10 @@ msgid ""
91
110
"and it decides to create one. (Contributed by Serhiy Storchaka and Guido van "
92
111
"Rossum in :gh:`100160`.)"
93
112
msgstr ""
113
+ "El método :meth:`~asyncio.get_event_loop` de la política de bucle de eventos "
114
+ "predeterminada ahora emite un :exc:`DeprecationWarning` si no hay ningún "
115
+ "bucle de eventos definido actualmente y decide crear uno. (Contribución de "
116
+ "Serhiy Storchaka y Guido van Rossum en :gh:`100160`.)"
94
117
95
118
#: ../Doc/deprecations/pending-removal-in-3.14.rst:41
96
119
msgid ""
@@ -99,44 +122,50 @@ msgid ""
99
122
"typing, prefer a union, like ``bytes | bytearray``, or :class:`collections."
100
123
"abc.Buffer`. (Contributed by Shantanu Jain in :gh:`91896`.)"
101
124
msgstr ""
125
+ ":mod:`collections.abc`: :class:`~collections.abc.ByteString` queda obsoleto. "
126
+ "Se prefiere :class:`!Sequence` o :class:`~collections.abc.Buffer`. Para uso "
127
+ "en tipificación, se prefiere una unión, como ``bytes | bytearray`` o :class:"
128
+ "`collections.abc.Buffer`. (Contribución de Shantanu Jain en :gh:`91896`.)"
102
129
103
130
#: ../Doc/deprecations/pending-removal-in-3.14.rst:47
104
131
msgid ""
105
132
":mod:`email`: Deprecated the *isdst* parameter in :func:`email.utils."
106
133
"localtime`. (Contributed by Alan Williams in :gh:`72346`.)"
107
134
msgstr ""
135
+ ":mod:`email`: Se ha descontinuado el parámetro *isdst* en :func:`email.utils."
136
+ "localtime`. (Contribución de Alan Williams en :gh:`72346`.)"
108
137
109
138
#: ../Doc/deprecations/pending-removal-in-3.14.rst:50
110
139
msgid ":mod:`importlib.abc` deprecated classes:"
111
- msgstr ""
140
+ msgstr "Clases obsoletas de :mod:`importlib.abc`: "
112
141
113
142
#: ../Doc/deprecations/pending-removal-in-3.14.rst:52
114
143
msgid ":class:`!importlib.abc.ResourceReader`"
115
- msgstr ""
144
+ msgstr ":class:`!importlib.abc.ResourceReader` "
116
145
117
146
#: ../Doc/deprecations/pending-removal-in-3.14.rst:53
118
147
msgid ":class:`!importlib.abc.Traversable`"
119
- msgstr ""
148
+ msgstr ":class:`!importlib.abc.Traversable` "
120
149
121
150
#: ../Doc/deprecations/pending-removal-in-3.14.rst:54
122
151
msgid ":class:`!importlib.abc.TraversableResources`"
123
- msgstr ""
152
+ msgstr ":class:`!importlib.abc.TraversableResources` "
124
153
125
154
#: ../Doc/deprecations/pending-removal-in-3.14.rst:56
126
155
msgid "Use :mod:`importlib.resources.abc` classes instead:"
127
- msgstr ""
156
+ msgstr "Use las clases :mod:`importlib.resources.abc` en su lugar: "
128
157
129
158
#: ../Doc/deprecations/pending-removal-in-3.14.rst:58
130
159
msgid ":class:`importlib.resources.abc.Traversable`"
131
- msgstr ""
160
+ msgstr ":class:`importlib.resources.abc.Traversable` "
132
161
133
162
#: ../Doc/deprecations/pending-removal-in-3.14.rst:59
134
163
msgid ":class:`importlib.resources.abc.TraversableResources`"
135
- msgstr ""
164
+ msgstr ":class:`importlib.resources.abc.TraversableResources` "
136
165
137
166
#: ../Doc/deprecations/pending-removal-in-3.14.rst:61
138
167
msgid "(Contributed by Jason R. Coombs and Hugo van Kemenade in :gh:`93963`.)"
139
- msgstr ""
168
+ msgstr "(Contribución de Jason R. Coombs y Hugo van Kemenade en :gh:`93963`.) "
140
169
141
170
#: ../Doc/deprecations/pending-removal-in-3.14.rst:63
142
171
msgid ""
@@ -145,6 +174,11 @@ msgid ""
145
174
"removed in 3.14 for a significant reduction in code volume and maintenance "
146
175
"burden. (Contributed by Raymond Hettinger in :gh:`101588`.)"
147
176
msgstr ""
177
+ ":mod:`itertools` tenía un soporte indocumentado, ineficiente, históricamente "
178
+ "lleno de errores e inconsistente para operaciones de copia, copia profunda y "
179
+ "*pickle*. Esto se eliminará en la versión 3.14 para lograr una reducción "
180
+ "significativa en el volumen de código y la carga de mantenimiento. "
181
+ "(Contribución de Raymond Hettinger en :gh:`101588`.)"
148
182
149
183
#: ../Doc/deprecations/pending-removal-in-3.14.rst:69
150
184
msgid ""
@@ -156,52 +190,72 @@ msgid ""
156
190
"set_start_method` APIs to explicitly specify when your code *requires* "
157
191
"``'fork'``. See :ref:`multiprocessing-start-methods`."
158
192
msgstr ""
193
+ ":mod:`multiprocessing`: El método de inicio predeterminado cambiará a uno "
194
+ "más seguro en Linux, BSDs y otras plataformas POSIX que no sean macOS donde "
195
+ "``'fork'`` es actualmente el predeterminado (:gh:`84559`). Agregar una "
196
+ "advertencia de tiempo de ejecución sobre esto se consideró demasiado "
197
+ "disruptivo, ya que no se espera que la mayoría del código tenga en cuenta "
198
+ "esto. Use las APIs :func:`~multiprocessing.get_context` o :func:"
199
+ "`~multiprocessing.set_start_method` para especificar explícitamente cuándo "
200
+ "su código *requires* ``'fork'``. Consulte :ref:`multiprocessing-start-"
201
+ "methods`."
159
202
160
203
#: ../Doc/deprecations/pending-removal-in-3.14.rst:77
161
204
msgid ""
162
205
":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` and :meth:`~pathlib."
163
206
"PurePath.relative_to`: passing additional arguments is deprecated."
164
207
msgstr ""
208
+ ":mod:`pathlib`: :meth:`~pathlib.PurePath.is_relative_to` y :meth:`~pathlib."
209
+ "PurePath.relative_to`: pasar argumentos adicionales está obsoleto."
165
210
166
211
#: ../Doc/deprecations/pending-removal-in-3.14.rst:81
167
212
msgid ""
168
213
":mod:`pkgutil`: :func:`~pkgutil.find_loader` and :func:`~pkgutil.get_loader` "
169
214
"now raise :exc:`DeprecationWarning`; use :func:`importlib.util.find_spec` "
170
215
"instead. (Contributed by Nikita Sobolev in :gh:`97850`.)"
171
216
msgstr ""
217
+ ":mod:`pkgutil`: :func:`~pkgutil.find_loader` y :func:`~pkgutil.get_loader` "
218
+ "ahora generan :exc:`DeprecationWarning`; use :func:`importlib.util."
219
+ "find_spec` en su lugar. (Contribución de Nikita Sobolev en :gh:`97850`.)"
172
220
173
221
#: ../Doc/deprecations/pending-removal-in-3.14.rst:86
174
222
msgid ":mod:`pty`:"
175
- msgstr ""
223
+ msgstr ":mod:`pty`: "
176
224
177
225
#: ../Doc/deprecations/pending-removal-in-3.14.rst:88
178
226
msgid "``master_open()``: use :func:`pty.openpty`."
179
- msgstr ""
227
+ msgstr "``master_open()``: use :func:`pty.openpty`. "
180
228
181
229
#: ../Doc/deprecations/pending-removal-in-3.14.rst:89
182
230
msgid "``slave_open()``: use :func:`pty.openpty`."
183
- msgstr ""
231
+ msgstr "``slave_open()``: use :func:`pty.openpty`. "
184
232
185
233
#: ../Doc/deprecations/pending-removal-in-3.14.rst:91
186
234
msgid ":mod:`sqlite3`:"
187
- msgstr ""
235
+ msgstr ":mod:`sqlite3`: "
188
236
189
237
#: ../Doc/deprecations/pending-removal-in-3.14.rst:93
190
238
msgid ":data:`~sqlite3.version` and :data:`~sqlite3.version_info`."
191
- msgstr ""
239
+ msgstr ":data:`~sqlite3.version` y :data:`~sqlite3.version_info`. "
192
240
193
241
#: ../Doc/deprecations/pending-removal-in-3.14.rst:95
194
242
msgid ""
195
243
":meth:`~sqlite3.Cursor.execute` and :meth:`~sqlite3.Cursor.executemany` if :"
196
244
"ref:`named placeholders <sqlite3-placeholders>` are used and *parameters* is "
197
245
"a sequence instead of a :class:`dict`."
198
246
msgstr ""
247
+ ":meth:`~sqlite3.Cursor.execute` y :meth:`~sqlite3.Cursor.executemany` si se "
248
+ "utilizan :ref:`marcadores de posición con nombre <sqlite3-placeholders>` y "
249
+ "*parameters* es una secuencia en lugar de :class:`dict`."
199
250
200
251
#: ../Doc/deprecations/pending-removal-in-3.14.rst:99
201
252
msgid ""
202
253
"date and datetime adapter, date and timestamp converter: see the :mod:"
203
254
"`sqlite3` documentation for suggested replacement recipes."
204
255
msgstr ""
256
+ "Adaptador de fecha y hora, convertidor de fecha y marca de tiempo: consulte "
257
+ "la documentación de :mod:`sqlite3` para obtener recetas de reemplazo "
258
+ "sugeridas."
205
259
206
260
#: ../Doc/deprecations/pending-removal-in-3.14.rst:102
207
261
msgid ""
@@ -210,16 +264,26 @@ msgid ""
210
264
"but it only got a proper :exc:`DeprecationWarning` in 3.12. May be removed "
211
265
"in 3.14. (Contributed by Nikita Sobolev in :gh:`101866`.)"
212
266
msgstr ""
267
+ ":class:`types.CodeType`: El acceso a :attr:`~codeobject.co_lnotab` quedó "
268
+ "obsoleto en :pep:`626` desde la versión 3.10, y se planeó eliminarlo en la "
269
+ "versión 3.12, pero recién se agregó un :exc:`DeprecationWarning` adecuado en "
270
+ "la versión 3.12. Es posible que se elimine en la versión 3.14. (Contribución "
271
+ "de Nikita Sobolev en :gh:`101866`.)"
213
272
214
273
#: ../Doc/deprecations/pending-removal-in-3.14.rst:109
215
274
msgid ""
216
275
":mod:`typing`: :class:`~typing.ByteString`, deprecated since Python 3.9, now "
217
276
"causes a :exc:`DeprecationWarning` to be emitted when it is used."
218
277
msgstr ""
278
+ ":mod:`typing`: :class:`~typing.ByteString`, obsoleto desde Python 3.9, ahora "
279
+ "hace que se emita un :exc:`DeprecationWarning` cuando se utiliza."
219
280
220
281
#: ../Doc/deprecations/pending-removal-in-3.14.rst:112
221
282
msgid ""
222
283
":mod:`urllib`: :class:`!urllib.parse.Quoter` is deprecated: it was not "
223
284
"intended to be a public API. (Contributed by Gregory P. Smith in :gh:"
224
285
"`88168`.)"
225
286
msgstr ""
287
+ ":mod:`urllib`: :class:`!urllib.parse.Quoter` está obsoleto: no estaba "
288
+ "destinado a ser una API pública. (Contribución de Gregory P. Smith en :gh:"
289
+ "`88168`.)"
0 commit comments