9
9
#, fuzzy
10
10
msgid ""
11
11
msgstr ""
12
- "Project-Id-Version : Python 3.11 \n "
12
+ "Project-Id-Version : Python 3.12 \n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-05-19 14:13 +0000\n "
14
+ "POT-Creation-Date : 2023-06-02 19:38 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 00:49+0000\n "
16
16
"Last-Translator : Dmytro Kazanzhy, 2022\n "
17
17
"Language-Team : Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n "
@@ -63,64 +63,70 @@ msgid ""
63
63
"native :c:expr:`long` type. *version* indicates the file format."
64
64
msgstr ""
65
65
66
- #: ../../c-api/marshal.rst:31
66
+ #: ../../c-api/marshal.rst:28 ../../c-api/marshal.rst:36
67
+ msgid ""
68
+ "This function can fail, in which case it sets the error indicator. Use "
69
+ ":c:func:`PyErr_Occurred` to check for that."
70
+ msgstr ""
71
+
72
+ #: ../../c-api/marshal.rst:33
67
73
msgid ""
68
74
"Marshal a Python object, *value*, to *file*. *version* indicates the file "
69
75
"format."
70
76
msgstr ""
71
77
"Маршал об’єкта Python, *значення*, до *файлу*. *версія* вказує на формат "
72
78
"файлу."
73
79
74
- #: ../../c-api/marshal.rst:37
80
+ #: ../../c-api/marshal.rst:41
75
81
msgid ""
76
82
"Return a bytes object containing the marshalled representation of *value*. "
77
83
"*version* indicates the file format."
78
84
msgstr ""
79
85
"Повертає об’єкт bytes, що містить упорядковане представлення *value*. "
80
86
"*версія* вказує на формат файлу."
81
87
82
- #: ../../c-api/marshal.rst:41
88
+ #: ../../c-api/marshal.rst:45
83
89
msgid "The following functions allow marshalled values to be read back in."
84
90
msgstr "Наступні функції дозволяють зчитувати упорядковані значення."
85
91
86
- #: ../../c-api/marshal.rst:46
92
+ #: ../../c-api/marshal.rst:50
87
93
msgid ""
88
94
"Return a C :c:expr:`long` from the data stream in a :c:expr:`FILE*` opened "
89
95
"for reading. Only a 32-bit value can be read in using this function, "
90
96
"regardless of the native size of :c:expr:`long`."
91
97
msgstr ""
92
98
93
- #: ../../c-api/marshal.rst:50 ../../c-api/marshal.rst:60
99
+ #: ../../c-api/marshal.rst:54 ../../c-api/marshal.rst:64
94
100
msgid ""
95
101
"On error, sets the appropriate exception (:exc:`EOFError`) and returns "
96
102
"``-1``."
97
103
msgstr ""
98
104
"У разі помилки встановлює відповідний виняток (:exc:`EOFError`) і повертає "
99
105
"``-1``."
100
106
101
- #: ../../c-api/marshal.rst:56
107
+ #: ../../c-api/marshal.rst:60
102
108
msgid ""
103
109
"Return a C :c:expr:`short` from the data stream in a :c:expr:`FILE*` opened "
104
110
"for reading. Only a 16-bit value can be read in using this function, "
105
111
"regardless of the native size of :c:expr:`short`."
106
112
msgstr ""
107
113
108
- #: ../../c-api/marshal.rst:66
114
+ #: ../../c-api/marshal.rst:70
109
115
msgid ""
110
116
"Return a Python object from the data stream in a :c:expr:`FILE*` opened for "
111
117
"reading."
112
118
msgstr ""
113
119
114
- #: ../../c-api/marshal.rst:69 ../../c-api/marshal.rst:83
115
- #: ../../c-api/marshal.rst:92
120
+ #: ../../c-api/marshal.rst:73 ../../c-api/marshal.rst:87
121
+ #: ../../c-api/marshal.rst:96
116
122
msgid ""
117
123
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
118
124
" or :exc:`TypeError`) and returns ``NULL``."
119
125
msgstr ""
120
126
"У разі помилки встановлює відповідний виняток (:exc:`EOFError`, "
121
127
":exc:`ValueError` або :exc:`TypeError`) і повертає ``NULL``."
122
128
123
- #: ../../c-api/marshal.rst:75
129
+ #: ../../c-api/marshal.rst:79
124
130
msgid ""
125
131
"Return a Python object from the data stream in a :c:expr:`FILE*` opened for "
126
132
"reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function "
@@ -131,7 +137,7 @@ msgid ""
131
137
"anything else from the file."
132
138
msgstr ""
133
139
134
- #: ../../c-api/marshal.rst:89
140
+ #: ../../c-api/marshal.rst:93
135
141
msgid ""
136
142
"Return a Python object from the data stream in a byte buffer containing "
137
143
"*len* bytes pointed to by *data*."
0 commit comments