Skip to content

Commit 57359ef

Browse files
authored
Merge branch '3.12' into issue-2522
2 parents 2efb09b + 9c23aad commit 57359ef

36 files changed

+687
-610
lines changed

TRANSLATORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ José Carlos Álvarez González (@jcaalzago)
125125
José Daniel Gonzalez (@jdgc14)
126126
Jose Ignacio Riaño Chico
127127
José Luis Cantilo (@jcantilo)
128-
José Luis Salgado Banda (@josephLSalgado)
129128
José Miguel Hernández Cabrera (@miguelheca)
129+
Joseph Salgado (@xooseph)
130130
Juan Alegría (@zejiran)
131131
Juan Antonio Lagos (@alochimpasplum)
132132
Juan Biondi (@yeyeto2788)

c-api/apiabiversion.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-10-31 21:13-0300\n"
14+
"PO-Revision-Date: 2024-10-31 01:00-0400\n"
1515
"Last-Translator: \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.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/apiabiversion.rst:7
2526
msgid "API and ABI Versioning"
@@ -182,12 +183,14 @@ msgstr ""
182183
#: ../Doc/c-api/apiabiversion.rst:61
183184
msgid "Use this for numeric comparisons, e.g. ``#if PY_VERSION_HEX >= ...``."
184185
msgstr ""
186+
"Use esto para comparaciones numéricas, por ejemplo ``#if PY_VERSION_HEX "
187+
">= ...``."
185188

186189
#: ../Doc/c-api/apiabiversion.rst:63
187-
#, fuzzy
188190
msgid "This version is also available via the symbol :c:var:`Py_Version`."
189191
msgstr ""
190-
"Esta versión también está disponible a través del símbolo :data:`Py_Version`."
192+
"Esta versión también está disponible a través del símbolo :c:var:"
193+
"`Py_Version`."
191194

192195
#: ../Doc/c-api/apiabiversion.rst:67
193196
msgid ""

c-api/bytearray.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-11-05 12:32-0300\n"
14+
"PO-Revision-Date: 2024-10-29 21:11-0400\n"
1515
"Last-Translator: Sofía Denner <[email protected]>\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.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/bytearray.rst:6
2526
msgid "Byte Array Objects"
@@ -128,9 +129,8 @@ msgstr ""
128129

129130
#: ../Doc/c-api/bytearray.rst:8
130131
msgid "object"
131-
msgstr ""
132+
msgstr "object"
132133

133134
#: ../Doc/c-api/bytearray.rst:8
134-
#, fuzzy
135135
msgid "bytearray"
136-
msgstr "Objetos de arreglos de bytes (*bytearrays*)"
136+
msgstr "bytearray"

c-api/marshal.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-10-30 17:51-0600\n"
14+
"PO-Revision-Date: 2024-10-28 21:01-0400\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\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.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/marshal.rst:6
2526
msgid "Data marshalling support"
@@ -73,6 +74,8 @@ msgid ""
7374
"This function can fail, in which case it sets the error indicator. Use :c:"
7475
"func:`PyErr_Occurred` to check for that."
7576
msgstr ""
77+
"Esta función puede fallar, en cuyo caso establece el indicador de error. "
78+
"Utiliza :c:func:`PyErr_Occurred` para comprobarlo."
7679

7780
#: ../Doc/c-api/marshal.rst:33
7881
msgid ""

c-api/memoryview.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2021-08-01 20:28+0200\n"
14+
"PO-Revision-Date: 2024-10-29 21:14-0400\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\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.13.0\n"
23+
"X-Generator: Poedit 3.5\n"
2324

2425
#: ../Doc/c-api/memoryview.rst:9
2526
msgid "MemoryView objects"
@@ -116,9 +117,8 @@ msgstr ""
116117

117118
#: ../Doc/c-api/memoryview.rst:5
118119
msgid "object"
119-
msgstr ""
120+
msgstr "object"
120121

121122
#: ../Doc/c-api/memoryview.rst:5
122-
#, fuzzy
123123
msgid "memoryview"
124-
msgstr "Objetos de vista de memoria (*MemoryView*)"
124+
msgstr "memoryview"

c-api/slice.po

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,15 @@ msgstr ""
6666
"*length* como errores."
6767

6868
#: ../Doc/c-api/slice.rst:36
69-
#, fuzzy
7069
msgid ""
7170
"Returns ``0`` on success and ``-1`` on error with no exception set (unless "
7271
"one of the indices was not ``None`` and failed to be converted to an "
7372
"integer, in which case ``-1`` is returned with an exception set)."
7473
msgstr ""
7574
"Retorna ``0`` en caso de éxito y ``-1`` en caso de error sin excepción "
76-
"establecida (a menos que uno de los índices no sea :const:`None` y no se "
77-
"haya convertido a un entero, en cuyo caso ``- 1`` se retorna con una "
78-
"excepción establecida)."
75+
"establecida (a menos que uno de los índices no sea ``None`` y no se haya "
76+
"convertido a un entero, en cuyo caso ``- 1`` se retorna con una excepción "
77+
"establecida)."
7978

8079
#: ../Doc/c-api/slice.rst:40
8180
msgid "You probably do not want to use this function."
@@ -187,16 +186,15 @@ msgid "Ellipsis Object"
187186
msgstr "Objeto elipsis"
188187

189188
#: ../Doc/c-api/slice.rst:121
190-
#, fuzzy
191189
msgid ""
192190
"The Python ``Ellipsis`` object. This object has no methods. Like :c:data:"
193191
"`Py_None`, it is an `immortal <https://peps.python.org/pep-0683/>`_. "
194192
"singleton object."
195193
msgstr ""
196-
"El objeto ``Elipsis`` de Python. Este objeto no tiene métodos. Debe tratarse "
197-
"como cualquier otro objeto con respecto a los recuentos de referencia. Como :"
198-
"c:data:`Py_None` es un objeto singleton."
194+
"El objeto ``Elipsis`` de Python. Este objeto no tiene métodos. Al igual que :"
195+
"c:data:`Py_None`, es un objeto singleton `inmortal <https://peps.python.org/"
196+
"pep-0683/>`_."
199197

200198
#: ../Doc/c-api/slice.rst:125
201199
msgid ":c:data:`Py_Ellipsis` is immortal."
202-
msgstr ""
200+
msgstr ":c:data:`Py_Ellipsis` es inmortal."

c-api/tuple.po

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,14 @@ msgid "Like :c:func:`PyTuple_GetItem`, but does no checking of its arguments."
9898
msgstr "Como :c:func:`PyTuple_GetItem`, pero no verifica sus argumentos."
9999

100100
#: ../Doc/c-api/tuple.rst:70
101-
#, fuzzy
102101
msgid ""
103102
"Return the slice of the tuple pointed to by *p* between *low* and *high*, or "
104103
"``NULL`` on failure. This is the equivalent of the Python expression "
105104
"``p[low:high]``. Indexing from the end of the tuple is not supported."
106105
msgstr ""
107106
"Retorna la porción de la tupla señalada por *p* entre *low* y *high*, o "
108107
"``NULL`` en caso de falla. Este es el equivalente de la expresión de Python "
109-
"``p[bajo:alto]``. La indexación desde el final de la lista no es compatible."
108+
"``p[low:high]``. La indexación desde el final de la tupla no es compatible."
110109

111110
#: ../Doc/c-api/tuple.rst:77
112111
msgid ""
@@ -218,29 +217,24 @@ msgstr ""
218217
"crear."
219218

220219
#: ../Doc/c-api/tuple.rst:149
221-
#, fuzzy
222220
msgid "Name of the struct sequence type."
223-
msgstr "nombre del tipo de secuencia de estructura"
221+
msgstr "Nombre del tipo de secuencia de estructura"
224222

225223
#: ../Doc/c-api/tuple.rst:153
226-
#, fuzzy
227224
msgid "Pointer to docstring for the type or ``NULL`` to omit."
228-
msgstr "puntero al *docstring* para el tipo o ``NULL`` para omitir"
225+
msgstr "Puntero al *docstring* para el tipo o ``NULL`` para omitir"
229226

230227
#: ../Doc/c-api/tuple.rst:157
231-
#, fuzzy
232228
msgid "Pointer to ``NULL``-terminated array with field names of the new type."
233229
msgstr ""
234-
"puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
230+
"Puntero al arreglo terminado en ``NULL`` con nombres de campo del nuevo tipo"
235231

236232
#: ../Doc/c-api/tuple.rst:161
237-
#, fuzzy
238233
msgid "Number of fields visible to the Python side (if used as tuple)."
239234
msgstr ""
240-
"cantidad de campos visibles para el lado de Python (si se usa como tupla)"
235+
"Cantidad de campos visibles para el lado de Python (si se usa como tupla)"
241236

242237
#: ../Doc/c-api/tuple.rst:166
243-
#, fuzzy
244238
msgid ""
245239
"Describes a field of a struct sequence. As a struct sequence is modeled as a "
246240
"tuple, all fields are typed as :c:expr:`PyObject*`. The index in the :c:"
@@ -250,24 +244,22 @@ msgid ""
250244
msgstr ""
251245
"Describe un campo de una secuencia de estructura. Como una secuencia de "
252246
"estructura se modela como una tupla, todos los campos se escriben como :c:"
253-
"expr:`PyObject*`. El índice en el arreglo :attr:`fields` de :c:type:"
254-
"`PyStructSequence_Desc` determina qué campo de la secuencia de estructura se "
255-
"describe."
247+
"expr:`PyObject*`. El índice en el arreglo :c:member:`~PyStructSequence_Desc."
248+
"fields` de :c:type:`PyStructSequence_Desc` determina qué campo de la "
249+
"secuencia de estructura se describe."
256250

257251
#: ../Doc/c-api/tuple.rst:174
258-
#, fuzzy
259252
msgid ""
260253
"Name for the field or ``NULL`` to end the list of named fields, set to :c:"
261254
"data:`PyStructSequence_UnnamedField` to leave unnamed."
262255
msgstr ""
263-
"nombre para el campo o ``NULL`` para finalizar la lista de campos con "
256+
"Nombre para el campo o ``NULL`` para finalizar la lista de campos con "
264257
"nombre, establece en :c:data:`PyStructSequence_UnnamedField` para dejar sin "
265258
"nombre"
266259

267260
#: ../Doc/c-api/tuple.rst:179
268-
#, fuzzy
269261
msgid "Field docstring or ``NULL`` to omit."
270-
msgstr "campo *docstring* o ``NULL`` para omitir"
262+
msgstr "Campo *docstring* o ``NULL`` para omitir"
271263

272264
#: ../Doc/c-api/tuple.rst:184
273265
msgid "Special value for a field name to leave it unnamed."
@@ -320,13 +312,12 @@ msgstr ""
320312
"función estática inline."
321313

322314
#: ../Doc/c-api/tuple.rst:8
323-
#, fuzzy
324315
msgid "object"
325-
msgstr "Objetos tupla"
316+
msgstr "object"
326317

327318
#: ../Doc/c-api/tuple.rst:8
328319
msgid "tuple"
329-
msgstr ""
320+
msgstr "tuple"
330321

331322
#~ msgid "Field"
332323
#~ msgstr "Campo"

dictionaries/library_pathlib.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tripletas

dictionaries/library_statistics.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Wallnau
2323
ª
2424
μ
2525
σ
26+
Kepler
27+
Carlo
28+
bayesiano

0 commit comments

Comments
 (0)