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

Finalizando distutils#1234

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
cmaureir merged 2 commits intopython:3.9fromcmaureir:terminando_distutils
Aug 3, 2021
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
29 changes: 22 additions & 7 deletionsdistutils/apiref.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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-09-13 20:10-0400\n"
"Last-Translator:Samantha Valdez\n"
"PO-Revision-Date:2021-08-02 10:58+0200\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"
"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/apiref.rst:5
msgid "API Reference"
Expand DownExpand Up@@ -2143,31 +2144,45 @@ msgid ""
"earlier returned only a single additional field with the AIX Version and "
"Release."
msgstr ""
"Para AIX, Python 3.9 y versiones posteriores retornan una cadena que "
"comienza con \"aix\", seguida de campos adicionales (separados por ``'-'``) "
"que representan los valores combinados de Versión de AIX, Release y Nivel de "
"tecnología (primer campo), Fecha de Construcción (segundo campo) y tamaño de "
"bits (tercer campo). Python 3.8 y anteriores retornaban solo un campo "
"adicional con la versión y lanzamiento de AIX."

#: ../Doc/distutils/apiref.rst:1151
#, fuzzy
msgid "Examples of returned values on AIX:"
msgstr "Ejemplos de valores retornados:"
msgstr "Ejemplos de valores retornados en AIX:"

#: ../Doc/distutils/apiref.rst:1153
msgid ""
"``aix-5307-0747-32`` # 32-bit build on AIX ``oslevel -s``: 5300-07-00-0000"
msgstr ""
"``aix-5307-0747-32`` # construcción 32-bit en AIX ``oslevel -s``: "
"5300-07-00-0000"

#: ../Doc/distutils/apiref.rst:1155
msgid ""
"``aix-7105-1731-64`` # 64-bit build on AIX ``oslevel -s``: 7100-05-01-1731"
msgstr ""
"``aix-7105-1731-64`` # construcción 64-bit en AIX ``oslevel -s``: "
"7100-05-01-1731"

#: ../Doc/distutils/apiref.rst:1157
msgid "``aix-7.2`` # Legacy form reported in Python 3.8 and earlier"
msgstr ""
"``aix-7.2`` # Forma heredada informada en Python 3.8 y versiones "
"anteriores"

#: ../Doc/distutils/apiref.rst:1159
msgid ""
"The AIX platform string format now also includes the technology level, build "
"date, and ABI bit-size."
msgstr ""
"El formato de cadena de caracteres de la plataforma AIX ahora también "
"incluye el nivel de tecnología, la fecha de construcción y el tamaño de bits "
"de ABI."

#: ../Doc/distutils/apiref.rst:1166
msgid ""
Expand DownExpand Up@@ -2524,8 +2539,8 @@ msgid ""
"The option_table is a list of 3-tuples: ``(long_option, short_option, "
"help_string)``"
msgstr ""
"option_table es una lista de 3 tuplas: ``(long_option, short_option, "
"help_string)``"
"La opciónoption_table es una lista de 3 tuplas: ``(long_option, "
"short_option,help_string)``"

#: ../Doc/distutils/apiref.rst:1381
msgid ""
Expand Down
10 changes: 5 additions & 5 deletionsdistutils/builtdist.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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-10-15 16:05+0200\n"
"Last-Translator: \n"
"PO-Revision-Date:2021-08-02 10:55+0200\n"
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es_ES\n"
"Language-Team: python-doc-es\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/builtdist.rst:5
msgid "Creating Built Distributions"
Expand DownExpand Up@@ -395,9 +396,8 @@ msgstr "*bdist_wininst* se encuentra obsoleto desde Python 3.8."

#: ../Doc/distutils/builtdist.rst:153 ../Doc/distutils/builtdist.rst:311
#: ../Doc/distutils/builtdist.rst:479
#, fuzzy
msgid "bdist_msi is deprecated since Python 3.9."
msgstr "*bdist_wininst* se encuentra obsoletodesde Python 3.8."
msgstr "bdist_msi está deprecadodesde Python 3.9."

#: ../Doc/distutils/builtdist.rst:155
msgid ""
Expand Down
16 changes: 7 additions & 9 deletionsdistutils/configfile.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,20 +11,20 @@ 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 09:49-0300\n"
"Last-Translator: \n"
"PO-Revision-Date:2021-08-02 10:55+0200\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"
"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/configfile.rst:5
#, fuzzy
msgid "Writing the Setup Configuration File"
msgstr "Escribir la configuración delarchivo de configuración"
msgstr "Escribiendo elarchivo de configuración de instalación (*setup*)"

#: ../Doc/distutils/configfile.rst:9
msgid ""
Expand All@@ -49,9 +49,7 @@ msgstr ""
"de comando, que el instalador puede invalidar en la línea de comando o "
"editando el archivo de configuración."

# se repite mucho "configuración"
#: ../Doc/distutils/configfile.rst:18
#, fuzzy
msgid ""
"The setup configuration file is a useful middle-ground between the setup "
"script---which, ideally, would be opaque to installers [#]_---and the "
Expand All@@ -61,8 +59,8 @@ msgid ""
"after the contents of the setup script, but before the command-line. This "
"has several useful consequences:"
msgstr ""
"La configuración del archivo deconfiguraciónes un punto medio útil entre "
"el script de configuración--- que, idealmente, sería opaco para los "
"La configuración del archivo deinstalación (*setup*)es un punto medio útil "
"entreel script de configuración--- que, idealmente, sería opaco para los "
"instaladores [#]_---y la línea de comandos para el script de configuración, "
"que está fuera de su control y depende totalmente del instalador. De hecho, :"
"file:`setup.cfg` (y cualquiera otros archivos de configuración de "
Expand Down
15 changes: 7 additions & 8 deletionsdistutils/introduction.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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"
Expand DownExpand Up@@ -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)"

Expand DownExpand Up@@ -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 ""
Expand DownExpand Up@@ -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"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp