|
5 | 5 | # |
6 | 6 | # Translators: |
7 | 7 | # tomo, 2025 |
| 8 | +# Rafael Fontenelle <rffontenelle@gmail.com>, 2025 |
8 | 9 | # |
9 | 10 | #, fuzzy |
10 | 11 | msgid "" |
11 | 12 | msgstr "" |
12 | 13 | "Project-Id-Version: Python 3.14\n" |
13 | 14 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2025-06-27 14:20+0000\n" |
| 15 | +"POT-Creation-Date: 2025-07-11 14:21+0000\n" |
15 | 16 | "PO-Revision-Date: 2021-06-28 00:48+0000\n" |
16 | | -"Last-Translator: tomo, 2025\n" |
| 17 | +"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n" |
17 | 18 | "Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/" |
18 | 19 | "ja/)\n" |
19 | 20 | "MIME-Version: 1.0\n" |
@@ -112,6 +113,9 @@ msgid "" |
112 | 113 | "c:member:`~PyTypeObject.tp_traverse` handler or explicitly use one from its " |
113 | 114 | "subclass or subclasses." |
114 | 115 | msgstr "" |
| 116 | +"Якщо тип додає Py_TPFLAGS_HAVE_GC, тоді він *має* реалізувати принаймні " |
| 117 | +"обробник :c:member:`~PyTypeObject.tp_traverse` або явно використовувати один " |
| 118 | +"із свого підкласу або підкласів." |
115 | 119 |
|
116 | 120 | #: ../../c-api/gcsupport.rst:47 |
117 | 121 | msgid "" |
@@ -237,32 +241,38 @@ msgid "" |
237 | 241 | "Returns non-zero if the object implements the garbage collector protocol, " |
238 | 242 | "otherwise returns 0." |
239 | 243 | msgstr "" |
| 244 | +"Повертає ненульове значення, якщо об’єкт реалізує протокол збирача сміття, " |
| 245 | +"інакше повертає 0." |
240 | 246 |
|
241 | 247 | #: ../../c-api/gcsupport.rst:153 |
242 | 248 | msgid "" |
243 | 249 | "The object cannot be tracked by the garbage collector if this function " |
244 | 250 | "returns 0." |
245 | | -msgstr "" |
| 251 | +msgstr "Збирач сміття не може відстежувати об’єкт, якщо ця функція повертає 0." |
246 | 252 |
|
247 | 253 | #: ../../c-api/gcsupport.rst:158 |
248 | 254 | msgid "" |
249 | 255 | "Returns 1 if the object type of *op* implements the GC protocol and *op* is " |
250 | 256 | "being currently tracked by the garbage collector and 0 otherwise." |
251 | 257 | msgstr "" |
| 258 | +"Повертає 1, якщо тип об’єкта *op* реалізує протокол GC і *op* зараз " |
| 259 | +"відстежується збирачем сміття, і 0 в іншому випадку." |
252 | 260 |
|
253 | 261 | #: ../../c-api/gcsupport.rst:161 |
254 | 262 | msgid "This is analogous to the Python function :func:`gc.is_tracked`." |
255 | | -msgstr "" |
| 263 | +msgstr "Це аналогічно функції Python :func:`gc.is_tracked`." |
256 | 264 |
|
257 | 265 | #: ../../c-api/gcsupport.rst:168 |
258 | 266 | msgid "" |
259 | 267 | "Returns 1 if the object type of *op* implements the GC protocol and *op* has " |
260 | 268 | "been already finalized by the garbage collector and 0 otherwise." |
261 | 269 | msgstr "" |
| 270 | +"Повертає 1, якщо тип об’єкта *op* реалізує протокол GC і *op* вже завершено " |
| 271 | +"збирачем сміття, і 0 в іншому випадку." |
262 | 272 |
|
263 | 273 | #: ../../c-api/gcsupport.rst:171 |
264 | 274 | msgid "This is analogous to the Python function :func:`gc.is_finalized`." |
265 | | -msgstr "" |
| 275 | +msgstr "Це аналогічно функції Python :func:`gc.is_finalized`." |
266 | 276 |
|
267 | 277 | #: ../../c-api/gcsupport.rst:178 |
268 | 278 | msgid "" |
|
0 commit comments