88msgstr ""
99"Project-Id-Version : Python 3.6\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11+ "POT-Creation-Date : 2018-06-01 13:27+0900 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : Osamu NAKAMURA, 2017\n "
1414"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -2898,28 +2898,20 @@ msgstr ""
28982898msgid ""
28992899"Python supports this conversion in several ways: the ``idna`` codec "
29002900"performs conversion between Unicode and ACE, separating an input string into"
2901- " labels based on the separator characters defined in `section 3.1`_ (1) of "
2902- ":rfc:`3490` and converting each label to ACE as required, and conversely "
2903- "separating an input byte string into labels based on the ``.`` separator and"
2904- " converting any ACE labels found into unicode. Furthermore, the "
2905- ":mod:`socket` module transparently converts Unicode host names to ACE, so "
2906- "that applications need not be concerned about converting host names "
2907- "themselves when they pass them to the socket module. On top of that, modules"
2908- " that have host names as function parameters, such as :mod:`http.client` and"
2909- " :mod:`ftplib`, accept Unicode host names (:mod:`http.client` then also "
2910- "transparently sends an IDNA hostname in the :mailheader:`Host` field if it "
2911- "sends that field at all)."
2912- msgstr ""
2913- "Python ではこの変換をいくつかの方法でサポートします: ``idna`` codec は Unicode と ACE 間の変換を行い、入力文字列を"
2914- " :rfc:`3490` の `section 3.1`_ (1) で定義されている区切り文字に基づいてラベルに分解し、各ラベルを要求通りに ACE "
2915- "に変換します。逆に、入力のバイト文字列を ``.`` 区切り文字でラベルに分解し、 ACE ラベルを Unicode に変換します。さらに、 "
2916- ":mod:`socket` モジュールは Unicode ホスト名を ACE に透過的に変換するため、アプリケーションはホスト名を "
2917- ":mod:`socket` モジュールに渡す際にホスト名の変換に煩わされることがありません。その上で、ホスト名を関数パラメタとして持つ、 "
2918- ":mod:`http.client` や :mod:`ftplib` のようなモジュールでは Unicode ホスト名を受理します "
2919- "(:mod:`http.client` でもまた、 :mailheader:`Host` フィールドにある IDNA "
2920- "ホスト名を、フィールド全体を送信する場合に透過的に送信します)。"
2921-
2922- #: ../../library/codecs.rst:1441
2901+ " labels based on the separator characters defined in :rfc:`section 3.1 of "
2902+ "RFC 3490 <3490#section-3.1>` and converting each label to ACE as required, "
2903+ "and conversely separating an input byte string into labels based on the "
2904+ "``.`` separator and converting any ACE labels found into unicode. "
2905+ "Furthermore, the :mod:`socket` module transparently converts Unicode host "
2906+ "names to ACE, so that applications need not be concerned about converting "
2907+ "host names themselves when they pass them to the socket module. On top of "
2908+ "that, modules that have host names as function parameters, such as "
2909+ ":mod:`http.client` and :mod:`ftplib`, accept Unicode host names "
2910+ "(:mod:`http.client` then also transparently sends an IDNA hostname in the "
2911+ ":mailheader:`Host` field if it sends that field at all)."
2912+ msgstr ""
2913+
2914+ #: ../../library/codecs.rst:1439
29232915msgid ""
29242916"When receiving host names from the wire (such as in reverse name lookup), no"
29252917" automatic conversion to Unicode is performed: Applications wishing to "
@@ -2928,7 +2920,7 @@ msgstr ""
29282920"(逆引きなどによって) ネットワーク越しにホスト名を受信する際、Unicode への自動変換は行われません: "
29292921"こうしたホスト名をユーザに提供したいアプリケーションでは、Unicode にデコードしてやる必要があります。"
29302922
2931- #: ../../library/codecs.rst:1445
2923+ #: ../../library/codecs.rst:1443
29322924msgid ""
29332925"The module :mod:`encodings.idna` also implements the nameprep procedure, "
29342926"which performs certain normalizations on host names, to achieve case-"
@@ -2939,54 +2931,54 @@ msgstr ""
29392931"はホスト名に対してある正規化を行って、国際化ドメイン名で大小文字を区別しないようにするとともに、類似の文字を一元化します。 nameprep "
29402932"関数は必要なら直接使うこともできます。"
29412933
2942- #: ../../library/codecs.rst:1453
2934+ #: ../../library/codecs.rst:1451
29432935msgid ""
29442936"Return the nameprepped version of *label*. The implementation currently "
29452937"assumes query strings, so ``AllowUnassigned`` is true."
29462938msgstr ""
29472939"*label* を nameprep したバージョンを返します。現在の実装ではクエリ文字列を仮定しているので、``AllowUnassigned`` "
29482940"は真です。"
29492941
2950- #: ../../library/codecs.rst:1459
2942+ #: ../../library/codecs.rst:1457
29512943msgid ""
29522944"Convert a label to ASCII, as specified in :rfc:`3490`. ``UseSTD3ASCIIRules``"
29532945" is assumed to be false."
29542946msgstr ""
29552947":rfc:`3490` 仕様に従ってラベルを ASCIIに変換します。 ``UseSTD3ASCIIRules`` は偽であると仮定します。"
29562948
2957- #: ../../library/codecs.rst:1465
2949+ #: ../../library/codecs.rst:1463
29582950msgid "Convert a label to Unicode, as specified in :rfc:`3490`."
29592951msgstr ":rfc:`3490` 仕様に従ってラベルを Unicode に変換します。"
29602952
2961- #: ../../library/codecs.rst:1469
2953+ #: ../../library/codecs.rst:1467
29622954msgid ":mod:`encodings.mbcs` --- Windows ANSI codepage"
29632955msgstr ":mod:`encodings.mbcs` --- Windows ANSI コードページ"
29642956
2965- #: ../../library/codecs.rst:1474
2957+ #: ../../library/codecs.rst:1472
29662958msgid "Encode operand according to the ANSI codepage (CP_ACP)."
29672959msgstr "ANSI コードページ (CP_ACP) に対応するエンコードオペランド。"
29682960
2969- #: ../../library/codecs.rst:1476
2961+ #: ../../library/codecs.rst:1474
29702962msgid "Availability: Windows only."
29712963msgstr "利用可能な環境: Windows のみ。"
29722964
2973- #: ../../library/codecs.rst:1478
2965+ #: ../../library/codecs.rst:1476
29742966msgid "Support any error handler."
29752967msgstr "任意のエラーハンドラのサポート。"
29762968
2977- #: ../../library/codecs.rst:1481
2969+ #: ../../library/codecs.rst:1479
29782970msgid ""
29792971"Before 3.2, the *errors* argument was ignored; ``'replace'`` was always used"
29802972" to encode, and ``'ignore'`` to decode."
29812973msgstr ""
29822974"3.2 以前は *errors* 引数は無視されました; エンコードには常に ``'replace'`` が、デコードには ``'ignore'`` "
29832975"が使われました。"
29842976
2985- #: ../../library/codecs.rst:1487
2977+ #: ../../library/codecs.rst:1485
29862978msgid ":mod:`encodings.utf_8_sig` --- UTF-8 codec with BOM signature"
29872979msgstr ":mod:`encodings.utf_8_sig` --- BOM 印付き UTF-8"
29882980
2989- #: ../../library/codecs.rst:1493
2981+ #: ../../library/codecs.rst:1491
29902982msgid ""
29912983"This module implements a variant of the UTF-8 codec: On encoding a UTF-8 "
29922984"encoded BOM will be prepended to the UTF-8 encoded bytes. For the stateful "
0 commit comments