@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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"
16
16
"Language : es_AR\n "
17
17
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
19
19
"MIME-Version : 1.0\n "
20
20
"Content-Type : text/plain; charset=utf-8\n "
21
21
"Content-Transfer-Encoding : 8bit\n "
22
22
"Generated-By : Babel 2.9.1\n "
23
+ "X-Generator : Poedit 3.0\n "
23
24
24
25
#: ../Doc/library/marshal.rst:2
25
26
msgid ":mod:`marshal` --- Internal Python object serialization"
@@ -150,6 +151,8 @@ msgid ""
150
151
"Raises an :ref:`auditing event <auditing>` ``marshal.dumps`` with arguments "
151
152
"``value``, ``version``."
152
153
msgstr ""
154
+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.dumps`` con "
155
+ "argumentos ``value``, ``version``."
153
156
154
157
#: ../Doc/library/marshal.rst:74
155
158
msgid ""
@@ -169,6 +172,8 @@ msgid ""
169
172
"Raises an :ref:`auditing event <auditing>` ``marshal.load`` with no "
170
173
"arguments."
171
174
msgstr ""
175
+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.load`` sin "
176
+ "argumentos."
172
177
173
178
#: ../Doc/library/marshal.rst:83
174
179
msgid ""
@@ -183,6 +188,9 @@ msgid ""
183
188
"This call used to raise a ``code.__new__`` audit event for each code object. "
184
189
"Now it raises a single ``marshal.load`` event for the entire load operation."
185
190
msgstr ""
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."
186
194
187
195
#: ../Doc/library/marshal.rst:94
188
196
msgid ""
@@ -219,12 +227,17 @@ msgid ""
219
227
"Raises an :ref:`auditing event <auditing>` ``marshal.loads`` with argument "
220
228
"``bytes``."
221
229
msgstr ""
230
+ "Lanza un :ref:`evento de auditoría <auditing>` ``marshal.loads`` con "
231
+ "argumento ``bytes``."
222
232
223
233
#: ../Doc/library/marshal.rst:114
224
234
msgid ""
225
235
"This call used to raise a ``code.__new__`` audit event for each code object. "
226
236
"Now it raises a single ``marshal.loads`` event for the entire load operation."
227
237
msgstr ""
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."
228
241
229
242
#: ../Doc/library/marshal.rst:118
230
243
msgid "In addition, the following constants are defined:"
0 commit comments