8000 [skip ci] Update .po files · python/python-docs-ja@13a9079 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13a9079

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent bbecf41 commit 13a9079

File tree

3 files changed

+3770
-3754
lines changed

3 files changed

+3770
-3754
lines changed

glossary.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,8 @@ msgid ""
22202220
"to static type analysis tools, and aid IDEs with code completion and "
22212221
"refactoring."
22222222
msgstr ""
2223+
"型ヒントは必須ではなく Python では強制ではありませんが、静的型解析ツールにとって有用であり、IDE "
2224+
"のコード補完とリファクタリングの手助けになります。"
22232225

22242226
#: ../../glossary.rst:1081
22252227
msgid ""

library/asyncio-task.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ msgstr ""
2828

2929
#: ../../library/asyncio-task.rst:6
3030
msgid "Coroutines and Tasks"
31-
msgstr ""
31+
msgstr "コルーチンと Task"
3232

3333
#: ../../library/asyncio-task.rst:8
3434
msgid ""
3535
"This section outlines high-level asyncio APIs to work with coroutines and "
3636
"Tasks."
37-
msgstr ""
37+
msgstr "この節では、コルーチンと Task を利用する高レベルの asyncio の API の概略を解説します。"
3838

3939
#: ../../library/asyncio-task.rst:19 ../../library/asyncio-task.rst:121
4040
msgid "Coroutines"
@@ -46,15 +46,17 @@ msgid ""
4646
"asyncio applications. For example, the following snippet of code (requires "
4747
"Python 3.7+) prints \"hello\", waits 1 second, and then prints \"world\"::"
4848
msgstr ""
49+
"async/await 構文で宣言されたコルーチンは、 asyncio を使ったアプリケーションを書く手法として好ましいです。\n"
50+
"例えば、次のコードスニペット (Python 3.7 以降が必要) は \"hello\" を出力し、そこから 1 秒待って \"world\" を出力します::"
4951

5052
#: ../../library/asyncio-task.rst:37
5153
msgid ""
5254
"Note that simply calling a coroutine will not schedule it to be executed::"
53-
msgstr ""
55+
msgstr "単にコルーチンを呼び出しただけでは、コルーチンの実行スケジュールは予約されていないことに注意してください::"
5456

5557
#: ../../library/asyncio-task.rst:43
5658
msgid "To actually run a coroutine asyncio provides three main mechanisms:"
57-
msgstr ""
59+
msgstr "実際にコルーチンを実行する方法は、asyncio では主なもので 3 つの機構が提供されています:"
5860

5961
#: ../../library/asyncio-task.rst:45
6062
msgid ""

0 commit comments

Comments
 (0)
0