-
-
Notifications
You must be signed in to change notification settings - Fork 400
Traducido archivo library/idle #2788
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 all commits
Commits
Show all changes
4 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,15 +11,16 @@ 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: 2022-10-27 17:00-0500\n" | ||
| "PO-Revision-Date: 2024-01-28 22:51-0300\n" | ||
| "Last-Translator: José Luis Salgado Banda <[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.4.2\n" | ||
|
|
||
| #: ../Doc/library/idle.rst:4 ../Doc/library/idle.rst:10 | ||
| msgid "IDLE" | ||
|
|
@@ -1130,7 +1131,6 @@ msgid "Search and Replace" | |
| msgstr "Buscar y reemplazar" | ||
|
|
||
| #: ../Doc/library/idle.rst:480 | ||
| #, fuzzy | ||
| msgid "" | ||
| "Any selection becomes a search target. However, only selections within a " | ||
| "line work because searches are only performed within lines with the terminal " | ||
|
|
@@ -1140,8 +1140,8 @@ msgstr "" | |
| "Cualquier selección se convierte en un objetivo de búsqueda. Sin embargo, " | ||
| "solo funcionan las selecciones dentro de una línea porque las búsquedas solo " | ||
| "se realizan dentro de las líneas con la nueva línea de terminal eliminada. " | ||
| "Si se marca la ``Expresión regular [x]``, el objetivo se interpreta de " | ||
| "acuerdo al módulo re de Python." | ||
| "Si se marca la ``[x] Expresión regular``, el objetivo se interpreta de " | ||
| "acuerdo al módulo `re` de Python." | ||
|
|
||
| #: ../Doc/library/idle.rst:488 | ||
| msgid "Completions" | ||
|
|
@@ -2243,40 +2243,33 @@ msgstr "" | |
| "pueden ser portados (consultar :pep:`434`)." | ||
|
|
||
| #: ../Doc/library/idle.rst:10 | ||
| #, fuzzy | ||
| msgid "Python Editor" | ||
| msgstr "Documentación de Python" | ||
| msgstr "Python Editor" | ||
|
|
||
| #: ../Doc/library/idle.rst:10 | ||
| #, fuzzy | ||
| msgid "Integrated Development Environment" | ||
| msgstr "IDLE es el entorno de desarrollo integrado de Python." | ||
| msgstr "Integrated Development Environment" | ||
|
|
||
| #: ../Doc/library/idle.rst:70 | ||
| #, fuzzy | ||
| msgid "Module browser" | ||
| msgstr "Navegador de módulo" | ||
| msgstr "Module browser" | ||
|
|
||
| #: ../Doc/library/idle.rst:70 | ||
| #, fuzzy | ||
| msgid "Path browser" | ||
| msgstr "Navegador de ruta" | ||
| msgstr "Path browser" | ||
|
|
||
| #: ../Doc/library/idle.rst:212 | ||
| msgid "Run script" | ||
| msgstr "" | ||
| msgstr "Run script" | ||
|
|
||
| #: ../Doc/library/idle.rst:279 | ||
| #, fuzzy | ||
| msgid "debugger" | ||
| msgstr "Depurador (alternar)" | ||
| msgstr "debugger" | ||
|
|
||
| #: ../Doc/library/idle.rst:279 | ||
| #, fuzzy | ||
| msgid "stack viewer" | ||
| msgstr "Visualizador de pila" | ||
| msgstr "stack viewer" | ||
|
|
||
| #: ../Doc/library/idle.rst:355 | ||
| #, fuzzy | ||
| msgid "breakpoints" | ||
| msgstr "Establecer breakpoint" | ||
| msgstr "breakpoints" | ||
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.