@@ -11,16 +11,17 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14
- "PO-Revision-Date : 2021-10-18 19:38+0200\n "
15
- "
Last-Translator :
Diego Cristóbal Herreros <[email protected] >\n "
14
+ "PO-Revision-Date : 2025-02-07 10:04-0300\n "
15
+ "
Last-Translator :
srmorita <[email protected] >\n "
16
+ "Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs- "
17
+ "es.python.org)\n "
16
18
"Language : es\n "
17
- "Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
18
- "python.org)\n "
19
- "Plural-Forms : nplurals=2; plural=(n != 1);\n "
20
19
"MIME-Version : 1.0\n "
21
20
"Content-Type : text/plain; charset=utf-8\n "
22
21
"Content-Transfer-Encoding : 8bit\n "
22
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
23
23
"Generated-By : Babel 2.16.0\n "
24
+ "X-Generator : Poedit 3.5\n "
24
25
25
26
#: ../Doc/c-api/weakref.rst:6
26
27
msgid "Weak Reference Objects"
@@ -39,33 +40,29 @@ msgstr ""
39
40
"como un proxy del objeto original tanto como pueda."
40
41
41
42
#: ../Doc/c-api/weakref.rst:16
42
- #, fuzzy
43
43
msgid ""
44
44
"Return non-zero if *ob* is either a reference or proxy object. This "
45
45
"function always succeeds."
46
46
msgstr ""
47
- "Retorna verdadero (true) si *ob* es una referencia o un objeto proxy. Esta "
48
- "función siempre finaliza con éxito."
47
+ "Retorna un valor distinto de cero si *ob* es una referencia o un objeto "
48
+ "proxy. Esta función siempre finaliza con éxito."
49
49
50
50
#: ../Doc/c-api/weakref.rst:22
51
- #, fuzzy
52
51
msgid ""
53
52
"Return non-zero if *ob* is a reference object. This function always "
54
53
"succeeds."
55
54
msgstr ""
56
- "Retorna verdadero (true) si *ob* es un objeto de referencia. Esta función "
57
- "siempre finaliza con éxito."
55
+ "Retorna un valor distinto de cero si *ob* es un objeto de referencia. Esta "
56
+ "función siempre finaliza con éxito."
58
57
59
58
#: ../Doc/c-api/weakref.rst:27
60
- #, fuzzy
61
59
msgid ""
62
60
"Return non-zero if *ob* is a proxy object. This function always succeeds."
63
61
msgstr ""
64
- "Retorna verdadero (true) si *ob* es un objeto proxy. Esta función siempre "
65
- "finaliza con éxito."
62
+ "Retorna un valor distinto de cero si *ob* es un objeto proxy. Esta función "
63
+ "siempre finaliza con éxito."
66
64
67
65
#: ../Doc/c-api/weakref.rst:32
68
- #, fuzzy
69
66
msgid ""
70
67
"Return a weak reference object for the object *ob*. This will always return "
71
68
"a new reference, but is not guaranteed to create a new object; an existing "
@@ -84,10 +81,9 @@ msgstr ""
84
81
"parámetro, el cual será el mismo objeto de referencia débil. *callback* "
85
82
"también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto que puede ser "
86
83
"referido de forma débil, o si *callback* no es invocable, ``None``, o "
87
- "``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
84
+ "``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
88
85
89
86
#: ../Doc/c-api/weakref.rst:44
90
- #, fuzzy
91
87
msgid ""
92
88
"Return a weak reference proxy object for the object *ob*. This will always "
93
89
"return a new reference, but is not guaranteed to create a new object; an "
@@ -106,36 +102,41 @@ msgstr ""
106
102
"aceptar un solo parámetro, el cual será el mismo objeto de referencia débil. "
107
103
"*callback* también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto "
108
104
"que puede ser referido de forma débil, o si *callback* no es invocable, "
109
- "``None``, o ``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
105
+ "``None``, o ``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
110
106
111
107
#: ../Doc/c-api/weakref.rst:56
112
108
msgid ""
113
109
"Get a :term:`strong reference` to the referenced object from a weak "
114
110
"reference, *ref*, into *\\ *pobj*."
115
111
msgstr ""
112
+ "Obtiene un :term:`strong reference` al objeto referenciado desde una "
113
+ "referencia débil, *ref*, en *\\ *pobj*."
116
114
117
115
#: ../Doc/c-api/weakref.rst:59
118
116
msgid ""
119
117
"On success, set *\\ *pobj* to a new :term:`strong reference` to the "
120
118
"referenced object and return 1."
121
119
msgstr ""
120
+ "En caso de éxito, asigna *\\ *pobj* en un nuevo :term:`strong reference` al "
121
+ "objeto referenciado y retorna 1."
122
122
123
123
#: ../Doc/c-api/weakref.rst:61
124
124
msgid "If the reference is dead, set *\\ *pobj* to ``NULL`` and return 0."
125
125
msgstr ""
126
+ "Si la referencia está inactiva, asigna *\\ *pobj* a ``NULL`` y retorna 0."
126
127
127
128
#: ../Doc/c-api/weakref.rst:62
128
129
msgid "On error, raise an exception and return -1."
129
- msgstr ""
130
+ msgstr "En caso de error, lanza una excepción y devuelve -1. "
130
131
131
132
#: ../Doc/c-api/weakref.rst:69
132
- #, fuzzy
133
133
msgid ""
134
134
"Return a :term:`borrowed reference` to the referenced object from a weak "
135
135
"reference, *ref*. If the referent is no longer live, returns ``Py_None``."
136
136
msgstr ""
137
- "Retorna el objeto referenciado desde una referencia débil, *ref*. Si el "
138
- "referente no está vivo, retornará :const:`Py_None`."
137
+ "Retorna un :term:`borrowed reference` del objeto referenciado desde una "
138
+ "referencia débil, *ref*. Si el referente ya no está activo, retorna "
139
+ "``Py_None``."
139
140
140
141
#: ../Doc/c-api/weakref.rst:74
141
142
msgid ""
@@ -146,36 +147,41 @@ msgid ""
146
147
msgstr ""
147
148
"Esta función retorna una referencia :term:`borrowed reference` al objeto "
148
149
"referenciado. Esto significa que siempre debe llamar a :c:func:`Py_INCREF` "
149
- "sobre el objeto, excepto cuando no pueda ser destruido antes del último uso "
150
+ "sobre el objeto excepto cuando no pueda ser destruido antes del último uso "
150
151
"de la referencia prestada."
151
152
152
153
#: ../Doc/c-api/weakref.rst:79 ../Doc/c-api/weakref.rst:87
153
154
msgid "Use :c:func:`PyWeakref_GetRef` instead."
154
- msgstr ""
155
+ msgstr "Utiliza :c:func:`PyWeakref_GetRef` en su lugar. "
155
156
156
157
#: ../Doc/c-api/weakref.rst:85
157
- #, fuzzy
158
158
msgid "Similar to :c:func:`PyWeakref_GetObject`, but does no error checking."
159
159
msgstr ""
160
- "Similar a :c:func:`PyWeakref_GetObject`, pero implementado como un macro que "
161
- "no verifica errores."
160
+ "Similar a :c:func:`PyWeakref_GetObject`, pero no realiza ninguna "
161
+ "comprobación de errores."
162
162
163
163
#: ../Doc/c-api/weakref.rst:93
164
164
msgid ""
165
165
"This function is called by the :c:member:`~PyTypeObject.tp_dealloc` handler "
166
166
"to clear weak references."
167
167
msgstr ""
168
+ "Esta función es invocada por el gestor :c:member:`~PyTypeObject.tp_dealloc` "
169
+ "para limpiar referencias débiles."
168
170
169
171
#: ../Doc/c-api/weakref.rst:96
170
172
msgid ""
171
173
"This iterates through the weak references for *object* and calls callbacks "
172
174
"for those references which have one. It returns when all callbacks have been "
173
175
"attempted."
174
176
msgstr ""
177
+ "Esto recorre las referencias débiles de *object* e invoca retrollamadas para "
178
+ "aquellas referencias que tengan una. Retorna cuando se han intentado todas "
179
+ "las retrollamadas."
175
180
176
181
#: ../Doc/c-api/weakref.rst:103
177
182
msgid "Clears the weakrefs for *object* without calling the callbacks."
178
183
msgstr ""
184
+ "Borra las referencias débiles para *object* sin llamar a las retrollamadas."
179
185
180
186
#: ../Doc/c-api/weakref.rst:105
181
187
msgid ""
@@ -185,9 +191,19 @@ msgid ""
185
191
"and call their callbacks, then the finalizer, and finally this function to "
186
192
"clear any weakrefs that may have been created by the finalizer."
187
193
msgstr ""
194
+ "Esta función es invocada por el gestor :c:member:`~PyTypeObject.tp_dealloc` "
195
+ "para tipos con finalizadores (i.e., :meth:`~object.__del__`). El gestor de "
196
+ "esos objetos primero llama a :c:func:`PyObject_ClearWeakRefs` para borrar "
197
+ "las referencias débiles y llamar a sus callbacks, luego al finalizador, y "
198
+ "finalmente a esta función para borrar cualquier referencia débil que pueda "
199
+ "haber sido creada por el finalizador."
188
200
189
201
#: ../Doc/c-api/weakref.rst:111
190
202
msgid ""
191
- "In most circumstances, it's more appropriate to use :c:func:"
192
- "`PyObject_ClearWeakRefs` to clear weakrefs instead of this function."
203
+ "In most circumstances, it's more appropriate to "
204
+ "use :c:func:`PyObject_ClearWeakRefs` to clear weakrefs instead of this "
205
+ "function."
193
206
msgstr ""
207
+ "En la mayoría de los casos, es más apropiado "
208
+ "utilizar :c:func:`PyObject_ClearWeakRefs` para borrar las referencias "
209
+ "débiles en lugar de esta función."
0 commit comments