Skip to content

Commit f11a74f

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent c8d8335 commit f11a74f

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

library/asyncio-runner.po

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Takeshi Nakazato, 2022
88
# tomo, 2022
9+
# 菊池 健志, 2023
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.11\n"
1415
"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"
1617
"PO-Revision-Date: 2022-11-05 19:48+0000\n"
17-
"Last-Translator: tomo, 2022\n"
18+
"Last-Translator: 菊池 健志, 2023\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
1920
"ja/)\n"
2021
"MIME-Version: 1.0\n"
@@ -35,12 +36,17 @@ msgstr ""
3536
msgid ""
3637
"This section outlines high-level asyncio primitives to run asyncio code."
3738
msgstr ""
39+
"この節では、asyncio のコードを実行するための高レベルの asyncio のプリミティブ"
40+
"の概略を解説します。"
3841

3942
#: ../../library/asyncio-runner.rst:13
4043
msgid ""
4144
"They are built on top of an :ref:`event loop <asyncio-event-loop>` with the "
4245
"aim to simplify async code usage for common wide-spread scenarios."
4346
msgstr ""
47+
"これらは :ref:`イベントループ <asyncio-event-loop>` の上に構築されており、一"
48+
"般的な広く普及しているシナリオでの非同期コードの使用を簡素化することを目的と"
49+
"しています。"
4450

4551
#: ../../library/asyncio-runner.rst:23
4652
msgid "Running an asyncio Program"

library/asyncio-task.po

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Takeshi Nakazato, 2022
1111
# souma987, 2022
1212
# Tetsuo Koyama <tkoyama010@gmail.com>, 2022
13+
# 菊池 健志, 2023
1314
#
1415
#, fuzzy
1516
msgid ""
@@ -18,7 +19,7 @@ msgstr ""
1819
"Report-Msgid-Bugs-To: \n"
1920
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
2021
"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"
2223
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
2324
"ja/)\n"
2425
"MIME-Version: 1.0\n"
@@ -53,6 +54,9 @@ msgid ""
5354
"preferred way of writing asyncio applications. For example, the following "
5455
"snippet of code prints \"hello\", waits 1 second, and then prints \"world\"::"
5556
msgstr ""
57+
"async/await 構文で宣言された :term:`コルーチン <coroutine>` は、 asyncio を"
58+
"使ったアプリケーションを書くのに推奨される方法です。例えば、次のコードスニ"
59+
"ペットは \"hello\" を出力し、そこから 1 秒待って \"world\" を出力します:: "
5660

5761
#: ../../library/asyncio-task.rst:41
5862
msgid ""

using/configure.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"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"
1515
"PO-Revision-Date: 2021-06-28 01:50+0000\n"
1616
"Last-Translator: Inada Naoki <songofacandy@gmail.com>, 2023\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"

whatsnew/3.5.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"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"
1717
"PO-Revision-Date: 2021-06-29 13:04+0000\n"
1818
"Last-Translator: yaakiyu, 2023\n"
1919
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"

0 commit comments

Comments
 (0)