From 4c9bbd831abcad01d35e831d8d46636274f01f5c Mon Sep 17 00:00:00 2001 From: Marcos Medrano Date: Sun, 5 Nov 2023 19:41:21 +0100 Subject: [PATCH 1/2] Fix fuzzy entries in library directory --- library/abc.po | 14 +++++++------- library/asynchat.po | 7 +++---- library/asyncio-protocol.po | 7 +++---- library/asyncore.po | 8 +++----- library/audit_events.po | 12 ++++++------ library/code.po | 24 ++++++++++++------------ library/collections.po | 25 ++++++++++++------------- library/concurrent.futures.po | 6 ++---- library/concurrent.po | 12 ++++++------ library/crypto.po | 12 ++++++------ library/custominterp.po | 10 +++++----- library/devmode.po | 19 +++++++++---------- library/email.encoders.po | 26 +++++++++++++------------- library/email.parser.po | 18 +++++++++--------- library/fileinput.po | 12 ++++++------ library/getpass.po | 7 +++---- library/grp.po | 7 +++---- library/imghdr.po | 16 ++++++++-------- library/index.po | 10 +++++----- library/msvcrt.po | 14 +++++++------- library/nis.po | 7 +++---- library/pty.po | 14 +++++++------- library/readline.po | 16 ++++++++-------- library/resource.po | 21 +++++++-------------- library/shlex.po | 13 +++++++------ library/smtpd.po | 7 +++---- library/spwd.po | 7 +++---- library/stringprep.po | 10 +++++----- library/unittest.mock.po | 20 +++++++++----------- library/winsound.po | 19 +++++++++---------- library/xml.dom.minidom.po | 11 +++++------ library/xml.dom.po | 14 +++++++------- library/xml.dom.pulldom.po | 12 ++++++------ library/xml.po | 22 +++++++++------------- library/xml.sax.handler.po | 20 ++++++++++---------- library/xmlrpc.client.po | 13 ++++++------- library/xmlrpc.po | 12 ++++++------ library/xmlrpc.server.po | 7 +++---- 38 files changed, 241 insertions(+), 270 deletions(-) diff --git a/library/abc.po b/library/abc.po index 7650699966..54bba9e0ea 100644 --- a/library/abc.po +++ b/library/abc.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-07 10:37+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:22+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/abc.rst:2 msgid ":mod:`abc` --- Abstract Base Classes" @@ -43,7 +44,6 @@ msgstr "" "de tipos para números basados en CBAs.)" #: ../Doc/library/abc.rst:20 -#, fuzzy msgid "" "The :mod:`collections` module has some concrete classes that derive from " "ABCs; these can, of course, be further derived. In addition, the :mod:" @@ -54,8 +54,8 @@ msgstr "" "El módulo :mod:`collections` tiene algunas clases concretas que se derivan " "de ABC; estos, por supuesto, pueden derivarse más. Además, el submódulo :mod:" "`collections.abc` tiene algunos ABC que se pueden usar para probar si una " -"clase o instancia proporciona una interfaz en particular, por ejemplo, si es " -"hash o si es un mapeo." +"clase o instancia proporciona una interfaz en particular, por ejemplo, si " +"es :term:`hashable` o si es un mapeo." #: ../Doc/library/abc.rst:27 msgid "" diff --git a/library/asynchat.po b/library/asynchat.po index 48cfc84022..349cbe42ff 100644 --- a/library/asynchat.po +++ b/library/asynchat.po @@ -11,8 +11,8 @@ 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: 2022-11-11 17:02-0300\n" -"Last-Translator: Sofía Denner \n" +"PO-Revision-Date: 2023-11-02 09:23+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/asynchat.rst:2 msgid ":mod:`asynchat` --- Asynchronous socket command/response handler" @@ -73,7 +73,6 @@ msgstr "" "`asyncore.dispatcher` genera nuevos objetos de canal :class:`asynchat." "async_chat`, al recibir peticiones de conexión entrantes." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." diff --git a/library/asyncio-protocol.po b/library/asyncio-protocol.po index fb491082d0..4d2f92265a 100644 --- a/library/asyncio-protocol.po +++ b/library/asyncio-protocol.po @@ -11,7 +11,7 @@ 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: 2023-11-01 14:32+0100\n" +"PO-Revision-Date: 2023-11-02 09:24+0100\n" "Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" @@ -982,15 +982,14 @@ msgstr "" "conexión esté abierta." #: ../Doc/library/asyncio-protocol.rst:556 -#, fuzzy msgid "" "However, :meth:`protocol.eof_received() ` is called " "at most once. Once ``eof_received()`` is called, ``data_received()`` is not " "called anymore." msgstr "" "Sin embargo, :meth:`protocol.eof_received() ` se " -"llama como máximo una vez. En el momento que se llama a `eof_received()`, ya " -"no se llama a ``data_received()``." +"llama como máximo una vez. Luego de llamar a `eof_received()`, ya no se " +"llama mas a ``data_received()``." #: ../Doc/library/asyncio-protocol.rst:562 msgid "" diff --git a/library/asyncore.po b/library/asyncore.po index 9d77eca5a9..4b5c9fba99 100644 --- a/library/asyncore.po +++ b/library/asyncore.po @@ -11,8 +11,8 @@ 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: 2022-11-26 16:40-0300\n" -"Last-Translator: Sofía Denner \n" +"PO-Revision-Date: 2023-11-04 23:10+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/asyncore.rst:2 msgid ":mod:`asyncore` --- Asynchronous socket handler" @@ -54,7 +54,6 @@ msgstr "" "Este módulo proporciona la infraestructura básica para escribir servicio de " "socket asincrónicos, clientes y servidores." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." @@ -496,7 +495,6 @@ msgstr "" "pasará al constructor :class:`file_wrapper`." #: ../Doc/library/asyncore.rst:283 ../Doc/library/asyncore.rst:292 -#, fuzzy msgid ":ref:`Availability `: Unix." msgstr ":ref:`Disponibilidad `: Unix." diff --git a/library/audit_events.po b/library/audit_events.po index b0bf32273b..b4a6c96c7c 100644 --- a/library/audit_events.po +++ b/library/audit_events.po @@ -9,15 +9,16 @@ msgstr "" "Project-Id-Version: Python en Español 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-07 10:33+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:27+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: 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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/audit_events.rst:6 msgid "Audit events table" @@ -134,6 +135,5 @@ msgid "``obj``" msgstr "``obj``" #: ../Doc/library/audit_events.rst:3 -#, fuzzy msgid "audit events" -msgstr "Evento de auditoría" +msgstr "eventos de auditoría" diff --git a/library/code.po b/library/code.po index a09f28d2de..99b8e2170f 100644 --- a/library/code.po +++ b/library/code.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-07 10:30+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:44+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/code.rst:2 msgid ":mod:`code` --- Interpreter base classes" @@ -305,7 +306,6 @@ msgid "Print an exit message when exiting." msgstr "Imprime un mensaje de salida al salir." #: ../Doc/library/code.rst:164 -#, fuzzy msgid "" "Push a line of source text to the interpreter. The line should not have a " "trailing newline; it may have internal newlines. The line is appended to a " @@ -319,13 +319,13 @@ msgid "" msgstr "" "Envía una línea de texto fuente al intérprete. La línea no debe tener un " "salto de línea al final; puede tener nuevas líneas internas. La línea se " -"agrega a un búfer y se llama al método :meth:`runsource` del intérprete con " -"el contenido concatenado del búfer y la nueva fuente. Si indica que el " -"comando se ejecutó o no es válido, el búfer se restablece; de lo contrario, " -"el comando está incompleto y el búfer se deja como estaba después de agregar " -"la línea. Si se requieren más entradas el valor de retorno es ``True``, " -"``False`` si la línea se procesó de alguna manera (esto es lo mismo que :" -"meth:`runsource`)." +"agrega a un búfer y se llama al método :meth:`~InteractiveInterpreter." +"runsource` del intérprete con el contenido concatenado del búfer y la nueva " +"fuente. Si indica que el comando se ejecutó o no es válido, el búfer se " +"restablece; de lo contrario, el comando está incompleto y el búfer se deja " +"como estaba después de agregar la línea. Si se requieren más entradas el " +"valor de retorno es ``True``, ``False`` si la línea se procesó de alguna " +"manera (esto es lo mismo que :meth:`!runsource`)." #: ../Doc/library/code.rst:176 msgid "Remove any unhandled source text from the input buffer." diff --git a/library/collections.po b/library/collections.po index 47def58557..81837cf3ce 100644 --- a/library/collections.po +++ b/library/collections.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-02-07 17:29+0100\n" -"Last-Translator: Adolfo Hristo David Roque Gámez \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-04 23:12+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/collections.rst:2 msgid ":mod:`collections` --- Container datatypes" @@ -72,9 +73,8 @@ msgid ":class:`Counter`" msgstr ":class:`Counter`" #: ../Doc/library/collections.rst:28 -#, fuzzy msgid "dict subclass for counting :term:`hashable` objects" -msgstr "subclase de *dict* para contar objetos *hashables*" +msgstr "subclase de *dict* para contar objetos :term:`hashable`" #: ../Doc/library/collections.rst:29 msgid ":class:`OrderedDict`" @@ -378,7 +378,6 @@ msgstr "" "y convenientes. Por ejemplo::" #: ../Doc/library/collections.rst:245 -#, fuzzy msgid "" "A :class:`Counter` is a :class:`dict` subclass for counting :term:`hashable` " "objects. It is a collection where elements are stored as dictionary keys and " @@ -386,12 +385,12 @@ msgid "" "integer value including zero or negative counts. The :class:`Counter` class " "is similar to bags or multisets in other languages." msgstr "" -"Una clase :class:`Counter` es una subclase :class:`dict` para contar objetos " -"hashables. Es una colección donde los elementos se almacenan como claves de " -"diccionario y sus conteos se almacenan como valores de diccionario. Se " -"permite que los conteos sean cualquier valor entero, incluidos los conteos " -"de cero o negativos. La clase :class:`Counter` es similar a los *bags* o " -"multiconjuntos en otros idiomas." +"Una clase :class:`Counter` es una subclase :class:`dict` para contar " +"objetos :term:`hashable`. Es una colección donde los elementos se almacenan " +"como claves de diccionario y sus conteos se almacenan como valores de " +"diccionario. Se permite que los conteos sean cualquier valor entero, " +"incluidos los conteos de cero o negativos. La clase :class:`Counter` es " +"similar a los *bags* o multiconjuntos en otros idiomas." #: ../Doc/library/collections.rst:251 msgid "" diff --git a/library/concurrent.futures.po b/library/concurrent.futures.po index 1bfbb832ae..28215da826 100644 --- a/library/concurrent.futures.po +++ b/library/concurrent.futures.po @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-10-19 18:52-0300\n" -"Last-Translator: Alfonso Areiza Guerra \n" +"PO-Revision-Date: 2023-11-04 23:12+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -55,12 +55,10 @@ msgstr "" "definida por la clase abstracta :class:`Executor`." #: ../Doc/includes/wasm-notavail.rst:3 -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/includes/wasm-notavail.rst:5 -#, fuzzy msgid "" "This module does not work or is not available on WebAssembly platforms " "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " diff --git a/library/concurrent.po b/library/concurrent.po index e7cff2c02a..bc11ee5aec 100644 --- a/library/concurrent.po +++ b/library/concurrent.po @@ -11,20 +11,20 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-11-30 12:18-0600\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:44+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/concurrent.rst:2 -#, fuzzy msgid "The :mod:`!concurrent` package" -msgstr "El paquete :mod:`concurrent`" +msgstr "El paquete :mod:`!concurrent`" #: ../Doc/library/concurrent.rst:4 msgid "Currently, there is only one module in this package:" diff --git a/library/crypto.po b/library/crypto.po index e9ca6b9c4b..aaec7177df 100644 --- a/library/crypto.po +++ b/library/crypto.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-01-13 13:31-0300\n" -"Last-Translator: Francisco Mora \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:44+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/crypto.rst:5 msgid "Cryptographic Services" @@ -38,6 +39,5 @@ msgstr "" "una descripción:" #: ../Doc/library/crypto.rst:7 -#, fuzzy msgid "cryptography" -msgstr "Servicios criptográficos" +msgstr "criptografía" diff --git a/library/custominterp.po b/library/custominterp.po index 01c8497b77..12157ab3be 100644 --- a/library/custominterp.po +++ b/library/custominterp.po @@ -11,22 +11,22 @@ 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: 2020-10-30 12:17-0500\n" -"Last-Translator: \n" -"Language: es_CO\n" +"PO-Revision-Date: 2023-11-02 12:46+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_CO\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.4\n" #: ../Doc/library/custominterp.rst:5 msgid "Custom Python Interpreters" msgstr "Intérpretes de Python personalizados" #: ../Doc/library/custominterp.rst:7 -#, fuzzy msgid "" "The modules described in this chapter allow writing interfaces similar to " "Python's interactive interpreter. If you want a Python interpreter that " diff --git a/library/devmode.po b/library/devmode.po index bbce61fc6a..0f7a00991c 100644 --- a/library/devmode.po +++ b/library/devmode.po @@ -9,15 +9,16 @@ msgstr "" "Project-Id-Version: Python en Español 3.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-07 22:10-0500\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-04 23:14+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/devmode.rst:4 msgid "Python Development Mode" @@ -158,7 +159,6 @@ msgstr "" "envvar:`PYTHONMALLOC` a ``default``." #: ../Doc/library/devmode.rst:61 -#, fuzzy msgid "" "Call :func:`faulthandler.enable` at Python startup to install handlers for " "the :const:`~signal.SIGSEGV`, :const:`~signal.SIGFPE`, :const:`~signal." @@ -166,9 +166,9 @@ msgid "" "dump the Python traceback on a crash." msgstr "" "Llama a :func:`faulthandler.enable` al inicio de Python para instalar los " -"handlers(manejadores) de las señales :const:`SIGSEGV`, :const:`SIGFPE`, :" -"const:`SIGABRT`, :const:`SIGBUS` y :const:`SIGILL` para volcar la traza de " -"Python en caso de fallo." +"handlers(manejadores) de las señales :const:`~signal.SIGSEGV`, :const:" +"`~signal.SIGFPE`, :const:`~signal.SIGABRT`, :const:`~signal.SIGBUS` y :const:" +"`~signal.SIGILL` para volcar la traza de Python en caso de fallo." #: ../Doc/library/devmode.rst:66 msgid "" @@ -222,12 +222,11 @@ msgstr "" "El destructor de :class:`io.IOBase` registra las excepciones ``close()``." #: ../Doc/library/devmode.rst:85 -#, fuzzy msgid "" "Set the :attr:`~sys.flags.dev_mode` attribute of :data:`sys.flags` to " "``True``." msgstr "" -"Establece el atributo :attr:`~sys.flags.dev_mode` de :attr:`sys.flags` a " +"Establece el atributo :attr:`~sys.flags.dev_mode` de :data:`sys.flags` a " "``True``." #: ../Doc/library/devmode.rst:88 diff --git a/library/email.encoders.po b/library/email.encoders.po index 3a9f198f21..0c90bdad9d 100644 --- a/library/email.encoders.po +++ b/library/email.encoders.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-07 18:10+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:47+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/email.encoders.rst:2 msgid ":mod:`email.encoders`: Encoders" @@ -74,7 +75,6 @@ msgstr "" "contienen datos binarios." #: ../Doc/library/email.encoders.rst:27 -#, fuzzy msgid "" "The :mod:`email` package provides some convenient encoders in its :mod:" "`~email.encoders` module. These encoders are actually used by the :class:" @@ -86,14 +86,14 @@ msgid "" "appropriate." msgstr "" "El paquete :mod:`email` proporciona algunos codificadores adecuados en su " -"módulo :mod:`encoders`. Estos codificadores son en realidad utilizados por " -"los constructores de las clases :class:`~email.mime.audio.MIMEAudio` y :" -"class:`~email.mime.image.MIMEImage` para proporcionar codificadores por " -"defecto. Todas las funciones de codificación tienen exactamente un " -"argumento, el mensaje a codificar Normalmente extraen el contenido, lo " -"codifican y borran el contenido para introducir el nuevo contenido " -"codificado. También deberían marcar el encabezado :mailheader:`Content-" -"Transfer-Encoding` como apropiado." +"módulo :mod:`~email.encoders`. Estos codificadores son en realidad " +"utilizados por los constructores de las clases :class:`~email.mime.audio." +"MIMEAudio` y :class:`~email.mime.image.MIMEImage` para proporcionar " +"codificadores por defecto. Todas las funciones de codificación tienen " +"exactamente un argumento, el mensaje a codificar. Normalmente extraen el " +"contenido, lo codifican y borran el contenido para introducir el nuevo " +"contenido codificado. También deberían marcar el encabezado :mailheader:" +"`Content-Transfer-Encoding` como apropiado." #: ../Doc/library/email.encoders.rst:35 msgid "" diff --git a/library/email.parser.po b/library/email.parser.po index 0754bd49af..89ebc49d6c 100644 --- a/library/email.parser.po +++ b/library/email.parser.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-07-26 11:31-0500\n" -"Last-Translator: Adolfo Hristo David Roque Gámez \n" -"Language: es_AR\n" +"PO-Revision-Date: 2023-11-02 12:47+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_AR\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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/email.parser.rst:2 msgid ":mod:`email.parser`: Parsing email messages" @@ -95,7 +96,6 @@ msgstr "" "el analizador." #: ../Doc/library/email.parser.rst:39 -#, fuzzy msgid "" "Note that the parser can be extended in limited ways, and of course you can " "implement your own parser completely from scratch. All of the logic that " @@ -109,10 +109,10 @@ msgstr "" "por supuesto puedes implementar tu propio analizador completamente desde " "cero. Toda la lógica que conecta el analizador empaquetado del paquete :mod:" "`email` y la clase :class:`~email.message.EmailMessage` está encarnada en la " -"clase :mod:`policy`, por lo que un analizador personalizado puede crear " -"árboles de objetos mensaje en cualquier forma que encuentre necesario al " -"implementar versiones personalizadas de los métodos apropiados de :mod:" -"`policy`." +"clase :class:`~email.policy.Policy`, por lo que un analizador personalizado " +"puede crear árboles de objetos mensaje en cualquier forma que encuentre " +"necesario al implementar versiones personalizadas de los métodos apropiados " +"de :class:`!Policy`." #: ../Doc/library/email.parser.rst:49 msgid "FeedParser API" diff --git a/library/fileinput.po b/library/fileinput.po index 1dddcdfc4a..4d0fff8534 100644 --- a/library/fileinput.po +++ b/library/fileinput.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-03-21 17:58-0500\n" -"Last-Translator: \n" -"Language: es_AR\n" +"PO-Revision-Date: 2023-11-02 12:48+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_AR\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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/fileinput.rst:2 msgid ":mod:`fileinput` --- Iterate over lines from multiple input streams" @@ -320,12 +321,11 @@ msgstr "" "clave." #: ../Doc/library/fileinput.rst:179 -#, fuzzy msgid "" "The ``'rU'`` and ``'U'`` modes and the :meth:`!__getitem__` method have been " "removed." msgstr "" -"Los modos ``'rU'`` y ``'U'`` y el método :meth:`__getitem__` han sido " +"Los modos ``'rU'`` y ``'U'`` y el método :meth:`!__getitem__` han sido " "eliminados." #: ../Doc/library/fileinput.rst:184 diff --git a/library/getpass.po b/library/getpass.po index d2b113acba..2724fb1b57 100644 --- a/library/getpass.po +++ b/library/getpass.po @@ -11,8 +11,8 @@ 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: 2022-11-12 10:17-0500\n" -"Last-Translator: Federico Jurío \n" +"PO-Revision-Date: 2023-11-02 12:48+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "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" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/getpass.rst:2 msgid ":mod:`getpass` --- Portable password input" @@ -30,7 +30,6 @@ msgstr ":mod:`getpass` --- Entrada de contraseña portátil" msgid "**Source code:** :source:`Lib/getpass.py`" msgstr "**Código fuente:** :source:`Lib/getpass.py`" -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." diff --git a/library/grp.po b/library/grp.po index df42562620..e5eb068c95 100644 --- a/library/grp.po +++ b/library/grp.po @@ -11,8 +11,8 @@ 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: 2023-02-20 11:21-0300\n" -"Last-Translator: Alfonso Areiza Guerra \n" +"PO-Revision-Date: 2023-11-02 12:48+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "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" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/grp.rst:2 msgid ":mod:`grp` --- The group database" @@ -34,7 +34,6 @@ msgstr "" "Este módulo proporciona acceso a la base de datos del grupo Unix. Está " "disponible en todas las versiones de Unix." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Availability `: ni Emscripten, ni WASI." diff --git a/library/imghdr.po b/library/imghdr.po index 3951212538..5de4ead491 100644 --- a/library/imghdr.po +++ b/library/imghdr.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-03-09 12:31-0300\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:49+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/imghdr.rst:2 msgid ":mod:`imghdr` --- Determine the type of an image" @@ -50,16 +51,15 @@ msgid "The :mod:`imghdr` module defines the following function:" msgstr "El módulo :mod:`imghdr` define la siguiente función:" #: ../Doc/library/imghdr.rst:24 -#, fuzzy msgid "" "Test the image data contained in the file named *file* and return a string " "describing the image type. If *h* is provided, the *file* argument is " "ignored and *h* is assumed to contain the byte stream to test." msgstr "" "Prueba los datos de imagen contenidos en el archivo nombrado por *file* y " -"retorna una cadena que describe el tipo de imagen. Si se proporciona *h* " -"opcional, se ignora el argumento *file* y se supone que *h* contiene el " -"flujo de bytes para probar." +"retorna una cadena que describe el tipo de imagen. Si se proporciona *h*, se " +"ignora el argumento *file* y se supone que *h* contiene el flujo de bytes " +"para probar." #: ../Doc/library/imghdr.rst:28 msgid "Accepts a :term:`path-like object`." diff --git a/library/index.po b/library/index.po index a78820cb68..baa6aa3b1c 100644 --- a/library/index.po +++ b/library/index.po @@ -11,16 +11,17 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-05-07 18:31-0300\n" -"Last-Translator: María Andrea Vignau\n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:49+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es." "python.org)\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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/index.rst:5 msgid "The Python Standard Library" @@ -82,7 +83,6 @@ msgstr "" # ¿Indice de paquetes de python? # frameworks: marco de trabajo #: ../Doc/library/index.rst:30 -#, fuzzy msgid "" "In addition to the standard library, there is an active collection of " "hundreds of thousands of components (from individual programs and modules to " diff --git a/library/msvcrt.po b/library/msvcrt.po index ceeb481df9..0e2bc26059 100644 --- a/library/msvcrt.po +++ b/library/msvcrt.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-10-09 11:16+0100\n" -"Last-Translator: \n" -"Language: es_ES\n" +"PO-Revision-Date: 2023-11-02 12:50+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/msvcrt.rst:2 msgid ":mod:`msvcrt` --- Useful routines from the MS VC++ runtime" @@ -71,7 +72,6 @@ msgid "File Operations" msgstr "Operaciones con archivos" #: ../Doc/library/msvcrt.rst:38 -#, fuzzy msgid "" "Lock part of a file based on file descriptor *fd* from the C runtime. " "Raises :exc:`OSError` on failure. The locked region of the file extends " @@ -85,8 +85,8 @@ msgstr "" "entorno de ejecución C. Lanza una excepción :exc:`OSError` si falla. La " "región que ha sido bloqueada se extiende desde la posición del archivo " "actual hasta *nbytes* bytes y puede que continúe aún habiendo llegado al " -"final del archivo. *mode* tiene que ser una de las constantes :const:" -"`LK_\\*` que están enumeradas más abajo. Se pueden bloquear varias regiones " +"final del archivo. *mode* tiene que ser una de las constantes :const:`!" +"LK_\\*` que están enumeradas más abajo. Se pueden bloquear varias regiones " "de un mismo archivo pero no se pueden superponer. Las regiones adyacentes no " "se combinan; tienen que ser desbloqueadas manualmente." diff --git a/library/nis.po b/library/nis.po index 63c14071da..dd257d9ba3 100644 --- a/library/nis.po +++ b/library/nis.po @@ -11,15 +11,15 @@ 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: 2022-11-13 20:33+0100\n" -"Last-Translator: Carlos AlMA \n" +"PO-Revision-Date: 2023-11-02 12:50+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2.1\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/nis.rst:3 msgid ":mod:`nis` --- Interface to Sun's NIS (Yellow Pages)" @@ -49,7 +49,6 @@ msgstr "" "Debido a que NIS sólo existe en sistemas Unix, este módulo sólo está " "disponible para Unix." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." diff --git a/library/pty.po b/library/pty.po index 701c4ae16c..25a14d7afe 100644 --- a/library/pty.po +++ b/library/pty.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-08-04 21:47+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:50+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/pty.rst:2 msgid ":mod:`pty` --- Pseudo-terminal utilities" @@ -153,13 +154,12 @@ msgstr "" "hijo." #: ../Doc/library/pty.rst:74 -#, fuzzy msgid "" ":func:`os.waitstatus_to_exitcode` can be used to convert the exit status " "into an exit code." msgstr "" -":func:`waitstatus_to_exitcode` se puede utilizar para convertir el estado de " -"salida en un código de salida." +":func:`os.waitstatus_to_exitcode` se puede utilizar para convertir el estado " +"de salida en un código de salida." #: ../Doc/library/pty.rst:77 msgid "" diff --git a/library/readline.po b/library/readline.po index fd4692e638..174bd13beb 100644 --- a/library/readline.po +++ b/library/readline.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-11-11 17:36-0300\n" -"Last-Translator: Sofía Denner \n" -"Language: es_AR\n" +"PO-Revision-Date: 2023-11-02 12:51+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_AR\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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/readline.rst:2 msgid ":mod:`readline` --- GNU readline interface" @@ -44,7 +45,6 @@ msgstr "" "como de los avisos ofrecidos por la función incorporada :func:`input`." #: ../Doc/library/readline.rst:20 -#, fuzzy msgid "" "Readline keybindings may be configured via an initialization file, typically " "``.inputrc`` in your home directory. See `Readline Init File `_ en el manual de GNU Readline para obtener " -"información sobre el formato y las construcciones permitidas de ese archivo, " -"y las capacidades de la biblioteca Readline en general." +"readline/rluserman.html#Readline-Init-File>`_ en el manual de GNU Readline " +"para obtener información sobre el formato y las construcciones permitidas de " +"ese archivo, y las capacidades de la biblioteca Readline en general." #: ../Doc/library/readline.rst:29 msgid "" diff --git a/library/resource.po b/library/resource.po index 89bbd12852..d4c27dc9d3 100644 --- a/library/resource.po +++ b/library/resource.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-10-31 10:07+0100\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-05 19:37+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/resource.rst:2 msgid ":mod:`resource` --- Resource usage information" @@ -34,9 +35,8 @@ msgstr "" "recursos del sistema utilizados por un programa." #: ../Doc/includes/wasm-notavail.rst:3 -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`Disponibilidad `: FreeBSD 9 o posterior." +msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/includes/wasm-notavail.rst:5 msgid "" @@ -218,7 +218,6 @@ msgstr "" "argumentos ``pid``, ``resource``, ``limits``." #: ../Doc/library/resource.rst:104 -#, fuzzy msgid ":ref:`Availability `: Linux >= 2.6.36 with glibc >= 2.13." msgstr "" ":ref:`Disponibilidad `: Linux 2.6.36 o posterior con glibc " @@ -331,7 +330,6 @@ msgstr "" "El número de bytes que se pueden asignar a las colas de mensajes POSIX." #: ../Doc/library/resource.rst:190 ../Doc/library/resource.rst:227 -#, fuzzy msgid ":ref:`Availability `: Linux >= 2.6.8." msgstr ":ref:`Disponibilidad `: Linux 2.6.8 o posterior." @@ -340,7 +338,6 @@ msgid "The ceiling for the process's nice level (calculated as 20 - rlim_cur)." msgstr "El techo del nivel del proceso *nice* (calculado como 20 - rlim_cur)." #: ../Doc/library/resource.rst:199 ../Doc/library/resource.rst:208 -#, fuzzy msgid ":ref:`Availability `: Linux >= 2.6.12." msgstr ":ref:`Disponibilidad `: Linux 2.6.12 o posterior." @@ -358,7 +355,6 @@ msgstr "" "bloqueo." #: ../Doc/library/resource.rst:218 -#, fuzzy msgid ":ref:`Availability `: Linux >= 2.6.25." msgstr ":ref:`Disponibilidad `: Linux 2.6.25 o posterior." @@ -378,12 +374,10 @@ msgstr "" #: ../Doc/library/resource.rst:237 ../Doc/library/resource.rst:250 #: ../Doc/library/resource.rst:258 -#, fuzzy msgid ":ref:`Availability `: FreeBSD." -msgstr ":ref:`Disponibilidad `: FreeBSD 9 o posterior." +msgstr ":ref:`Disponibilidad `: FreeBSD." #: ../Doc/library/resource.rst:243 -#, fuzzy msgid "" "The maximum size (in bytes) of the swap space that may be reserved or used " "by all of this user id's processes. This limit is enforced only if bit 1 of " @@ -408,7 +402,6 @@ msgid "The maximum number of kqueues this user id is allowed to create." msgstr "El número máximo de kqueues que este ID de usuario puede crear." #: ../Doc/library/resource.rst:266 -#, fuzzy msgid ":ref:`Availability `: FreeBSD >= 11." msgstr ":ref:`Disponibilidad `: FreeBSD 11 o posterior." diff --git a/library/shlex.po b/library/shlex.po index 3981e902f9..d736f69bc6 100644 --- a/library/shlex.po +++ b/library/shlex.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-10-29 22:00-0500\n" -"Last-Translator: Pedro Aarón \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:52+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/shlex.rst:2 msgid ":mod:`shlex` --- Simple lexical analysis" @@ -64,12 +65,12 @@ msgstr "" "el argumento *posix* es falso." #: ../Doc/library/shlex.rst:33 -#, fuzzy msgid "" "Passing ``None`` for *s* argument now raises an exception, rather than " "reading :data:`sys.stdin`." msgstr "" -"Pasar ``None`` para *s* lanzará una excepción en futuras versiones de Python." +"Pasar ``None`` para el argumento *s* ahora lanza una excepción, en lugar de " +"leer :data:`sys.stdin`." #: ../Doc/library/shlex.rst:39 msgid "" diff --git a/library/smtpd.po b/library/smtpd.po index 1441560df8..8b68a26f69 100644 --- a/library/smtpd.po +++ b/library/smtpd.po @@ -8,8 +8,8 @@ msgstr "" "Project-Id-Version: Python 3.7\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2022-12-11 15:20+0100\n" -"Last-Translator: Carlos AlMA \n" +"PO-Revision-Date: 2023-11-02 12:52+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/smtpd.rst:2 msgid ":mod:`smtpd` --- SMTP Server" @@ -72,7 +72,6 @@ msgstr "" "El código admite :RFC:`5321`, más las extensiones :rfc:`1870` SIZE y :rfc:" "`6531` SMTPUTF8." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." diff --git a/library/spwd.po b/library/spwd.po index f9c79ae29f..6e13691cdb 100644 --- a/library/spwd.po +++ b/library/spwd.po @@ -11,8 +11,8 @@ 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: 2022-12-24 12:22-0300\n" -"Last-Translator: Francisco Mora \n" +"PO-Revision-Date: 2023-11-02 12:52+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2.2\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/spwd.rst:2 msgid ":mod:`spwd` --- The shadow password database" @@ -42,7 +42,6 @@ msgstr "" "Este módulo proporciona acceso a la base de datos de contraseñas ocultas de " "Unix. Está disponible en varias versiones de Unix." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Availability `: no Emscripten, no WASI." diff --git a/library/stringprep.po b/library/stringprep.po index 1f8cc5d33d..b11a40176f 100644 --- a/library/stringprep.po +++ b/library/stringprep.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-10-13 19:47+0200\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 12:53+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/stringprep.rst:2 msgid ":mod:`stringprep` --- Internet String Preparation" @@ -67,7 +68,6 @@ msgstr "" "dominios internacionalizados." #: ../Doc/library/stringprep.rst:29 -#, fuzzy msgid "" "The module :mod:`stringprep` only exposes the tables from :rfc:`3454`. As " "these tables would be very large to represent as dictionaries or lists, the " diff --git a/library/unittest.mock.po b/library/unittest.mock.po index 09103e06b1..8306b117bf 100644 --- a/library/unittest.mock.po +++ b/library/unittest.mock.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2023-05-02 21:52-0600\n" -"Last-Translator: Pedro Aarón \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:15+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/unittest.mock.rst:3 msgid ":mod:`unittest.mock` --- mock object library" @@ -514,10 +515,9 @@ msgstr "" "objeto simulado:" #: ../Doc/library/unittest.mock.rst:409 -#, fuzzy msgid "Added two keyword-only arguments to the reset_mock function." msgstr "" -"Se añadieron dos argumentos por palabra clave a la función *reset_mock*." +"Se añadieron dos argumentos de palabra clave a la función *reset_mock*." #: ../Doc/library/unittest.mock.rst:412 msgid "" @@ -538,10 +538,9 @@ msgstr "" "también." #: ../Doc/library/unittest.mock.rst:420 -#, fuzzy msgid "*return_value*, and :attr:`side_effect` are keyword-only arguments." msgstr "" -"*return_value* y :attr:`side_effect` son argumentos por palabra clave " +"*return_value* y :attr:`side_effect` son argumentos de palabra clave " "exclusivamente." #: ../Doc/library/unittest.mock.rst:426 @@ -2949,15 +2948,14 @@ msgstr "" "`FILTER_DIR`:" #: ../Doc/library/unittest.mock.rst:2439 -#, fuzzy msgid "" "Alternatively you can just use ``vars(my_mock)`` (instance members) and " "``dir(type(my_mock))`` (type members) to bypass the filtering irrespective " "of :const:`mock.FILTER_DIR`." msgstr "" "Como alternativa, puedes usar ``vars(my_mock)`` (miembros de instancia) y " -"``dir(type(my_mock))`` (miembros de tipo) para omitir el filtrado con " -"independencia del valor de :data:`mock.FILTER_DIR`." +"``dir(type(my_mock))`` (miembros de tipo) para omitir el filtrado " +"independientemente del valor de :const:`mock.FILTER_DIR`." #: ../Doc/library/unittest.mock.rst:2445 msgid "mock_open" diff --git a/library/winsound.po b/library/winsound.po index e7fc359657..d423c229c1 100644 --- a/library/winsound.po +++ b/library/winsound.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-10-04 19:13+0100\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:14+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/winsound.rst:2 msgid ":mod:`winsound` --- Sound-playing interface for Windows" @@ -50,7 +51,6 @@ msgstr "" "altavoz, se lanza :exc:`RuntimeError`." #: ../Doc/library/winsound.rst:27 -#, fuzzy msgid "" "Call the underlying :c:func:`!PlaySound` function from the Platform API. " "The *sound* parameter may be a filename, a system sound alias, audio data as " @@ -60,17 +60,16 @@ msgid "" "waveform sound is stopped. If the system indicates an error, :exc:" "`RuntimeError` is raised." msgstr "" -"Llama a la función responsable de :c:func:`PlaySound` desde el API de la " +"Llama a la función responsable de :c:func:`!PlaySound` desde el API de la " "plataforma. El parámetro *sound* puede ser un nombre de archivo, un alias " "de sonido del sistema, datos de audio como un :term:`bytes-like object` , o " "``None``. Su interpretación depende del valor de *flags*, que puede ser una " "combinación ORed de las constantes descritas a continuación. Si el parámetro " "de *sound* es ``None``, cualquier sonido de forma de onda que se esté " "reproduciendo en ese momento se detiene. Si el sistema indica un error, se " -"lanza :exc:`RuntimeError`` ." +"lanza :exc:`RuntimeError``." #: ../Doc/library/winsound.rst:38 -#, fuzzy msgid "" "Call the underlying :c:func:`!MessageBeep` function from the Platform API. " "This plays a sound as specified in the registry. The *type* argument " @@ -81,12 +80,12 @@ msgid "" "played otherwise. If the system indicates an error, :exc:`RuntimeError` is " "raised." msgstr "" -"Llama a la función responsable de :c:func:`MensajeBeep` de la API de la " +"Llama a la función responsable de :c:func:`!MensajeBeep` de la API de la " "plataforma. Esto reproduce un sonido como se especifica en el registro. El " "argumento *type* especifica qué sonido se reproduce; los valores posibles " "son ``-1``, ``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, " "``MB_ICONQUESTION``, y ``MB_OK``, todos descritos a continuación. El valor " -"\"1\" produce un \"simple pitido\"; este es el último recurso si un sonido " +"\"-1\" produce un \"simple pitido\"; este es el último recurso si un sonido " "no puede ser reproducido de otra manera. Si el sistema indica un error, se " "lanza :exc:`RuntimeError`." diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index 5e2c3c3081..9b312b29ee 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.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-04 21:01+0200\n" -"Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:09+0100\n" +"Last-Translator: Marcos Medrano \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.4\n" #: ../Doc/library/xml.dom.minidom.rst:2 msgid ":mod:`xml.dom.minidom` --- Minimal DOM implementation" @@ -161,7 +162,6 @@ msgstr "" "de ejemplo::" #: ../Doc/library/xml.dom.minidom.rst:95 -#, fuzzy msgid "" "When you are finished with a DOM tree, you may optionally call the :meth:" "`unlink` method to encourage early cleanup of the now-unneeded objects. :" @@ -258,7 +258,6 @@ msgstr "" "encabezado XML." #: ../Doc/library/xml.dom.minidom.rst:148 -#, fuzzy msgid "" "Similarly, explicitly stating the *standalone* argument causes the " "standalone document declarations to be added to the prologue of the XML " diff --git a/library/xml.dom.po b/library/xml.dom.po index 2d96d27d8a..97c1130d20 100644 --- a/library/xml.dom.po +++ b/library/xml.dom.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: 2020-07-23 14:17-0500\n" -"Last-Translator: Adolfo Hristo David Roque Gámez \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:07+0100\n" +"Last-Translator: Marcos Medrano \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.4\n" #: ../Doc/library/xml.dom.rst:2 msgid ":mod:`xml.dom` --- The Document Object Model API" @@ -164,13 +165,12 @@ msgstr "" "La recomendación del W3C para el DOM soportada por :mod:`xml.dom.minidom`." #: ../Doc/library/xml.dom.rst:76 -#, fuzzy msgid "" "`Python Language Mapping Specification `_" msgstr "" -"`Python Language Mapping Specification `_" +"`Python Language Mapping Specification `_" #: ../Doc/library/xml.dom.rst:77 msgid "This specifies the mapping from OMG IDL to Python." diff --git a/library/xml.dom.pulldom.po b/library/xml.dom.pulldom.po index 6a4fea4a23..4b2ef1d532 100644 --- a/library/xml.dom.pulldom.po +++ b/library/xml.dom.pulldom.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: 2020-10-18 17:55-0300\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:09+0100\n" +"Last-Translator: Marcos Medrano \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.4\n" #: ../Doc/library/xml.dom.pulldom.rst:2 msgid ":mod:`xml.dom.pulldom` --- Support for building partial DOM trees" @@ -195,9 +196,8 @@ msgid "DOMEventStream Objects" msgstr "Objetos DOMEventStream" #: ../Doc/library/xml.dom.pulldom.rst:117 -#, fuzzy msgid "Support for :meth:`__getitem__` method has been removed." -msgstr "El soporte para :meth:`sequence protocol <__getitem__>` está obsoleto." +msgstr "El soporte para :meth:`__getitem__` ha sido eliminado." #: ../Doc/library/xml.dom.pulldom.rst:122 msgid "" diff --git a/library/xml.po b/library/xml.po index d2e2da8ff0..13119304b3 100644 --- a/library/xml.po +++ b/library/xml.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-12-08 16:18-0500\n" -"Last-Translator: Adolfo Hristo David Roque Gámez \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:06+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/xml.rst:4 msgid "XML Processing Modules" @@ -197,7 +198,6 @@ msgid "**Vulnerable**" msgstr "**Vulnerable**" #: ../Doc/library/xml.rst:73 -#, fuzzy msgid "" "Expat 2.4.1 and newer is not vulnerable to the \"billion laughs\" and " "\"quadratic blowup\" vulnerabilities. Items still listed as vulnerable due " @@ -207,16 +207,15 @@ msgstr "" "Expat 2.4.1 y nuevas versiones no son vulnerables a las vulnerabilidades de " "\"mil millones de risas\" y \"explosión cuadrática\". Los elementos siguen " "listados como vulnerables debido a la posible dependencia de las bibliotecas " -"proporcionadas por el sistemas. Verifique :data:`pyexpat.EXPAT_VERSION`." +"proporcionadas por el sistemas. Verifique :const:`pyexpat.EXPAT_VERSION`." #: ../Doc/library/xml.rst:77 -#, fuzzy msgid "" ":mod:`xml.etree.ElementTree` doesn't expand external entities and raises a :" "exc:`~xml.etree.ElementTree.ParseError` when an entity occurs." msgstr "" ":mod:`xml.etree.ElementTree` no expande entidades externas y lanza un :exc:" -"`ParserError` cuando se produce una entidad." +"`~xml.etree.ElementTree.ParserError` cuando se produce una entidad." #: ../Doc/library/xml.rst:79 msgid "" @@ -227,9 +226,8 @@ msgstr "" "la entidad no expandida literalmente." #: ../Doc/library/xml.rst:81 -#, fuzzy msgid ":mod:`xmlrpc.client` doesn't expand external entities and omits them." -msgstr ":mod:`xmlrpclib` no expande entidades externas y las omite." +msgstr ":mod:`xmlrpc.client` no expande entidades externas y las omite." #: ../Doc/library/xml.rst:82 msgid "" @@ -262,7 +260,6 @@ msgid "quadratic blowup entity expansion" msgstr "expansión de entidad de explosión cuadrática" #: ../Doc/library/xml.rst:94 -#, fuzzy msgid "" "A quadratic blowup attack is similar to a `Billion Laughs`_ attack; it " "abuses entity expansion, too. Instead of nested entities it repeats one " @@ -321,9 +318,8 @@ msgstr "" "los vectores de ataque conocidos con ejemplos y referencias." #: ../Doc/library/xml.rst:123 -#, fuzzy msgid "The :mod:`!defusedxml` Package" -msgstr "El paquete :mod:`defusedxml`" +msgstr "El paquete :mod:`!defusedxml`" #: ../Doc/library/xml.rst:125 msgid "" diff --git a/library/xml.sax.handler.po b/library/xml.sax.handler.po index feb1f984b4..aa5476a451 100644 --- a/library/xml.sax.handler.po +++ b/library/xml.sax.handler.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2021-11-24 11:22-0300\n" -"Last-Translator: \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:11+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/xml.sax.handler.rst:2 msgid ":mod:`xml.sax.handler` --- Base classes for SAX handlers" @@ -281,9 +282,8 @@ msgid "value: ``\"http://xml.org/sax/properties/xml-string\"``" msgstr "value: ``\"http://xml.org/sax/properties/xml-string\"``" #: ../Doc/library/xml.sax.handler.rst:150 -#, fuzzy msgid "data type: Bytes" -msgstr "tipo de datos: String" +msgstr "tipo de datos: Bytes" #: ../Doc/library/xml.sax.handler.rst:152 msgid "" @@ -686,7 +686,6 @@ msgid "ErrorHandler Objects" msgstr "Objetos ErrorHandler" #: ../Doc/library/xml.sax.handler.rst:390 -#, fuzzy msgid "" "Objects with this interface are used to receive error and warning " "information from the :class:`~xml.sax.xmlreader.XMLReader`. If you create " @@ -703,10 +702,11 @@ msgstr "" "que implemente esta interfaz, y luego registras el objeto con tu :class:" "`~xml.sax.xmlreader.XMLReader`, el parser (analizador) invocará a los " "métodos de tu objeto para informar de todas las advertencias y errores. Hay " -"tres niveles de errores disponibles: advertencias, (posiblemente) errores " +"tres niveles de errores disponibles: advertencias, errores (posiblemente) " "recuperables y errores no recuperables. Todos los métodos toman un :exc:" -"`SAXParseException` como único parámetro. Los errores y advertencias pueden " -"ser convertidos en una excepción lanzando el objeto de excepción pasado." +"`~xml.sax.SAXParseException` como único parámetro. Los errores y " +"advertencias pueden ser convertidos en una excepción lanzando el objeto de " +"excepción pasado." #: ../Doc/library/xml.sax.handler.rst:403 msgid "" diff --git a/library/xmlrpc.client.po b/library/xmlrpc.client.po index 7ca3da7e6f..899600fb2f 100644 --- a/library/xmlrpc.client.po +++ b/library/xmlrpc.client.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2022-12-09 21:24-0300\n" -"Last-Translator: Sofía Denner \n" -"Language: es\n" +"PO-Revision-Date: 2023-11-02 09:12+0100\n" +"Last-Translator: Marcos Medrano \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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/xmlrpc.client.rst:2 msgid ":mod:`xmlrpc.client` --- XML-RPC client access" @@ -63,7 +64,6 @@ msgstr "" "necesarias de certificados y nombres de host de forma predeterminada." #: ../Doc/includes/wasm-notavail.rst:3 -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." @@ -366,9 +366,8 @@ msgstr "" "xmlrpc/types.html para obtener una descripción." #: ../Doc/library/xmlrpc.client.rst:166 -#, fuzzy msgid "`XML-RPC HOWTO `_" -msgstr "`XML-RPC HOWTO `_" +msgstr "`XML-RPC HOWTO `_" #: ../Doc/library/xmlrpc.client.rst:165 msgid "" diff --git a/library/xmlrpc.po b/library/xmlrpc.po index ad0a5911f4..4d73e31e85 100644 --- a/library/xmlrpc.po +++ b/library/xmlrpc.po @@ -11,20 +11,20 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-10-12 19:43+0200\n" -"PO-Revision-Date: 2020-10-02 09:15+0100\n" -"Last-Translator: \n" -"Language: es_ES\n" +"PO-Revision-Date: 2023-11-02 09:11+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es_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.13.0\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/xmlrpc.rst:2 -#, fuzzy msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules" -msgstr ":mod:`xmlrpc` --- Módulos XMLRPC para cliente y servidor" +msgstr ":mod:`!xmlrpc` --- Módulos XMLRPC para cliente y servidor" #: ../Doc/library/xmlrpc.rst:4 msgid "" diff --git a/library/xmlrpc.server.po b/library/xmlrpc.server.po index eb31e45a40..9c5e715a84 100644 --- a/library/xmlrpc.server.po +++ b/library/xmlrpc.server.po @@ -11,8 +11,8 @@ 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: 2022-11-11 17:05-0300\n" -"Last-Translator: Sofía Denner \n" +"PO-Revision-Date: 2023-11-02 09:12+0100\n" +"Last-Translator: Marcos Medrano \n" "Language-Team: python-doc-es\n" "Language: es\n" "MIME-Version: 1.0\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" -"X-Generator: Poedit 3.2\n" +"X-Generator: Poedit 3.4\n" #: ../Doc/library/xmlrpc.server.rst:2 msgid ":mod:`xmlrpc.server` --- Basic XML-RPC servers" @@ -52,7 +52,6 @@ msgstr "" "maliciosamente. Si necesita analizar sintácticamente datos no confiables o " "no autentificados, consulte :ref:`xml-vulnerabilities`." -#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." From 88d2f8b71acfa83c76b4f12bc62d7d01fda70564 Mon Sep 17 00:00:00 2001 From: Marcos Medrano <786907+mmmarcos@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:11:09 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: rtobar --- library/asyncio-protocol.po | 4 ++-- library/winsound.po | 2 +- library/xml.dom.minidom.po | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/asyncio-protocol.po b/library/asyncio-protocol.po index 4d2f92265a..0446082713 100644 --- a/library/asyncio-protocol.po +++ b/library/asyncio-protocol.po @@ -988,8 +988,8 @@ msgid "" "called anymore." msgstr "" "Sin embargo, :meth:`protocol.eof_received() ` se " -"llama como máximo una vez. Luego de llamar a `eof_received()`, ya no se " -"llama mas a ``data_received()``." +"llama como máximo una vez. Luego de llamar a ``eof_received()``, ya no se " +"llama más a ``data_received()``." #: ../Doc/library/asyncio-protocol.rst:562 msgid "" diff --git a/library/winsound.po b/library/winsound.po index d423c229c1..110f7ef23a 100644 --- a/library/winsound.po +++ b/library/winsound.po @@ -85,7 +85,7 @@ msgstr "" "argumento *type* especifica qué sonido se reproduce; los valores posibles " "son ``-1``, ``MB_ICONASTERISK``, ``MB_ICONEXCLAMATION``, ``MB_ICONHAND``, " "``MB_ICONQUESTION``, y ``MB_OK``, todos descritos a continuación. El valor " -"\"-1\" produce un \"simple pitido\"; este es el último recurso si un sonido " +"``-1`` produce un \"simple pitido\"; este es el último recurso si un sonido " "no puede ser reproducido de otra manera. Si el sistema indica un error, se " "lanza :exc:`RuntimeError`." diff --git a/library/xml.dom.minidom.po b/library/xml.dom.minidom.po index 9b312b29ee..a7a8117e90 100644 --- a/library/xml.dom.minidom.po +++ b/library/xml.dom.minidom.po @@ -267,9 +267,9 @@ msgid "" msgstr "" "De manera similar, al indicar explícitamente el argumento *standalone*, las " "declaraciones del documento independiente se agregan al prólogo del " -"documento XML. Si el valor se establece en `True`, se agrega " -"`standalone=\"yes\"`; de lo contrario, se establece en `\"no\"`. No declarar " -"el argumento omitirá la declaración del documento." +"documento XML. Si el valor se establece en ``True``, se agrega " +"``standalone=\"yes\"``; de lo contrario, se establece en ``\"no\"``. No " +"declarar el argumento omitirá la declaración del documento." #: ../Doc/library/xml.dom.minidom.rst:155 msgid ""