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

Skip to content

Commit c5c6e30

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 95bdf85 commit c5c6e30

File tree

2 files changed

+3725
-3712
lines changed

2 files changed

+3725
-3712
lines changed

reference/compound_stmts.po

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-07-31 08:49+0900\n"
11+
"POT-Creation-Date: 2018-10-15 09:28+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Naoki INADA <songofacandy@gmail.com>, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -863,10 +863,9 @@ msgstr "詳細は :meth:`__aiter__` や :meth:`__anext__` を参照してくだ
863863

864864
#: ../../reference/compound_stmts.rst:767
865865
msgid ""
866-
"It is a :exc:`SyntaxError` to use ``async for`` statement outside of an "
867-
":keyword:`async def` function."
866+
"It is a :exc:`SyntaxError` to use an ``async for`` statement outside of a "
867+
"coroutine."
868868
msgstr ""
869-
":keyword:`async def` 関数外で ``async for`` 文を使用すると :exc:`SyntaxError` になります。"
870869

871870
#: ../../reference/compound_stmts.rst:775
872871
msgid "The :keyword:`async with` statement"
@@ -886,10 +885,9 @@ msgstr "詳細は :meth:`__aenter__` や :meth:`__aexit__` を参照してくだ
886885

887886
#: ../../reference/compound_stmts.rst:805
888887
msgid ""
889-
"It is a :exc:`SyntaxError` to use ``async with`` statement outside of an "
890-
":keyword:`async def` function."
888+
"It is a :exc:`SyntaxError` to use an ``async with`` statement outside of a "
889+
"coroutine."
891890
msgstr ""
892-
":keyword:`async def` 関数外で ``async with`` 文を使用すると :exc:`SyntaxError` になります。"
893891

894892
#: ../../reference/compound_stmts.rst:810
895893
msgid ":pep:`492` - Coroutines with async and await syntax"

0 commit comments

Comments
 (0)
0