File tree Expand file tree Collapse file tree 3 files changed +3580
-3567
lines changed Expand file tree Collapse file tree 3 files changed +3580
-3567
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.7\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
11
+ "POT-Creation-Date : 2018-07-04 08:31 +0900\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : Ikuru K <kanumaiku@gmail.com>, 2017\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -338,14 +338,10 @@ msgid ""
338
338
"Registers a callable to convert a bytestring from the database into a custom"
339
339
" Python type. The callable will be invoked for all database values that are "
340
340
"of the type *typename*. Confer the parameter *detect_types* of the "
341
- ":func:`connect` function for how the type detection works. Note that the "
342
- "case of *typename* and the name of the type in your query must match!"
343
- msgstr ""
344
- "データベースから得られるバイト列を希望する Python の型に変換する呼び出し可能オブジェクト (callable) "
345
- "を登録します。その呼び出し可能オブジェクトは型が *typename* "
346
- "である全てのデータベース上の値に対して呼び出されます。型検知がどのように働くかについては :func:`connect` 関数の "
347
- "*detect_types* パラメータの説明も参照してください。注意が必要なのは *typename* "
348
- "はクエリの中の型名と大文字小文字も一致しなければならないということです!"
341
+ ":func:`connect` function for how the type detection works. Note that "
342
+ "*typename* and the name of the type in your query are matched in case-"
343
+ "insensitive manner."
344
+ msgstr ""
349
345
350
346
#: ../../library/sqlite3.rst:245
351
347
msgid ""
Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ msgstr ""
834
834
835
835
#: ../../whatsnew/3.7.rst:566
836
836
msgid "dataclasses"
837
- msgstr ""
837
+ msgstr "データクラス "
838
838
839
839
#: ../../whatsnew/3.7.rst:568
840
840
msgid ""
@@ -844,22 +844,25 @@ msgid ""
844
844
":meth:`~object.__repr__`, :meth:`~object.__eq__`, and "
845
845
":meth:`~object.__hash__` are generated automatically."
846
846
msgstr ""
847
+ "新しい :func:`~dataclasses.dataclass` デコレータにより *データクラス* を宣言する方法が提供されます。\n"
848
+ "データクラスは属性を記述するのに、クラス変数アノテーションを使います。\n"
849
+ "コンストラクタや他の :meth:`~object.__repr__`, :meth:`~object.__eq__`, :meth:`~object.__hash__` などのマジックメソッドは自動で生成されます。"
847
850
848
851
#: ../../whatsnew/3.7.rst:574
849
852
msgid "Example::"
850
853
msgstr "以下はプログラム例です::"
851
854
852
855
#: ../../whatsnew/3.7.rst:587
853
856
msgid ":pep:`557` -- Data Classes"
854
- msgstr ""
857
+ msgstr ":pep:`557` -- データクラス "
855
858
856
859
#: ../../whatsnew/3.7.rst:588
857
860
msgid "PEP written and implemented by Eric V. Smith"
858
- msgstr ""
861
+ msgstr "PEP written and implemented by Eric V. Smith "
859
862
860
863
#: ../../whatsnew/3.7.rst:594
861
864
msgid "importlib.resources"
862
- msgstr ""
865
+ msgstr "importlib.resources "
863
866
864
867
#: ../../whatsnew/3.7.rst:596
865
868
msgid ""
You can’t perform that action at this time.
0 commit comments