File tree Expand file tree Collapse file tree 13 files changed +34
-13
lines changed
Expand file tree Collapse file tree 13 files changed +34
-13
lines changed Original file line number Diff line number Diff line change @@ -519,8 +519,8 @@ msgstr ""
519519
520520#: ../../library/array.rst:263
521521msgid "`NumPy <https://numpy.org/>`_"
522- msgstr ""
522+ msgstr "`NumPy <https://numpy.org/>`_ "
523523
524524#: ../../library/array.rst:264
525525msgid "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`"
130130
131131#: ../../library/asyncio-api-index.rst:52
132132msgid "Asynchronously run a function in a separate OS thread."
133- msgstr ""
133+ msgstr "別の OS スレッドで非同期的に関数を実行します。 "
134134
135135#: ../../library/asyncio-api-index.rst:54
136136msgid ":func:`run_coroutine_threadsafe`"
Original file line number Diff line number Diff line change @@ -219,6 +219,15 @@ msgid ""
219219"class:`concurrent.futures.ProcessPoolExecutor` to execute code in a "
220220"different process."
221221msgstr ""
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+ "実行することもできます。"
222231
223232#: ../../library/asyncio-dev.rst:124
224233msgid "Running Blocking Code"
@@ -270,6 +279,9 @@ msgid ""
270279"separate thread for handling logs or use non-blocking IO. For example, see :"
271280"ref:`blocking-handlers`."
272281msgstr ""
282+ "ネットワークログ記録は、イベントループをブロックし得ます。ログ処理のスレッド"
283+ "を分離するか、ノンブロッキング IO を使用することを推奨します。例えば、 :ref:"
284+ "`blocking-handlers` を見てください。"
273285
274286#: ../../library/asyncio-dev.rst:159
275287msgid "Detect never-awaited coroutines"
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ msgstr ""
2424
2525#: ../../library/asyncio.rst:65
2626msgid "High-level APIs"
27- msgstr "高レベル API"
27+ msgstr "高水準 API"
2828
2929#: ../../library/asyncio.rst:76
3030msgid "Low-level APIs"
31- msgstr "低レベル API"
31+ msgstr "低水準 API"
3232
3333#: ../../library/asyncio.rst:86
3434msgid "Guides and Tutorials"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ msgstr ""
4343
4444#: ../../library/ctypes.rst:21
4545msgid "ctypes tutorial"
46- msgstr "ctypesチュートリアル "
46+ msgstr "ctypes チュートリアル "
4747
4848#: ../../library/ctypes.rst:23
4949msgid ""
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ msgstr ":mod:`curses` --- 文字セル表示を扱うための端末操作"
2828
2929#: ../../library/curses.rst:12
3030msgid "**Source code:** :source:`Lib/curses`"
31- msgstr ""
31+ msgstr "**ソースコード:** :source:`Lib/curses` "
3232
3333#: ../../library/curses.rst:16
3434msgid ""
Original file line number Diff line number Diff line change @@ -78,3 +78,5 @@ msgid ""
7878"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
7979"character-references"
8080msgstr ""
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 ""
3939":mod:`http.server` is not recommended for production. It only implements :"
4040"ref:`basic security checks <http.server-security>`."
4141msgstr ""
42+ ":mod:`http.server` は、本番環境では推奨されません。これは、 :ref:`基本的なセ"
43+ "キュリティチェック <http.server-security>` のみを実装します。"
4244
4345#: ../../library/http.server.rst:25
4446msgid ""
Original file line number Diff line number Diff line change @@ -112,9 +112,8 @@ msgid ""
112112msgstr ""
113113"後々の呼び出しで *module_globals* が ``None`` となっていても、ファイルの形式"
114114"でないモジュールの行を後から :func:`getline` で取得するのに十分な詳細を把握し"
115- "ておきます。\n"
116- "この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、実際に必要な"
117- "行まで"
115+ "ておきます。この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、"
116+ "実際に必要な行まで I/O を行う必要がなくなります。"
118117
119118#: ../../library/linecache.rst:63
120119msgid "Example::"
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ msgstr ""
103103msgid ""
104104"Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if "
105105"the value cannot be determined."
106- msgstr ""
106+ msgstr "``'AMD64'`` のような、機種を返します。不明な場合は空文字列を返します。 "
107107
108108#: ../../library/platform.rst:62
109109msgid ""
You can’t perform that action at this time.
0 commit comments