55#
66# Translators:
77# Arihiro TAKASE, 2017
8- # tomo, 2018
8+ # tomo, 2020
99#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-12-16 12:12+0000\n "
1616"PO-Revision-Date : 2017-02-16 17:34+0000\n "
17- "Last-Translator : tomo, 2018 \n "
17+ "Last-Translator : tomo, 2020 \n "
1818"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -56,6 +56,10 @@ msgid ""
5656"may be ``NULL`` to use the default method defined for the codec. Raises a "
5757":exc:`LookupError` if no encoder can be found."
5858msgstr ""
59+ "*encoding* に応じて見つかったエンコーダ関数に対して *object* を渡します。\n"
60+ "エラーハンドリングメソッドは *errors* で指定します。\n"
61+ "*errors* は ``NULL`` でもよく、その場合はその codec のデフォルトのメソッドが利用されます。\n"
62+ "エンコーダが見つからなかった場合は :exc:`LookupError` を発生させます。"
5963
6064#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/codec.rst:29
6165msgid "Generic codec based decoding API."
@@ -68,6 +72,10 @@ msgid ""
6872"may be ``NULL`` to use the default method defined for the codec. Raises a "
6973":exc:`LookupError` if no encoder can be found."
7074msgstr ""
75+ "*encoding* に応じて見つかったデコーダ関数に対して *object* を渡します。\n"
76+ "エラーハンドリングメソッドは *errors* で指定します。\n"
77+ "*errors* は ``NULL`` でもよく、その場合はその codec のデフォルトのメソッドが利用されます。\n"
78+ "デコーダが見つからなかった場合は :exc:`LookupError` を発生させます。"
7179
7280#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/codec.rst:38
7381msgid "Codec lookup API"
@@ -80,6 +88,8 @@ msgid ""
8088"mechanism effectively case-insensitive. If no codec is found, a "
8189":exc:`KeyError` is set and ``NULL`` returned."
8290msgstr ""
91+ "次の関数では、文字列 *encoding* は全て小文字に変換することで、効率的に、大文字小文字を無視した検索をします。\n"
92+ "コーデックが見つからない場合、 :exc:`KeyError` を設定して ``NULL`` を返します。"
8393
8494#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/codec.rst:47
8595msgid "Get an encoder function for the given *encoding*."
@@ -155,6 +165,8 @@ msgid ""
155165"special case ``NULL`` can be passed, in which case the error handling "
156166"callback for \" strict\" will be returned."
157167msgstr ""
168+ "*name* で登録されたエラーハンドリングコールバック関数を検索します。\n"
169+ "特別な場合として、``NULL`` が渡された場合、\" strict\" のエラーハンドリングコールバック関数を返します。"
158170
159171#: /home/travis/build/python/cpython-doc-catalog/Doc/c-api/codec.rst:100
160172msgid "Raise *exc* as an exception."
0 commit comments