1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
7
# tomo, 2021
8
8
# Takeshi Nakazato, 2022
9
+ # souma987, 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 : 2022-12-28 04 :14+0000\n "
16
+ "POT-Creation-Date : 2023-01-06 14 :14+0000\n "
16
17
"PO-Revision-Date : 2021-06-28 00:54+0000\n "
17
- "Last-Translator : Takeshi Nakazato, 2022 \n "
18
+ "Last-Translator : souma987, 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 "
@@ -55,11 +56,11 @@ msgstr "イベントループを作成し、コルーチンを実行し、ルー
55
56
56
57
#: ../../library/asyncio-api-index.rst:24
57
58
msgid ":class:`Runner`"
58
- msgstr ""
59
+ msgstr ":class:`Runner` "
59
60
60
61
#: ../../library/asyncio-api-index.rst:25
61
62
msgid "A context manager that simplifies multiple async function calls."
62
- msgstr ""
63
+ msgstr "複数の非同期関数呼び出しをシンプルにするコンテキストマネージャ。 "
63
64
64
65
#: ../../library/asyncio-api-index.rst:27
65
66
msgid ":class:`Task`"
@@ -71,13 +72,15 @@ msgstr "Task オブジェクト"
71
72
72
73
#: ../../library/asyncio-api-index.rst:30
73
74
msgid ":class:`TaskGroup`"
74
- msgstr ""
75
+ msgstr ":class:`TaskGroup` "
75
76
76
77
#: ../../library/asyncio-api-index.rst:31
77
78
msgid ""
78
79
"A context manager that holds a group of tasks. Provides a convenient and "
79
80
"reliable way to wait for all tasks in the group to finish."
80
81
msgstr ""
82
+ "タスクのグループを保持するコンテキストマネージャ。グループに属するすべてのタ"
83
+ "スクが完了するのをを待つのに便利で信頼性のある方法を提供します。"
81
84
82
85
#: ../../library/asyncio-api-index.rst:35
83
86
msgid ":func:`create_task`"
0 commit comments