@@ -11,8 +11,8 @@ msgstr ""
1111"Project-Id-Version : Python 2.7\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-02-09 18:46+0900\n "
14- "PO-Revision-Date : 2019-09-01 05:22 +0000\n "
15- "Last-Translator : tomo \n "
14+ "PO-Revision-Date : 2020-06-28 12:10 +0000\n "
15+ "Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com> \n "
1616"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
1717"MIME-Version : 1.0\n "
1818"Content-Type : text/plain; charset=UTF-8\n "
@@ -1743,7 +1743,7 @@ msgid ""
17431743"the format of the string is described `in the OpenSSL documentation "
17441744"<https://www.openssl.org/docs/manmaster/man1/ciphers.html#CIPHER-LIST-"
17451745"FORMAT>`__. (Added by Antoine Pitrou; :issue:`8322`.)"
1746- msgstr ""
1746+ msgstr ":func:`ssl.wrap_socket` コンストラクタ関数は、許可される暗号化アルゴリズムを列挙する文字列である *ciphers* 引数を取るようになりました。この文字列の書式は、 `OpenSSL ドキュメント <https://www.openssl.org/docs/manmaster/man1/ciphers.html#CIPHER-LIST-FORMAT>`__ で解説されています。 (Added by Antoine Pitrou; :issue:`8322`.) "
17471747
17481748#: ../../whatsnew/2.7.rst:1536
17491749msgid ""
@@ -2064,7 +2064,7 @@ msgid ""
20642064" https://www.tcl.tk/man/tcl8.5/TkCmd/ttk_intro.htm. Some screenshots of the "
20652065"Python/Ttk code in use are at https://code.google.com/archive/p/python-"
20662066"ttk/wikis/Screenshots.wiki."
2067- msgstr ""
2067+ msgstr "詳しく知るには、 :mod:`ttk` モジュールのドキュメントをお読みください。 https://www.tcl.tk/man/tcl8.5/TkCmd/ttk_intro.htm にある、Ttk テーマエンジンを解説した Tcl/Tk マニュアルページを読むのもいいでしょう。 Python/Ttk コードを動かしているスクリーンショットは https://code.google.com/archive/p/python-ttk/wikis/Screenshots.wiki にあります。 "
20682068
20692069#: ../../whatsnew/2.7.rst:1790
20702070msgid ""
@@ -2096,7 +2096,7 @@ msgid ""
20962096"kept within a set of package directories. For example, the following "
20972097"command will search the :file:`test/` subdirectory for any importable test "
20982098"files named ``test*.py``::"
2099- msgstr ""
2099+ msgstr "コマンドラインから使われるとき、このモジュールはテストを自動的に発見します。これは `py.test <http://pytest.org>`__ や `nose <https://nose.readthedocs.io/>`__ ほど派手ではありませんが、テストをパッケージディレクトリに保持されたテストを簡潔に実行する方法を提供します。例えば、以下のコマンドは :file:`test/` サブディレクトリから ``test*.py`` という名前の import できるテストファイル検索します:: "
21002100
21012101#: ../../whatsnew/2.7.rst:1818
21022102msgid ""
@@ -3317,7 +3317,7 @@ msgstr ""
33173317
33183318#: ../../whatsnew/2.7.rst:2742 ../../whatsnew/2.7.rst:2755
33193319msgid "(Contributed by Victor Stinner in :issue:`23404`.)"
3320- msgstr ""
3320+ msgstr "(Contributed by Victor Stinner in :issue:`23404`.) "
33213321
33223322#: ../../whatsnew/2.7.rst:2748
33233323msgid "Removal of ``make touch`` build target"
0 commit comments