Skip to content

Commit a91c6c6

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 6ba2e6e commit a91c6c6

File tree

6 files changed

+3957
-3942
lines changed

6 files changed

+3957
-3942
lines changed

library/asyncio-queue.po

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.7\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
18+
"POT-Creation-Date: 2019-01-18 10:27+0900\n"
1919
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
2020
"Last-Translator: tomo, 2018\n"
2121
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -108,14 +108,11 @@ msgstr ""
108108
#: ../../library/asyncio-queue.rst:66
109109
msgid ""
110110
"The count of unfinished tasks goes up whenever an item is added to the "
111-
"queue. The count goes down whenever a consumer thread calls "
111+
"queue. The count goes down whenever a consumer coroutine calls "
112112
":meth:`task_done` to indicate that the item was retrieved and all work on it"
113113
" is complete. When the count of unfinished tasks drops to zero, "
114114
":meth:`join` unblocks."
115115
msgstr ""
116-
"未完了のタスクのカウント値はキューにアイテムが追加されるときは常に加算され、コンシューマースレッドが :meth:`task_done` "
117-
"を呼び出してアイテムの回収とその全処理の完了が示されるときは常に減算されます。未完了のタスクのカウント値がゼロになった場合、:meth:`join` "
118-
"のブロックが解除されます。"
119116

120117
#: ../../library/asyncio-queue.rst:74
121118
msgid ""

library/queue.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ msgid ""
8787
"until queue items are consumed. If *maxsize* is less than or equal to zero,"
8888
" the queue size is infinite."
8989
msgstr ""
90+
":abbr:`FIFO (first-in, first-out, 先入れ先出し)` キューのコンストラクタです。\n"
91+
"*maxsize* はキューに入れられる要素数の上限を設定する整数です。\n"
92+
"いったんこの大きさに達したら、挿入処理はキューの要素が消費されるまでブロックされます。\n"
93+
"*maxsize* が0以下の場合は、キューの大きさは無限です。"
9094

9195
#: ../../library/queue.rst:47
9296
msgid ""
@@ -96,6 +100,10 @@ msgid ""
96100
"until queue items are consumed. If *maxsize* is less than or equal to zero,"
97101
" the queue size is infinite."
98102
msgstr ""
103+
":abbr:`LIFO (last-in, first-out, 後入れ先出し)` キューのコンストラクタです。\n"
104+
"*maxsize* はキューに入れられる要素数の上限を設定する整数です。\n"
105+
"いったんこの大きさに達したら、挿入処理はキューの要素が消費されるまでブロックされます。\n"
106+
"*maxsize* が0以下の場合は、キューの大きさは無限です。"
99107

100108
#: ../../library/queue.rst:56
101109
msgid ""

0 commit comments

Comments
 (0)