From aa61dfd34849a17d88d0d936791434f8d9865617 Mon Sep 17 00:00:00 2001 From: "Erick G. Islas-Osuna" Date: Thu, 25 Nov 2021 19:23:27 -0600 Subject: [PATCH] minor revisions --- using/windows.po | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/using/windows.po b/using/windows.po index 352a75a218..3781188bca 100644 --- a/using/windows.po +++ b/using/windows.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-10-16 21:42+0200\n" -"PO-Revision-Date: 2021-08-02 19:59+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" +"PO-Revision-Date: 2021-11-25 19:22-0600\n" +"Last-Translator: Erick G. Islas Osuna \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.9.1\n" +"X-Generator: Poedit 3.0\n" #: ../Doc/using/windows.rst:7 msgid "Using Python on Windows" @@ -1426,7 +1427,6 @@ msgstr "" "Windows para Linux)." #: ../Doc/using/windows.rst:622 -#, fuzzy msgid "" "You can use the :ref:`Python UTF-8 Mode ` to change the default " "text encoding to UTF-8. You can enable the :ref:`Python UTF-8 Mode ` para cambiar la " +"codificación predeterminada a UTF-8. El :ref:`modo UTF-8 ` se " +"puede activar mediante la opción de línea de comandos ``-X utf-8``, o con la " +"variable de entorno ``PYTHONUTF8=1``. Consulte :envvar:`PYTHONUTF8` para " +"activar el modo UTF-8, y :ref:`setting-envvars` para saber cómo modificar " +"las variables de entorno." #: ../Doc/using/windows.rst:628 msgid "" "When the :ref:`Python UTF-8 Mode ` is enabled, you can still use " "the system encoding (the ANSI Code Page) via the \"mbcs\" codec." msgstr "" +"Cuando el :ref:`modo UTF-8 de Python ` es activado, usted puede " +"seguir usando la codificación del sistema (La página de código ANSI) a " +"través del códec \"mbcs\"." #: ../Doc/using/windows.rst:631 msgid "" @@ -1476,12 +1480,12 @@ msgstr "" "detalles)." #: ../Doc/using/windows.rst:642 -#, fuzzy msgid "" "The :term:`filesystem encoding ` " "(see :pep:`529` for details)." msgstr "" -"Codificación del sistema de archivos (ver :pep:`529` para más detalles)." +"La :term:`codificación del sistema ` " +"(vea :pep:`529` para más detalles)." #: ../Doc/using/windows.rst:649 msgid "Python Launcher for Windows" @@ -2425,7 +2429,6 @@ msgid "cx_Freeze" msgstr "cx_Freeze" #: ../Doc/using/windows.rst:1109 -#, fuzzy msgid "" "`cx_Freeze `_ is a :mod:" "`distutils` extension (see :ref:`extending-distutils`) which wraps Python " @@ -2433,11 +2436,11 @@ msgid "" "have done this, you can distribute your application without requiring your " "users to install Python." msgstr "" -"`cx_Freeze `_ es una " -"extensión de :mod:`distutils` (ver :ref:`extending-distutils`) que encapsula " -"scripts de Python en programas de Windows ejecutables (:file:`{*}.exe` " -"files). Al hacer esto, se puede distribuir una aplicación sin que los " -"usuarios instalen Python." +"`cx_Freeze `_ es una extensión " +"de :mod:`distutils` (ver :ref:`extending-distutils`) que empaqueta scripts " +"de Python en programas ejecutables de Windows (archivos :file:`{*}.exe` ). " +"Al hacer esto, se puede distribuir una aplicación sin que los usuarios " +"necesiten instalar Python." #: ../Doc/using/windows.rst:1117 msgid "WConio"