@@ -11,15 +11,16 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14- "PO-Revision-Date : 2020-10-10 10:39-0400 \n "
15- "Last-Translator : \n "
14+ "PO-Revision-Date : 2022-01-05 16:41+0100 \n "
15+ "
Last-Translator :
Marcos Medrano <[email protected] > \n"
1616"Language : es_AR\n "
1717"Language-Team : python-doc-es\n "
18- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=utf-8\n "
2121"Content-Transfer-Encoding : 8bit\n "
2222"Generated-By : Babel 2.9.1\n "
23+ "X-Generator : Poedit 3.0\n "
2324
2425#: ../Doc/library/marshal.rst:2
2526msgid ":mod:`marshal` --- Internal Python object serialization"
@@ -150,6 +151,8 @@ msgid ""
150151"Raises an :ref:`auditing event <auditing>` ``marshal.dumps`` with arguments "
151152"``value``, ``version``."
152153msgstr ""
154+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.dumps`` con "
155+ "argumentos ``value``, ``version``."
153156
154157#: ../Doc/library/marshal.rst:74
155158msgid ""
@@ -169,6 +172,8 @@ msgid ""
169172"Raises an :ref:`auditing event <auditing>` ``marshal.load`` with no "
170173"arguments."
171174msgstr ""
175+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.load`` sin "
176+ "argumentos."
172177
173178#: ../Doc/library/marshal.rst:83
174179msgid ""
@@ -183,6 +188,9 @@ msgid ""
183188"This call used to raise a ``code.__new__`` audit event for each code object. "
184189"Now it raises a single ``marshal.load`` event for the entire load operation."
185190msgstr ""
191+ "Esta llamada solía lanzar un evento de auditoría ``code.__new__`` para cada "
192+ "objeto código. Ahora lanza un único evento ``marshal.load`` para toda la "
193+ "operación de carga."
186194
187195#: ../Doc/library/marshal.rst:94
188196msgid ""
@@ -219,12 +227,17 @@ msgid ""
219227"Raises an :ref:`auditing event <auditing>` ``marshal.loads`` with argument "
220228"``bytes``."
221229msgstr ""
230+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.loads`` con "
231+ "argumento ``bytes``."
222232
223233#: ../Doc/library/marshal.rst:114
224234msgid ""
225235"This call used to raise a ``code.__new__`` audit event for each code object. "
226236"Now it raises a single ``marshal.loads`` event for the entire load operation."
227237msgstr ""
238+ "Esta llamada solía lanzar un evento de auditoría ``code.__new__`` para cada "
239+ "objeto código. Ahora lanza un único evento ``marshal.loads`` para toda la "
240+ "operación de carga."
228241
229242#: ../Doc/library/marshal.rst:118
230243msgid "In addition, the following constants are defined:"
0 commit comments