Skip to content

Commit 95ec053

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 75a16ba commit 95ec053

File tree

3 files changed

+3608
-3598
lines changed

3 files changed

+3608
-3598
lines changed

howto/functional.po

Lines changed: 5 additions & 3 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-12 08:33+0900\n"
11+
"POT-Creation-Date: 2018-08-08 08:48+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"
@@ -474,6 +474,8 @@ msgid ""
474474
" to be the same as the insertion order. In earlier versions, the behaviour "
475475
"was unspecified and could vary between implementations."
476476
msgstr ""
477+
"Python 3.7 から、辞書の反復順序は挿入順序と同じであることが保証されていることに注意してください。\n"
478+
"以前のバージョンでは、その振る舞いは仕様が定められておらず、実装ごとに異なることがありました。"
477479

478480
#: ../../howto/functional.rst:295
479481
msgid ""
@@ -688,10 +690,10 @@ msgstr "上記 ``generate_ints()`` ジェネレータの使用例はこちらで
688690

689691
#: ../../howto/functional.rst:482
690692
msgid ""
691-
"You could equally write ``for i in generate_ints(5)``, or ``a,b,c = "
693+
"You could equally write ``for i in generate_ints(5)``, or ``a, b, c = "
692694
"generate_ints(3)``."
693695
msgstr ""
694-
"同じく ``for i in generate_ints(5)`` や ``a,b,c = generate_ints(3)`` "
696+
"同じく ``for i in generate_ints(5)`` や ``a, b, c = generate_ints(3)`` "
695697
"といった書き方もできます。"
696698

697699
#: ../../howto/functional.rst:485

library/asyncio-stream.po

Lines changed: 7 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-06-30 05:56+0900\n"
11+
"POT-Creation-Date: 2018-08-08 08:48+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Nakamura Masahito <randomstep@gmail.com>, 2018\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -479,25 +479,25 @@ msgid ""
479479
"Simple example querying HTTP headers of the URL passed on the command line::"
480480
msgstr "コマンドラインから渡された URL の HTTP ヘッダーを問い合わせる簡単な例です::"
481481

482-
#: ../../library/asyncio-stream.rst:463
482+
#: ../../library/asyncio-stream.rst:462
483483
msgid "Usage::"
484484
msgstr "使い方::"
485485

486-
#: ../../library/asyncio-stream.rst:467
486+
#: ../../library/asyncio-stream.rst:466
487487
msgid "or with HTTPS::"
488488
msgstr "または HTTPS を使用::"
489489

490-
#: ../../library/asyncio-stream.rst:474
490+
#: ../../library/asyncio-stream.rst:473
491491
msgid "Register an open socket to wait for data using streams"
492492
msgstr "ストリームを使ってデータを待つオープンソケットの登録"
493493

494-
#: ../../library/asyncio-stream.rst:476
494+
#: ../../library/asyncio-stream.rst:475
495495
msgid ""
496496
"Coroutine waiting until a socket receives data using the "
497497
":func:`open_connection` function::"
498498
msgstr ":func:`open_connection` 関数を使ってソケットがデータを受信するまで待つコルーチンです::"
499499

500-
#: ../../library/asyncio-stream.rst:508
500+
#: ../../library/asyncio-stream.rst:507
501501
msgid ""
502502
"The :ref:`register an open socket to wait for data using a protocol "
503503
"<asyncio-register-socket>` example uses a low-level protocol created by the "
@@ -506,7 +506,7 @@ msgstr ""
506506
":ref:`プロトコルを使ってデータを待つオープンソケットの登録 <asyncio-register-socket>` の例では "
507507
":meth:`AbstractEventLoop.create_connection` メソッドによって作成された低レベルプロトコルを使用しています。"
508508

509-
#: ../../library/asyncio-stream.rst:512
509+
#: ../../library/asyncio-stream.rst:511
510510
msgid ""
511511
"The :ref:`watch a file descriptor for read events <asyncio-watch-read-"
512512
"event>` example uses the low-level :meth:`AbstractEventLoop.add_reader` "

0 commit comments

Comments
 (0)