4
4
# package.
5
5
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
6
6
#
7
- #, fuzzy
8
7
msgid ""
9
8
msgstr ""
10
9
"Project-Id-Version : Python en Español 3.9\n "
11
10
"Report-Msgid-Bugs-To : \n "
12
11
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
13
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
15
- "
Language-Team :
LANGUAGE <[email protected] >\n "
12
+ "PO-Revision-Date : 2022-10-29 22:32-0300\n "
13
+ "Last-Translator : \n "
14
+ "Language-Team : \n "
15
+ "Language : es\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=utf-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.10.3\n "
20
+ "X-Generator : Poedit 3.2\n "
20
21
21
22
#: ../Doc/whatsnew/3.9.rst:3
22
23
msgid "What's New In Python 3.9"
@@ -47,7 +48,6 @@ msgid "Łukasz Langa"
47
48
msgstr "Łukasz Langa"
48
49
49
50
#: ../Doc/whatsnew/3.9.rst:47
50
- #, fuzzy
51
51
msgid ""
52
52
"This article explains the new features in Python 3.9, compared to 3.8. "
53
53
"Python 3.9 was released on October 5, 2020."
@@ -944,14 +944,17 @@ msgstr ""
944
944
945
945
#: ../Doc/whatsnew/3.9.rst:487
946
946
msgid "New in 3.9 maintenance releases"
947
- msgstr ""
947
+ msgstr "Novedades de la versión de mantenimiento 3.9 "
948
948
949
949
#: ../Doc/whatsnew/3.9.rst:489
950
950
msgid ""
951
951
"Make IDLE invoke :func:`sys.excepthook` (when started without '-n'). User "
952
952
"hooks were previously ignored. (Contributed by Ken Hilton in :issue:"
953
953
"`43008`.)"
954
954
msgstr ""
955
+ "Hacer que IDLE invoque :func:`sys.excepthook` (cuando se inicia sin '-n'). "
956
+ "Anteriormente se ignoraban los hooks de usuario. (Contribuido por Ken "
957
+ "Hilton en :issue:`43008`.)"
955
958
956
959
#: ../Doc/whatsnew/3.9.rst:493
957
960
msgid "The changes above have been backported to 3.8 maintenance releases."
@@ -969,12 +972,21 @@ msgid ""
969
972
"Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in :issue:"
970
973
"`33962`.)"
971
974
msgstr ""
975
+ "Reorganizar el diálogo de configuración. Dividir la pestaña General en "
976
+ "Windows y Shell/Ed. Mover las fuentes de ayuda, que amplían el menú Ayuda, a "
977
+ "la pestaña Extensiones. Hacer espacio para nuevas opciones y acortar el "
978
+ "diálogo. Esto último hace que el diálogo se adapte mejor a las pantallas "
979
+ "pequeñas. (Contribuido por Terry Jan Reedy en :issue:`40468`.) Mover la "
980
+ "configuración del espacio de sangría de la pestaña Fuente a la nueva pestaña "
981
+ "Windows. (Contribuido por Mark Roseman y Terry Jan Reedy en :issue:`33962`.)"
972
982
973
983
#: ../Doc/whatsnew/3.9.rst:503
974
984
msgid ""
975
985
"Apply syntax highlighting to ``.pyi`` files. (Contributed by Alex Waygood "
976
986
"and Terry Jan Reedy in :issue:`45447`.)"
977
987
msgstr ""
988
+ "Aplicar el resaltado de sintaxis a los archivos ``.pyi``. (Contribución de "
989
+ "Alex Waygood y Terry Jan Reedy en :issue:`45447`)"
978
990
979
991
#: ../Doc/whatsnew/3.9.rst:507
980
992
msgid "imaplib"
@@ -1373,7 +1385,6 @@ msgid "time"
1373
1385
msgstr "tiempo"
1374
1386
1375
1387
#: ../Doc/whatsnew/3.9.rst:689
1376
- #, fuzzy
1377
1388
msgid ""
1378
1389
"On AIX, :func:`~time.thread_time` is now implemented with "
1379
1390
"``thread_cputime()`` which has nanosecond resolution, rather than "
@@ -1561,13 +1572,12 @@ msgstr ""
1561
1572
"Stinner en :issue:`38061`.)"
1562
1573
1563
1574
#: ../Doc/whatsnew/3.9.rst:775
1564
- #, fuzzy
1565
1575
msgid ""
1566
1576
":c:func:`PyLong_FromDouble` is now up to 1.87x faster for values that fit "
1567
1577
"into :c:expr:`long`. (Contributed by Sergey Fedoseev in :issue:`37986`.)"
1568
1578
msgstr ""
1569
1579
":c:func:`PyLong_FromDouble` ahora es hasta 1,87 veces más rápido para "
1570
- "valores que se ajustan a :c:type :`long`. (Contribuido por Sergey Fedoseev "
1580
+ "valores que se ajustan a :c:expr :`long`. (Contribuido por Sergey Fedoseev "
1571
1581
"en :issue:`37986`.)"
1572
1582
1573
1583
#: ../Doc/whatsnew/3.9.rst:779
@@ -2472,7 +2482,6 @@ msgstr ""
2472
2482
"`10945` para obtener más detalles)."
2473
2483
2474
2484
#: ../Doc/whatsnew/3.9.rst:1246
2475
- #, fuzzy
2476
2485
msgid ""
2477
2486
"When building Python on macOS from source, ``_tkinter`` now links with non-"
2478
2487
"system Tcl and Tk frameworks if they are installed in ``/Library/"
@@ -2487,8 +2496,8 @@ msgstr ""
2487
2496
"Frameworks``, como había sido el caso en versiones anteriores de macOS. Si "
2488
2497
"un SDK de macOS está configurado explícitamente, mediante :option:`--enable-"
2489
2498
"universalsdk` o ``-isysroot``, solo se busca en el SDK. El comportamiento "
2490
- "predeterminado aún se puede anular con :option: `--with-tcltk-includes` y : "
2491
- "option:`--with- tcltk-libs`. (Contribuido por Ned Deily en :issue:`34956`.)"
2499
+ "predeterminado aún se puede anular con `--with-tcltk-includes` y `--with- "
2500
+ "tcltk-libs`. (Contribuido por Ned Deily en :issue:`34956`.)"
2492
2501
2493
2502
#: ../Doc/whatsnew/3.9.rst:1255
2494
2503
msgid ""
0 commit comments