File tree Expand file tree Collapse file tree 3 files changed +4661
-4646
lines changed Expand file tree Collapse file tree 3 files changed +4661
-4646
lines changed Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Osamu NAKAMURA, 2019
8
8
# tomo, 2020
9
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2020-04-10 22:51+0000\n "
16
17
"PO-Revision-Date : 2019-09-01 03:42+0000\n "
17
- "Last-Translator : tomo , 2020\n "
18
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> , 2020\n "
18 19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -445,3 +446,8 @@ msgid ""
445
446
"finalization will have completed before the cleanup function, no Python APIs"
446
447
" should be called by *func*."
447
448
msgstr ""
449
+ ":c:func:`Py_FinalizeEx` から呼び出される後始末処理を行う関数 (cleanup function) "
450
+ "を登録します。後始末関数は引数無しで呼び出され、値を返しません。最大で 32 の後始末処理関数を登録できます。登録に成功すると、 "
451
+ ":c:func:`Py_AtExit` は ``0`` を返します; 失敗すると ``-1`` "
452
+ "を返します。最後に登録した後始末処理関数から先に呼び出されます。各関数は高々一度しか呼び出されません。 Python "
453
+ "の内部的な終了処理は後始末処理関数より以前に完了しているので、 *func* からはいかなる Python API も呼び出してはなりません。"
Original file line number Diff line number Diff line change 6
6
# Translators:
7
7
# Osamu NAKAMURA, 2019
8
8
# tomo, 2020
9
+ # Tetsuo Koyama <tkoyama010@gmail.com>, 2020
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2020-04-10 22:51+0000\n "
16
17
"PO-Revision-Date : 2019-09-01 03:20+0000\n "
17
- "Last-Translator : tomo , 2020\n "
18
+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> , 2020\n "
18
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
19
20
"MIME-Version : 1.0\n "
20
21
"Content-Type : text/plain; charset=UTF-8\n "
@@ -82,6 +83,10 @@ msgid ""
82
83
" certificate of the other side of the connection, and :meth:`cipher`, which "
83
84
"retrieves the cipher being used for the secure connection."
84
85
msgstr ""
86
+ "このモジュールは :class:`ssl.SSLSocket` クラスを提供します。このクラスは :class:`socket.socket` "
87
+ "クラスを継承していて、ソケットで通信されるデータをSSLで暗号化・復号するソケットに似たラッパーになります。また、このクラスは、接続の相手側からの証明書を取得する"
88
+ " :meth:`getpeercert` メソッドや、セキュア接続で使うための暗号方式を取得する :meth:`cipher` "
89
+ "メソッドのような追加のメソッドをサポートしています。"
85
90
86
91
#: ../../library/ssl.rst:48
87
92
msgid ""
You can’t perform that action at this time.
0 commit comments