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

Traducido el archivoc-api/iterator.po y añadido mi nombre aTRANSLATORS.#3385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rtobar merged 2 commits intopython:3.13fromDavidPPizarro:traduccion-iterator
Apr 13, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletionTRANSLATORS
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,6 +60,7 @@ Daniela Zuluaga Ocampo (@Nany262)
Darwing Medina Lacayo (@darwing1210)
David Jaimes (@henrzven)
David Lorenzo (@David-Lor)
David Pizarro (@davidppizarro)
David Revillas (@r3v1)
David Silva (@dvidsilva)
David Spindola (@davidspindola)
Expand DownExpand Up@@ -248,4 +249,4 @@ Xavi Rambla Centellas (@xavirambla)
Yennifer Paola Herrera Ariza (@Yenniferh)
Yohanna Padrino (@Yo-hanaPR)
zejiran
Zodac (@zodacdev)
Zodac (@zodacdev)
28 changes: 14 additions & 14 deletionsc-api/iterator.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,34 +11,34 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
"PO-Revision-Date:2021-08-01 20:11+0200\n"
"PO-Revision-Date:2025-04-12 22:30-0500\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.13.0\n"
"X-Generator: Poedit 3.6\n"

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

#: ../Doc/c-api/iterator.rst:8
#, fuzzy
msgid ""
"Python provides two general-purpose iterator objects. The first, a sequence "
"iterator, works with an arbitrary sequence supportingthe :meth:`~object."
"__getitem__` method. The second works with a callable object and a sentinel "
"value, calling the callable for each item in the sequence, and ending the "
"iteration when the sentinel value is returned."
"iterator, works with an arbitrary sequence supporting "
"the :meth:`~object.__getitem__` method. The second works with a callable "
"object and a sentinelvalue, calling the callable for each item in the "
"sequence, and ending theiteration when the sentinel value is returned."
msgstr ""
"Python proporciona dos objetos iteradores de propósito general. El primero, "
"un iterador de secuencia, funciona con una secuencia arbitraria que admite "
"el método :meth:`__getitem__`. El segundo funciona con un objeto invocable y "
"un valor centinela, llamando al invocable para cada elementode la secuencia "
"y finalizando la iteración cuando se retorna el valor centinela."
"el método :meth:`~object.__getitem__`. El segundo funciona con un objeto "
"invocable yun valor centinela, llamando al invocable para cada elementoen "
"la secuenciay finalizando la iteración cuando se retorna el valor centinela."

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

#: ../Doc/c-api/iterator.rst:43
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp