File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
msgstr ""
10
10
"Project-Id-Version : Python 2.7\n "
11
11
"Report-Msgid-Bugs-To : \n "
12
- "POT-Creation-Date : 2018-01-21 01:52 +0900\n "
13
- "PO-Revision-Date : 2018-05-28 06:48 +0000\n "
12
+ "POT-Creation-Date : 2018-07-04 13:46 +0900\n "
13
+ "PO-Revision-Date : 2018-07-04 04:56 +0000\n "
14
14
"Last-Translator : cocoatomo\n "
15
15
"Language-Team : Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n "
16
16
"MIME-Version : 1.0\n "
@@ -248,9 +248,10 @@ msgid ""
248
248
"Registers a callable to convert a bytestring from the database into a custom"
249
249
" Python type. The callable will be invoked for all database values that are "
250
250
"of the type *typename*. Confer the parameter *detect_types* of the "
251
- ":func:`connect` function for how the type detection works. Note that the "
252
- "case of *typename* and the name of the type in your query must match!"
253
- msgstr "データベースから得られるバイト列を希望する Python の型に変換する呼び出し可能オブジェクト (callable) を登録します。その呼び出し可能オブジェクトは型が *typename* である全てのデータベース上の値に対して呼び出されます。型検知がどのように働くかについては :func:`connect` 関数の *detect_types* パラメータの説明も参照してください。注意が必要なのは *typename* はクエリの中の型名と大文字小文字も一致しなければならないということです!"
251
+ ":func:`connect` function for how the type detection works. Note that "
252
+ "*typename* and the name of the type in your query are matched in case-"
253
+ "insensitive manner."
254
+ msgstr ""
254
255
255
256
#: ../../library/sqlite3.rst:215
256
257
msgid ""
You can’t perform that action at this time.
0 commit comments