From ea73f9ea5d3bcddc9dcb4f13b70aab00a6f9b5f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Thu, 2 Mar 2023 19:43:02 +0100 Subject: [PATCH 1/4] Traduce library/nntplib Closes #1876 --- library/nntplib.po | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/library/nntplib.po b/library/nntplib.po index 2f31369f2b..b1cc78ee8e 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -13,12 +13,12 @@ msgstr "" "POT-Creation-Date: 2022-10-25 19:47+0200\n" "PO-Revision-Date: 2021-08-04 21:40+0200\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" #: ../Doc/library/nntplib.rst:2 @@ -32,6 +32,7 @@ msgstr "**Código fuente:** :source:`Lib/nntplib.py`" #: ../Doc/library/nntplib.rst:14 msgid "The :mod:`nntplib` module is deprecated (see :pep:`594` for details)." msgstr "" +"El módulo :mod:`nntplib` está en desuso (ver :pep:`594` para más detalles)." #: ../Doc/library/nntplib.rst:19 msgid "" @@ -47,7 +48,7 @@ msgstr "" "`977` y :rfc:`2980`." msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr "" +msgstr ":ref:`Availability `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid "" @@ -55,6 +56,9 @@ msgid "" "``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for " "more information." msgstr "" +"Este módulo no funciona o no está disponible en las plataformas WebAssembly " +"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` " +"para obtener más información." #: ../Doc/library/nntplib.rst:26 msgid "" @@ -488,7 +492,7 @@ msgid "" "not specified. It is best to cache the results offline unless you really " "need to refresh them." msgstr "" -"Este comando puede devolver resultados muy grandes, especialmente si no se " +"Este comando puede retornar resultados muy grandes, especialmente si no se " "especifica *group_pattern*. Es mejor almacenar en caché los resultados sin " "conexión a menos que realmente necesite actualizarlos." @@ -723,7 +727,7 @@ msgid "" "Return a pair ``(response, date)``. *date* is a :class:`~datetime.datetime` " "object containing the current date and time of the server." msgstr "" -"Devuelve un par ``(response, date)``. *date* es un objeto :class:`~datetime." +"Retorna un par ``(response, date)``. *date* es un objeto :class:`~datetime." "datetime` que contiene la fecha y hora actuales del servidor." #: ../Doc/library/nntplib.rst:510 From 88cd0e11de5c328ce02a33dbd312b9949a8c6f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Thu, 2 Mar 2023 20:23:08 +0100 Subject: [PATCH 2/4] Agrega fuzzy a entradas con availability --- library/nntplib.po | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/nntplib.po b/library/nntplib.po index b1cc78ee8e..53ca11e80d 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -47,10 +47,12 @@ msgstr "" "automatizados. Es compatible con :rfc:`3977` así como con los antiguos :rfc:" "`977` y :rfc:`2980`." +#, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Availability `: no Emscripten, no WASI." #: ../Doc/library/cpython/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 " From 5f23eee56a39be63ba3e6d77b572e27572238be9 Mon Sep 17 00:00:00 2001 From: rtobar Date: Wed, 8 Mar 2023 12:24:20 +0800 Subject: [PATCH 3/4] Update library/nntplib.po --- library/nntplib.po | 1 - 1 file changed, 1 deletion(-) diff --git a/library/nntplib.po b/library/nntplib.po index 53ca11e80d..d4d3c26081 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -52,7 +52,6 @@ msgid ":ref:`Availability `: not Emscripten, not WASI." msgstr ":ref:`Availability `: no Emscripten, no WASI." #: ../Doc/library/cpython/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 " From 8e8365625ed557fac5a0cfc847a2ef6dcd553172 Mon Sep 17 00:00:00 2001 From: rtobar Date: Wed, 8 Mar 2023 12:24:26 +0800 Subject: [PATCH 4/4] Update library/nntplib.po --- library/nntplib.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/nntplib.po b/library/nntplib.po index d4d3c26081..838152f810 100644 --- a/library/nntplib.po +++ b/library/nntplib.po @@ -49,7 +49,7 @@ msgstr "" #, fuzzy msgid ":ref:`Availability `: not Emscripten, not WASI." -msgstr ":ref:`Availability `: no Emscripten, no WASI." +msgstr ":ref:`Disponibilidad `: no Emscripten, no WASI." #: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5 msgid ""