File tree 13 files changed +34
-13
lines changed
13 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -519,8 +519,8 @@ msgstr ""
519
519
520
520
#: ../../library/array.rst:263
521
521
msgid "`NumPy <https://numpy.org/>`_"
522
- msgstr ""
522
+ msgstr "`NumPy <https://numpy.org/>`_ "
523
523
524
524
#: ../../library/array.rst:264
525
525
msgid "The NumPy package defines another array type."
526
- msgstr ""
526
+ msgstr "NumPy パッケージは、別の配列型を定義しています。 "
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ msgstr ":func:`to_thread`"
130
130
131
131
#: ../../library/asyncio-api-index.rst:52
132
132
msgid "Asynchronously run a function in a separate OS thread."
133
- msgstr ""
133
+ msgstr "別の OS スレッドで非同期的に関数を実行します。 "
134
134
135
135
#: ../../library/asyncio-api-index.rst:54
136
136
msgid ":func:`run_coroutine_threadsafe`"
Original file line number Diff line number Diff line change @@ -219,6 +219,15 @@ msgid ""
219
219
"class:`concurrent.futures.ProcessPoolExecutor` to execute code in a "
220
220
"different process."
221
221
msgstr ""
222
+ "現在のところ、 (たとえば :mod:`multiprocessing` で開始したような) 別のプロセ"
223
+ "スからコルーチンやコールバックを直接スケジュールすることはできません。 :ref:"
224
+ "`asyncio-event-loop-methods` 節では、イベントループをブロックすることなくパイ"
225
+ "プからの読み込みやファイルデスクリプタの監視ができる API のリストを掲載してい"
226
+ "ます。さらに、 asyncio の :ref:`サブプロセス <asyncio-subprocess>` API はイベ"
227
+ "ントループからプロセスを開始したりプロセスと通信したりする方法を提供します。 "
228
+ "最後に、前述の :meth:`loop.run_in_executor` メソッドは :class:`concurrent."
229
+ "futures.ProcessPoolExecutor` とともに使用することで、別のプロセス内でコードを"
230
+ "実行することもできます。"
222
231
223
232
#: ../../library/asyncio-dev.rst:124
224
233
msgid "Running Blocking Code"
@@ -270,6 +279,9 @@ msgid ""
270
279
"separate thread for handling logs or use non-blocking IO. For example, see :"
271
280
"ref:`blocking-handlers`."
272
281
msgstr ""
282
+ "ネットワークログ記録は、イベントループをブロックし得ます。ログ処理のスレッド"
283
+ "を分離するか、ノンブロッキング IO を使用することを推奨します。例えば、 :ref:"
284
+ "`blocking-handlers` を見てください。"
273
285
274
286
#: ../../library/asyncio-dev.rst:159
275
287
msgid "Detect never-awaited coroutines"
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ msgstr ""
24
24
25
25
#: ../../library/asyncio.rst:65
26
26
msgid "High-level APIs"
27
- msgstr "高レベル API"
27
+ msgstr "高水準 API"
28
28
29
29
#: ../../library/asyncio.rst:76
30
30
msgid "Low-level APIs"
31
- msgstr "低レベル API"
31
+ msgstr "低水準 API"
32
32
33
33
#: ../../library/asyncio.rst:86
34
34
msgid "Guides and Tutorials"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ msgstr ""
43
43
44
44
#: ../../library/ctypes.rst:21
45
45
msgid "ctypes tutorial"
46
- msgstr "ctypesチュートリアル "
46
+ msgstr "ctypes チュートリアル "
47
47
48
48
#: ../../library/ctypes.rst:23
49
49
msgid ""
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ msgstr ":mod:`curses` --- 文字セル表示を扱うための端末操作"
28
28
29
29
#: ../../library/curses.rst:12
30
30
msgid "**Source code:** :source:`Lib/curses`"
31
- msgstr ""
31
+ msgstr "**ソースコード:** :source:`Lib/curses` "
32
32
33
33
#: ../../library/curses.rst:16
34
34
msgid ""
Original file line number Diff line number Diff line change @@ -78,3 +78,5 @@ msgid ""
78
78
"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
79
79
"character-references"
80
80
msgstr ""
81
+ "https://html.spec.whatwg.org/multipage/named-characters.html#named-character-"
82
+ "references を参照"
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ msgid ""
39
39
":mod:`http.server` is not recommended for production. It only implements :"
40
40
"ref:`basic security checks <http.server-security>`."
41
41
msgstr ""
42
+ ":mod:`http.server` は、本番環境では推奨されません。これは、 :ref:`基本的なセ"
43
+ "キュリティチェック <http.server-security>` のみを実装します。"
42
44
43
45
#: ../../library/http.server.rst:25
44
46
msgid ""
Original file line number Diff line number Diff line change @@ -112,9 +112,8 @@ msgid ""
112
112
msgstr ""
113
113
"後々の呼び出しで *module_globals* が ``None`` となっていても、ファイルの形式"
114
114
"でないモジュールの行を後から :func:`getline` で取得するのに十分な詳細を把握し"
115
- "ておきます。\n"
116
- "この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、実際に必要な"
117
- "行まで"
115
+ "ておきます。この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、"
116
+ "実際に必要な行まで I/O を行う必要がなくなります。"
118
117
119
118
#: ../../library/linecache.rst:63
120
119
msgid "Example::"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ msgstr ""
103
103
msgid ""
104
104
"Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if "
105
105
"the value cannot be determined."
106
- msgstr ""
106
+ msgstr "``'AMD64'`` のような、機種を返します。不明な場合は空文字列を返します。 "
107
107
108
108
#: ../../library/platform.rst:62
109
109
msgid ""
Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ msgid ""
48
48
"translated into a :exc:`KeyboardInterrupt` exception if the parent process "
49
49
"has not changed it."
50
50
msgstr ""
51
+ ":func:`signal.signal` 関数を使って、シグナルを受信した時に実行されるハンドラ"
52
+ "を定義することができます。 Python は標準でごく少数のシグナルハンドラをインス"
53
+ "トールしています: :const:`SIGPIPE` は無視され (したがって、 pipe や socket に"
54
+ "対する書き込みで生じたエラーは通常の Python 例外として報告されます)、 :const:"
55
+ "`SIGINT` は :exc:`KeyboardInterrupt` 例外に変換されます。親プロセスが変更して"
56
+ "いない場合は、これらはどれも上書きすることができます。"
51
57
52
58
#: ../../library/signal.rst:24
53
59
msgid ""
Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ msgstr ""
574
574
575
575
#: ../../library/socket.rst:301
576
576
msgid "This class was made an alias of :exc:`TimeoutError`."
577
- msgstr ""
577
+ msgstr "このクラスは :exc:`TimeoutError` のエイリアスになりました。 "
578
578
579
579
#: ../../library/socket.rst:306
580
580
msgid "Constants"
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ msgstr ""
428
428
429
429
#: ../../library/webbrowser.rst:169
430
430
msgid "Only on Windows platforms."
431
- msgstr "Windowsプラットフォームのみ 。"
431
+ msgstr "Windows プラットフォームのみ 。"
432
432
433
433
#: ../../library/webbrowser.rst:172
434
434
msgid "Only on macOS platform."
You can’t perform that action at this time.
0 commit comments