From 6851ece06dff4f7917025bbe8143278da4cf00de Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Thu, 8 Dec 2022 16:16:27 -0300 Subject: [PATCH 1/3] translate library/collections.abc --- library/collections.abc.po | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/library/collections.abc.po b/library/collections.abc.po index 8b3e76a19c..e6ea0e1074 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.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 10:29+0200\n" +"PO-Revision-Date: 2022-12-08 16:15-0300\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es_AR\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.10.3\n" +"X-Generator: Poedit 3.2.2\n" #: ../Doc/library/collections.abc.rst:2 msgid ":mod:`collections.abc` --- Abstract Base Classes for Containers" @@ -125,6 +126,8 @@ msgid "" "These abstract classes now support ``[]``. See :ref:`types-genericalias` " "and :pep:`585`." msgstr "" +"Estas clases abstractas ahora soportan ``[]``. Vea :ref:`types-genericalias` " +"y :pep:`585`." #: ../Doc/library/collections.abc.rst:114 msgid "Collections Abstract Base Classes" @@ -613,7 +616,6 @@ msgstr "" "`~collections.abc.Coroutine` ABC son todas las instancias de este ABC." #: ../Doc/library/collections.abc.rst:302 -#, fuzzy msgid "" "In CPython, generator-based coroutines (generators decorated with :func:" "`types.coroutine`) are *awaitables*, even though they do not have an :meth:" @@ -621,10 +623,9 @@ msgid "" "return ``False``. Use :func:`inspect.isawaitable` to detect them." msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" -"func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a " -"pesar de que no tienen un método :meth:`__await__`. El uso de " -"``isinstance(gencoro, Awaitable)`` para ellos retornará ``False``. Use :func:" -"`inspect.isawaitable` para detectarlos." +"func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " +"método :meth:`__await__`. El uso de ``isinstance(gencoro, Awaitable)`` para " +"ellos retornará ``False``. Use :func:`inspect.isawaitable` para detectarlos." #: ../Doc/library/collections.abc.rst:312 msgid "" @@ -643,7 +644,6 @@ msgstr "" "`Awaitable`. Ver también la definición de :term:`coroutine`." #: ../Doc/library/collections.abc.rst:320 -#, fuzzy msgid "" "In CPython, generator-based coroutines (generators decorated with :func:" "`types.coroutine`) are *awaitables*, even though they do not have an :meth:" @@ -651,10 +651,9 @@ msgid "" "return ``False``. Use :func:`inspect.isawaitable` to detect them." msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" -"func:`types.coroutine` o :func:`asyncio.coroutine`) son *awaitables*, a " -"pesar de que no tienen un método :meth:`__await__`. El uso de " -"``isinstance(gencoro, Coroutine)`` para ellos retornará ``False``. Use :func:" -"`inspect.isawaitable` para detectarlos." +"func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " +"método :meth:`__await__`. El uso de ``isinstance(gencoro, Coroutine)`` para " +"ellos retornará ``False``. Use :func:`inspect.isawaitable` para detectarlos." #: ../Doc/library/collections.abc.rst:330 msgid "" From 49f7380713c1f13559cd13b44146672a197d4da0 Mon Sep 17 00:00:00 2001 From: Sofia Denner Date: Thu, 8 Dec 2022 16:17:14 -0300 Subject: [PATCH 2/3] update last-translator --- library/collections.abc.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/collections.abc.po b/library/collections.abc.po index e6ea0e1074..b44a43d157 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -12,7 +12,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" "PO-Revision-Date: 2022-12-08 16:15-0300\n" -"Last-Translator: Cristián Maureira-Fredes \n" +"Last-Translator: Sofía Denner \n" "Language-Team: python-doc-es\n" "Language: es_AR\n" "MIME-Version: 1.0\n" From 24360da7b2b094e415832f1bc6617cfbf39ebad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 9 Dec 2022 14:43:06 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: rtobar --- library/collections.abc.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/collections.abc.po b/library/collections.abc.po index b44a43d157..f177a3ea1d 100644 --- a/library/collections.abc.po +++ b/library/collections.abc.po @@ -625,7 +625,7 @@ msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" "func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " "método :meth:`__await__`. El uso de ``isinstance(gencoro, Awaitable)`` para " -"ellos retornará ``False``. Use :func:`inspect.isawaitable` para detectarlos." +"ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas." #: ../Doc/library/collections.abc.rst:312 msgid "" @@ -653,7 +653,7 @@ msgstr "" "En CPython, las corrutinas basadas en generador (generadores decorados con :" "func:`types.coroutine`) son *awaitables*, a pesar de que no tienen un " "método :meth:`__await__`. El uso de ``isinstance(gencoro, Coroutine)`` para " -"ellos retornará ``False``. Use :func:`inspect.isawaitable` para detectarlos." +"ellas retornará ``False``. Use :func:`inspect.isawaitable` para detectarlas." #: ../Doc/library/collections.abc.rst:330 msgid ""