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

Skip to content

Commit 57df7bd

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 0a2f59f commit 57df7bd

File tree

2 files changed

+140
-149
lines changed

2 files changed

+140
-149
lines changed

glossary.po

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2019-09-13 03:32+0000\n"
14+
"POT-Creation-Date: 2019-10-01 03:39+0000\n"
1515
"PO-Revision-Date: 2019-09-01 02:39+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -525,17 +525,11 @@ msgstr "コルーチン"
525525

526526
#: ../../glossary.rst:246
527527
msgid ""
528-
"Coroutines is a more generalized form of subroutines. Subroutines are "
528+
"Coroutines are a more generalized form of subroutines. Subroutines are "
529529
"entered at one point and exited at another point. Coroutines can be "
530530
"entered, exited, and resumed at many different points. They can be "
531531
"implemented with the :keyword:`async def` statement. See also :pep:`492`."
532532
msgstr ""
533-
"(コルーチン)\n"
534-
"コルーチンはサブルーチンのより一般的な形式です。\n"
535-
"サブルーチンにはある時に入り別の時に出ます。 \n"
536-
"コルーチンには多くの異なる時に入り、出て、再開することが出来ます。\n"
537-
"コルーチンは :keyword:`async def` 文で実装されます。\n"
538-
":pep:`492` を参照してください。"
539533

540534
#: ../../glossary.rst:251
541535
msgid "coroutine function"

0 commit comments

Comments
 (0)
0