From 93d92585a9dbabbb58a7e57ba99801d3d4c6329a Mon Sep 17 00:00:00 2001 From: alfareiza Date: Mon, 13 Mar 2023 14:51:40 -0300 Subject: [PATCH 1/3] =?UTF-8?q?traducci=C3=B3n=20archivo=20library/2to3.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/2to3.po | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/library/2to3.po b/library/2to3.po index 47b455e92f..805d60e109 100644 --- a/library/2to3.po +++ b/library/2to3.po @@ -11,20 +11,20 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-04 13:33+0200\n" +"PO-Revision-Date: 2023-03-13 14:50-0300\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/2to3.rst:4 -#, fuzzy msgid "2to3 --- Automated Python 2 to 3 code translation" -msgstr "2to3 - Traducción de código Python 2 a 3" +msgstr "2to3 --- Traducción automática de código de Python 2 a 3" #: ../Doc/library/2to3.rst:8 msgid "" @@ -48,6 +48,10 @@ msgid "" "Python 3.11 (raising :exc:`DeprecationWarning`). The ``2to3`` tool is part " "of that. It will be removed in Python 3.13." msgstr "" +"El módulo ``lib2to3`` se marcó como obsoleto en Python 3.9 (lanzando :exc:" +"`PendingDeprecationWarning` cuando sea importado) y totalmente obsoleto en " +"Python 3.11 (lanzando :exc:`DeprecationWarning`). La herramienta ``2to3`` es " +"parte de eso. Se eliminará en Python 3.13." #: ../Doc/library/2to3.rst:23 msgid "Using 2to3" @@ -575,11 +579,12 @@ msgstr "" "`~iterator.__next__`." #: ../Doc/library/2to3.rst:341 -#, fuzzy msgid "" "Renames definitions of methods called :meth:`__nonzero__` to :meth:`~object." "__bool__`." -msgstr "Renombra el método :meth:`__nonzero__` a :meth:`~object.__bool__`." +msgstr "" +"Renombradas las definiciones de los métodos llamados :meth:`__nonzero__` a :" +"meth:`~object.__bool__`." #: ../Doc/library/2to3.rst:346 msgid "Converts octal literals into the new syntax." @@ -781,9 +786,8 @@ msgstr "" "zip`` aparece." #: ../Doc/library/2to3.rst:460 -#, fuzzy msgid ":mod:`lib2to3` --- 2to3's library" -msgstr ":mod:`lib2to3` - librería 2to3" +msgstr ":mod:`lib2to3` --- biblioteca 2to3" #: ../Doc/library/2to3.rst:469 msgid "**Source code:** :source:`Lib/lib2to3/`" From 963dd6ee72cbf05daca99a41bac2095a76b37448 Mon Sep 17 00:00:00 2001 From: alfareiza Date: Mon, 13 Mar 2023 15:31:11 -0300 Subject: [PATCH 2/3] =?UTF-8?q?Traducci=C3=B3n=20archivo=20library/compile?= =?UTF-8?q?all.po?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/compileall.po | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/library/compileall.po b/library/compileall.po index 97b4d719d9..c6ea82e3e4 100644 --- a/library/compileall.po +++ b/library/compileall.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-07 16:20+0200\n" +"PO-Revision-Date: 2023-03-13 15:30-0300\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.0.1\n" #: ../Doc/library/compileall.rst:2 msgid ":mod:`compileall` --- Byte-compile Python libraries" @@ -45,8 +46,9 @@ msgstr "" "por usuarios que no tienen permiso de escritura en los directorios de la " "biblioteca." +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`Availability `: ni Emscripten, ni WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -54,6 +56,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este modulo no funciona o no está disponible para plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " +"para más información." #: ../Doc/library/compileall.rst:20 msgid "Command-line use" From 1d21862774a1ef9af7fbc33a5ddc4a32b6d75463 Mon Sep 17 00:00:00 2001 From: AlfonsoAreizaG <63620799+Alfareiza@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:32:03 -0300 Subject: [PATCH 3/3] Update library/compileall.po Co-authored-by: rtobar --- library/compileall.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compileall.po b/library/compileall.po index c6ea82e3e4..90590420c5 100644 --- a/library/compileall.po +++ b/library/compileall.po @@ -48,7 +48,7 @@ msgstr "" #, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`Availability `: ni Emscripten, ni WASI." +msgstr ":ref:`Disponibilidad `: ni Emscripten, ni WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid ""