- Notifications
You must be signed in to change notification settings - Fork396
Traducción delibrary/heapq.po
#381
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
12 commits Select commitHold shift + click to select a range
ab47bb5
finished translating library/heapq
BMariscal69f3430
update title
BMariscal7080aad
es monticulo no monton (heap)
BMariscal288f2d1
Update library/heapq.po
BMariscalf056a0a
Update library/heapq.po
BMariscal35f90f5
Update library/heapq.po
BMariscal071008e
Update library/heapq.po
BMariscal3b8d57a
Update library/heapq.po
BMariscal16217be
Update library/heapq.po
BMariscal0612320
Merge branch '3.8' into pr-381
cmaureire46a10e
Agregando palabras library/heapq
cmaureir6be6d3e
poedit warnings library/heapq
cmaureirFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
es monticulo no monton (heap)
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit7080aadc39788c273ba26d08dc86b714480e8e40
There are no files selected for viewing
10 changes: 5 additions & 5 deletionslibrary/heapq.po
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 | ||||
---|---|---|---|---|---|---|
@@ -49,7 +49,7 @@ msgstr "" | ||||||
"utiliza matrices para las cuales ``heap[k] <= heap[2*k+1]`` y ``heap[k] <= " | ||||||
"heap[2*k+2]`` para todo *k*, contando los elementos desde cero. Para poder " | ||||||
"comparar, los elementos inexistentes se consideran infinitos. La propiedad " | ||||||
"interesante de unmontículo es que su elemento más pequeño es siempre la raíz, " | ||||||
"``heap[0]``." | ||||||
#: ../Doc/library/heapq.rst:26 | ||||||
@@ -77,7 +77,7 @@ msgid "" | ||||||
"surprises: ``heap[0]`` is the smallest item, and ``heap.sort()`` maintains " | ||||||
"the heap invariant!" | ||||||
msgstr "" | ||||||
"Estos dos permiten ver elmontículo como una lista Python normal sin sorpresas: " | ||||||
"``heap[0]`` es el ítem más pequeño, y ``heap.sort()`` mantiene el montículo " | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Suggested change
| ||||||
"invariable!" | ||||||
@@ -87,7 +87,7 @@ msgid "" | ||||||
"populated list into a heap via function :func:`heapify`." | ||||||
msgstr "" | ||||||
"Para crear un montículo, usa una lista inicializada como ``[]``, o puedes " | ||||||
"transformar una lista poblada en unmontículo a través de la función :func:" | ||||||
"`heapify`." | ||||||
#: ../Doc/library/heapq.rst:40 | ||||||
@@ -531,8 +531,8 @@ msgstr "" | ||||||
"último valor de salida), no puede caber en el montículo, por lo que el " | ||||||
"tamaño del montículo disminuye. La memoria liberada podría ser " | ||||||
"ingeniosamente reutilizada inmediatamente para construir progresivamente un " | ||||||
"segundomontículo, que crece exactamente al mismo ritmo que el primermontículo se " | ||||||
"está fundiendo. Cuando el primermontículo se desvanece completamente, se " | ||||||
"cambia de montículo y se inicia una nueva carrera. ¡Ingenioso y muy efectivo!" | ||||||
#: ../Doc/library/heapq.rst:308 | ||||||
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.