6
6
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
7
7
# get the list of volunteers
8
8
#
9
- #, fuzzy
10
9
msgid ""
11
10
msgstr ""
12
11
"Project-Id-Version : Python 3.8\n "
13
12
"Report-Msgid-Bugs-To : \n "
14
13
"POT-Creation-Date : 2020-05-05 12:54+0200\n "
15
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
16
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
17
- "Language-Team : python-doc-es \n "
14
+ "PO-Revision-Date : 2020-05-07 09:39+0200 \n "
15
+ "Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
16
+ "python.org) \n "
18
17
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
18
+ "Content-Type : text/plain; charset=UTF -8\n "
20
19
"Content-Transfer-Encoding : 8bit\n "
21
20
"Generated-By : Babel 2.8.0\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
+ "Last-Translator : \n "
23
+ "Language : es\n "
24
+ "X-Generator : Poedit 2.3\n "
22
25
23
26
#: ../Doc/c-api/weakref.rst:6
24
27
msgid "Weak Reference Objects"
25
- msgstr ""
28
+ msgstr "Objetos de referencia débil "
26
29
27
30
#: ../Doc/c-api/weakref.rst:8
28
31
msgid ""
@@ -31,58 +34,87 @@ msgid ""
31
34
"is a simple reference object, and the second acts as a proxy for the "
32
35
"original object as much as it can."
33
36
msgstr ""
37
+ "Python soporta *referencias débiles* como objetos de primera clase. Hay dos "
38
+ "tipos de objetos específicos que implementan directamente referencias "
39
+ "débiles. El primero es un objeto con referencia simple, y el segundo actúa "
40
+ "como un proxy del objeto original tanto como pueda."
34
41
35
42
#: ../Doc/c-api/weakref.rst:16
36
43
msgid "Return true if *ob* is either a reference or proxy object."
37
- msgstr ""
44
+ msgstr "Retorna verdad (true) si *ob* es una referencia o un objeto proxy. "
38
45
39
46
#: ../Doc/c-api/weakref.rst:21
40
47
msgid "Return true if *ob* is a reference object."
41
- msgstr ""
48
+ msgstr "Retorna verdad (true) si *ob* es un objeto de referencia. "
42
49
43
50
#: ../Doc/c-api/weakref.rst:26
44
51
msgid "Return true if *ob* is a proxy object."
45
- msgstr ""
52
+ msgstr "Retorna verdad (true) si *ob* es un objeto proxy. "
46
53
47
54
#: ../Doc/c-api/weakref.rst:31
48
55
msgid ""
49
56
"Return a weak reference object for the object *ob*. This will always return "
50
57
"a new reference, but is not guaranteed to create a new object; an existing "
51
58
"reference object may be returned. The second parameter, *callback*, can be "
52
- "a callable object that receives notification when *ob* is garbage collected; "
59
+ "a callable object that receives notificación when *ob* is garbage collected; "
53
60
"it should accept a single parameter, which will be the weak reference object "
54
61
"itself. *callback* may also be ``None`` or ``NULL``. If *ob* is not a "
55
62
"weakly-referencable object, or if *callback* is not callable, ``None``, or "
56
63
"``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
57
64
msgstr ""
65
+ "Retorna un objeto de referencia débil para el objeto *ob*. Esto siempre "
66
+ "retornará una nueva referencia, pero no garantiza la creación de un objeto "
67
+ "nuevo; un objeto de referencia ya existente puede ser retornado. El segundo "
68
+ "parámetro, *callback*, puede ser un objeto invocable que recibe una "
69
+ "notificación cuando *ob* es recolectado como basura; debe aceptar un solo "
70
+ "parámetro, el cual será el mismo objeto de referencia débil. *callback* "
71
+ "también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto que puede ser "
72
+ "referido de forma débil, o si *callback* no es invocable, ``None``, o "
73
+ "``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
58
74
59
75
#: ../Doc/c-api/weakref.rst:43
60
76
msgid ""
61
77
"Return a weak reference proxy object for the object *ob*. This will always "
62
78
"return a new reference, but is not guaranteed to create a new object; an "
63
79
"existing proxy object may be returned. The second parameter, *callback*, "
64
- "can be a callable object that receives notification when *ob* is garbage "
80
+ "can be a callable object that receives notificación when *ob* is garbage "
65
81
"collected; it should accept a single parameter, which will be the weak "
66
82
"reference object itself. *callback* may also be ``None`` or ``NULL``. If "
67
83
"*ob* is not a weakly-referencable object, or if *callback* is not callable, "
68
84
"``None``, or ``NULL``, this will return ``NULL`` and raise :exc:`TypeError`."
69
85
msgstr ""
86
+ "Retorna un objeto proxy de referencia débil para el objeto *ob*. Esto "
87
+ "siempre retornará una nueva referencia, pero no garantiza la creación de un "
88
+ "objeto nuevo; un objeto proxy de referencia ya existente puede ser "
89
+ "retornado. El segundo parámetro, *callback*, puede ser un objeto invocable "
90
+ "que recibe una notificación cuando *ob* es recolectado como basura; debe "
91
+ "aceptar un solo parámetro, el cual será el mismo objeto de referencia débil. "
92
+ "*callback* también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto "
93
+ "que puede ser referido de forma débil, o si *callback* no es invocable, "
94
+ "``None``, o ``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
70
95
71
96
#: ../Doc/c-api/weakref.rst:55
72
97
msgid ""
73
98
"Return the referenced object from a weak reference, *ref*. If the referent "
74
99
"is no longer live, returns :const:`Py_None`."
75
100
msgstr ""
101
+ "Retorna el objeto referenciado desde una referencia débil, *ref*. Si el "
102
+ "referente no está vivo, retornará :const:`Py_None`."
76
103
77
104
#: ../Doc/c-api/weakref.rst:60
78
105
msgid ""
79
106
"This function returns a **borrowed reference** to the referenced object. "
80
107
"This means that you should always call :c:func:`Py_INCREF` on the object "
81
108
"except if you know that it cannot be destroyed while you are still using it."
82
109
msgstr ""
110
+ "Esta función retorna una *referencia prestada* al objeto referenciado. Esto "
111
+ "significa que siempre debes llamar :c:func:`Py_INCREF` en el objeto excepto "
112
+ "si sabes que no puede ser destruido mientras lo estés usando."
83
113
84
114
#: ../Doc/c-api/weakref.rst:68
85
115
msgid ""
86
116
"Similar to :c:func:`PyWeakref_GetObject`, but implemented as a macro that "
87
117
"does no error checking."
88
118
msgstr ""
119
+ "Similar a :c:func:`PyWeakref_GetObject`, pero implementado como un macro que "
120
+ "no verifica errores."
0 commit comments