-
-
Notifications
You must be signed in to change notification settings - Fork 397
Traducido el archivo c-api/iterator.po
y añadido mi nombre a TRANSLATORS
.
#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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,33 +11,33 @@ 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 21:44-0500\n" | ||
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\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 supporting the :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 sentinel value, calling the callable for each item in the " | ||
"sequence, and ending the iteration 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 " | ||
rtobar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"un valor centinela, llamando al invocable para cada elemento de la secuencia " | ||
"un valor centinela, llamando al invocable para cada elemento en la secuencia " | ||
"y finalizando la iteración cuando se retorna el valor centinela." | ||
|
||
#: ../Doc/c-api/iterator.rst:17 | ||
|
@@ -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 retornados por :c:func:" | ||
"`PyCallIter_New` y la forma de dos argumentos de la función incorporada :" | ||
"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 "" | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.