Skip to content

Commit 98db0aa

Browse files
committed
Update translation from Transifex
1 parent e7573c1 commit 98db0aa

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

library/marshal.po

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
14+
"POT-Creation-Date: 2021-07-01 06:46+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:18+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2019\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -93,18 +93,33 @@ msgid ""
9393
"(see below)."
9494
msgstr ""
9595

96+
msgid ""
97+
"Raises an :ref:`auditing event <auditing>` ``marshal.dumps`` with arguments "
98+
"``value``, ``version``."
99+
msgstr ""
100+
96101
msgid ""
97102
"Read one value from the open file and return it. If no valid value is read "
98103
"(e.g. because the data has a different Python version's incompatible marshal "
99104
"format), raise :exc:`EOFError`, :exc:`ValueError` or :exc:`TypeError`. The "
100105
"file must be a readable :term:`binary file`."
101106
msgstr ""
102107

108+
msgid ""
109+
"Raises an :ref:`auditing event <auditing>` ``marshal.load`` with no "
110+
"arguments."
111+
msgstr ""
112+
103113
msgid ""
104114
"If an object containing an unsupported type was marshalled with :func:"
105115
"`dump`, :func:`load` will substitute ``None`` for the unmarshallable type."
106116
msgstr ""
107117

118+
msgid ""
119+
"This call used to raise a ``code.__new__`` audit event for each code object. "
120+
"Now it raises a single ``marshal.load`` event for the entire load operation."
121+
msgstr ""
122+
108123
msgid ""
109124
"Return the bytes object that would be written to a file by ``dump(value, "
110125
"file)``. The value must be a supported type. Raise a :exc:`ValueError` "
@@ -122,6 +137,16 @@ msgid ""
122137
"bytes in the input are ignored."
123138
msgstr ""
124139

140+
msgid ""
141+
"Raises an :ref:`auditing event <auditing>` ``marshal.loads`` with argument "
142+
"``bytes``."
143+
msgstr ""
144+
145+
msgid ""
146+
"This call used to raise a ``code.__new__`` audit event for each code object. "
147+
"Now it raises a single ``marshal.loads`` event for the entire load operation."
148+
msgstr ""
149+
125150
msgid "In addition, the following constants are defined:"
126151
msgstr ""
127152

0 commit comments

Comments
 (0)