Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e288d00

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent c0e9d0e commit e288d00

13 files changed

+34
-13
lines changed

library/array.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ msgstr ""
519519

520520
#: ../../library/array.rst:263
521521
msgid "`NumPy <https://numpy.org/>`_"
522-
msgstr ""
522+
msgstr "`NumPy <https://numpy.org/>`_"
523523

524524
#: ../../library/array.rst:264
525525
msgid "The NumPy package defines another array type."
526-
msgstr ""
526+
msgstr "NumPy パッケージは、別の配列型を定義しています。"

library/asyncio-api-index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ msgstr ":func:`to_thread`"
130130

131131
#: ../../library/asyncio-api-index.rst:52
132132
msgid "Asynchronously run a function in a separate OS thread."
133-
msgstr ""
133+
msgstr "別の OS スレッドで非同期的に関数を実行します。"
134134

135135
#: ../../library/asyncio-api-index.rst:54
136136
msgid ":func:`run_coroutine_threadsafe`"

library/asyncio-dev.po

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,15 @@ msgid ""
219219
"class:`concurrent.futures.ProcessPoolExecutor` to execute code in a "
220220
"different process."
221221
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+
"実行することもできます。"
222231

223232
#: ../../library/asyncio-dev.rst:124
224233
msgid "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`."
272281
msgstr ""
282+
"ネットワークログ記録は、イベントループをブロックし得ます。ログ処理のスレッド"
283+
"を分離するか、ノンブロッキング IO を使用することを推奨します。例えば、 :ref:"
284+
"`blocking-handlers` を見てください。"
273285

274286
#: ../../library/asyncio-dev.rst:159
275287
msgid "Detect never-awaited coroutines"

library/asyncio.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ msgstr ""
2424

2525
#: ../../library/asyncio.rst:65
2626
msgid "High-level APIs"
27-
msgstr "高レベル API"
27+
msgstr "高水準 API"
2828

2929
#: ../../library/asyncio.rst:76
3030
msgid "Low-level APIs"
31-
msgstr "低レベル API"
31+
msgstr "低水準 API"
3232

3333
#: ../../library/asyncio.rst:86
3434
msgid "Guides and Tutorials"

library/ctypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ msgstr ""
4343

4444
#: ../../library/ctypes.rst:21
4545
msgid "ctypes tutorial"
46-
msgstr "ctypesチュートリアル"
46+
msgstr "ctypes チュートリアル"
4747

4848
#: ../../library/ctypes.rst:23
4949
msgid ""

library/curses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgstr ":mod:`curses` --- 文字セル表示を扱うための端末操作"
2828

2929
#: ../../library/curses.rst:12
3030
msgid "**Source code:** :source:`Lib/curses`"
31-
msgstr ""
31+
msgstr "**ソースコード:** :source:`Lib/curses`"
3232

3333
#: ../../library/curses.rst:16
3434
msgid ""

library/html.entities.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ msgid ""
7878
"See https://html.spec.whatwg.org/multipage/named-characters.html#named-"
7979
"character-references"
8080
msgstr ""
81+
"https://html.spec.whatwg.org/multipage/named-characters.html#named-character-"
82+
"references を参照"

library/http.server.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`."
4141
msgstr ""
42+
":mod:`http.server` は、本番環境では推奨されません。これは、 :ref:`基本的なセ"
43+
"キュリティチェック <http.server-security>` のみを実装します。"
4244

4345
#: ../../library/http.server.rst:25
4446
msgid ""

library/linecache.po

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,8 @@ msgid ""
112112
msgstr ""
113113
"後々の呼び出しで *module_globals* が ``None`` となっていても、ファイルの形式"
114114
"でないモジュールの行を後から :func:`getline` で取得するのに十分な詳細を把握し"
115-
"ておきます。\n"
116-
"この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、実際に必要な"
117-
"行まで"
115+
"ておきます。この関数により、モジュールの globals を無限に持ち運ぶ必要無しに、"
116+
"実際に必要な行まで I/O を行う必要がなくなります。"
118117

119118
#: ../../library/linecache.rst:63
120119
msgid "Example::"

library/platform.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ msgstr ""
103103
msgid ""
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
109109
msgid ""

0 commit comments

Comments
 (0)