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

Commitfabb83c

Browse files
Traducido el archivoc-api/iterator.po y añadido mi nombre aTRANSLATORS. (#3385)
Closes#3225
1 parent7aee568 commitfabb83c

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

‎TRANSLATORS

Lines changed: 2 additions & 1 deletion
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)

‎c-api/iterator.po

Lines changed: 14 additions & 14 deletions
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 <cmaureirafredes@gmail.com>\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 supportingthe :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 sentinelvalue, calling the callable for each item in the "
35+
"sequence, and ending theiteration 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 elementode 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 yun valor centinela, llamando al invocable para cada elementoen "
41+
"la secuenciay 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 retornadospor :c:func:"
77-
"`PyCallIter_New` y la forma de dos argumentos de la funciónincorporada :"
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)

[8]ページ先頭

©2009-2025 Movatter.jp