File tree Expand file tree Collapse file tree 4 files changed +4388
-4383
lines changed Expand file tree Collapse file tree 4 files changed +4388
-4383
lines changed Original file line number Diff line number Diff line change @@ -70,29 +70,29 @@ msgstr "asyncio は次の目的で **高レベル** API を提供しています
70
70
msgid ""
71
71
":ref:`run Python coroutines <coroutine>` concurrently and have full control "
72
72
"over their execution;"
73
- msgstr ""
73
+ msgstr "並行に :ref:`Python コルーチンを起動 <coroutine>` し、実行全体を管理する "
74
74
75
75
#: ../../library/asyncio.rst:38
76
76
msgid "perform :ref:`network IO and IPC <asyncio-streams>`;"
77
- msgstr ""
77
+ msgstr ":ref:`ネットワーク IO と IPC <asyncio-streams>` を執り行う "
78
78
79
79
#: ../../library/asyncio.rst:40
80
80
msgid "control :ref:`subprocesses <asyncio-subprocess>`;"
81
- msgstr ""
81
+ msgstr ":ref:`subprocesses <asyncio-subprocess>` を管理する "
82
82
83
83
#: ../../library/asyncio.rst:42
84
84
msgid "distribute tasks via :ref:`queues <asyncio-queues>`;"
85
-<
8D69
/span>msgstr ""
85
+ msgstr ":ref:`キュー <asyncio-queues>` を使ってタスクを分散する "
86
86
87
87
#: ../../library/asyncio.rst:44
88
88
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
89
- msgstr ""
89
+ msgstr "並列処理のコードを :ref:`同期 <asyncio-sync>` させる "
90
90
91
91
#: ../../library/asyncio.rst:46
92
92
msgid ""
93
93
"Additionally, there are **low-level** APIs for *library and framework "
94
94
"developers* to:"
95
- msgstr ""
95
+ msgstr "これに加えて、 *ライブラリやフレームワークの開発者* が次のことをするための **低レベル** API があります: "
96
96
97
97
#: ../../library/asyncio.rst:49
98
98
msgid ""
You can’t perform that action at this time.
0 commit comments