Skip to content

Commit 088e750

Browse files
authored
Merge pull request #153 from cmaureir/traduccion-coro
Traducido c-api/coro
2 parents 3876554 + 793505d commit 088e750

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

c-api/coro.po

+17-7
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,49 @@
66
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
9-
#, fuzzy
109
msgid ""
1110
msgstr ""
1211
"Project-Id-Version: Python 3.8\n"
1312
"Report-Msgid-Bugs-To: \n"
1413
"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"
1715
"Language-Team: python-doc-es\n"
1816
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
2018
"Content-Transfer-Encoding: 8bit\n"
2119
"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"
2224

2325
#: ../Doc/c-api/coro.rst:6
2426
msgid "Coroutine Objects"
25-
msgstr ""
27+
msgstr "Objetos corrutina"
2628

2729
#: ../Doc/c-api/coro.rst:10
2830
msgid ""
2931
"Coroutine objects are what functions declared with an ``async`` keyword "
3032
"return."
3133
msgstr ""
34+
"Los objetos de corrutina son las funciones declaradas con un retorno de "
35+
"palabra clave ``async``."
3236

3337
#: ../Doc/c-api/coro.rst:16
3438
msgid "The C structure used for coroutine objects."
35-
msgstr ""
39+
msgstr "La estructura en C utilizada para objeto corrutina."
3640

3741
#: ../Doc/c-api/coro.rst:21
3842
msgid "The type object corresponding to coroutine objects."
39-
msgstr ""
43+
msgstr "El tipo de objeto correspondiente a los objetos corrutina."
4044

4145
#: ../Doc/c-api/coro.rst:26
4246
msgid ""
4347
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4448
"``NULL``."
4549
msgstr ""
50+
"Retorna verdadero si el tipo de *ob* es :c:type:`PyCoro_Type`; *ob* no debe "
51+
"ser ``NULL``."
4652

4753
#: ../Doc/c-api/coro.rst:31
4854
msgid ""
@@ -51,3 +57,7 @@ msgid ""
5157
"to *frame* is stolen by this function. The *frame* argument must not be "
5258
"``NULL``."
5359
msgstr ""
60+
"Crea y retorna un nuevo objeto 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

Comments
 (0)