@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14
- "PO-Revision-Date : 2021-08-02 19:59+0200 \n "
15
- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
14
+ "PO-Revision-Date : 2021-11-25 19:22-0600 \n "
15
+ "Last-Translator : Erick G. Islas Osuna <erickisos653 @gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/using/windows.rst:7
25
26
msgid "Using Python on Windows"
@@ -1426,25 +1427,28 @@ msgstr ""
1426
1427
"Windows para Linux)."
1427
1428
1428
1429
#: ../Doc/using/windows.rst:622
1429
- #, fuzzy
1430
1430
msgid ""
1431
1431
"You can use the :ref:`Python UTF-8 Mode <utf8-mode>` to change the default "
1432
1432
"text encoding to UTF-8. You can enable the :ref:`Python UTF-8 Mode <utf8-"
1433
1433
"mode>` via the ``-X utf8`` command line option, or the ``PYTHONUTF8=1`` "
1434
1434
"environment variable. See :envvar:`PYTHONUTF8` for enabling UTF-8 mode, "
1435
1435
"and :ref:`setting-envvars` for how to modify environment variables."
1436
1436
msgstr ""
1437
- "Se puede utilizar el modo UTF-8 para cambiar la codificación predeterminada "
1438
- "a UTF-8. El modo UTF-8 se puede activar mediante la opción de línea de "
1439
- "comandos ``-X utf-8``, o con la variable de entorno ``PYTHONUTF8=1``. "
1440
- "Consulte :envvar:`PYTHONUTF8` para activar el modo UTF-8, y :ref:`setting-"
1441
- "envvars` para saber cómo modificar las variables de entorno."
1437
+ "Se puede utilizar el :ref:`modo UTF-8 <utf8-mode>` para cambiar la "
1438
+ "codificación predeterminada a UTF-8. El :ref:`modo UTF-8 <utf8-mode>` se "
1439
+ "puede activar mediante la opción de línea de comandos ``-X utf-8``, o con la "
1440
+ "variable de entorno ``PYTHONUTF8=1``. Consulte :envvar:`PYTHONUTF8` para "
1441
+ "activar el modo UTF-8, y :ref:`setting-envvars` para saber cómo modificar "
1442
+ "las variables de entorno."
1442
1443
1443
1444
#: ../Doc/using/windows.rst:628
1444
1445
msgid ""
1445
1446
"When the :ref:`Python UTF-8 Mode <utf8-mode>` is enabled, you can still use "
1446
1447
"the system encoding (the ANSI Code Page) via the \" mbcs\" codec."
1447
1448
msgstr ""
1449
+ "Cuando el :ref:`modo UTF-8 de Python <utf8-mode>` es activado, usted puede "
1450
+ "seguir usando la codificación del sistema (La página de código ANSI) a "
1451
+ "través del códec \" mbcs\" ."
1448
1452
1449
1453
#: ../Doc/using/windows.rst:631
1450
1454
msgid ""
@@ -1476,12 +1480,12 @@ msgstr ""
1476
1480
"detalles)."
1477
1481
1478
1482
#: ../Doc/using/windows.rst:642
1479
- #, fuzzy
1480
1483
msgid ""
1481
1484
"The :term:`filesystem encoding <filesystem encoding and error handler>` "
1482
1485
"(see :pep:`529` for details)."
1483
1486
msgstr ""
1484
- "Codificación del sistema de archivos (ver :pep:`529` para más detalles)."
1487
+ "La :term:`codificación del sistema <filesystem encoding and error handler>` "
1488
+ "(vea :pep:`529` para más detalles)."
1485
1489
1486
1490
#: ../Doc/using/windows.rst:649
1487
1491
msgid "Python Launcher for Windows"
@@ -2425,19 +2429,18 @@ msgid "cx_Freeze"
2425
2429
msgstr "cx_Freeze"
2426
2430
2427
2431
#: ../Doc/using/windows.rst:1109
2428
- #, fuzzy
2429
2432
msgid ""
2430
2433
"`cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ is a :mod:"
2431
2434
"`distutils` extension (see :ref:`extending-distutils`) which wraps Python "
2432
2435
"scripts into executable Windows programs (:file:`{*}.exe` files). When you "
2433
2436
"have done this, you can distribute your application without requiring your "
2434
2437
"users to install Python."
2435
2438
msgstr ""
2436
- "`cx_Freeze <https://anthony-tuininga.github .io/cx_Freeze/ >`_ es una "
2437
- "extensión de :mod:`distutils` (ver :ref:`extending-distutils`) que encapsula "
2438
- "scripts de Python en programas de Windows ejecutables ( :file:`{*}.exe` "
2439
- "files). Al hacer esto, se puede distribuir una aplicación sin que los "
2440
- "usuarios instalen Python."
2439
+ "`cx_Freeze <https://cx-freeze.readthedocs .io/en/latest/ >`_ es una extensión "
2440
+ "de :mod:`distutils` (ver :ref:`extending-distutils`) que empaqueta scripts "
2441
+ "de Python en programas ejecutables de Windows (archivos :file:`{*}.exe` ). "
2442
+ "Al hacer esto, se puede distribuir una aplicación sin que los usuarios "
2443
+ "necesiten instalar Python."
2441
2444
2442
2445
#: ../Doc/using/windows.rst:1117
2443
2446
msgid "WConio"
0 commit comments