Skip to content

Commit db7c35d

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d8b0cff commit db7c35d

7 files changed

Lines changed: 5715 additions & 5658 deletions

File tree

library/asyncio-protocol.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2019-09-16 11:27+0000\n"
19+
"POT-Creation-Date: 2019-09-17 11:28+0000\n"
2020
"PO-Revision-Date: 2017-02-16 17:49+0000\n"
2121
"Last-Translator: MS_H, 2019\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1039,35 +1039,35 @@ msgid ""
10391039
"method with a protocol::"
10401040
msgstr ""
10411041

1042-
#: ../../library/asyncio-protocol.rst:974
1042+
#: ../../library/asyncio-protocol.rst:975
10431043
msgid ""
10441044
"The :ref:`watch a file descriptor for read events "
10451045
"<asyncio_example_watch_fd>` example uses the low-level "
10461046
":meth:`loop.add_reader` method to register an FD."
10471047
msgstr ""
10481048

1049-
#: ../../library/asyncio-protocol.rst:978
1049+
#: ../../library/asyncio-protocol.rst:979
10501050
msgid ""
10511051
"The :ref:`register an open socket to wait for data using streams "
10521052
"<asyncio_example_create_connection-streams>` example uses high-level streams"
10531053
" created by the :func:`asyncio.connect` function in a coroutine."
10541054
msgstr ""
10551055

1056-
#: ../../library/asyncio-protocol.rst:985
1056+
#: ../../library/asyncio-protocol.rst:986
10571057
msgid "loop.subprocess_exec() and SubprocessProtocol"
10581058
msgstr ""
10591059

1060-
#: ../../library/asyncio-protocol.rst:987
1060+
#: ../../library/asyncio-protocol.rst:988
10611061
msgid ""
10621062
"An example of a subprocess protocol used to get the output of a subprocess "
10631063
"and to wait for the subprocess exit."
10641064
msgstr ""
10651065

1066-
#: ../../library/asyncio-protocol.rst:990
1066+
#: ../../library/asyncio-protocol.rst:991
10671067
msgid "The subprocess is created by th :meth:`loop.subprocess_exec` method::"
10681068
msgstr ""
10691069

1070-
#: ../../library/asyncio-protocol.rst:1036
1070+
#: ../../library/asyncio-protocol.rst:1037
10711071
msgid ""
10721072
"See also the :ref:`same example <asyncio_example_create_subprocess_exec>` "
10731073
"written using high-level APIs."

library/ssl.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.8\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2019-09-12 11:28+0000\n"
19+
"POT-Creation-Date: 2019-09-17 11:28+0000\n"
2020
"PO-Revision-Date: 2017-02-16 23:27+0000\n"
2121
"Last-Translator: tomo, 2018\n"
2222
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -813,14 +813,11 @@ msgstr ""
813813
#: ../../library/ssl.rst:615
814814
msgid ""
815815
"Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the "
816-
"peer cert is check but non of the intermediate CA certificates. The mode "
816+
"peer cert is checked but none of the intermediate CA certificates. The mode "
817817
"requires a valid CRL that is signed by the peer cert's issuer (its direct "
818-
"ancestor CA). If no proper has been loaded "
818+
"ancestor CA). If no proper CRL has has been loaded with "
819819
":attr:`SSLContext.load_verify_locations`, validation will fail."
820820
msgstr ""
821-
":attr:`SSLContext.verify_flags` に渡せる値です。このモードでは、接続先の証明書のチェックのみで仲介の CA "
822-
"証明書はチェックしません。接続先証明書の発行者(その CA の直接の祖先)によって署名された妥当な CRL が必要です。 "
823-
":attr:`SSLContext.load_verify_locations` が相応しいものをロードしていなければ、検証は失敗するでしょう。"
824821

825822
#: ../../library/ssl.rst:625
826823
msgid ""

0 commit comments

Comments
 (0)