Skip to content

Commit 0c33836

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 82f076f commit 0c33836

File tree

7 files changed

+1109
-1057
lines changed

7 files changed

+1109
-1057
lines changed

c-api/exceptions.po

+380-365
Large diffs are not rendered by default.

c-api/marshal.po

+19-13
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.11\n"
12+
"Project-Id-Version: Python 3.12\n"
1313
"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"
1515
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2022\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -63,64 +63,70 @@ msgid ""
6363
"native :c:expr:`long` type. *version* indicates the file format."
6464
msgstr ""
6565

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
6773
msgid ""
6874
"Marshal a Python object, *value*, to *file*. *version* indicates the file "
6975
"format."
7076
msgstr ""
7177
"Маршал об’єкта Python, *значення*, до *файлу*. *версія* вказує на формат "
7278
"файлу."
7379

74-
#: ../../c-api/marshal.rst:37
80+
#: ../../c-api/marshal.rst:41
7581
msgid ""
7682
"Return a bytes object containing the marshalled representation of *value*. "
7783
"*version* indicates the file format."
7884
msgstr ""
7985
"Повертає об’єкт bytes, що містить упорядковане представлення *value*. "
8086
"*версія* вказує на формат файлу."
8187

82-
#: ../../c-api/marshal.rst:41
88+
#: ../../c-api/marshal.rst:45
8389
msgid "The following functions allow marshalled values to be read back in."
8490
msgstr "Наступні функції дозволяють зчитувати упорядковані значення."
8591

86-
#: ../../c-api/marshal.rst:46
92+
#: ../../c-api/marshal.rst:50
8793
msgid ""
8894
"Return a C :c:expr:`long` from the data stream in a :c:expr:`FILE*` opened "
8995
"for reading. Only a 32-bit value can be read in using this function, "
9096
"regardless of the native size of :c:expr:`long`."
9197
msgstr ""
9298

93-
#: ../../c-api/marshal.rst:50 ../../c-api/marshal.rst:60
99+
#: ../../c-api/marshal.rst:54 ../../c-api/marshal.rst:64
94100
msgid ""
95101
"On error, sets the appropriate exception (:exc:`EOFError`) and returns "
96102
"``-1``."
97103
msgstr ""
98104
"У разі помилки встановлює відповідний виняток (:exc:`EOFError`) і повертає "
99105
"``-1``."
100106

101-
#: ../../c-api/marshal.rst:56
107+
#: ../../c-api/marshal.rst:60
102108
msgid ""
103109
"Return a C :c:expr:`short` from the data stream in a :c:expr:`FILE*` opened "
104110
"for reading. Only a 16-bit value can be read in using this function, "
105111
"regardless of the native size of :c:expr:`short`."
106112
msgstr ""
107113

108-
#: ../../c-api/marshal.rst:66
114+
#: ../../c-api/marshal.rst:70
109115
msgid ""
110116
"Return a Python object from the data stream in a :c:expr:`FILE*` opened for "
111117
"reading."
112118
msgstr ""
113119

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
116122
msgid ""
117123
"On error, sets the appropriate exception (:exc:`EOFError`, :exc:`ValueError`"
118124
" or :exc:`TypeError`) and returns ``NULL``."
119125
msgstr ""
120126
"У разі помилки встановлює відповідний виняток (:exc:`EOFError`, "
121127
":exc:`ValueError` або :exc:`TypeError`) і повертає ``NULL``."
122128

123-
#: ../../c-api/marshal.rst:75
129+
#: ../../c-api/marshal.rst:79
124130
msgid ""
125131
"Return a Python object from the data stream in a :c:expr:`FILE*` opened for "
126132
"reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function "
@@ -131,7 +137,7 @@ msgid ""
131137
"anything else from the file."
132138
msgstr ""
133139

134-
#: ../../c-api/marshal.rst:89
140+
#: ../../c-api/marshal.rst:93
135141
msgid ""
136142
"Return a Python object from the data stream in a byte buffer containing "
137143
"*len* bytes pointed to by *data*."

library/ast.po

+13-13
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-29 16:50+0000\n"
14+
"POT-Creation-Date: 2023-06-02 19:38+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:54+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2022\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -1062,19 +1062,15 @@ msgstr "Визначення функції."
10621062
msgid "``name`` is a raw string of the function name."
10631063
msgstr "``name`` - це необроблений рядок назви функції."
10641064

1065-
#: ../../library/ast.rst:1752 ../../library/ast.rst:1925
1066-
msgid "``type_params`` is a list of :ref:`type parameters <ast-type-params>`."
1067-
msgstr ""
1068-
1069-
#: ../../library/ast.rst:1753
1065+
#: ../../library/ast.rst:1752
10701066
msgid "``args`` is an :class:`arguments` node."
10711067
msgstr "``args`` є вузлом :class:`arguments`."
10721068

1073-
#: ../../library/ast.rst:1754
1069+
#: ../../library/ast.rst:1753
10741070
msgid "``body`` is the list of nodes inside the function."
10751071
msgstr "``body`` - це список вузлів усередині функції."
10761072

1077-
#: ../../library/ast.rst:1755
1073+
#: ../../library/ast.rst:1754
10781074
msgid ""
10791075
"``decorator_list`` is the list of decorators to be applied, stored outermost"
10801076
" first (i.e. the first in the list will be applied last)."
@@ -1083,10 +1079,14 @@ msgstr ""
10831079
"зберігаються в першу чергу (тобто перший у списку буде застосовано "
10841080
"останнім)."
10851081

1086-
#: ../../library/ast.rst:1757
1082+
#: ../../library/ast.rst:1756
10871083
msgid "``returns`` is the return annotation."
10881084
msgstr "``returns`` - це анотація повернення."
10891085

1086+
#: ../../library/ast.rst:1757 ../../library/ast.rst:1932
1087+
msgid "``type_params`` is a list of :ref:`type parameters <ast-type-params>`."
1088+
msgstr ""
1089+
10901090
#: ../../library/ast.rst:1766
10911091
msgid ""
10921092
"``lambda`` is a minimal function definition that can be used inside an "
@@ -1179,24 +1179,24 @@ msgstr "Визначення класу."
11791179
msgid "``name`` is a raw string for the class name"
11801180
msgstr "``name`` - це необроблений рядок для імені класу"
11811181

1182-
#: ../../library/ast.rst:1926
1182+
#: ../../library/ast.rst:1925
11831183
msgid "``bases`` is a list of nodes for explicitly specified base classes."
11841184
msgstr "``бази`` - це список вузлів для явно визначених базових класів."
11851185

1186-
#: ../../library/ast.rst:1927
1186+
#: ../../library/ast.rst:1926
11871187
msgid ""
11881188
"``keywords`` is a list of :class:`keyword` nodes, principally for "
11891189
"'metaclass'. Other keywords will be passed to the metaclass, as per "
11901190
"`PEP-3115 <https://peps.python.org/pep-3115/>`_."
11911191
msgstr ""
11921192

1193-
#: ../../library/ast.rst:1930
1193+
#: ../../library/ast.rst:1929
11941194
msgid ""
11951195
"``body`` is a list of nodes representing the code within the class "
11961196
"definition."
11971197
msgstr "``body`` - це список вузлів, що представляють код у визначенні класу."
11981198

1199-
#: ../../library/ast.rst:1932
1199+
#: ../../library/ast.rst:1931
12001200
msgid "``decorator_list`` is a list of nodes, as in :class:`FunctionDef`."
12011201
msgstr "``decorator_list`` - це список вузлів, як у :class:`FunctionDef`."
12021202

0 commit comments

Comments
 (0)