@@ -9,15 +9,16 @@ msgstr ""
9
9
"Project-Id-Version : Python en Español 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
12
- "PO-Revision-Date : 2021-12-09 00:21+0100 \n "
12
+ "PO-Revision-Date : 2022-10-31 18:04-0300 \n "
13
13
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
14
- "Language : es\n "
15
14
"Language-Team : \n "
16
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
15
+ "Language : es \n "
17
16
"MIME-Version : 1.0\n "
18
17
"Content-Type : text/plain; charset=utf-8\n "
19
18
"Content-Transfer-Encoding : 8bit\n "
19
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
20
20
"Generated-By : Babel 2.10.3\n "
21
+ "X-Generator : Poedit 3.2.1\n "
21
22
22
23
#: ../Doc/whatsnew/3.10.rst:3
23
24
msgid "What's New In Python 3.10"
@@ -53,6 +54,9 @@ msgid ""
53
54
"Python 3.10 was released on October 4, 2021. For full details, see the :ref:"
54
55
"`changelog <changelog>`."
55
56
msgstr ""
57
+ "Este artículo explica las nuevas características de Python 3.10, en "
58
+ "comparación con la 3.9. Python 3.10 se publicó el 4 de octubre de 2021. Para "
59
+ "obtener todos los detalles, consulte el :ref:`changelog <changelog>`."
56
60
57
61
#: ../Doc/whatsnew/3.10.rst:54
58
62
msgid "Summary -- Release highlights"
@@ -1607,7 +1611,7 @@ msgstr ""
1607
1611
1608
1612
#: ../Doc/whatsnew/3.10.rst:1086
1609
1613
msgid "enum"
1610
- msgstr ""
1614
+ msgstr "enum "
1611
1615
1612
1616
#: ../Doc/whatsnew/3.10.rst:1088
1613
1617
msgid ""
@@ -1616,12 +1620,19 @@ msgid ""
1616
1620
"module constants have a :func:`repr` of ``module_name.member_name``. "
1617
1621
"(Contributed by Ethan Furman in :issue:`40066`.)"
1618
1622
msgstr ""
1623
+ ":class:`Enum` :func:`__repr__` ahora devuelve ``enum_name.member_name`` y :"
1624
+ "func:`__str__` ahora devuelve ``member_name``. Los enums de Stdlib "
1625
+ "disponibles como constantes de módulo tienen un :func:`repr` de "
1626
+ "``module_name.member_name``. (Contribuido por Ethan Furman en :issue:"
1627
+ "`40066`.)"
1619
1628
1620
1629
#: ../Doc/whatsnew/3.10.rst:1093
1621
1630
msgid ""
1622
1631
"Add :class:`enum.StrEnum` for enums where all members are strings. "
1623
1632
"(Contributed by Ethan Furman in :issue:`41816`.)"
1624
1633
msgstr ""
1634
+ "Añadir :class:`enum.StrEnum` para los enums en los que todos los miembros "
1635
+ "son cadenas. (Contribuido por Ethan Furman en :issue:`41816`.)"
1625
1636
1626
1637
#: ../Doc/whatsnew/3.10.rst:1097
1627
1638
msgid "fileinput"
@@ -1754,6 +1765,14 @@ msgid ""
1754
1765
"Windows tab. (Contributed by Mark Roseman and Terry Jan Reedy in :issue:"
1755
1766
"`33962`.)"
1756
1767
msgstr ""
1768
+ "Reorganizar el diálogo de configuración. Dividir la pestaña General en las "
1769
+ "pestañas Windows y Shell/Ed. Mover las fuentes de ayuda, que amplían el "
1770
+ "menú Ayuda, a la pestaña Extensiones. Hacer espacio para nuevas opciones y "
1771
+ "acortar el diálogo. Esto último hace que el diálogo se adapte mejor a las "
1772
+ "pantallas pequeñas. (Contribuido por Terry Jan Reedy en :issue:`40468`.) "
1773
+ "Mover la configuración del espacio de indentación de la pestaña de Fuente a "
1774
+ "la nueva pestaña Windows. (Contribuido por Mark Roseman y Terry Jan Reedy "
1775
+ "en :issue:`33962`.)"
1757
1776
1758
1777
#: ../Doc/whatsnew/3.10.rst:1162
1759
1778
#, fuzzy
@@ -1811,19 +1830,23 @@ msgstr ""
1811
1830
1812
1831
#: ../Doc/whatsnew/3.10.rst:1184
1813
1832
msgid "New in 3.10 maintenance releases."
1814
- msgstr ""
1833
+ msgstr "Nuevo en la versión de mantenimiento 3.10. "
1815
1834
1816
1835
#: ../Doc/whatsnew/3.10.rst:1186
1817
1836
msgid ""
1818
1837
"Apply syntax highlighting to ``.pyi`` files. (Contributed by Alex Waygood "
1819
1838
"and Terry Jan Reedy in :issue:`45447`.)"
1820
1839
msgstr ""
1840
+ "Aplicar el resaltado de sintaxis a los archivos ``.pyi``. (Contribución de "
1841
+ "Alex Waygood y Terry Jan Reedy en :issue:`45447`.)"
1821
1842
1822
1843
#: ../Doc/whatsnew/3.10.rst:1189
1823
1844
msgid ""
1824
1845
"Include prompts when saving Shell with inputs and outputs. (Contributed by "
1825
1846
"Terry Jan Reedy in :gh:`95191`.)"
1826
1847
msgstr ""
1848
+ "Incluir avisos al guardar Shell con entradas y salidas. (Contribuido por "
1849
+ "Terry Jan Reedy en :gh:`95191`.)"
1827
1850
1828
1851
#: ../Doc/whatsnew/3.10.rst:1193
1829
1852
msgid "importlib.metadata"
@@ -1899,13 +1922,15 @@ msgstr ""
1899
1922
1900
1923
#: ../Doc/whatsnew/3.10.rst:1230
1901
1924
msgid "itertools"
1902
- msgstr ""
1925
+ msgstr "itertools "
1903
1926
1904
1927
#: ../Doc/whatsnew/3.10.rst:1232
1905
1928
msgid ""
1906
1929
"Add :func:`itertools.pairwise()`. (Contributed by Raymond Hettinger in :"
1907
1930
"issue:`38200`.)"
1908
1931
msgstr ""
1932
+ "Añadir :func:`itertools.pairwise()`. (Contribución de Raymond Hettinger en :"
1933
+ "issue:`38200`.)"
1909
1934
1910
1935
#: ../Doc/whatsnew/3.10.rst:1236
1911
1936
msgid "linecache"
0 commit comments