10000 Merge pull request #152 from cmaureir/traduccion-iter · python/python-docs-es@145b286 · GitHub
[go: up one dir, main page]

Skip to content

Commit 145b286

Browse files
authored
Merge pull request #152 from cmaureir/traduccion-iter
2 parents e219df2 + 30ff133 commit 145b286

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

c-api/iter.po

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,33 @@
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: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
2426
msgid "Iterator Protocol"
25-
msgstr ""
27+
msgstr "Protocolo iterador"
2628

2729
#: ../Doc/c-api/iter.rst:8
2830
msgid "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
3234
msgid "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
3638
msgid ""
@@ -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."
4143
msgstr ""
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
4450
msgid ""
4551
"To write a loop which iterates over an iterator, the C code should look "
4652
"something like this::"
4753
msgstr ""
54+
"Para escribir un bucle que itera sobre un iterador, el código en C debería "
55+
"verse así::"

0 commit comments

Comments
 (0)
0