4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
6
6
# Translators:
7
- # tomo, 2018
8
7
# 上野 雄二 <y-ueno@nalux.co.jp>, 2019
8
+ # tomo, 2019
9
9
#
10
10
#, fuzzy
11
11
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
14
14
"Report-Msgid-Bugs-To :\n "
15
15
"POT-Creation-Date :2019-01-01 15:22+0900\n "
16
16
"PO-Revision-Date :2018-06-29 17:51+0000\n "
17
- "Last-Translator :上野 雄二 <y-ueno@nalux.co.jp> , 2019\n "
17
+ "Last-Translator :tomo , 2019\n "
18
18
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
19
"MIME-Version :1.0\n "
20
20
"Content-Type :text/plain; charset=UTF-8\n "
@@ -697,7 +697,9 @@ msgid ""
697
697
"The presence of a yield expression in a function or method defined using "
698
698
":keyword:`async def` further defines the function as a :term:`asynchronous "
699
699
"generator` function."
700
- msgstr "yeild 式が、 :keyword:`async def` を使用して定義された関数やメソッド"
700
+ msgstr ""
701
+ ":keyword:`async def` を使用して定義された関数やメソッドに yield 式があると、その関数は :term:`非同期ジェネレータ "
702
+ "<asynchronous generator>` 関数として定義されます。"
701
703
702
704
#: ../../reference/expressions.rst:572
703
705
msgid ""
@@ -764,7 +766,7 @@ msgstr ""
764
766
msgid ""
765
767
"The expression ``yield from <expr>`` is a syntax error when used in an "
766
768
"asynchronous generator function."
767
- msgstr ""
769
+ msgstr "``yield from <expr>`` 式は、非同期ジェネレータ関数で使われると文法エラーになります。 "
768
770
769
771
#: ../../reference/expressions.rst:622
770
772
msgid "Asynchronous generator-iterator methods"
@@ -774,7 +776,7 @@ msgstr "非同期ジェネレータイテレータメソッド"
774
776
msgid ""
775
777
"This subsection describes the methods of an asynchronous generator iterator,"
776
778
" which are used to control the execution of a generator function."
777
- msgstr ""
779
+ msgstr "この小節では、ジェネレータ関数の実行制御に使われる非同期ジェネレータイテレータのメソッドについて説明します。 "
778
780
779
781
#: ../../reference/expressions.rst:632
780
782
msgid ""