Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb291ad1

Browse files
committed
Traducido c-api/iter
1 parent5841933 commitb291ad1

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

‎c-api/iter.po

Lines changed: 16 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 de 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,16 @@ 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 la persona que llama comprobar esto). Si no quedan "
46+
"valores restantes, retorna ``NULL`` sin establecer ninguna excepción. Si se "
47+
"produce un error al recuperar el elemento, retorna ``NULL`` y pasa la "
48+
"excepción."
4249

4350
#:../Doc/c-api/iter.rst:22
4451
msgid""
4552
"To write a loop which iterates over an iterator, the C code should look "
4653
"something like this::"
4754
msgstr""
55+
"Para escribir un bucle que itera sobre un iterador, el código en C debería "
56+
"verse así:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp