From f04308dd8394ca1dc1a582a227ba2b7c216ffb19 Mon Sep 17 00:00:00 2001 From: alfareiza Date: Fri, 4 Nov 2022 19:47:59 -0300 Subject: [PATCH] Traducido archivo library/sysconfig.po --- library/sysconfig.po | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/library/sysconfig.po b/library/sysconfig.po index e63a6e34c1..c36a98d94a 100644 --- a/library/sysconfig.po +++ b/library/sysconfig.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-04 21:58+0200\n" +"PO-Revision-Date: 2022-11-04 19:47-0300\n" "Last-Translator: Cristián Maureira-Fredes \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.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/sysconfig.rst:2 msgid "" @@ -133,9 +134,8 @@ msgstr "" "lugares correctos." #: ../Doc/library/sysconfig.rst:76 -#, fuzzy msgid "Python currently supports nine schemes:" -msgstr "Python actualmente admite siete esquemas:" +msgstr "Python actualmente admite nueve esquemas:" #: ../Doc/library/sysconfig.rst:78 msgid "" @@ -171,6 +171,8 @@ msgid "" "*posix_venv*: scheme for :mod:`Python virtual environments ` on POSIX " "platforms; by default it is the same as *posix_prefix* ." msgstr "" +"*posix_venv*: esquema para :mod:`Entornos virtuales de Python ` en " +"plataformas POSIX; por defecto es el mismo que *posix_prefix* ." #: ../Doc/library/sysconfig.rst:88 msgid "*nt*: scheme for NT platforms like Windows." @@ -186,18 +188,20 @@ msgid "" "*nt_venv*: scheme for :mod:`Python virtual environments ` on NT " "platforms; by default it is the same as *nt* ." msgstr "" +"*nt_venv*: esquema para :mod:`Entornos virtuales de Python ` en " +"plataformas NT; por defecto es el mismo que *nt* ." #: ../Doc/library/sysconfig.rst:92 msgid "" "*venv*: a scheme with values from ether *posix_venv* or *nt_venv* depending " "on the platform Python runs on" msgstr "" +"*venv*: un esquema con valores como *posix_venv* o *nt_venv* dependiendo de " +"la plataforma donde Python está funcionando" #: ../Doc/library/sysconfig.rst:94 -#, fuzzy msgid "*osx_framework_user*: scheme for macOS, when the *user* option is used." -msgstr "" -"*nt_user*: esquema para plataformas NT, cuando se usa la opción *user*." +msgstr "*nt_user*: esquema para macOS, cuando se usa la opción *user*." #: ../Doc/library/sysconfig.rst:96 msgid "" @@ -236,22 +240,20 @@ msgstr "" "la plataforma." #: ../Doc/library/sysconfig.rst:105 -#, fuzzy msgid "" "*include*: directory for non-platform-specific header files for the Python C-" "API." msgstr "" -"*include*: directorio para archivos de encabezado no específicos de " -"plataforma." +"*include*: directorio para plataformas no especificadas para archivos de " +"encabezado de Python C-API." #: ../Doc/library/sysconfig.rst:107 -#, fuzzy msgid "" "*platinclude*: directory for platform-specific header files for the Python C-" "API." msgstr "" -"*platinclude*: directorio para archivos de encabezado específicos de la " -"plataforma." +"*include*: directorio para plataformas especificadas para archivos de " +"encabezado de Python C-API." #: ../Doc/library/sysconfig.rst:109 msgid "*scripts*: directory for script files." @@ -291,6 +293,8 @@ msgstr "" msgid "" "When Python runs from a virtual environment, the *venv* scheme is returned." msgstr "" +"Cuando Python se ejecuta desde un entorno virtual, este retorna el esquema " +"*venv*." #: ../Doc/library/sysconfig.rst:134 msgid "" @@ -318,6 +322,8 @@ msgid "" "When Python runs from a virtual environment and ``key=\"prefix\"``, the " "*venv* scheme is returned." msgstr "" +"Cuando Python se ejecuta desde un entorno virtual con ``key=\"prefix\"``, " +"este retorna el esquema *venv*." #: ../Doc/library/sysconfig.rst:151 msgid ""