Skip to content

Commit c32272c

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 2ee715b commit c32272c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

whatsnew/2.6.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"Project-Id-Version: Python 2.7\n"
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2018-03-27 12:52+0900\n"
15-
"PO-Revision-Date: 2018-03-27 04:04+0000\n"
15+
"PO-Revision-Date: 2018-03-29 01:26+0000\n"
1616
"Last-Translator: cocoatomo\n"
1717
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1818
"MIME-Version: 1.0\n"
@@ -2902,7 +2902,7 @@ msgstr ":mod:`Tkinter` モジュールが、オプションとしてリストと
29022902
msgid ""
29032903
"The :mod:`turtle` module for turtle graphics was greatly enhanced by Gregor "
29042904
"Lingl. New features in the module include:"
2905-
msgstr ""
2905+
msgstr "タートルグラフィックスのための :mod:`turtle` モジュールが Gregor Lingl により大幅に拡張されました。\nモジュールの新しい機能は次の通りです:"
29062906

29072907
#: ../../whatsnew/2.6.rst:2565
29082908
msgid "Better animation of turtle movement and rotation."
@@ -3012,7 +3012,7 @@ msgid ""
30123012
"(:issue:`1330538`) The code can also handle dates before 1900 (contributed "
30133013
"by Ralf Schmitt; :issue:`2014`) and 64-bit integers represented by using "
30143014
"``<i8>`` in XML-RPC responses (contributed by Riku Lindblad; :issue:`2985`)."
3015-
msgstr ""
3015+
msgstr ":mod:`xmlrpclib` モジュールが自動的に :class:`datetime.date` と :class:`datetime.time` を :class:`xmlrpclib.DateTime` 型に変換することはなくなりました; 変換のセマンティクスが必ずしも全てのアプリケーションで正しいわけではありませんでした。 (:issue:`1330538`)\n:mod:`xmlrpclib` を使うコードは自分で :class:`date` インスタンスと :class:`~datetime.time` インスタンスを変換すべきです。\nそうしておくと、 1900 年以前の日付 (contributed by Ralf Schmitt; :issue:`2014`) と、XML-RPC レスポンス内で ``<i8>`` を使った 64 ビット整数表現 (contributed by Riku Lindblad; :issue:`2985`) を処理できます。"
30163016

30173017
#: ../../whatsnew/2.6.rst:2635
30183018
msgid ""
@@ -3243,7 +3243,7 @@ msgid ""
32433243
" has better support for writing SSL servers (as opposed to clients) in "
32443244
"Python. The existing SSL support in the :mod:`socket` module hasn't been "
32453245
"removed and continues to work, though it will be removed in Python 3.0."
3246-
msgstr ""
3246+
msgstr "Bill Janssen は Python 2.6 の Secure Sockets Layer サポートを大掛かりに改善しました。行われたのは新モジュール :mod:`ssl` の追加です。これは `OpenSSL <https://www.openssl.org/>`__ ライブラリの上に構築されています。この新しいモジュールはプロトコルのネゴシエイトのさらなる制御、X.509 証明書の使用、そして SSL サーバ (クライアントの対語としての) を Python で書くためのより良いサポートを提供しています。既存の :mod:`socket` モジュールにある SSL サポートは削除されずにそのまま使えますが、Python 3.0 では削除されます。"
32473247

32483248
#: ../../whatsnew/2.6.rst:2895
32493249
msgid ""
@@ -3365,7 +3365,7 @@ msgid ""
33653365
"archs=[32-bit|64-bit|all]` switch, controlling whether the binaries are "
33663366
"built for 32-bit architectures (x86, PowerPC), 64-bit (x86-64 and PPC-64), "
33673367
"or both. (Contributed by Ronald Oussoren.)"
3368-
msgstr ""
3368+
msgstr "Mac OS X では、Python 2.6 は 4 種類のユニバーサルビルドでコンパイル出来ます。 :program:`configure` スクリプトは :option:`!--with-universal-archs=[32-bit|64-bit|all]` スイッチを取って、32-bit アーキテクチャ (x86, PowerPC), 64-bit (x86-64 and PPC-64), あるいは両方のバイナリをビルド出来ます。 (Contributed by Ronald Oussoren.)"
33693369

33703370
#: ../../whatsnew/2.6.rst:2996
33713371
msgid ""
@@ -3565,7 +3565,7 @@ msgid ""
35653565
"When compiling a framework build of Python, you can now specify the "
35663566
"framework name to be used by providing the :option:`!--with-framework-name=`"
35673567
" option to the :program:`configure` script."
3568-
msgstr ""
3568+
msgstr "Python をフレームワークビルドでコンパイルする際に、 :program:`configure` スクリプトに :option:`!--with-framework-name` オプションでフレームワーク名を指定出来るようになりました。"
35693569

35703570
#: ../../whatsnew/2.6.rst:3149
35713571
msgid ""
@@ -3682,7 +3682,7 @@ msgid ""
36823682
"necessarily correct for all applications. Code using :mod:`xmlrpclib` "
36833683
"should convert :class:`date` and :class:`~datetime.time` instances. "
36843684
"(:issue:`1330538`)"
3685-
msgstr ""
3685+
msgstr ":mod:`xmlrpclib` モジュールが自動的に :class:`datetime.date` と :class:`datetime.time` を :class:`xmlrpclib.DateTime` 型に変換することは、もう二度としません; 変換のセマンティクスは必ずしも全てのアプリケーションで正しいわけではなかったのです。 :mod:`xmlrpclib` を使うコードは自分で :class:`date` と :class:`~datetime.time` インスタンスを変換すべきです。(:issue:`1330538`)"
36863686

36873687
#: ../../whatsnew/2.6.rst:3285
36883688
msgid ""

0 commit comments

Comments
 (0)