@@ -11,14 +11,14 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es_AR \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
23
24
24
#: ../Doc/faq/windows.rst:9
@@ -45,7 +45,6 @@ msgstr ""
45
45
"orientación."
46
46
47
47
#: ../Doc/faq/windows.rst:28
48
- #, fuzzy
49
48
msgid ""
50
49
"Unless you use some sort of integrated development environment, you will end "
51
50
"up *typing* Windows commands into what is referred to as a \" Command prompt "
@@ -290,7 +289,7 @@ msgstr ""
290
289
291
290
#: ../Doc/faq/windows.rst:170
292
291
msgid ""
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 "
294
293
"be a DLL to handle importing modules that are themselves DLL's. (This is "
295
294
"the first key undocumented fact.) Instead, link to :file:`python{NN}.dll`; "
296
295
"it is typically installed in ``C:\\ Windows\\ System``. *NN* is the Python "
@@ -513,6 +512,7 @@ msgstr ""
513
512
#: ../Doc/faq/windows.rst:281
514
513
msgid "How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error?"
515
514
msgstr ""
515
+ "¿Cómo resuelvo el error de api-ms-win-crt-runtime-l1-1-0.dll no encontrado?"
516
516
517
517
#: ../Doc/faq/windows.rst:283
518
518
msgid ""
@@ -522,3 +522,9 @@ msgid ""
522
522
"issue, visit the `Microsoft support page <https://support.microsoft.com/en-"
523
523
"us/help/3118401/>`_ for guidance on manually installing the C Runtime update."
524
524
msgstr ""
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