@@ -11,20 +11,20 @@ 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-08-04 13:33+0200 \n "
14
+ "PO-Revision-Date : 2023-03-13 14:50-0300 \n "
15
15
"Last-Translator : Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \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
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/2to3.rst:4
25
- #, fuzzy
26
26
msgid "2to3 --- Automated Python 2 to 3 code translation"
27
- msgstr "2to3 - Traducción de código Python 2 a 3"
27
+ msgstr "2to3 --- Traducción automática de código de Python 2 a 3"
28
28
29
29
#: ../Doc/library/2to3.rst:8
30
30
msgid ""
@@ -48,6 +48,10 @@ msgid ""
48
48
"Python 3.11 (raising :exc:`DeprecationWarning`). The ``2to3`` tool is part "
49
49
"of that. It will be removed in Python 3.13."
50
50
msgstr ""
51
+ "El módulo ``lib2to3`` se marcó como obsoleto en Python 3.9 (lanzando :exc:"
52
+ "`PendingDeprecationWarning` cuando sea importado) y totalmente obsoleto en "
53
+ "Python 3.11 (lanzando :exc:`DeprecationWarning`). La herramienta ``2to3`` es "
54
+ "parte de eso. Se eliminará en Python 3.13."
51
55
52
56
#: ../Doc/library/2to3.rst:23
53
57
msgid "Using 2to3"
@@ -575,11 +579,12 @@ msgstr ""
575
579
"`~iterator.__next__`."
576
580
577
581
#: ../Doc/library/2to3.rst:341
578
- #, fuzzy
579
582
msgid ""
580
583
"Renames definitions of methods called :meth:`__nonzero__` to :meth:`~object."
581
584
"__bool__`."
582
- msgstr "Renombra el método :meth:`__nonzero__` a :meth:`~object.__bool__`."
585
+ msgstr ""
586
+ "Renombradas las definiciones de los métodos llamados :meth:`__nonzero__` a :"
587
+ "meth:`~object.__bool__`."
583
588
584
589
#: ../Doc/library/2to3.rst:346
585
590
msgid "Converts octal literals into the new syntax."
@@ -781,9 +786,8 @@ msgstr ""
781
786
"zip`` aparece."
782
787
783
788
#: ../Doc/library/2to3.rst:460
784
- #, fuzzy
785
789
msgid ":mod:`lib2to3` --- 2to3's library"
786
- msgstr ":mod:`lib2to3` - librería 2to3"
790
+ msgstr ":mod:`lib2to3` --- biblioteca 2to3"
787
791
788
792
#: ../Doc/library/2to3.rst:469
789
793
msgid "**Source code:** :source:`Lib/lib2to3/`"
0 commit comments