Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00dfb12

Browse files
authored
Traducido archivo library/marshal (#1814)
1 parenta92a39a commit00dfb12

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

‎library/marshal.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 <marcosmedrano0@gmail.com>\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
2526
msgid":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``."
152153
msgstr""
154+
"Lanza un :ref:`evento de auditoría <auditing>` ``marshal.dumps`` con "
155+
"argumentos ``value``, ``version``."
153156

154157
#:../Doc/library/marshal.rst:74
155158
msgid""
@@ -169,6 +172,8 @@ msgid ""
169172
"Raises an :ref:`auditing event <auditing>` ``marshal.load`` with no "
170173
"arguments."
171174
msgstr""
175+
"Lanza un :ref:`evento de auditoría <auditing>` ``marshal.load`` sin "
176+
"argumentos."
172177

173178
#:../Doc/library/marshal.rst:83
174179
msgid""
@@ -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."
185190
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."
186194

187195
#:../Doc/library/marshal.rst:94
188196
msgid""
@@ -219,12 +227,17 @@ msgid ""
219227
"Raises an :ref:`auditing event <auditing>` ``marshal.loads`` with argument "
220228
"``bytes``."
221229
msgstr""
230+
"Lanza un :ref:`evento de auditoría <auditing>` ``marshal.loads`` con "
231+
"argumento ``bytes``."
222232

223233
#:../Doc/library/marshal.rst:114
224234
msgid""
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."
227237
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."
228241

229242
#:../Doc/library/marshal.rst:118
230243
msgid"In addition, the following constants are defined:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp