Skip to content

Commit ebabd5d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent a919cf8 commit ebabd5d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

library/gc.po

+5-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.9\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
19+
"POT-Creation-Date: 2020-08-09 03:49+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:12+0000\n"
2121
"Last-Translator: Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -156,15 +156,11 @@ msgid ""
156156
"*threshold0*, collection starts. Initially only generation ``0`` is "
157157
"examined. If generation ``0`` has been examined more than *threshold1* "
158158
"times since generation ``1`` has been examined, then generation ``1`` is "
159-
"examined as well. Similarly, *threshold2* controls the number of "
160-
"collections of generation ``1`` before collecting generation ``2``."
159+
"examined as well. With the third generation, things are a bit more "
160+
"complicated, see `Collecting the oldest generation "
161+
"<https://devguide.python.org/garbage_collector/#collecting-the-oldest-"
162+
"generation>`_ for more information."
161163
msgstr ""
162-
"GCは、オブジェクトを走査された回数に従って3世代に分類します。新しいオブジェクトは最も若い(``0`` "
163-
"世代)に分類されます。もし、そのオブジェクトがガベージコレクションで削除されなければ、次に古い世代に分類されます。もっとも古い世代は ``2`` "
164-
"世代で、この世代に属するオブジェクトは他の世代に移動しません。ガベージコレクタは、最後に検出を行ってから生成・削除したオブジェクトの数をカウントしており、この数によって検出を開始します。オブジェクトの生成数"
165-
" - 削除数が *threshold0* より大きくなると、検出を開始します。最初は ``0`` 世代のオブジェクトのみが検査されます。 ``0`` "
166-
"世代の検査が *threshold1* 回実行されると、 ``1`` 世代のオブジェクトの検査を行います。同様に、 ``1`` 世代が "
167-
"*threshold2* 回検査されると、 ``2`` 世代の検査を行います。"
168164

169165
#: ../../library/gc.rst:116
170166
msgid ""

0 commit comments

Comments
 (0)