@@ -10,7 +10,7 @@ msgstr ""
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2018-09-18 09:12+0900\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
- "Last-Translator : tomo🐧 , 2018\n "
13
+ "Last-Translator : Yuuki Ebihara <yuuki.ebihara813@gmail.com> , 2018\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
@@ -20,11 +20,11 @@ msgstr ""
20
20
21
21
#: ../../library/asyncio-api-index.rst:6
22
22
msgid "High-level API Index"
23
- msgstr ""
23
+ msgstr "高水準の API インデックス "
24
24
25
25
#: ../../library/asyncio-api-index.rst:8
26
26
msgid "This page lists all high-level async/await enabled asyncio APIs."
27
- msgstr ""
27
+ msgstr "このページには、すべての高水準の 非同期/待機 可能な asyncio API が一覧になっています。 "
28
28
29
29
#: ../../library/asyncio-api-index.rst:12
30
30
msgid "Tasks"
@@ -34,99 +34,99 @@ msgstr "タスク"
34
34
msgid ""
35
35
"Utilities to run asyncio programs, create Tasks, and await on multiple "
36
36
"things with timeouts."
37
- msgstr ""
37
+ msgstr "ユーティリティは asyncio プログラムを実行し、タスクを作成し、タイムアウトのある複数の機能を待っています。 "
38
38
39
39
#: ../../library/asyncio-api-index.rst:21
40
40
msgid ":func:`run`"
41
- msgstr ""
41
+ msgstr ":func:`run` "
42
42
43
43
#: ../../library/asyncio-api-index.rst:22
44
44
msgid "Create event loop, run a coroutine, close the loop."
45
- msgstr ""
45
+ msgstr "イベントループを作成し、コルーチンを実行し、ループを閉じます。 "
46
46
47
47
#: ../../library/asyncio-api-index.rst:24
48
48
msgid ":func:`create_task`"
49
- msgstr ""
49
+ msgstr ":func:`create_task` "
50
50
51
51
#: ../../library/asyncio-api-index.rst:25
52
52
msgid "Start an asyncio Task."
53
- msgstr ""
53
+ msgstr "asyncio タスクを開始します。 "
54
54
55
55
#: ../../library/asyncio-api-index.rst:27
56
56
msgid "``await`` :func:`sleep`"
57
- msgstr ""
57
+ msgstr "``await`` :func:`sleep` "
58
58
59
59
#: ../../library/asyncio-api-index.rst:28
60
60
msgid "Sleep for a number of seconds."
61
- msgstr ""
61
+ msgstr "数秒間スリープします。 "
62
62
63
63
#: ../../library/asyncio-api-index.rst:30
64
64
msgid "``await`` :func:`gather`"
65
- msgstr ""
65
+ msgstr "``await`` :func:`gather` "
66
66
67
67
#: ../../library/asyncio-api-index.rst:31
68
68
msgid "Schedule and wait for things concurrently."
69
- msgstr ""
69
+ msgstr "並行してスケジュールして、待ちます。 "
70
70
71
71
#: ../../library/asyncio-api-index.rst:33
72
72
msgid "``await`` :func:`wait_for`"
73
- msgstr ""
73
+ msgstr "``await`` :func:`wait_for` "
74
74
75
75
#: ../../library/asyncio-api-index.rst:34
76
76
msgid "Run with a timeout."
77
- msgstr ""
77
+ msgstr "タイムアウトで実行します。 "
78
78
79
79
#: ../../library/asyncio-api-index.rst:36
80
80
msgid "``await`` :func:`shield`"
81
- msgstr ""
81
+ msgstr "``await`` :func:`shield` "
82
82
83
83
#: ../../library/asyncio-api-index.rst:37
84
84
msgid "Shield from cancellation."
85
- msgstr ""
85
+ msgstr "取り消しから保護します。 "
86
86
87
87
#: ../../library/asyncio-api-index.rst:39
88
88
msgid "``await`` :func:`wait`"
89
- msgstr ""
89
+ msgstr "``await`` :func:`wait` "
90
90
91
91
#: ../../library/asyncio-api-index.rst:40
92
92
msgid "Monitor for completion."
93
- msgstr ""
93
+ msgstr "完了かどうかを監視します。 "
94
94
95
95
#: ../../library/asyncio-api-index.rst:42
96
96
msgid ":func:`current_task`"
97
- msgstr ""
97
+ msgstr ":func:`current_task` "
98
98
99
99
#: ../../library/asyncio-api-index.rst:43
100
100
msgid "Return the current Task."
101
- msgstr ""
101
+ msgstr "現在のタスクを返します。 "
102
102
103
103
#: ../../library/asyncio-api-index.rst:45
104
104
msgid ":func:`all_tasks`"
105
- msgstr ""
105
+ msgstr ":func:`all_tasks` "
106
106
107
107
#: ../../library/asyncio-api-index.rst:46
108
108
msgid "Return all tasks for an event loop."
109
- msgstr ""
109
+ msgstr "イベントループのすべてのタスクを返します。 "
110
110
111
111
#: ../../library/asyncio-api-index.rst:48
112
112
msgid ":class:`Task`"
113
- msgstr ""
113
+ msgstr ":class:`Task` "
114
114
115
115
#: ../../library/asyncio-api-index.rst:49
116
116
msgid "Task object."
117
- msgstr ""
117
+ msgstr "Task オブジェクト "
118
118
119
119
#: ../../library/asyncio-api-index.rst:51
120
120
msgid ":func:`run_coroutine_threadsafe`"
121
- msgstr ""
121
+ msgstr ":func:`run_coroutine_threadsafe` "
122
122
123
123
#: ../../library/asyncio-api-index.rst:52
124
124
msgid "Schedule a coroutine from another OS thread."
125
125
msgstr ""
126
126
127
127
#: ../../library/asyncio-api-index.rst:54
128
128
msgid "``for in`` :func:`as_completed`"
129
- msgstr ""
129
+ msgstr "``for in`` :func:`as_completed` "
130
130
131
131
#: ../../library/asyncio-api-index.rst:55
132
132
msgid "Monitor for completion with a ``for`` loop."
0 commit comments