Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 076edb1

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 16cd5f9 commit 076edb1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

library/sqlite3.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"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"
1414
"Last-Translator: cocoatomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -248,9 +248,10 @@ msgid ""
248248
"Registers a callable to convert a bytestring from the database into a custom"
249249
" Python type. The callable will be invoked for all database values that are "
250250
"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 ""
254255

255256
#: ../../library/sqlite3.rst:215
256257
msgid ""

0 commit comments

Comments
 (0)