Skip to content

Commit 8c6a4a9

Browse files
authored
traducción archivo library/2to3.po (#2349)
close #1924
1 parent 3116977 commit 8c6a4a9

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

library/2to3.po

+13-9
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ 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-08-04 13:33+0200\n"
14+
"PO-Revision-Date: 2023-03-13 14:50-0300\n"
1515
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\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"
23+
"X-Generator: Poedit 3.0.1\n"
2324

2425
#: ../Doc/library/2to3.rst:4
25-
#, fuzzy
2626
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"
2828

2929
#: ../Doc/library/2to3.rst:8
3030
msgid ""
@@ -48,6 +48,10 @@ msgid ""
4848
"Python 3.11 (raising :exc:`DeprecationWarning`). The ``2to3`` tool is part "
4949
"of that. It will be removed in Python 3.13."
5050
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."
5155

5256
#: ../Doc/library/2to3.rst:23
5357
msgid "Using 2to3"
@@ -575,11 +579,12 @@ msgstr ""
575579
"`~iterator.__next__`."
576580

577581
#: ../Doc/library/2to3.rst:341
578-
#, fuzzy
579582
msgid ""
580583
"Renames definitions of methods called :meth:`__nonzero__` to :meth:`~object."
581584
"__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__`."
583588

584589
#: ../Doc/library/2to3.rst:346
585590
msgid "Converts octal literals into the new syntax."
@@ -781,9 +786,8 @@ msgstr ""
781786
"zip`` aparece."
782787

783788
#: ../Doc/library/2to3.rst:460
784-
#, fuzzy
785789
msgid ":mod:`lib2to3` --- 2to3's library"
786-
msgstr ":mod:`lib2to3` - librería 2to3"
790+
msgstr ":mod:`lib2to3` --- biblioteca 2to3"
787791

788792
#: ../Doc/library/2to3.rst:469
789793
msgid "**Source code:** :source:`Lib/lib2to3/`"

0 commit comments

Comments
 (0)