Skip to content

Commit fabb83c

Browse files
Traducido el archivo c-api/iterator.po y añadido mi nombre a TRANSLATORS. (#3385)
Closes #3225
1 parent 7aee568 commit fabb83c

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Diff for: TRANSLATORS

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Daniela Zuluaga Ocampo (@Nany262)
6060
Darwing Medina Lacayo (@darwing1210)
6161
David Jaimes (@henrzven)
6262
David Lorenzo (@David-Lor)
63+
David Pizarro (@davidppizarro)
6364
David Revillas (@r3v1)
6465
David Silva (@dvidsilva)
6566
David Spindola (@davidspindola)
@@ -248,4 +249,4 @@ Xavi Rambla Centellas (@xavirambla)
248249
Yennifer Paola Herrera Ariza (@Yenniferh)
249250
Yohanna Padrino (@Yo-hanaPR)
250251
zejiran
251-
Zodac (@zodacdev)
252+
Zodac (@zodacdev)

Diff for: c-api/iterator.po

+14-14
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,34 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2021-08-01 20:11+0200\n"
14+
"PO-Revision-Date: 2025-04-12 22:30-0500\n"
1515
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.13.0\n"
23+
"X-Generator: Poedit 3.6\n"
2324

2425
#: ../Doc/c-api/iterator.rst:6
2526
msgid "Iterator Objects"
2627
msgstr "Objetos iteradores"
2728

2829
#: ../Doc/c-api/iterator.rst:8
29-
#, fuzzy
3030
msgid ""
3131
"Python provides two general-purpose iterator objects. The first, a sequence "
32-
"iterator, works with an arbitrary sequence supporting the :meth:`~object."
33-
"__getitem__` method. The second works with a callable object and a sentinel "
34-
"value, calling the callable for each item in the sequence, and ending the "
35-
"iteration when the sentinel value is returned."
32+
"iterator, works with an arbitrary sequence supporting "
33+
"the :meth:`~object.__getitem__` method. The second works with a callable "
34+
"object and a sentinel value, calling the callable for each item in the "
35+
"sequence, and ending the iteration when the sentinel value is returned."
3636
msgstr ""
3737
"Python proporciona dos objetos iteradores de propósito general. El primero, "
3838
"un iterador de secuencia, funciona con una secuencia arbitraria que admite "
39-
"el método :meth:`__getitem__`. El segundo funciona con un objeto invocable y "
40-
"un valor centinela, llamando al invocable para cada elemento de la secuencia "
41-
"y finalizando la iteración cuando se retorna el valor centinela."
39+
"el método :meth:`~object.__getitem__`. El segundo funciona con un objeto "
40+
"invocable y un valor centinela, llamando al invocable para cada elemento en "
41+
"la secuencia y finalizando la iteración cuando se retorna el valor centinela."
4242

4343
#: ../Doc/c-api/iterator.rst:17
4444
msgid ""
@@ -73,9 +73,9 @@ msgid ""
7373
"Type object for iterator objects returned by :c:func:`PyCallIter_New` and "
7474
"the two-argument form of the :func:`iter` built-in function."
7575
msgstr ""
76-
"Objeto tipo para los objetos iteradores retornados por :c:func:"
77-
"`PyCallIter_New` y la forma de dos argumentos de la función incorporada :"
78-
"func:`iter`."
76+
"Objeto tipo para los objetos iteradores retornados "
77+
"por :c:func:`PyCallIter_New` y la forma de dos argumentos de la función "
78+
"incorporada :func:`iter`."
7979

8080
#: ../Doc/c-api/iterator.rst:43
8181
msgid ""

0 commit comments

Comments
 (0)