File tree 4 files changed +15
-5
lines changed
4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Takeshi Nakazato, 2022
8
8
# tomo, 2022
9
+ # 菊池 健志, 2023
9
10
#
10
11
#, fuzzy
11
12
msgid ""
12
13
msgstr ""
13
14
"Project-Id-Version : Python 3.11\n "
14
15
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2023-02-03 14:14 +0000\n "
16
+ "POT-Creation-Date : 2023-02-10 14:15 +0000\n "
16
17
"PO-Revision-Date : 2022-11-05 19:48+0000\n "
17
- "Last-Translator : tomo, 2022 \n "
18
+ "Last-Translator : 菊池 健志, 2023 \n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
19
20
"ja/)\n "
20
21
"MIME-Version : 1.0\n "
@@ -35,12 +36,17 @@ msgstr ""
35
36
msgid ""
36
37
"This section outlines high-level asyncio primitives to run asyncio code."
37
38
msgstr ""
39
+ "この節では、asyncio のコードを実行するための高レベルの asyncio のプリミティブ"
40
+ "の概略を解説します。"
38
41
39
42
#: ../../library/asyncio-runner.rst:13
40
43
msgid ""
41
44
"They are built on top of an :ref:`event loop <asyncio-event-loop>` with the "
42
45
"aim to simplify async code usage for common wide-spread scenarios."
43
46
msgstr ""
47
+ "これらは :ref:`イベントループ <asyncio-event-loop>` の上に構築されており、一"
48
+ "般的な広く普及しているシナリオでの非同期コードの使用を簡素化することを目的と"
49
+ "しています。"
44
50
45
51
#: ../../library/asyncio-runner.rst:23
46
52
msgid "Running an asyncio Program"
Original file line number Diff line number Diff line change 10
10
# Takeshi Nakazato, 2022
11
11
# souma987, 2022
12
12
# Tetsuo Koyama <tkoyama010@gmail.com>, 2022
13
+ # 菊池 健志, 2023
13
14
#
14
15
#, fuzzy
15
16
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
18
19
"Report-Msgid-Bugs-To : \n "
19
20
"POT-Creation-Date : 2023-02-10 14:15+0000\n "
20
21
"PO-Revision-Date : 2021-06-28 00:55+0000\n "
21
- "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2022 \n "
22
+ "Last-Translator : 菊池 健志, 2023 \n "
22
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
23
24
"ja/)\n "
24
25
"MIME-Version : 1.0\n "
@@ -53,6 +54,9 @@ msgid ""
53
54
"preferred way of writing asyncio applications. For example, the following "
54
55
"snippet of code prints \" hello\" , waits 1 second, and then prints \" world\" ::"
55
56
msgstr ""
57
+ "async/await 構文で宣言された :term:`コルーチン <coroutine>` は、 asyncio を"
58
+ "使ったアプリケーションを書くのに推奨される方法です。例えば、次のコードスニ"
59
+ "ペットは \" hello\" を出力し、そこから 1 秒待って \" world\" を出力します:: "
56
60
57
61
#: ../../library/asyncio-task.rst:41
58
62
msgid ""
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2023-01-20 14:14 +0000\n "
14
+ "POT-Creation-Date : 2023-02-10 14:15 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:50+0000\n "
16
16
"Last-Translator : Inada Naoki <songofacandy@gmail.com>, 2023\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.11\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2023-01-20 14:14 +0000\n "
16
+ "POT-Creation-Date : 2023-02-10 14:15 +0000\n "
17
17
"PO-Revision-Date : 2021-06-29 13:04+0000\n "
18
18
"Last-Translator : yaakiyu, 2023\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
You can’t perform that action at this time.
0 commit comments