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

Skip to content

Commit b22eb96

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 80fa7bf commit b22eb96

File tree

5 files changed

+4436
-4386
lines changed

5 files changed

+4436
-4386
lines changed

library/asyncio-protocol.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.7\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2019-09-16 03:30+0000\n"
15+
"POT-Creation-Date: 2019-09-18 03:30+0000\n"
1616
"PO-Revision-Date: 2019-09-01 03:30+0000\n"
1717
"Last-Translator: MS_H, 2019\n"
1818
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1035,35 +1035,35 @@ msgid ""
10351035
"method with a protocol::"
10361036
msgstr ""
10371037

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

1045-
#: ../../library/asyncio-protocol.rst:978
1045+
#: ../../library/asyncio-protocol.rst:979
10461046
msgid ""
10471047
"The :ref:`register an open socket to wait for data using streams "
10481048
"<asyncio_example_create_connection-streams>` example uses high-level streams"
10491049
" created by the :func:`open_connection` function in a coroutine."
10501050
msgstr ""
10511051

1052-
#: ../../library/asyncio-protocol.rst:985
1052+
#: ../../library/asyncio-protocol.rst:986
10531053
msgid "loop.subprocess_exec() and SubprocessProtocol"
10541054
msgstr ""
10551055

1056-
#: ../../library/asyncio-protocol.rst:987
1056+
#: ../../library/asyncio-protocol.rst:988
10571057
msgid ""
10581058
"An example of a subprocess protocol used to get the output of a subprocess "
10591059
"and to wait for the subprocess exit."
10601060
msgstr ""
10611061

1062-
#: ../../library/asyncio-protocol.rst:990
1062+
#: ../../library/asyncio-protocol.rst:991
10631063
msgid "The subprocess is created by th :meth:`loop.subprocess_exec` method::"
10641064
msgstr ""
10651065

1066-
#: ../../library/asyncio-protocol.rst:1040
1066+
#: ../../library/asyncio-protocol.rst:1041
10671067
msgid ""
10681068
"See also the :ref:`same example <asyncio_example_create_subprocess_exec>` "
10691069
"written using high-level APIs."

library/ssl.po

Lines changed: 3 additions & 6 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-09-18 03:30+0000\n"
1515
"PO-Revision-Date: 2019-09-01 03:20+0000\n"
1616
"Last-Translator: tomo, 2019\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -797,14 +797,11 @@ msgstr ""
797797
#: ../../library/ssl.rst:607
798798
msgid ""
799799
"Possible value for :attr:`SSLContext.verify_flags`. In this mode, only the "
800-
"peer cert is check but non of the intermediate CA certificates. The mode "
800+
"peer cert is checked but none of the intermediate CA certificates. The mode "
801801
"requires a valid CRL that is signed by the peer cert's issuer (its direct "
802-
"ancestor CA). If no proper has been loaded "
802+
"ancestor CA). If no proper CRL has has been loaded with "
803803
":attr:`SSLContext.load_verify_locations`, validation will fail."
804804
msgstr ""
805-
":attr:`SSLContext.verify_flags` に渡せる値です。このモードでは、接続先の証明書のチェックのみで仲介の CA "
806-
"証明書はチェックしません。接続先証明書の発行者(その CA の直接の祖先)によって署名された妥当な CRL が必要です。 "
807-
":attr:`SSLContext.load_verify_locations` が相応しいものをロードしていなければ、検証は失敗するでしょう。"
808805

809806
#: ../../library/ssl.rst:617
810807
msgid ""

0 commit comments

Comments
 (0)
0