@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2023-10-12 19:43+0200\n "
14
- "PO-Revision-Date : 2022-12-01 10:01+0400 \n "
14
+ "PO-Revision-Date : 2024-09-26 15:15-0600 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.13.0\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/c-api/float.rst:6
25
26
msgid "Floating Point Objects"
@@ -73,7 +74,6 @@ msgstr ""
73
74
"de error."
74
75
75
76
#: ../Doc/c-api/float.rst:47
76
- #, fuzzy
77
77
msgid ""
78
78
"Return a C :c:expr:`double` representation of the contents of *pyfloat*. If "
79
79
"*pyfloat* is not a Python floating point object but has a :meth:`~object."
@@ -84,16 +84,15 @@ msgid ""
84
84
msgstr ""
85
85
"Retorna una representación C :c:expr:`double` de los contenidos de "
86
86
"*pyfloat*. Si *pyfloat* no es un objeto de punto flotante de Python pero "
87
- "tiene un método :meth:`__float__`, primero se llamará a este método para "
88
- "convertir *pyfloat* en un flotante. Si `` __float __()`` no está definido, "
89
- "entonces recurre a :meth:`__index__`. Este método retorna ``-1.0`` en caso "
90
- "de falla, por lo que se debe llamar a :c:func:`PyErr_Occurred` para "
91
- "verificar si hay errores."
87
+ "tiene un método :meth:`~object. __float__`, este método será llamado primero "
88
+ "para convertir *pyfloat* en un flotante. Si :meth:`! __float __` no está "
89
+ "definido, entonces recurre a :meth:`~object. __index__`. Este método retorna "
90
+ "``-1.0`` en caso de falla, por lo que se debe llamar a :c:func:"
91
+ "`PyErr_Occurred` para verificar si hay errores."
92
92
93
93
#: ../Doc/c-api/float.rst:54
94
- #, fuzzy
95
94
msgid "Use :meth:`~object.__index__` if available."
96
- msgstr "Utilice :meth:`__index__` si está disponible."
95
+ msgstr "Utilice :meth:`~object. __index__` si está disponible."
97
96
98
97
#: ../Doc/c-api/float.rst:60
99
98
msgid ""
@@ -185,7 +184,6 @@ msgid "Pack functions"
185
184
msgstr "Funciones de Empaquetado"
186
185
187
186
#: ../Doc/c-api/float.rst:109
188
- #, fuzzy
189
187
msgid ""
190
188
"The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an :c:expr:"
191
189
"`int` argument, non-zero if you want the bytes string in little-endian "
@@ -195,12 +193,12 @@ msgid ""
195
193
"to ``1`` on big endian processor, or ``0`` on little endian processor."
196
194
msgstr ""
197
195
"Las rutinas de empaquetado escriben 2, 4 o 8 bytes, comenzando en *p*. *le* "
198
- "es un argumento :c:expr:`int`, distinto de cero si desea la cadena bytes con "
199
- "criterio little-endian (exponente al final, en ``p+1``, ``p+3``, o ``p+6`` "
200
- "``p+7``), cero si se necesita el criterio big-endian (exponente primero, en "
201
- "*p*). La constante :c:data :`PY_BIG_ENDIAN` se puede usar para usar el endian "
202
- "nativo: es igual a ``1`` en el procesador big endian, o ``0`` en el "
203
- "procesador little endian."
196
+ "es un argumento :c:expr:`int`, distinto de cero si desea que la cadena de "
197
+ "bytes esté en formato little-endian (exponente al final, en ``p+1``, "
198
+ "``p+3``, o ``p+6`` ``p+ 7``), y cero si desea el formato big-endian "
199
+ "(exponente primero, en *p*). La constante :c:macro :`PY_BIG_ENDIAN` se puede "
200
+ "usar para emplear el endian nativo: es igual a ``1`` en el procesador big- "
201
+ "endian, o ``0`` en el procesador little- endian."
204
202
205
203
#: ../Doc/c-api/float.rst:116
206
204
msgid ""
@@ -242,7 +240,6 @@ msgid "Unpack functions"
242
240
msgstr "Funciones de Desempaquetado"
243
241
244
242
#: ../Doc/c-api/float.rst:140
245
- #, fuzzy
246
243
msgid ""
247
244
"The unpack routines read 2, 4 or 8 bytes, starting at *p*. *le* is an :c:"
248
245
"expr:`int` argument, non-zero if the bytes string is in little-endian format "
@@ -251,13 +248,13 @@ msgid ""
251
248
"be used to use the native endian: it is equal to ``1`` on big endian "
252
249
"processor, or ``0`` on little endian processor."
253
250
msgstr ""
254
- "Las rutinas de desempaquetado leen 2, 4 o 8 bytes, comenzando en *p*. *le* "
255
- "es un argumento :c:expr:`int` , distinto de cero si la cadena bytes usa el "
256
- "criterio little-endian (exponente al final, en ``p+1``, ``p+3`` o ``p+6`` y "
257
- "``p+7``), cero si usa el criterio big-endian (exponente primero, en *p*). La "
258
- "constante :c:data :`PY_BIG_ENDIAN` se puede usar para usar el endian: es "
259
- "igual a ``1`` en el procesador big endian, o ``0`` en el procesador little "
260
- "endian."
251
+ "Las rutinas de desempaquetado leen 2, 4 u 8 bytes, comenzando en *p*. *le* "
252
+ "es un argumento :c:expr:`int` , distinto de cero si la cadena bytes está en "
253
+ "formato little-endian (exponente al final, en ``p+1``, ``p+3`` o ``p+6`` y "
254
+ "``p+7``), cero si está en formato big-endian (exponente primero, en *p*). La "
255
+ "constante :c:macro :`PY_BIG_ENDIAN` se puede usar para utilizar el endian "
256
+ "nativo: es igual a ``1`` en un procesador big endian, o ``0`` en un "
257
+ "procesador little- endian."
261
258
262
259
#: ../Doc/c-api/float.rst:147
263
260
msgid ""
@@ -294,9 +291,8 @@ msgstr ""
294
291
295
292
#: ../Doc/c-api/float.rst:8
296
293
msgid "object"
297
- msgstr ""
294
+ msgstr "object "
298
295
299
296
#: ../Doc/c-api/float.rst:8
300
- #, fuzzy
301
297
msgid "floating point"
302
- msgstr "Objetos de punto flotante "
298
+ msgstr "floating point "
0 commit comments