66# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77# get the list of volunteers
88#
9- #, fuzzy
109msgid ""
1110msgstr ""
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:18+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/iter.rst:6
2426msgid "Iterator Protocol"
25- msgstr ""
27+ msgstr "Protocolo iterador "
2628
2729#: ../Doc/c-api/iter.rst:8
2830msgid "There are two functions specifically for working with iterators."
29- msgstr ""
31+ msgstr "Hay dos funciones específicas para trabajar con iteradores. "
3032
3133#: ../Doc/c-api/iter.rst:12
3234msgid "Return true if the object *o* supports the iterator protocol."
33- msgstr ""
35+ msgstr "Retorna verdadero si el objeto *o* admite el protocolo iterador. "
3436
3537#: ../Doc/c-api/iter.rst:17
3638msgid ""
@@ -39,9 +41,15 @@ msgid ""
3941"values, returns ``NULL`` with no exception set. If an error occurs while "
4042"retrieving the item, returns ``NULL`` and passes along the exception."
4143msgstr ""
44+ "Retorna el siguiente valor de la iteración *o*. El objeto debe ser un "
45+ "iterador (depende de quién llama comprobar esto). Si no quedan valores "
46+ "restantes, retorna ``NULL`` sin establecer ninguna excepción. Si se produce "
47+ "un error al recuperar el elemento, retorna ``NULL`` y pasa la excepción."
4248
4349#: ../Doc/c-api/iter.rst:22
4450msgid ""
4551"To write a loop which iterates over an iterator, the C code should look "
4652"something like this::"
4753msgstr ""
54+ "Para escribir un bucle que itera sobre un iterador, el código en C debería "
55+ "verse así::"
0 commit comments