@@ -11,14 +11,14 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14- "PO-Revision-Date : 2021-11-21 15:09-0600\n "
15- "
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16- "Language : es_AR\n "
14+ "PO-Revision-Date : 2022-12-06 09:09+0100\n "
15+ "
Last-Translator :
Ruben Espinosa Perez <[email protected] >\n "
1716"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17+ "Language : es_AR \n "
1918"MIME-Version : 1.0\n "
2019"Content-Type : text/plain; charset=utf-8\n "
2120"Content-Transfer-Encoding : 8bit\n "
21+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
2222"Generated-By : Babel 2.10.3\n "
2323
2424#: ../Doc/faq/windows.rst:9
@@ -45,7 +45,6 @@ msgstr ""
4545"orientación."
4646
4747#: ../Doc/faq/windows.rst:28
48- #, fuzzy
4948msgid ""
5049"Unless you use some sort of integrated development environment, you will end "
5150"up *typing* Windows commands into what is referred to as a \" Command prompt "
@@ -290,7 +289,7 @@ msgstr ""
290289
291290#: ../Doc/faq/windows.rst:170
292291msgid ""
293- "Do _not_ build Python into your .exe file directly. On Windows, Python must "
292+ "Do _not_ build Python into your .exe file directly. On Windows, Python must "
294293"be a DLL to handle importing modules that are themselves DLL's. (This is "
295294"the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; "
296295"it is typically installed in ``C:\\ Windows\\ System``. *NN* is the Python "
@@ -513,6 +512,7 @@ msgstr ""
513512#: ../Doc/faq/windows.rst:281
514513msgid "How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error?"
515514msgstr ""
515+ "¿Cómo resuelvo el error de api-ms-win-crt-runtime-l1-1-0.dll no encontrado?"
516516
517517#: ../Doc/faq/windows.rst:283
518518msgid ""
@@ -522,3 +522,9 @@ msgid ""
522522"issue, visit the `Microsoft support page <https://support.microsoft.com/en-"
523523"us/help/3118401/>`_ for guidance on manually installing the C Runtime update."
524524msgstr ""
525+ "Esto puede ocurrir en Python 3.5 y posteriores usando Windows 8.1 o "
526+ "anteriores sin que todas las actualizaciones hayan sido instaladas. Primero "
527+ "asegúrese que su sistema operativo sea compatible y esté actualizado, y si "
528+ "eso no resuelve el problema, visite la `Página de soporte de Microsoft "
529+ "<https://support.microsoft.com/en-us/help/3118401/>`_ para obtener "
530+ "orientación sobre como instalar manualmente la actualización de C Runtime."
0 commit comments