@@ -100,19 +100,19 @@ msgstr ""
100100
101101#: ../../library/threading.rst:56
102102msgid "Handle uncaught exception raised by :func:`Thread.run`."
103- msgstr ""
103+ msgstr ":func:`Thread.run`で発生したキャッチされない例外を処理する。 "
104104
105105#: ../../library/threading.rst:58
106106msgid "The *args* argument has the following attributes:"
107- msgstr ""
107+ msgstr "(実) 引数*args*は以下の属性をもちます: "
108108
109109#: ../../library/threading.rst:60
110110msgid "*exc_type*: Exception type."
111- msgstr ""
111+ msgstr "*exc_type*: 例外の型 "
112112
113113#: ../../library/threading.rst:61
114114msgid "*exc_value*: Exception value, can be ``None``."
115- msgstr ""
115+ msgstr "*exc_value*: 例外の値、``None``の可能性がある。 "
116116
117117#: ../../library/threading.rst:62
118118msgid "*exc_traceback*: Exception traceback, can be ``None``."
@@ -408,6 +408,9 @@ msgid ""
408408"excepthook` is called to handle it. By default, :func:`threading.excepthook` "
409409"ignores silently :exc:`SystemExit`."
410410msgstr ""
411+ ":meth:`~Thread.run`メソッドが例外を発生させた場合、:func:`threading."
412+ "excepthook`が呼び出され、例外を処理します。デフォルトでは、:func:`threading."
413+ "excepthook`は:exc:`SystemExit`を黙殺します。"
411414
412415#: ../../library/threading.rst:245
413416msgid ""
@@ -1389,6 +1392,11 @@ msgid ""
13891392"blocks if necessary until it can return without making the counter negative. "
13901393"If not given, *value* defaults to 1."
13911394msgstr ""
1395+ "このクラスはセマフォ (semaphore) オブジェクトを実装します。セマフォは、 :"
1396+ "meth:`release` を呼び出した数から :meth:`acquire` を呼び出した数を引き、初期"
1397+ "値を足した値を表す極小のカウンタを管理します。 :meth:`acquire` メソッドは、カ"
1398+ "ウンタの値を負にせずに処理を戻せるまで必要ならば処理をブロックします。 "
1399+ "*value* を指定しない場合、デフォルトの値は 1 になります。"
13921400
13931401#: ../../library/threading.rst:771
13941402msgid ""
@@ -1656,6 +1664,11 @@ msgid ""
16561664"will block until all of the threads have made their :meth:`~Barrier.wait` "
16571665"calls. At this point, the threads are released simultaneously."
16581666msgstr ""
1667+ "このクラスは、互いを待つ必要のある固定の数のスレッドで使用するための単純な同"
1668+ "期プリミティブを提供します。それぞれのスレッドは :meth:`~Barrier.wait` メソッ"
1669+ "ドを呼ぶことによりバリアを通ろうとしてブロックします。すべてのスレッドがそれ"
1670+ "ぞれの:meth:`~Barrier.wait`メソッドを呼び出した時点で、すべてのスレッドが同時"
1671+ "に解放されます。"
16591672
16601673#: ../../library/threading.rst:959
16611674msgid ""
0 commit comments