Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d052e8

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent e404bcb commit 4d052e8

File tree

8 files changed

+1125
-868
lines changed

8 files changed

+1125
-868
lines changed

library/importlib.po

Lines changed: 343 additions & 127 deletions
Large diffs are not rendered by default.

library/importlib_resources_abc.po

Lines changed: 25 additions & 30 deletions
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-09-08 14:13+0000\n"
14+
"POT-Creation-Date: 2023-09-15 14:13+0000\n"
1515
"PO-Revision-Date: 2022-11-05 19:49+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2022\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -89,44 +89,43 @@ msgstr ""
8989
"не є пакетом, цей метод має повернути :const:`None`. Об’єкт, сумісний із цим"
9090
" ABC, слід повертати лише тоді, коли вказаний модуль є пакетом."
9191

92-
#: ../../library/importlib.resources.abc.rst:50
93-
#: ../../library/importlib.resources.abc.rst:160
92+
#: ../../library/importlib.resources.abc.rst:48
9493
msgid "Use :class:`importlib.resources.abc.TraversableResources` instead."
9594
msgstr ""
9695

97-
#: ../../library/importlib.resources.abc.rst:53
96+
#: ../../library/importlib.resources.abc.rst:51
9897
msgid ""
9998
"Returns an opened, :term:`file-like object` for binary reading of the "
10099
"*resource*."
101100
msgstr ""
102101
"Повертає відкритий :term:`file-like object` для двійкового читання "
103102
"*ресурсу*."
104103

105-
#: ../../library/importlib.resources.abc.rst:56
104+
#: ../../library/importlib.resources.abc.rst:54
106105
msgid "If the resource cannot be found, :exc:`FileNotFoundError` is raised."
107106
msgstr "Якщо ресурс не знайдено, виникає :exc:`FileNotFoundError`."
108107

109-
#: ../../library/importlib.resources.abc.rst:61
108+
#: ../../library/importlib.resources.abc.rst:59
110109
msgid "Returns the file system path to the *resource*."
111110
msgstr "Повертає шлях файлової системи до *ресурсу*."
112111

113-
#: ../../library/importlib.resources.abc.rst:63
112+
#: ../../library/importlib.resources.abc.rst:61
114113
msgid ""
115114
"If the resource does not concretely exist on the file system, raise "
116115
":exc:`FileNotFoundError`."
117116
msgstr ""
118117
"Якщо ресурс конкретно не існує у файловій системі, викликайте "
119118
":exc:`FileNotFoundError`."
120119

121-
#: ../../library/importlib.resources.abc.rst:68
120+
#: ../../library/importlib.resources.abc.rst:66
122121
msgid ""
123122
"Returns ``True`` if the named *name* is considered a resource. "
124123
":exc:`FileNotFoundError` is raised if *name* does not exist."
125124
msgstr ""
126125
"Повертає ``True``, якщо назване *ім’я* вважається ресурсом. "
127126
":exc:`FileNotFoundError` виникає, якщо *name* не існує."
128127

129-
#: ../../library/importlib.resources.abc.rst:73
128+
#: ../../library/importlib.resources.abc.rst:71
130129
msgid ""
131130
"Returns an :term:`iterable` of strings over the contents of the package. Do "
132131
"note that it is not required that all names returned by the iterator be "
@@ -138,7 +137,7 @@ msgstr ""
138137
"ресурсами, наприклад. прийнятно повертати імена, для яких "
139138
":meth:`is_resource` буде false."
140139

141-
#: ../../library/importlib.resources.abc.rst:79
140+
#: ../../library/importlib.resources.abc.rst:77
142141
msgid ""
143142
"Allowing non-resource names to be returned is to allow for situations where "
144143
"how a package and its resources are stored are known a priori and the non-"
@@ -153,48 +152,44 @@ msgstr ""
153152
"відомо, що пакет і ресурси зберігаються у файловій системі, ці імена "
154153
"підкаталогів можна було використовувати безпосередньо."
155154

156-
#: ../../library/importlib.resources.abc.rst:87
155+
#: ../../library/importlib.resources.abc.rst:85
157156
msgid "The abstract method returns an iterable of no items."
158157
msgstr "Абстрактний метод повертає ітерацію без елементів."
159158

160-
#: ../../library/importlib.resources.abc.rst:92
159+
#: ../../library/importlib.resources.abc.rst:90
161160
msgid ""
162161
"An object with a subset of :class:`pathlib.Path` methods suitable for "
163162
"traversing directories and opening files."
164163
msgstr ""
165164

166-
#: ../../library/importlib.resources.abc.rst:95
165+
#: ../../library/importlib.resources.abc.rst:93
167166
msgid ""
168167
"For a representation of the object on the file-system, use "
169168
":meth:`importlib.resources.as_file`."
170169
msgstr ""
171170

172-
#: ../../library/importlib.resources.abc.rst:102
173-
msgid "Use :class:`importlib.resources.abc.Traversable` instead."
174-
msgstr ""
175-
176-
#: ../../library/importlib.resources.abc.rst:105
171+
#: ../../library/importlib.resources.abc.rst:98
177172
msgid "Abstract. The base name of this object without any parent references."
178173
msgstr ""
179174

180-
#: ../../library/importlib.resources.abc.rst:109
175+
#: ../../library/importlib.resources.abc.rst:102
181176
msgid "Yield Traversable objects in self."
182177
msgstr "Прибуток Traversable об'єктів в себе."
183178

184-
#: ../../library/importlib.resources.abc.rst:113
179+
#: ../../library/importlib.resources.abc.rst:106
185180
msgid "Return True if self is a directory."
186181
msgstr "Повертає True, якщо self є каталогом."
187182

188-
#: ../../library/importlib.resources.abc.rst:117
183+
#: ../../library/importlib.resources.abc.rst:110
189184
msgid "Return True if self is a file."
190185
msgstr "Повертає True, якщо self є файлом."
191186

192-
#: ../../library/importlib.resources.abc.rst:121
193-
#: ../../library/importlib.resources.abc.rst:125
187+
#: ../../library/importlib.resources.abc.rst:114
188+
#: ../../library/importlib.resources.abc.rst:118
194189
msgid "Return Traversable child in self."
195190
msgstr "Повернення Прохідної дитини в себе."
196191

197-
#: ../../library/importlib.resources.abc.rst:129
192+
#: ../../library/importlib.resources.abc.rst:122
198193
msgid ""
199194
"*mode* may be 'r' or 'rb' to open as text or binary. Return a handle "
200195
"suitable for reading (same as :attr:`pathlib.Path.open`)."
@@ -203,21 +198,21 @@ msgstr ""
203198
"файл. Повертає дескриптор, придатний для читання (те саме, що "
204199
":attr:`pathlib.Path.open`)."
205200

206-
#: ../../library/importlib.resources.abc.rst:132
201+
#: ../../library/importlib.resources.abc.rst:125
207202
msgid ""
208203
"When opening as text, accepts encoding parameters such as those accepted by "
209204
":class:`io.TextIOWrapper`."
210205
msgstr ""
211206

212-
#: ../../library/importlib.resources.abc.rst:137
207+
#: ../../library/importlib.resources.abc.rst:130
213208
msgid "Read contents of self as bytes."
214209
msgstr "Читати вміст себе як байти."
215210

216-
#: ../../library/importlib.resources.abc.rst:141
211+
#: ../../library/importlib.resources.abc.rst:134
217212
msgid "Read contents of self as text."
218213
msgstr "Прочитати вміст себе як текст."
219214

220-
#: ../../library/importlib.resources.abc.rst:146
215+
#: ../../library/importlib.resources.abc.rst:139
221216
msgid ""
222217
"An abstract base class for resource readers capable of serving the "
223218
":meth:`importlib.resources.files` interface. Subclasses "
@@ -226,15 +221,15 @@ msgid ""
226221
" :class:`!TraversableResources` also supplies :class:`!ResourceReader`."
227222
msgstr ""
228223

229-
#: ../../library/importlib.resources.abc.rst:153
224+
#: ../../library/importlib.resources.abc.rst:146
230225
msgid ""
231226
"Loaders that wish to support resource reading are expected to implement this"
232227
" interface."
233228
msgstr ""
234229
"Очікується, що завантажувачі, які бажають підтримувати читання ресурсів, "
235230
"реалізують цей інтерфейс."
236231

237-
#: ../../library/importlib.resources.abc.rst:163
232+
#: ../../library/importlib.resources.abc.rst:151
238233
msgid ""
239234
"Returns a :class:`importlib.resources.abc.Traversable` object for the loaded"
240235
" package."

library/itertools.po

Lines changed: 2 additions & 2 deletions
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-09-08 14:13+0000\n"
14+
"POT-Creation-Date: 2023-09-15 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1616
"Last-Translator: Dmytro Kazanzhy, 2022\n"
1717
"Language-Team: Ukrainian (https://app.transifex.com/python-doc/teams/5390/uk/)\n"
@@ -1023,6 +1023,6 @@ msgid ""
10231023
":term:`generator`\\s which incur interpreter overhead."
10241024
msgstr ""
10251025

1026-
#: ../../library/itertools.rst:1021
1026+
#: ../../library/itertools.rst:1022
10271027
msgid "The following recipes have a more mathematical flavor:"
10281028
msgstr ""

0 commit comments

Comments
 (0)