-
Notifications
You must be signed in to change notification settings - Fork 397
Finalizando distutils #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue 8000 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
Finalizando distutils #1234
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
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,15 +11,16 @@ msgstr "" | |
"Project-Id-Version: Python 3.8\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2021-03-19 11:39+0100\n" | ||
"PO-Revision-Date: 2020-05-13 22:20-0500\n" | ||
"Last-Translator: \n" | ||
"PO-Revision-Date: 2021-08-02 10:53+0200\n" | ||
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n" | ||
"Language: es\n" | ||
"Language-Team: python-doc-esMIME-Version: 1.0\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.8.0\n" | ||
"X-Generator: Poedit 3.0\n" | ||
|
||
#: ../Doc/distutils/introduction.rst:5 | ||
msgid "An Introduction to Distutils" | ||
|
@@ -66,9 +67,7 @@ msgstr "(opcional) escribir un archivo de configuración" | |
msgid "create a source distribution" | ||
msgstr "crear una distribución fuente" | ||
|
||
# no estoy seguro de "built distribution" | ||
#: ../Doc/distutils/introduction.rst:31 | ||
#, fuzzy | ||
msgid "(optional) create one or more built (binary) distributions" | ||
msgstr "(opcional) crear una o más distribuciones construidas (binarias)" | ||
|
||
|
@@ -280,7 +279,7 @@ msgid "" | |
msgstr "" | ||
"(El comando :command:`bdist_rpm` utiliza el ejecutable :command:`rpm`, por " | ||
"lo tanto, esto debe ejecutarse en un sistema basado en RPM como Red Hat " | ||
"Linux, SuSE Linux o Mandrake Linux)." | ||
"Linux, SuSE Linux o Mandrake Linux.)" | ||
|
||
#: ../Doc/distutils/introduction.rst:138 | ||
msgid "" | ||
|
@@ -348,13 +347,13 @@ msgid "" | |
"(Note that currently, the Distutils only handles C/C++ extensions for " | ||
"Python.)" | ||
msgstr "" | ||
"Un módulo escrito en el lenguaje de bajo nivel de la implementación de " | ||
"un módulo escrito en el lenguaje de bajo nivel de la implementación de " | ||
"Python: C/C++ para Python, Java para Jython. Típicamente contenido en un " | ||
"único archivo precompilado cargable dinámicamente, ejemplo, un archivo de " | ||
"objeto compartido (:file: .so`) para extensiones de Python en Unix, una DLL " | ||
"(dada la extensión :file:`.pyd`) para extensiones de Python en Windows, o un " | ||
"archivo de clase Java para extensiones de Jython. (Tenga en cuenta que " | ||
"actualmente, Distutils solo maneja extensiones C/C++ para Python)." | ||
"actualmente, Distutils solo maneja extensiones C/C++ para Python.)" | ||
|
||
#: ../Doc/distutils/introduction.rst:175 | ||
msgid "package" | ||
1E0A
|
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.