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 "
14
+ "PO-Revision-Date : 2020-05-09 03:22+0200\n "
17
15
"Language-Team : python-doc-es\n "
18
16
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=utf -8\n "
17
+ "Content-Type : text/plain; charset=UTF -8\n "
20
18
"Content-Transfer-Encoding : 8bit\n "
21
19
"Generated-By : Babel 2.8.0\n "
20
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
21
+ "Last-Translator : \n "
22
+ "Language : es\n "
23
+ "X-Generator : Poedit 2.3\n "
22
24
23
25
#: ../Doc/c-api/coro.rst:6
24
26
msgid "Coroutine Objects"
25
- msgstr ""
27
+ msgstr "Objetos de corrutina "
26
28
27
29
#: ../Doc/c-api/coro.rst:10
28
30
msgid ""
29
31
"Coroutine objects are what functions declared with an ``async`` keyword "
30
32
"return."
31
33
msgstr ""
34
+ "Los objetos de corrutina son las funciones declaradas con un retorno de "
35
+ "palabra clave ``async``."
32
36
33
37
#: ../Doc/c-api/coro.rst:16
34
38
msgid "The C structure used for coroutine objects."
35
- msgstr ""
39
+ msgstr "La estructura en C utilizada para objetos de rutina. "
36
40
37
41
#: ../Doc/c-api/coro.rst:21
38
42
msgid "The type object corresponding to coroutine objects."
39
- msgstr ""
43
+ msgstr "El tipo de objeto correspondiente a los objetos de rutina. "
40
44
41
45
#: ../Doc/c-api/coro.rst:26
42
46
msgid ""
43
47
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
44
48
"``NULL``."
45
49
msgstr ""
50
+ "Retorna verdadero si el tipo de *ob* es :c:type:`PyCoro_Type`; *ob* no debe "
51
+ "ser ``NULL``."
46
52
47
53
#: ../Doc/c-api/coro.rst:31
48
54
msgid ""
@@ -51,3 +57,7 @@ msgid ""
51
57
"to *frame* is stolen by this function. The *frame* argument must not be "
52
58
"``NULL``."
53
59
msgstr ""
60
+ "Crea y retorna un nuevo objeto de corrutina basado en el objeto *frame*, con "
61
+ "``__name__`` y ``__qualname__`` establecido en *name* y *qualname*. Una "
62
+ "referencia a *frame* es robada por esta función. El argumento *frame* no "
63
+ "debe ser ``NULL``."
0 commit comments